diff --git a/README.md b/README.md index 1e083ad1d16d055c034bd5fbdc60103671704002..1a9cf1f572a0b19b9c29ab0792d09ac68080645b 100644 --- a/README.md +++ b/README.md @@ -1,72 +1,83 @@ --- -pretty_name: Streaming Omni Datasets +pretty_name: StreamingOmniDatasets v0.3 Quality Hardened +license: other task_categories: -- visual-question-answering -- video-text-to-text -- audio-classification - automatic-speech-recognition +- audio-classification +- video-text-to-text +- visual-question-answering - text-to-speech -license: other +configs: +- config_name: StreamingAudioInteraction + data_files: + - split: train + path: data/StreamingAudioInteraction/train-00000-of-00001.parquet + - split: eval + path: data/StreamingAudioInteraction/eval-00000-of-00001.parquet +- config_name: StreamingASRTranslation + data_files: + - split: train + path: data/StreamingASRTranslation/train-00000-of-00001.parquet + - split: eval + path: data/StreamingASRTranslation/eval-00000-of-00001.parquet +- config_name: SpeechOutputAlignment + data_files: + - split: train + path: data/SpeechOutputAlignment/train-00000-of-00001.parquet + - split: eval + path: data/SpeechOutputAlignment/eval-00000-of-00001.parquet +- config_name: LiveAVCommentary + data_files: + - split: train + path: data/LiveAVCommentary/train-00000-of-00001.parquet + - split: eval + path: data/LiveAVCommentary/eval-00000-of-00001.parquet +- config_name: AVJointReasoning + data_files: + - split: train + path: data/AVJointReasoning/train-00000-of-00001.parquet + - split: eval + path: data/AVJointReasoning/eval-00000-of-00001.parquet +- config_name: ProactiveAVInteraction + data_files: + - split: train + path: data/ProactiveAVInteraction/train-00000-of-00001.parquet + - split: eval + path: data/ProactiveAVInteraction/eval-00000-of-00001.parquet +- config_name: OCRScreenGrounding + data_files: + - split: train + path: data/OCRScreenGrounding/train-00000-of-00001.parquet + - split: eval + path: data/OCRScreenGrounding/eval-00000-of-00001.parquet --- -# Streaming Omni Datasets - -Repository target: `skyzhou06/StreamingOmniDatasets` - -This package contains Phase 1 and Phase 2 local outputs for Streaming Omni dataset construction. - -## Dataset List - -| Dataset | Train | Eval | High quality | -| --- | ---: | ---: | ---: | -| StreamingAudioInteraction | 950 | 50 | 1000 | -| StreamingASRTranslation | 950 | 50 | 1000 | -| SpeechOutputAlignment | 950 | 50 | 1000 | -| LiveAVCommentary | 950 | 50 | 1000 | -| AVJointReasoning | 950 | 50 | 1000 | - -## Schema - -Rows follow the repository `configs/schema.json` timeline schema with audio, video, text, evidence, and quality fields. - -## Construction Pipeline - -Phase 1 builds streaming audio interaction, ASR/translation, and speech output alignment. Phase 2 adds live AV commentary and AV joint reasoning from non-benchmark local or public/open online media. - -## Online Sources - -- Successfully used source distribution: `{'internet_archive_public': 4}` -- Usable downloaded/public clips: `4` -- Download failures by reason: `{}` - -## Tool Usage Transparency - -Reports record whether WhisperX, CosyVoice, VLM captioning, and audio tagging used real models, remote execution, or deterministic fallback mode. Phase 2 in this package uses real downloaded media with fallback caption/tag labels because no real VLM/audio tagger backend was configured locally or remotely. - -## Benchmark Exclusion - -Benchmark datasets listed in the project reports are not used as training sources. - -## Limitations - -The public-media source subset is intentionally small. Fallback captions/tags are conservative labels grounded in source metadata and sampled frames/audio, not real VLM or CLAP/BEATs inference. Source license notes are preserved and should be audited before downstream redistribution decisions. - -## Intended Use - -Research and development of streaming multimodal dataset construction pipelines. +# StreamingOmniDatasets v0.3 Quality Hardened -## Not Intended For +Streaming multimodal SFT data with seven configurations, a canonical `streaming_omni_v0.3.1` schema, 950 train rows and 50 eval rows per configuration. -Production safety-critical deployment or claims of benchmark performance. +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). -## Citation +## Loading -Citation placeholder. +```python +from datasets import load_dataset -## License +ds = load_dataset( + "skyzhou06/StreamingOmniDatasets", + "ProactiveAVInteraction", + split="train", +) +print(ds[0]["timeline"], ds[0]["interaction_policy"]) +``` -License placeholder; source-specific license notes are preserved in row metadata and reports. +## Integrity and limitations -## Phase Status +- Training lineage excludes the benchmark banlist documented in `docs/SOURCE_PROVENANCE.md`. +- Seamless Interaction-derived data retains the CC BY-NC 4.0 non-commercial restriction; the repository uses `license: other` because sources differ. +- 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`. +- WhisperX timestamps are segment-level, not word-level. +- 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. +- Agent review is not human review. Human-review CSV/JSONL artifacts are provided separately in the project outputs. -See `reports/PHASE1_REPORT.md`, `reports/PHASE2_REPORT.md`, and `reports/validation_report.json`. +See `docs/SCHEMA.md`, `docs/INTERNAL_SFT_USAGE.md`, `docs/LICENSE_AND_PROVENANCE_MATRIX.md`, and `docs/LIMITATIONS.md`. diff --git a/data/AVJointReasoning/eval-00000-of-00001.parquet b/data/AVJointReasoning/eval-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f59486320c22f07e10f488917623deff22d836d --- /dev/null +++ b/data/AVJointReasoning/eval-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec74340c0a3ca9204a5f14520cea5c4beb60fd6d3f232503d29e316154c2735 +size 23041 diff --git a/data/AVJointReasoning/eval.parquet b/data/AVJointReasoning/eval.parquet deleted file mode 100644 index a87acad8f8df6519177673d860f9855312f88b43..0000000000000000000000000000000000000000 --- a/data/AVJointReasoning/eval.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee6b85cd6911f61af187385347b1eb8b35951897f86bec3f163aa1fcd8cfbef8 -size 23085 diff --git a/data/AVJointReasoning/high_quality.parquet b/data/AVJointReasoning/high_quality.parquet deleted file mode 100644 index d9fa87d293b162c757c18378e49ee55cd029f0fe..0000000000000000000000000000000000000000 --- a/data/AVJointReasoning/high_quality.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dff16ab2a01ece46aa8694c8716e086c0cb8e4eba3794f53cabda767909f808 -size 32014 diff --git a/data/AVJointReasoning/sample.jsonl b/data/AVJointReasoning/sample.jsonl deleted file mode 100644 index e115703cecff91cc79c5ccd07bd4d748d3e66d7b..0000000000000000000000000000000000000000 --- a/data/AVJointReasoning/sample.jsonl +++ /dev/null @@ -1,100 +0,0 @@ -{"id": "avjr_000000", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000001", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000002", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000003", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000004", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000005", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000006", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000007", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000008", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000009", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000010", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000011", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000012", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000013", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000014", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000015", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000016", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000017", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000018", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000019", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000020", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000021", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000022", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000023", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000024", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000025", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000026", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000027", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000028", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000029", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000030", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000031", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000032", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000033", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000034", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000035", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000036", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000037", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000038", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000039", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000040", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000041", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000042", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000043", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000044", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000045", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000046", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000047", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000048", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000049", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000050", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000051", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000052", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000053", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000054", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000055", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000056", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000057", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000058", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000059", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000060", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000061", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000062", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000063", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000064", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000065", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000066", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000067", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000068", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000069", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000070", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000071", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000072", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000073", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000074", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000075", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000076", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000077", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000078", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000079", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000080", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000081", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000082", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000083", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000084", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000085", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000086", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000087", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000088", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000089", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000090", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000091", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000092", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000093", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000094", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000095", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "avjr_000096", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "avjr_000097", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "avjr_000098", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "avjr_000099", "dataset": "AVJointReasoning", "task_family": "audio_visual_reasoning", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "response", "target_text_delta": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": "Why does the visible action make sense in this moment?", "answer": "Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.", "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[2.5, 5.0]], "video_spans": [[2.5, 5.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"qa_type": "audio_visual_temporal_order", "is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} diff --git a/data/AVJointReasoning/train-00000-of-00001.parquet b/data/AVJointReasoning/train-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcab0675bb13e8f3f32d0ae21eb6ffb53fc40c5b --- /dev/null +++ b/data/AVJointReasoning/train-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e795ba2534f78b0eadc89f5181ff67d4f189441b0b73a961957e69686fdf34d +size 47325 diff --git a/data/AVJointReasoning/train.parquet b/data/AVJointReasoning/train.parquet deleted file mode 100644 index ccf3c587af6acd402034ac7d532977ece191f561..0000000000000000000000000000000000000000 --- a/data/AVJointReasoning/train.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b060f9ba9ad62fd5fb42a3ec2d2d1f2b94643a0f02a1a7b97db8758c7379bbe -size 31646 diff --git a/data/LiveAVCommentary/eval-00000-of-00001.parquet b/data/LiveAVCommentary/eval-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f10fd4e01eb90ae645f1159d57e4ca51332c3607 --- /dev/null +++ b/data/LiveAVCommentary/eval-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3302083d14dd29c7dd49726747ac5141223ec582b0575d7cb68ae4984c0cccbe +size 21690 diff --git a/data/LiveAVCommentary/eval.parquet b/data/LiveAVCommentary/eval.parquet deleted file mode 100644 index c78c2bbb41a2ba6c542c9d8fcfa4a24db297d56b..0000000000000000000000000000000000000000 --- a/data/LiveAVCommentary/eval.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fa635d4a2779e4c286bfa09b6f5cfceb5fac0038edf44adae18448506e91e44 -size 21383 diff --git a/data/LiveAVCommentary/high_quality.parquet b/data/LiveAVCommentary/high_quality.parquet deleted file mode 100644 index 567b91fe787a7ffa7ecaa77780cd73ea460012bd..0000000000000000000000000000000000000000 --- a/data/LiveAVCommentary/high_quality.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee3d2df9a36d79802b97be96cc21bf083a2b644f3ff98c0a9c3aaa052d43c6cf -size 30423 diff --git a/data/LiveAVCommentary/sample.jsonl b/data/LiveAVCommentary/sample.jsonl deleted file mode 100644 index d4bdde4c84ae628f2406f13fe26a33b08a080628..0000000000000000000000000000000000000000 --- a/data/LiveAVCommentary/sample.jsonl +++ /dev/null @@ -1,100 +0,0 @@ -{"id": "lac_000000", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000001", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000002", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000003", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000004", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000005", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000006", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000007", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000008", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000009", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000010", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000011", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000012", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000013", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000014", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000015", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000016", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000017", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000018", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000019", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000020", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000021", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000022", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000023", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000024", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000025", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000026", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000027", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000028", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000029", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000030", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000031", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000032", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000033", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000034", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000035", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000036", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000037", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000038", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000039", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000040", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000041", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000042", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000043", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000044", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000045", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000046", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000047", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000048", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000049", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000050", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000051", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000052", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000053", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000054", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000055", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000056", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000057", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000058", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000059", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000060", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000061", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000062", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000063", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000064", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000065", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000066", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000067", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000068", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000069", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000070", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000071", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000072", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000073", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000074", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000075", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000076", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000077", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000078", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000079", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000080", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000081", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000082", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000083", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000084", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000085", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000086", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000087", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000088", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000089", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000090", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000091", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000092", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000093", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000094", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000095", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} -{"id": "lac_000096", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.mp4"}}} -{"id": "lac_000097", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.mp4"}}} -{"id": "lac_000098", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/live_commentary_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.mp4"}}} -{"id": "lac_000099", "dataset": "LiveAVCommentary", "task_family": "live_av_commentary", "source_dataset": "internet_archive_public", "source_id": "existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning", "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "split": "train", "duration_sec": 10.0, "modalities": ["video", "audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0001.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0002.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0003.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0004.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0005.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4"], "control": "speak", "target_text_delta": "The visible action continues as real audio track shapes the moment.", "target_speech_ref": null}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0006.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 6.0, "t_end": 7.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0007.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6"], "control": "speak", "target_text_delta": "The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.", "target_speech_ref": null}, {"t_start": 7.0, "t_end": 8.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0008.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 8.0, "t_end": 9.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0009.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8"], "control": "speak", "target_text_delta": "Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.", "target_speech_ref": null}, {"t_start": 9.0, "t_end": 10.0, "audio_ref": "data/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wav", "frame_refs": ["data/interim/phase2/frames/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning/frame_0010.jpg"], "asr_delta": "", "ocr_delta": [], "audio_events": ["real audio track"], "visual_events": ["internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9"], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "question": null, "answer": null, "evidence": {"requires_audio": true, "requires_video": true, "requires_ocr": false, "audio_spans": [[0.0, 10.0]], "video_spans": [[0.0, 10.0]]}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback VLM/audio tagging used for Phase 2 smoke or missing model dependencies"]}, "model_mode": "fallback", "metadata": {"is_synthetic_placeholder": false, "model_mode": {"whisperx": "not_used", "vlm": "fallback", "audio_tagger": "fallback"}, "source_url_or_path": "data/interim/source_downloads/internet_archive_public_5e1ae9f8af475e1ae9f8af47_7.mp4", "license_note": "Internet Archive public/open media; exact upstream license metadata should be audited before release.", "processing_pipeline": "reuse_existing_download_ffmpeg_clip", "download": {"method": "existing_raw_download", "status": "success", "path": "data/raw/videos/av_reasoning_downloaded/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.mp4"}}} diff --git a/data/LiveAVCommentary/train-00000-of-00001.parquet b/data/LiveAVCommentary/train-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01d7607fbc89f852dcae8142123cd0d6001273b1 --- /dev/null +++ b/data/LiveAVCommentary/train-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dcbb9ba0fab7f05fd25342ab7b4f7412d0354cd156a7e4c9379f961edcdab3b +size 47525 diff --git a/data/LiveAVCommentary/train.parquet b/data/LiveAVCommentary/train.parquet deleted file mode 100644 index 0a2fb0dbf9aca16d54de26da922dbbed42e37d04..0000000000000000000000000000000000000000 --- a/data/LiveAVCommentary/train.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15569dc44dfb4dfb2aaa3d2311b8bcadab4997db8d1b57dae33ab7fa35d14aaa -size 30055 diff --git a/data/OCRScreenGrounding/eval-00000-of-00001.parquet b/data/OCRScreenGrounding/eval-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47100ae72afde97c7d5d39809dd618c1f8fd204b --- /dev/null +++ b/data/OCRScreenGrounding/eval-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d1f7cd78cadc354cf86d00f7ffa8e7c4ba8729881a755cf888f6785f7f3894 +size 34311 diff --git a/data/OCRScreenGrounding/train-00000-of-00001.parquet b/data/OCRScreenGrounding/train-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6f3e12f2ef71e2ab36aabc4be5d3a6d2f7c2d87 --- /dev/null +++ b/data/OCRScreenGrounding/train-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee38d5838da41062f12889d1ce7d84d213cbe6beae9bf471627462ee47c2548e +size 102813 diff --git a/data/ProactiveAVInteraction/eval-00000-of-00001.parquet b/data/ProactiveAVInteraction/eval-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06327074237685911b0e36c1c87ffb5a9aadae22 --- /dev/null +++ b/data/ProactiveAVInteraction/eval-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b13344eab735d5b92106609032aabd42b4eb854175ca78d11f3ab5978e58ef3 +size 38158 diff --git a/data/ProactiveAVInteraction/train-00000-of-00001.parquet b/data/ProactiveAVInteraction/train-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26949a2f09d7adfa9b23b8fb07ed3c0d7672cace --- /dev/null +++ b/data/ProactiveAVInteraction/train-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4c474d920e5bd870eeafc865b3d9377254ebd6edd6cf24b9a82a73d3865ed6 +size 95658 diff --git a/data/SpeechOutputAlignment/eval-00000-of-00001.parquet b/data/SpeechOutputAlignment/eval-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9af55127900628ca6029d5c701f7cfd83977ec3d --- /dev/null +++ b/data/SpeechOutputAlignment/eval-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f011da08a4e10649d251c3b7095c806055fc4c2432a05cb7cd1cdab1d183e2f9 +size 26673 diff --git a/data/SpeechOutputAlignment/eval.parquet b/data/SpeechOutputAlignment/eval.parquet deleted file mode 100644 index ba45f58e4d0eac11fb7b93d681507c3442c4d958..0000000000000000000000000000000000000000 --- a/data/SpeechOutputAlignment/eval.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:402b29b0e74d80ab77518421c6abddd0c790b41fa3549fdc1dbb8bc91b452236 -size 20074 diff --git a/data/SpeechOutputAlignment/high_quality.parquet b/data/SpeechOutputAlignment/high_quality.parquet deleted file mode 100644 index f9eea8ccc361049de0333cfa85ecd9c15f395849..0000000000000000000000000000000000000000 --- a/data/SpeechOutputAlignment/high_quality.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21d2a15e81458816ddc8828a7ee192a4f7a094fcd34619cb6e409683ed35bef8 -size 58236 diff --git a/data/SpeechOutputAlignment/sample.jsonl b/data/SpeechOutputAlignment/sample.jsonl deleted file mode 100644 index 4be511f90e8e7d0dd610bf97fb67bffdea5bdf78..0000000000000000000000000000000000000000 --- a/data/SpeechOutputAlignment/sample.jsonl +++ /dev/null @@ -1,100 +0,0 @@ -{"id": "soa_000000", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000000", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000000.wav", "frame_refs": [], "asr_delta": "I will start", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will start a 3 minute timer", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000000.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000000.wav", "frame_refs": [], "asr_delta": "start a 3 minute", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "now and remind you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000000.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000000.wav", "frame_refs": [], "asr_delta": "minute timer now and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minute timer now and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000000.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000000.wav", "frame_refs": [], "asr_delta": "and remind you", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and remind you", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000000.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000000.wav", "frame_refs": [], "asr_delta": "you when it ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000000.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000000.wav", "frame_refs": [], "asr_delta": "ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000000.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will start a 3 minute timer now and remind you when it ends.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "will", "start": 0.372, "end": 0.744}, {"word": "start", "start": 0.744, "end": 1.116}, {"word": "a", "start": 1.116, "end": 1.489}, {"word": "3", "start": 1.489, "end": 1.861}, {"word": "minute", "start": 1.861, "end": 2.233}, {"word": "timer", "start": 2.233, "end": 2.605}, {"word": "now", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "remind", "start": 3.349, "end": 3.721}, {"word": "you", "start": 3.721, "end": 4.094}, {"word": "when", "start": 4.094, "end": 4.466}, {"word": "it", "start": 4.466, "end": 4.838}, {"word": "ends", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000001", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000001", "split": "train", "duration_sec": 4.19, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000001.wav", "frame_refs": [], "asr_delta": "I will remind", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will remind you to check the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000001.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000001.wav", "frame_refs": [], "asr_delta": "remind you to check", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 4 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000001.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000001.wav", "frame_refs": [], "asr_delta": "check the oven", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "check the oven", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000001.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000001.wav", "frame_refs": [], "asr_delta": "oven in 4 minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 4 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000001.wav"}, {"t_start": 4.0, "t_end": 4.19, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000001.wav", "frame_refs": [], "asr_delta": "minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000001.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.19]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will remind you to check the oven in 4 minutes.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.381}, {"word": "will", "start": 0.381, "end": 0.762}, {"word": "remind", "start": 0.762, "end": 1.143}, {"word": "you", "start": 1.143, "end": 1.524}, {"word": "to", "start": 1.524, "end": 1.905}, {"word": "check", "start": 1.905, "end": 2.285}, {"word": "the", "start": 2.285, "end": 2.666}, {"word": "oven", "start": 2.666, "end": 3.047}, {"word": "in", "start": 3.047, "end": 3.428}, {"word": "4", "start": 3.428, "end": 3.809}, {"word": "minutes", "start": 3.809, "end": 4.19}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000002", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000002", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000002.wav", "frame_refs": [], "asr_delta": "Open the downloaded", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Open the downloaded file verify its name", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000002.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000002.wav", "frame_refs": [], "asr_delta": "downloaded file verify its", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and move it into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000002.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000002.wav", "frame_refs": [], "asr_delta": "its name and move", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "its name and move", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000002.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000002.wav", "frame_refs": [], "asr_delta": "move it into", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "move it into", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000002.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000002.wav", "frame_refs": [], "asr_delta": "into the project folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000002.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000002.wav", "frame_refs": [], "asr_delta": "folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000002.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Open the downloaded file, verify its name, and move it into the project folder.", "word_alignment": [{"word": "Open", "start": 0.0, "end": 0.372}, {"word": "the", "start": 0.372, "end": 0.744}, {"word": "downloaded", "start": 0.744, "end": 1.116}, {"word": "file", "start": 1.116, "end": 1.489}, {"word": "verify", "start": 1.489, "end": 1.861}, {"word": "its", "start": 1.861, "end": 2.233}, {"word": "name", "start": 2.233, "end": 2.605}, {"word": "and", "start": 2.605, "end": 2.977}, {"word": "move", "start": 2.977, "end": 3.349}, {"word": "it", "start": 3.349, "end": 3.721}, {"word": "into", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "project", "start": 4.466, "end": 4.838}, {"word": "folder", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000003", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000003", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000003.wav", "frame_refs": [], "asr_delta": "The sky looks", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The sky looks blue because air molecules", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000003.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000003.wav", "frame_refs": [], "asr_delta": "looks blue because air", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "scatter shorter blue wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000003.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000003.wav", "frame_refs": [], "asr_delta": "air molecules scatter shorter", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000003.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000003.wav", "frame_refs": [], "asr_delta": "shorter blue wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "shorter blue wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000003.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000003.wav", "frame_refs": [], "asr_delta": "wavelengths more than red", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000003.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000003.wav", "frame_refs": [], "asr_delta": "red wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "red wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000003.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.37}, {"word": "sky", "start": 0.37, "end": 0.74}, {"word": "looks", "start": 0.74, "end": 1.11}, {"word": "blue", "start": 1.11, "end": 1.48}, {"word": "because", "start": 1.48, "end": 1.85}, {"word": "air", "start": 1.85, "end": 2.22}, {"word": "molecules", "start": 2.22, "end": 2.59}, {"word": "scatter", "start": 2.59, "end": 2.96}, {"word": "shorter", "start": 2.96, "end": 3.33}, {"word": "blue", "start": 3.33, "end": 3.7}, {"word": "wavelengths", "start": 3.7, "end": 4.07}, {"word": "more", "start": 4.07, "end": 4.44}, {"word": "than", "start": 4.44, "end": 4.81}, {"word": "red", "start": 4.81, "end": 5.18}, {"word": "wavelengths", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000004", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000004", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000004.wav", "frame_refs": [], "asr_delta": "I waited for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I waited for the end of your", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000004.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000004.wav", "frame_refs": [], "asr_delta": "for the end of", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "sentence and I am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000004.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000004.wav", "frame_refs": [], "asr_delta": "of your sentence and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "of your sentence and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000004.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000004.wav", "frame_refs": [], "asr_delta": "and I am", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and I am", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000004.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000004.wav", "frame_refs": [], "asr_delta": "am ready to respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000004.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000004.wav", "frame_refs": [], "asr_delta": "respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000004.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I waited for the end of your sentence and I am ready to respond.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "waited", "start": 0.372, "end": 0.744}, {"word": "for", "start": 0.744, "end": 1.116}, {"word": "the", "start": 1.116, "end": 1.489}, {"word": "end", "start": 1.489, "end": 1.861}, {"word": "of", "start": 1.861, "end": 2.233}, {"word": "your", "start": 2.233, "end": 2.605}, {"word": "sentence", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "I", "start": 3.349, "end": 3.721}, {"word": "am", "start": 3.721, "end": 4.094}, {"word": "ready", "start": 4.094, "end": 4.466}, {"word": "to", "start": 4.466, "end": 4.838}, {"word": "respond", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000005", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000005", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000005.wav", "frame_refs": [], "asr_delta": "Pack headphones a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Pack headphones a charger a cable and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000005.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000005.wav", "frame_refs": [], "asr_delta": "a charger a cable", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a small pouch to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000005.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000005.wav", "frame_refs": [], "asr_delta": "cable and a small", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "cable and a small", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000005.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000005.wav", "frame_refs": [], "asr_delta": "small pouch to", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "small pouch to", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000005.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000005.wav", "frame_refs": [], "asr_delta": "to keep them together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000005.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000005.wav", "frame_refs": [], "asr_delta": "together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000005.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "word_alignment": [{"word": "Pack", "start": 0.0, "end": 0.372}, {"word": "headphones", "start": 0.372, "end": 0.744}, {"word": "a", "start": 0.744, "end": 1.116}, {"word": "charger", "start": 1.116, "end": 1.489}, {"word": "a", "start": 1.489, "end": 1.861}, {"word": "cable", "start": 1.861, "end": 2.233}, {"word": "and", "start": 2.233, "end": 2.605}, {"word": "a", "start": 2.605, "end": 2.977}, {"word": "small", "start": 2.977, "end": 3.349}, {"word": "pouch", "start": 3.349, "end": 3.721}, {"word": "to", "start": 3.721, "end": 4.094}, {"word": "keep", "start": 4.094, "end": 4.466}, {"word": "them", "start": 4.466, "end": 4.838}, {"word": "together", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000006", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000006", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000006.wav", "frame_refs": [], "asr_delta": "Understood I will", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Understood I will wait for the phrase", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000006.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000006.wav", "frame_refs": [], "asr_delta": "will wait for the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "green light before starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000006.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000006.wav", "frame_refs": [], "asr_delta": "the phrase green light", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the phrase green light", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000006.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000006.wav", "frame_refs": [], "asr_delta": "light before starting", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "light before starting", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000006.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000006.wav", "frame_refs": [], "asr_delta": "starting the next step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000006.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000006.wav", "frame_refs": [], "asr_delta": "step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000006.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Understood, I will wait for the phrase green light before starting the next step.", "word_alignment": [{"word": "Understood", "start": 0.0, "end": 0.372}, {"word": "I", "start": 0.372, "end": 0.744}, {"word": "will", "start": 0.744, "end": 1.116}, {"word": "wait", "start": 1.116, "end": 1.489}, {"word": "for", "start": 1.489, "end": 1.861}, {"word": "the", "start": 1.861, "end": 2.233}, {"word": "phrase", "start": 2.233, "end": 2.605}, {"word": "green", "start": 2.605, "end": 2.977}, {"word": "light", "start": 2.977, "end": 3.349}, {"word": "before", "start": 3.349, "end": 3.721}, {"word": "starting", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "next", "start": 4.466, "end": 4.838}, {"word": "step", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000007", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000007", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000007.wav", "frame_refs": [], "asr_delta": "The room sounds", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The room sounds quiet enough for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000007.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000007.wav", "frame_refs": [], "asr_delta": "sounds quiet enough for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "short recording but a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000007.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000007.wav", "frame_refs": [], "asr_delta": "for a short recording", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000007.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000007.wav", "frame_refs": [], "asr_delta": "recording but a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "recording but a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000007.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000007.wav", "frame_refs": [], "asr_delta": "a test clip would", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000007.wav"}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000007.wav", "frame_refs": [], "asr_delta": "would confirm it", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "would confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000007.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.368}, {"word": "room", "start": 0.368, "end": 0.736}, {"word": "sounds", "start": 0.736, "end": 1.104}, {"word": "quiet", "start": 1.104, "end": 1.472}, {"word": "enough", "start": 1.472, "end": 1.841}, {"word": "for", "start": 1.841, "end": 2.209}, {"word": "a", "start": 2.209, "end": 2.577}, {"word": "short", "start": 2.577, "end": 2.945}, {"word": "recording", "start": 2.945, "end": 3.313}, {"word": "but", "start": 3.313, "end": 3.681}, {"word": "a", "start": 3.681, "end": 4.049}, {"word": "test", "start": 4.049, "end": 4.417}, {"word": "clip", "start": 4.417, "end": 4.786}, {"word": "would", "start": 4.786, "end": 5.154}, {"word": "confirm", "start": 5.154, "end": 5.522}, {"word": "it", "start": 5.522, "end": 5.89}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000008", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000008", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000008.wav", "frame_refs": [], "asr_delta": "I will create", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will create a task for tomorrow", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000008.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000008.wav", "frame_refs": [], "asr_delta": "create a task for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "morning with the spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000008.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000008.wav", "frame_refs": [], "asr_delta": "for tomorrow morning with", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000008.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000008.wav", "frame_refs": [], "asr_delta": "with the spoken", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "with the spoken", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000008.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000008.wav", "frame_refs": [], "asr_delta": "spoken note as the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000008.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000008.wav", "frame_refs": [], "asr_delta": "the description", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000008.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will create a task for tomorrow morning with the spoken note as the description.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.37}, {"word": "will", "start": 0.37, "end": 0.74}, {"word": "create", "start": 0.74, "end": 1.11}, {"word": "a", "start": 1.11, "end": 1.48}, {"word": "task", "start": 1.48, "end": 1.85}, {"word": "for", "start": 1.85, "end": 2.22}, {"word": "tomorrow", "start": 2.22, "end": 2.59}, {"word": "morning", "start": 2.59, "end": 2.96}, {"word": "with", "start": 2.96, "end": 3.33}, {"word": "the", "start": 3.33, "end": 3.7}, {"word": "spoken", "start": 3.7, "end": 4.07}, {"word": "note", "start": 4.07, "end": 4.44}, {"word": "as", "start": 4.44, "end": 4.81}, {"word": "the", "start": 4.81, "end": 5.18}, {"word": "description", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000009", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000009", "split": "train", "duration_sec": 6.23, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav", "frame_refs": [], "asr_delta": "No problem I", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "No problem I can stay for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav", "frame_refs": [], "asr_delta": "I can stay for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "few more minutes or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav", "frame_refs": [], "asr_delta": "for a few more", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav", "frame_refs": [], "asr_delta": "more minutes or", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "more minutes or", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav", "frame_refs": [], "asr_delta": "or we can schedule", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav"}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav", "frame_refs": [], "asr_delta": "schedule a follow up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "schedule a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav"}, {"t_start": 6.0, "t_end": 6.23, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav", "frame_refs": [], "asr_delta": "up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000009.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 6.23]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "word_alignment": [{"word": "No", "start": 0.0, "end": 0.366}, {"word": "problem", "start": 0.366, "end": 0.733}, {"word": "I", "start": 0.733, "end": 1.099}, {"word": "can", "start": 1.099, "end": 1.466}, {"word": "stay", "start": 1.466, "end": 1.832}, {"word": "for", "start": 1.832, "end": 2.199}, {"word": "a", "start": 2.199, "end": 2.565}, {"word": "few", "start": 2.565, "end": 2.932}, {"word": "more", "start": 2.932, "end": 3.298}, {"word": "minutes", "start": 3.298, "end": 3.665}, {"word": "or", "start": 3.665, "end": 4.031}, {"word": "we", "start": 4.031, "end": 4.398}, {"word": "can", "start": 4.398, "end": 4.764}, {"word": "schedule", "start": 4.764, "end": 5.131}, {"word": "a", "start": 5.131, "end": 5.497}, {"word": "follow", "start": 5.497, "end": 5.864}, {"word": "up", "start": 5.864, "end": 6.23}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000010", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000010", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000010.wav", "frame_refs": [], "asr_delta": "I will start", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will start a 13 minute timer", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000010.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000010.wav", "frame_refs": [], "asr_delta": "start a 13 minute", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "now and remind you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000010.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000010.wav", "frame_refs": [], "asr_delta": "minute timer now and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minute timer now and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000010.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000010.wav", "frame_refs": [], "asr_delta": "and remind you", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and remind you", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000010.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000010.wav", "frame_refs": [], "asr_delta": "you when it ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000010.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000010.wav", "frame_refs": [], "asr_delta": "ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000010.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will start a 13 minute timer now and remind you when it ends.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "will", "start": 0.372, "end": 0.744}, {"word": "start", "start": 0.744, "end": 1.116}, {"word": "a", "start": 1.116, "end": 1.489}, {"word": "13", "start": 1.489, "end": 1.861}, {"word": "minute", "start": 1.861, "end": 2.233}, {"word": "timer", "start": 2.233, "end": 2.605}, {"word": "now", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "remind", "start": 3.349, "end": 3.721}, {"word": "you", "start": 3.721, "end": 4.094}, {"word": "when", "start": 4.094, "end": 4.466}, {"word": "it", "start": 4.466, "end": 4.838}, {"word": "ends", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000011", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000011", "split": "train", "duration_sec": 4.19, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000011.wav", "frame_refs": [], "asr_delta": "I will remind", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will remind you to check the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000011.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000011.wav", "frame_refs": [], "asr_delta": "remind you to check", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 14 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000011.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000011.wav", "frame_refs": [], "asr_delta": "check the oven", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "check the oven", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000011.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000011.wav", "frame_refs": [], "asr_delta": "oven in 14 minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 14 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000011.wav"}, {"t_start": 4.0, "t_end": 4.19, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000011.wav", "frame_refs": [], "asr_delta": "minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000011.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.19]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will remind you to check the oven in 14 minutes.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.381}, {"word": "will", "start": 0.381, "end": 0.762}, {"word": "remind", "start": 0.762, "end": 1.143}, {"word": "you", "start": 1.143, "end": 1.524}, {"word": "to", "start": 1.524, "end": 1.905}, {"word": "check", "start": 1.905, "end": 2.285}, {"word": "the", "start": 2.285, "end": 2.666}, {"word": "oven", "start": 2.666, "end": 3.047}, {"word": "in", "start": 3.047, "end": 3.428}, {"word": "14", "start": 3.428, "end": 3.809}, {"word": "minutes", "start": 3.809, "end": 4.19}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000012", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000012", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000012.wav", "frame_refs": [], "asr_delta": "Open the downloaded", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Open the downloaded file verify its name", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000012.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000012.wav", "frame_refs": [], "asr_delta": "downloaded file verify its", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and move it into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000012.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000012.wav", "frame_refs": [], "asr_delta": "its name and move", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "its name and move", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000012.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000012.wav", "frame_refs": [], "asr_delta": "move it into", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "move it into", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000012.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000012.wav", "frame_refs": [], "asr_delta": "into the project folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000012.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000012.wav", "frame_refs": [], "asr_delta": "folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000012.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Open the downloaded file, verify its name, and move it into the project folder.", "word_alignment": [{"word": "Open", "start": 0.0, "end": 0.372}, {"word": "the", "start": 0.372, "end": 0.744}, {"word": "downloaded", "start": 0.744, "end": 1.116}, {"word": "file", "start": 1.116, "end": 1.489}, {"word": "verify", "start": 1.489, "end": 1.861}, {"word": "its", "start": 1.861, "end": 2.233}, {"word": "name", "start": 2.233, "end": 2.605}, {"word": "and", "start": 2.605, "end": 2.977}, {"word": "move", "start": 2.977, "end": 3.349}, {"word": "it", "start": 3.349, "end": 3.721}, {"word": "into", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "project", "start": 4.466, "end": 4.838}, {"word": "folder", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000013", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000013", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000013.wav", "frame_refs": [], "asr_delta": "The sky looks", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The sky looks blue because air molecules", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000013.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000013.wav", "frame_refs": [], "asr_delta": "looks blue because air", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "scatter shorter blue wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000013.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000013.wav", "frame_refs": [], "asr_delta": "air molecules scatter shorter", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000013.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000013.wav", "frame_refs": [], "asr_delta": "shorter blue wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "shorter blue wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000013.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000013.wav", "frame_refs": [], "asr_delta": "wavelengths more than red", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000013.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000013.wav", "frame_refs": [], "asr_delta": "red wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "red wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000013.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.37}, {"word": "sky", "start": 0.37, "end": 0.74}, {"word": "looks", "start": 0.74, "end": 1.11}, {"word": "blue", "start": 1.11, "end": 1.48}, {"word": "because", "start": 1.48, "end": 1.85}, {"word": "air", "start": 1.85, "end": 2.22}, {"word": "molecules", "start": 2.22, "end": 2.59}, {"word": "scatter", "start": 2.59, "end": 2.96}, {"word": "shorter", "start": 2.96, "end": 3.33}, {"word": "blue", "start": 3.33, "end": 3.7}, {"word": "wavelengths", "start": 3.7, "end": 4.07}, {"word": "more", "start": 4.07, "end": 4.44}, {"word": "than", "start": 4.44, "end": 4.81}, {"word": "red", "start": 4.81, "end": 5.18}, {"word": "wavelengths", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000014", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000014", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000014.wav", "frame_refs": [], "asr_delta": "I waited for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I waited for the end of your", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000014.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000014.wav", "frame_refs": [], "asr_delta": "for the end of", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "sentence and I am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000014.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000014.wav", "frame_refs": [], "asr_delta": "of your sentence and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "of your sentence and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000014.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000014.wav", "frame_refs": [], "asr_delta": "and I am", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and I am", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000014.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000014.wav", "frame_refs": [], "asr_delta": "am ready to respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000014.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000014.wav", "frame_refs": [], "asr_delta": "respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000014.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I waited for the end of your sentence and I am ready to respond.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "waited", "start": 0.372, "end": 0.744}, {"word": "for", "start": 0.744, "end": 1.116}, {"word": "the", "start": 1.116, "end": 1.489}, {"word": "end", "start": 1.489, "end": 1.861}, {"word": "of", "start": 1.861, "end": 2.233}, {"word": "your", "start": 2.233, "end": 2.605}, {"word": "sentence", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "I", "start": 3.349, "end": 3.721}, {"word": "am", "start": 3.721, "end": 4.094}, {"word": "ready", "start": 4.094, "end": 4.466}, {"word": "to", "start": 4.466, "end": 4.838}, {"word": "respond", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000015", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000015", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000015.wav", "frame_refs": [], "asr_delta": "Pack headphones a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Pack headphones a charger a cable and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000015.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000015.wav", "frame_refs": [], "asr_delta": "a charger a cable", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a small pouch to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000015.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000015.wav", "frame_refs": [], "asr_delta": "cable and a small", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "cable and a small", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000015.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000015.wav", "frame_refs": [], "asr_delta": "small pouch to", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "small pouch to", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000015.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000015.wav", "frame_refs": [], "asr_delta": "to keep them together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000015.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000015.wav", "frame_refs": [], "asr_delta": "together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000015.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "word_alignment": [{"word": "Pack", "start": 0.0, "end": 0.372}, {"word": "headphones", "start": 0.372, "end": 0.744}, {"word": "a", "start": 0.744, "end": 1.116}, {"word": "charger", "start": 1.116, "end": 1.489}, {"word": "a", "start": 1.489, "end": 1.861}, {"word": "cable", "start": 1.861, "end": 2.233}, {"word": "and", "start": 2.233, "end": 2.605}, {"word": "a", "start": 2.605, "end": 2.977}, {"word": "small", "start": 2.977, "end": 3.349}, {"word": "pouch", "start": 3.349, "end": 3.721}, {"word": "to", "start": 3.721, "end": 4.094}, {"word": "keep", "start": 4.094, "end": 4.466}, {"word": "them", "start": 4.466, "end": 4.838}, {"word": "together", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000016", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000016", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000016.wav", "frame_refs": [], "asr_delta": "Understood I will", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Understood I will wait for the phrase", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000016.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000016.wav", "frame_refs": [], "asr_delta": "will wait for the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "green light before starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000016.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000016.wav", "frame_refs": [], "asr_delta": "the phrase green light", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the phrase green light", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000016.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000016.wav", "frame_refs": [], "asr_delta": "light before starting", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "light before starting", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000016.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000016.wav", "frame_refs": [], "asr_delta": "starting the next step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000016.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000016.wav", "frame_refs": [], "asr_delta": "step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000016.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Understood, I will wait for the phrase green light before starting the next step.", "word_alignment": [{"word": "Understood", "start": 0.0, "end": 0.372}, {"word": "I", "start": 0.372, "end": 0.744}, {"word": "will", "start": 0.744, "end": 1.116}, {"word": "wait", "start": 1.116, "end": 1.489}, {"word": "for", "start": 1.489, "end": 1.861}, {"word": "the", "start": 1.861, "end": 2.233}, {"word": "phrase", "start": 2.233, "end": 2.605}, {"word": "green", "start": 2.605, "end": 2.977}, {"word": "light", "start": 2.977, "end": 3.349}, {"word": "before", "start": 3.349, "end": 3.721}, {"word": "starting", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "next", "start": 4.466, "end": 4.838}, {"word": "step", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000017", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000017", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000017.wav", "frame_refs": [], "asr_delta": "The room sounds", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The room sounds quiet enough for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000017.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000017.wav", "frame_refs": [], "asr_delta": "sounds quiet enough for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "short recording but a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000017.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000017.wav", "frame_refs": [], "asr_delta": "for a short recording", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000017.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000017.wav", "frame_refs": [], "asr_delta": "recording but a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "recording but a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000017.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000017.wav", "frame_refs": [], "asr_delta": "a test clip would", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000017.wav"}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000017.wav", "frame_refs": [], "asr_delta": "would confirm it", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "would confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000017.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.368}, {"word": "room", "start": 0.368, "end": 0.736}, {"word": "sounds", "start": 0.736, "end": 1.104}, {"word": "quiet", "start": 1.104, "end": 1.472}, {"word": "enough", "start": 1.472, "end": 1.841}, {"word": "for", "start": 1.841, "end": 2.209}, {"word": "a", "start": 2.209, "end": 2.577}, {"word": "short", "start": 2.577, "end": 2.945}, {"word": "recording", "start": 2.945, "end": 3.313}, {"word": "but", "start": 3.313, "end": 3.681}, {"word": "a", "start": 3.681, "end": 4.049}, {"word": "test", "start": 4.049, "end": 4.417}, {"word": "clip", "start": 4.417, "end": 4.786}, {"word": "would", "start": 4.786, "end": 5.154}, {"word": "confirm", "start": 5.154, "end": 5.522}, {"word": "it", "start": 5.522, "end": 5.89}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000018", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000018", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000018.wav", "frame_refs": [], "asr_delta": "I will create", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will create a task for tomorrow", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000018.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000018.wav", "frame_refs": [], "asr_delta": "create a task for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "morning with the spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000018.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000018.wav", "frame_refs": [], "asr_delta": "for tomorrow morning with", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000018.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000018.wav", "frame_refs": [], "asr_delta": "with the spoken", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "with the spoken", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000018.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000018.wav", "frame_refs": [], "asr_delta": "spoken note as the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000018.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000018.wav", "frame_refs": [], "asr_delta": "the description", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000018.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will create a task for tomorrow morning with the spoken note as the description.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.37}, {"word": "will", "start": 0.37, "end": 0.74}, {"word": "create", "start": 0.74, "end": 1.11}, {"word": "a", "start": 1.11, "end": 1.48}, {"word": "task", "start": 1.48, "end": 1.85}, {"word": "for", "start": 1.85, "end": 2.22}, {"word": "tomorrow", "start": 2.22, "end": 2.59}, {"word": "morning", "start": 2.59, "end": 2.96}, {"word": "with", "start": 2.96, "end": 3.33}, {"word": "the", "start": 3.33, "end": 3.7}, {"word": "spoken", "start": 3.7, "end": 4.07}, {"word": "note", "start": 4.07, "end": 4.44}, {"word": "as", "start": 4.44, "end": 4.81}, {"word": "the", "start": 4.81, "end": 5.18}, {"word": "description", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000019", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000019", "split": "train", "duration_sec": 6.23, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav", "frame_refs": [], "asr_delta": "No problem I", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "No problem I can stay for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav", "frame_refs": [], "asr_delta": "I can stay for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "few more minutes or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav", "frame_refs": [], "asr_delta": "for a few more", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav", "frame_refs": [], "asr_delta": "more minutes or", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "more minutes or", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav", "frame_refs": [], "asr_delta": "or we can schedule", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav"}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav", "frame_refs": [], "asr_delta": "schedule a follow up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "schedule a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav"}, {"t_start": 6.0, "t_end": 6.23, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav", "frame_refs": [], "asr_delta": "up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000019.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 6.23]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "word_alignment": [{"word": "No", "start": 0.0, "end": 0.366}, {"word": "problem", "start": 0.366, "end": 0.733}, {"word": "I", "start": 0.733, "end": 1.099}, {"word": "can", "start": 1.099, "end": 1.466}, {"word": "stay", "start": 1.466, "end": 1.832}, {"word": "for", "start": 1.832, "end": 2.199}, {"word": "a", "start": 2.199, "end": 2.565}, {"word": "few", "start": 2.565, "end": 2.932}, {"word": "more", "start": 2.932, "end": 3.298}, {"word": "minutes", "start": 3.298, "end": 3.665}, {"word": "or", "start": 3.665, "end": 4.031}, {"word": "we", "start": 4.031, "end": 4.398}, {"word": "can", "start": 4.398, "end": 4.764}, {"word": "schedule", "start": 4.764, "end": 5.131}, {"word": "a", "start": 5.131, "end": 5.497}, {"word": "follow", "start": 5.497, "end": 5.864}, {"word": "up", "start": 5.864, "end": 6.23}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000020", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000020", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000020.wav", "frame_refs": [], "asr_delta": "I will start", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will start a 23 minute timer", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000020.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000020.wav", "frame_refs": [], "asr_delta": "start a 23 minute", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "now and remind you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000020.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000020.wav", "frame_refs": [], "asr_delta": "minute timer now and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minute timer now and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000020.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000020.wav", "frame_refs": [], "asr_delta": "and remind you", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and remind you", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000020.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000020.wav", "frame_refs": [], "asr_delta": "you when it ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000020.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000020.wav", "frame_refs": [], "asr_delta": "ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000020.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will start a 23 minute timer now and remind you when it ends.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "will", "start": 0.372, "end": 0.744}, {"word": "start", "start": 0.744, "end": 1.116}, {"word": "a", "start": 1.116, "end": 1.489}, {"word": "23", "start": 1.489, "end": 1.861}, {"word": "minute", "start": 1.861, "end": 2.233}, {"word": "timer", "start": 2.233, "end": 2.605}, {"word": "now", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "remind", "start": 3.349, "end": 3.721}, {"word": "you", "start": 3.721, "end": 4.094}, {"word": "when", "start": 4.094, "end": 4.466}, {"word": "it", "start": 4.466, "end": 4.838}, {"word": "ends", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000021", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000021", "split": "train", "duration_sec": 4.19, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000021.wav", "frame_refs": [], "asr_delta": "I will remind", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will remind you to check the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000021.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000021.wav", "frame_refs": [], "asr_delta": "remind you to check", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 24 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000021.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000021.wav", "frame_refs": [], "asr_delta": "check the oven", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "check the oven", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000021.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000021.wav", "frame_refs": [], "asr_delta": "oven in 24 minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 24 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000021.wav"}, {"t_start": 4.0, "t_end": 4.19, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000021.wav", "frame_refs": [], "asr_delta": "minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000021.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.19]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will remind you to check the oven in 24 minutes.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.381}, {"word": "will", "start": 0.381, "end": 0.762}, {"word": "remind", "start": 0.762, "end": 1.143}, {"word": "you", "start": 1.143, "end": 1.524}, {"word": "to", "start": 1.524, "end": 1.905}, {"word": "check", "start": 1.905, "end": 2.285}, {"word": "the", "start": 2.285, "end": 2.666}, {"word": "oven", "start": 2.666, "end": 3.047}, {"word": "in", "start": 3.047, "end": 3.428}, {"word": "24", "start": 3.428, "end": 3.809}, {"word": "minutes", "start": 3.809, "end": 4.19}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000022", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000022", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000022.wav", "frame_refs": [], "asr_delta": "Open the downloaded", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Open the downloaded file verify its name", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000022.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000022.wav", "frame_refs": [], "asr_delta": "downloaded file verify its", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and move it into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000022.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000022.wav", "frame_refs": [], "asr_delta": "its name and move", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "its name and move", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000022.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000022.wav", "frame_refs": [], "asr_delta": "move it into", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "move it into", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000022.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000022.wav", "frame_refs": [], "asr_delta": "into the project folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000022.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000022.wav", "frame_refs": [], "asr_delta": "folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000022.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Open the downloaded file, verify its name, and move it into the project folder.", "word_alignment": [{"word": "Open", "start": 0.0, "end": 0.372}, {"word": "the", "start": 0.372, "end": 0.744}, {"word": "downloaded", "start": 0.744, "end": 1.116}, {"word": "file", "start": 1.116, "end": 1.489}, {"word": "verify", "start": 1.489, "end": 1.861}, {"word": "its", "start": 1.861, "end": 2.233}, {"word": "name", "start": 2.233, "end": 2.605}, {"word": "and", "start": 2.605, "end": 2.977}, {"word": "move", "start": 2.977, "end": 3.349}, {"word": "it", "start": 3.349, "end": 3.721}, {"word": "into", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "project", "start": 4.466, "end": 4.838}, {"word": "folder", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000023", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000023", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000023.wav", "frame_refs": [], "asr_delta": "The sky looks", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The sky looks blue because air molecules", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000023.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000023.wav", "frame_refs": [], "asr_delta": "looks blue because air", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "scatter shorter blue wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000023.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000023.wav", "frame_refs": [], "asr_delta": "air molecules scatter shorter", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000023.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000023.wav", "frame_refs": [], "asr_delta": "shorter blue wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "shorter blue wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000023.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000023.wav", "frame_refs": [], "asr_delta": "wavelengths more than red", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000023.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000023.wav", "frame_refs": [], "asr_delta": "red wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "red wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000023.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.37}, {"word": "sky", "start": 0.37, "end": 0.74}, {"word": "looks", "start": 0.74, "end": 1.11}, {"word": "blue", "start": 1.11, "end": 1.48}, {"word": "because", "start": 1.48, "end": 1.85}, {"word": "air", "start": 1.85, "end": 2.22}, {"word": "molecules", "start": 2.22, "end": 2.59}, {"word": "scatter", "start": 2.59, "end": 2.96}, {"word": "shorter", "start": 2.96, "end": 3.33}, {"word": "blue", "start": 3.33, "end": 3.7}, {"word": "wavelengths", "start": 3.7, "end": 4.07}, {"word": "more", "start": 4.07, "end": 4.44}, {"word": "than", "start": 4.44, "end": 4.81}, {"word": "red", "start": 4.81, "end": 5.18}, {"word": "wavelengths", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000024", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000024", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000024.wav", "frame_refs": [], "asr_delta": "I waited for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I waited for the end of your", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000024.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000024.wav", "frame_refs": [], "asr_delta": "for the end of", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "sentence and I am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000024.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000024.wav", "frame_refs": [], "asr_delta": "of your sentence and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "of your sentence and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000024.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000024.wav", "frame_refs": [], "asr_delta": "and I am", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and I am", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000024.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000024.wav", "frame_refs": [], "asr_delta": "am ready to respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000024.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000024.wav", "frame_refs": [], "asr_delta": "respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000024.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I waited for the end of your sentence and I am ready to respond.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "waited", "start": 0.372, "end": 0.744}, {"word": "for", "start": 0.744, "end": 1.116}, {"word": "the", "start": 1.116, "end": 1.489}, {"word": "end", "start": 1.489, "end": 1.861}, {"word": "of", "start": 1.861, "end": 2.233}, {"word": "your", "start": 2.233, "end": 2.605}, {"word": "sentence", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "I", "start": 3.349, "end": 3.721}, {"word": "am", "start": 3.721, "end": 4.094}, {"word": "ready", "start": 4.094, "end": 4.466}, {"word": "to", "start": 4.466, "end": 4.838}, {"word": "respond", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000025", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000025", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000025.wav", "frame_refs": [], "asr_delta": "Pack headphones a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Pack headphones a charger a cable and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000025.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000025.wav", "frame_refs": [], "asr_delta": "a charger a cable", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a small pouch to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000025.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000025.wav", "frame_refs": [], "asr_delta": "cable and a small", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "cable and a small", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000025.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000025.wav", "frame_refs": [], "asr_delta": "small pouch to", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "small pouch to", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000025.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000025.wav", "frame_refs": [], "asr_delta": "to keep them together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000025.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000025.wav", "frame_refs": [], "asr_delta": "together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000025.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "word_alignment": [{"word": "Pack", "start": 0.0, "end": 0.372}, {"word": "headphones", "start": 0.372, "end": 0.744}, {"word": "a", "start": 0.744, "end": 1.116}, {"word": "charger", "start": 1.116, "end": 1.489}, {"word": "a", "start": 1.489, "end": 1.861}, {"word": "cable", "start": 1.861, "end": 2.233}, {"word": "and", "start": 2.233, "end": 2.605}, {"word": "a", "start": 2.605, "end": 2.977}, {"word": "small", "start": 2.977, "end": 3.349}, {"word": "pouch", "start": 3.349, "end": 3.721}, {"word": "to", "start": 3.721, "end": 4.094}, {"word": "keep", "start": 4.094, "end": 4.466}, {"word": "them", "start": 4.466, "end": 4.838}, {"word": "together", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000026", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000026", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000026.wav", "frame_refs": [], "asr_delta": "Understood I will", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Understood I will wait for the phrase", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000026.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000026.wav", "frame_refs": [], "asr_delta": "will wait for the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "green light before starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000026.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000026.wav", "frame_refs": [], "asr_delta": "the phrase green light", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the phrase green light", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000026.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000026.wav", "frame_refs": [], "asr_delta": "light before starting", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "light before starting", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000026.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000026.wav", "frame_refs": [], "asr_delta": "starting the next step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000026.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000026.wav", "frame_refs": [], "asr_delta": "step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000026.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Understood, I will wait for the phrase green light before starting the next step.", "word_alignment": [{"word": "Understood", "start": 0.0, "end": 0.372}, {"word": "I", "start": 0.372, "end": 0.744}, {"word": "will", "start": 0.744, "end": 1.116}, {"word": "wait", "start": 1.116, "end": 1.489}, {"word": "for", "start": 1.489, "end": 1.861}, {"word": "the", "start": 1.861, "end": 2.233}, {"word": "phrase", "start": 2.233, "end": 2.605}, {"word": "green", "start": 2.605, "end": 2.977}, {"word": "light", "start": 2.977, "end": 3.349}, {"word": "before", "start": 3.349, "end": 3.721}, {"word": "starting", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "next", "start": 4.466, "end": 4.838}, {"word": "step", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000027", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000027", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000027.wav", "frame_refs": [], "asr_delta": "The room sounds", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The room sounds quiet enough for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000027.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000027.wav", "frame_refs": [], "asr_delta": "sounds quiet enough for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "short recording but a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000027.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000027.wav", "frame_refs": [], "asr_delta": "for a short recording", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000027.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000027.wav", "frame_refs": [], "asr_delta": "recording but a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "recording but a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000027.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000027.wav", "frame_refs": [], "asr_delta": "a test clip would", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000027.wav"}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000027.wav", "frame_refs": [], "asr_delta": "would confirm it", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "would confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000027.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.368}, {"word": "room", "start": 0.368, "end": 0.736}, {"word": "sounds", "start": 0.736, "end": 1.104}, {"word": "quiet", "start": 1.104, "end": 1.472}, {"word": "enough", "start": 1.472, "end": 1.841}, {"word": "for", "start": 1.841, "end": 2.209}, {"word": "a", "start": 2.209, "end": 2.577}, {"word": "short", "start": 2.577, "end": 2.945}, {"word": "recording", "start": 2.945, "end": 3.313}, {"word": "but", "start": 3.313, "end": 3.681}, {"word": "a", "start": 3.681, "end": 4.049}, {"word": "test", "start": 4.049, "end": 4.417}, {"word": "clip", "start": 4.417, "end": 4.786}, {"word": "would", "start": 4.786, "end": 5.154}, {"word": "confirm", "start": 5.154, "end": 5.522}, {"word": "it", "start": 5.522, "end": 5.89}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000028", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000028", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000028.wav", "frame_refs": [], "asr_delta": "I will create", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will create a task for tomorrow", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000028.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000028.wav", "frame_refs": [], "asr_delta": "create a task for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "morning with the spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000028.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000028.wav", "frame_refs": [], "asr_delta": "for tomorrow morning with", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000028.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000028.wav", "frame_refs": [], "asr_delta": "with the spoken", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "with the spoken", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000028.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000028.wav", "frame_refs": [], "asr_delta": "spoken note as the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000028.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000028.wav", "frame_refs": [], "asr_delta": "the description", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000028.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will create a task for tomorrow morning with the spoken note as the description.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.37}, {"word": "will", "start": 0.37, "end": 0.74}, {"word": "create", "start": 0.74, "end": 1.11}, {"word": "a", "start": 1.11, "end": 1.48}, {"word": "task", "start": 1.48, "end": 1.85}, {"word": "for", "start": 1.85, "end": 2.22}, {"word": "tomorrow", "start": 2.22, "end": 2.59}, {"word": "morning", "start": 2.59, "end": 2.96}, {"word": "with", "start": 2.96, "end": 3.33}, {"word": "the", "start": 3.33, "end": 3.7}, {"word": "spoken", "start": 3.7, "end": 4.07}, {"word": "note", "start": 4.07, "end": 4.44}, {"word": "as", "start": 4.44, "end": 4.81}, {"word": "the", "start": 4.81, "end": 5.18}, {"word": "description", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000029", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000029", "split": "train", "duration_sec": 6.23, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav", "frame_refs": [], "asr_delta": "No problem I", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "No problem I can stay for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav", "frame_refs": [], "asr_delta": "I can stay for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "few more minutes or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav", "frame_refs": [], "asr_delta": "for a few more", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav", "frame_refs": [], "asr_delta": "more minutes or", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "more minutes or", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav", "frame_refs": [], "asr_delta": "or we can schedule", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav"}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav", "frame_refs": [], "asr_delta": "schedule a follow up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "schedule a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav"}, {"t_start": 6.0, "t_end": 6.23, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav", "frame_refs": [], "asr_delta": "up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000029.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 6.23]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "word_alignment": [{"word": "No", "start": 0.0, "end": 0.366}, {"word": "problem", "start": 0.366, "end": 0.733}, {"word": "I", "start": 0.733, "end": 1.099}, {"word": "can", "start": 1.099, "end": 1.466}, {"word": "stay", "start": 1.466, "end": 1.832}, {"word": "for", "start": 1.832, "end": 2.199}, {"word": "a", "start": 2.199, "end": 2.565}, {"word": "few", "start": 2.565, "end": 2.932}, {"word": "more", "start": 2.932, "end": 3.298}, {"word": "minutes", "start": 3.298, "end": 3.665}, {"word": "or", "start": 3.665, "end": 4.031}, {"word": "we", "start": 4.031, "end": 4.398}, {"word": "can", "start": 4.398, "end": 4.764}, {"word": "schedule", "start": 4.764, "end": 5.131}, {"word": "a", "start": 5.131, "end": 5.497}, {"word": "follow", "start": 5.497, "end": 5.864}, {"word": "up", "start": 5.864, "end": 6.23}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000030", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000030", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000030.wav", "frame_refs": [], "asr_delta": "I will start", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will start a 6 minute timer", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000030.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000030.wav", "frame_refs": [], "asr_delta": "start a 6 minute", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "now and remind you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000030.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000030.wav", "frame_refs": [], "asr_delta": "minute timer now and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minute timer now and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000030.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000030.wav", "frame_refs": [], "asr_delta": "and remind you", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and remind you", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000030.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000030.wav", "frame_refs": [], "asr_delta": "you when it ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000030.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000030.wav", "frame_refs": [], "asr_delta": "ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000030.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will start a 6 minute timer now and remind you when it ends.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "will", "start": 0.372, "end": 0.744}, {"word": "start", "start": 0.744, "end": 1.116}, {"word": "a", "start": 1.116, "end": 1.489}, {"word": "6", "start": 1.489, "end": 1.861}, {"word": "minute", "start": 1.861, "end": 2.233}, {"word": "timer", "start": 2.233, "end": 2.605}, {"word": "now", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "remind", "start": 3.349, "end": 3.721}, {"word": "you", "start": 3.721, "end": 4.094}, {"word": "when", "start": 4.094, "end": 4.466}, {"word": "it", "start": 4.466, "end": 4.838}, {"word": "ends", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000031", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000031", "split": "train", "duration_sec": 4.19, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000031.wav", "frame_refs": [], "asr_delta": "I will remind", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will remind you to check the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000031.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000031.wav", "frame_refs": [], "asr_delta": "remind you to check", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 7 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000031.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000031.wav", "frame_refs": [], "asr_delta": "check the oven", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "check the oven", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000031.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000031.wav", "frame_refs": [], "asr_delta": "oven in 7 minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 7 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000031.wav"}, {"t_start": 4.0, "t_end": 4.19, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000031.wav", "frame_refs": [], "asr_delta": "minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000031.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.19]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will remind you to check the oven in 7 minutes.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.381}, {"word": "will", "start": 0.381, "end": 0.762}, {"word": "remind", "start": 0.762, "end": 1.143}, {"word": "you", "start": 1.143, "end": 1.524}, {"word": "to", "start": 1.524, "end": 1.905}, {"word": "check", "start": 1.905, "end": 2.285}, {"word": "the", "start": 2.285, "end": 2.666}, {"word": "oven", "start": 2.666, "end": 3.047}, {"word": "in", "start": 3.047, "end": 3.428}, {"word": "7", "start": 3.428, "end": 3.809}, {"word": "minutes", "start": 3.809, "end": 4.19}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000032", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000032", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000032.wav", "frame_refs": [], "asr_delta": "Open the downloaded", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Open the downloaded file verify its name", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000032.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000032.wav", "frame_refs": [], "asr_delta": "downloaded file verify its", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and move it into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000032.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000032.wav", "frame_refs": [], "asr_delta": "its name and move", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "its name and move", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000032.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000032.wav", "frame_refs": [], "asr_delta": "move it into", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "move it into", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000032.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000032.wav", "frame_refs": [], "asr_delta": "into the project folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000032.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000032.wav", "frame_refs": [], "asr_delta": "folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000032.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Open the downloaded file, verify its name, and move it into the project folder.", "word_alignment": [{"word": "Open", "start": 0.0, "end": 0.372}, {"word": "the", "start": 0.372, "end": 0.744}, {"word": "downloaded", "start": 0.744, "end": 1.116}, {"word": "file", "start": 1.116, "end": 1.489}, {"word": "verify", "start": 1.489, "end": 1.861}, {"word": "its", "start": 1.861, "end": 2.233}, {"word": "name", "start": 2.233, "end": 2.605}, {"word": "and", "start": 2.605, "end": 2.977}, {"word": "move", "start": 2.977, "end": 3.349}, {"word": "it", "start": 3.349, "end": 3.721}, {"word": "into", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "project", "start": 4.466, "end": 4.838}, {"word": "folder", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000033", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000033", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000033.wav", "frame_refs": [], "asr_delta": "The sky looks", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The sky looks blue because air molecules", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000033.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000033.wav", "frame_refs": [], "asr_delta": "looks blue because air", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "scatter shorter blue wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000033.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000033.wav", "frame_refs": [], "asr_delta": "air molecules scatter shorter", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000033.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000033.wav", "frame_refs": [], "asr_delta": "shorter blue wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "shorter blue wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000033.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000033.wav", "frame_refs": [], "asr_delta": "wavelengths more than red", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000033.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000033.wav", "frame_refs": [], "asr_delta": "red wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "red wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000033.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.37}, {"word": "sky", "start": 0.37, "end": 0.74}, {"word": "looks", "start": 0.74, "end": 1.11}, {"word": "blue", "start": 1.11, "end": 1.48}, {"word": "because", "start": 1.48, "end": 1.85}, {"word": "air", "start": 1.85, "end": 2.22}, {"word": "molecules", "start": 2.22, "end": 2.59}, {"word": "scatter", "start": 2.59, "end": 2.96}, {"word": "shorter", "start": 2.96, "end": 3.33}, {"word": "blue", "start": 3.33, "end": 3.7}, {"word": "wavelengths", "start": 3.7, "end": 4.07}, {"word": "more", "start": 4.07, "end": 4.44}, {"word": "than", "start": 4.44, "end": 4.81}, {"word": "red", "start": 4.81, "end": 5.18}, {"word": "wavelengths", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000034", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000034", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000034.wav", "frame_refs": [], "asr_delta": "I waited for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I waited for the end of your", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000034.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000034.wav", "frame_refs": [], "asr_delta": "for the end of", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "sentence and I am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000034.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000034.wav", "frame_refs": [], "asr_delta": "of your sentence and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "of your sentence and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000034.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000034.wav", "frame_refs": [], "asr_delta": "and I am", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and I am", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000034.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000034.wav", "frame_refs": [], "asr_delta": "am ready to respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000034.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000034.wav", "frame_refs": [], "asr_delta": "respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000034.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I waited for the end of your sentence and I am ready to respond.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "waited", "start": 0.372, "end": 0.744}, {"word": "for", "start": 0.744, "end": 1.116}, {"word": "the", "start": 1.116, "end": 1.489}, {"word": "end", "start": 1.489, "end": 1.861}, {"word": "of", "start": 1.861, "end": 2.233}, {"word": "your", "start": 2.233, "end": 2.605}, {"word": "sentence", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "I", "start": 3.349, "end": 3.721}, {"word": "am", "start": 3.721, "end": 4.094}, {"word": "ready", "start": 4.094, "end": 4.466}, {"word": "to", "start": 4.466, "end": 4.838}, {"word": "respond", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000035", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000035", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000035.wav", "frame_refs": [], "asr_delta": "Pack headphones a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Pack headphones a charger a cable and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000035.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000035.wav", "frame_refs": [], "asr_delta": "a charger a cable", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a small pouch to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000035.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000035.wav", "frame_refs": [], "asr_delta": "cable and a small", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "cable and a small", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000035.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000035.wav", "frame_refs": [], "asr_delta": "small pouch to", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "small pouch to", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000035.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000035.wav", "frame_refs": [], "asr_delta": "to keep them together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000035.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000035.wav", "frame_refs": [], "asr_delta": "together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000035.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "word_alignment": [{"word": "Pack", "start": 0.0, "end": 0.372}, {"word": "headphones", "start": 0.372, "end": 0.744}, {"word": "a", "start": 0.744, "end": 1.116}, {"word": "charger", "start": 1.116, "end": 1.489}, {"word": "a", "start": 1.489, "end": 1.861}, {"word": "cable", "start": 1.861, "end": 2.233}, {"word": "and", "start": 2.233, "end": 2.605}, {"word": "a", "start": 2.605, "end": 2.977}, {"word": "small", "start": 2.977, "end": 3.349}, {"word": "pouch", "start": 3.349, "end": 3.721}, {"word": "to", "start": 3.721, "end": 4.094}, {"word": "keep", "start": 4.094, "end": 4.466}, {"word": "them", "start": 4.466, "end": 4.838}, {"word": "together", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000036", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000036", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000036.wav", "frame_refs": [], "asr_delta": "Understood I will", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Understood I will wait for the phrase", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000036.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000036.wav", "frame_refs": [], "asr_delta": "will wait for the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "green light before starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000036.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000036.wav", "frame_refs": [], "asr_delta": "the phrase green light", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the phrase green light", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000036.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000036.wav", "frame_refs": [], "asr_delta": "light before starting", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "light before starting", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000036.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000036.wav", "frame_refs": [], "asr_delta": "starting the next step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000036.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000036.wav", "frame_refs": [], "asr_delta": "step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000036.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Understood, I will wait for the phrase green light before starting the next step.", "word_alignment": [{"word": "Understood", "start": 0.0, "end": 0.372}, {"word": "I", "start": 0.372, "end": 0.744}, {"word": "will", "start": 0.744, "end": 1.116}, {"word": "wait", "start": 1.116, "end": 1.489}, {"word": "for", "start": 1.489, "end": 1.861}, {"word": "the", "start": 1.861, "end": 2.233}, {"word": "phrase", "start": 2.233, "end": 2.605}, {"word": "green", "start": 2.605, "end": 2.977}, {"word": "light", "start": 2.977, "end": 3.349}, {"word": "before", "start": 3.349, "end": 3.721}, {"word": "starting", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "next", "start": 4.466, "end": 4.838}, {"word": "step", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000037", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000037", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000037.wav", "frame_refs": [], "asr_delta": "The room sounds", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The room sounds quiet enough for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000037.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000037.wav", "frame_refs": [], "asr_delta": "sounds quiet enough for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "short recording but a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000037.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000037.wav", "frame_refs": [], "asr_delta": "for a short recording", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000037.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000037.wav", "frame_refs": [], "asr_delta": "recording but a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "recording but a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000037.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000037.wav", "frame_refs": [], "asr_delta": "a test clip would", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000037.wav"}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000037.wav", "frame_refs": [], "asr_delta": "would confirm it", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "would confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000037.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.368}, {"word": "room", "start": 0.368, "end": 0.736}, {"word": "sounds", "start": 0.736, "end": 1.104}, {"word": "quiet", "start": 1.104, "end": 1.472}, {"word": "enough", "start": 1.472, "end": 1.841}, {"word": "for", "start": 1.841, "end": 2.209}, {"word": "a", "start": 2.209, "end": 2.577}, {"word": "short", "start": 2.577, "end": 2.945}, {"word": "recording", "start": 2.945, "end": 3.313}, {"word": "but", "start": 3.313, "end": 3.681}, {"word": "a", "start": 3.681, "end": 4.049}, {"word": "test", "start": 4.049, "end": 4.417}, {"word": "clip", "start": 4.417, "end": 4.786}, {"word": "would", "start": 4.786, "end": 5.154}, {"word": "confirm", "start": 5.154, "end": 5.522}, {"word": "it", "start": 5.522, "end": 5.89}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000038", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000038", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000038.wav", "frame_refs": [], "asr_delta": "I will create", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will create a task for tomorrow", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000038.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000038.wav", "frame_refs": [], "asr_delta": "create a task for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "morning with the spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000038.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000038.wav", "frame_refs": [], "asr_delta": "for tomorrow morning with", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000038.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000038.wav", "frame_refs": [], "asr_delta": "with the spoken", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "with the spoken", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000038.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000038.wav", "frame_refs": [], "asr_delta": "spoken note as the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000038.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000038.wav", "frame_refs": [], "asr_delta": "the description", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000038.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will create a task for tomorrow morning with the spoken note as the description.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.37}, {"word": "will", "start": 0.37, "end": 0.74}, {"word": "create", "start": 0.74, "end": 1.11}, {"word": "a", "start": 1.11, "end": 1.48}, {"word": "task", "start": 1.48, "end": 1.85}, {"word": "for", "start": 1.85, "end": 2.22}, {"word": "tomorrow", "start": 2.22, "end": 2.59}, {"word": "morning", "start": 2.59, "end": 2.96}, {"word": "with", "start": 2.96, "end": 3.33}, {"word": "the", "start": 3.33, "end": 3.7}, {"word": "spoken", "start": 3.7, "end": 4.07}, {"word": "note", "start": 4.07, "end": 4.44}, {"word": "as", "start": 4.44, "end": 4.81}, {"word": "the", "start": 4.81, "end": 5.18}, {"word": "description", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000039", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000039", "split": "train", "duration_sec": 6.23, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav", "frame_refs": [], "asr_delta": "No problem I", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "No problem I can stay for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav", "frame_refs": [], "asr_delta": "I can stay for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "few more minutes or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav", "frame_refs": [], "asr_delta": "for a few more", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav", "frame_refs": [], "asr_delta": "more minutes or", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "more minutes or", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav", "frame_refs": [], "asr_delta": "or we can schedule", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav"}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav", "frame_refs": [], "asr_delta": "schedule a follow up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "schedule a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav"}, {"t_start": 6.0, "t_end": 6.23, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav", "frame_refs": [], "asr_delta": "up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000039.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 6.23]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "word_alignment": [{"word": "No", "start": 0.0, "end": 0.366}, {"word": "problem", "start": 0.366, "end": 0.733}, {"word": "I", "start": 0.733, "end": 1.099}, {"word": "can", "start": 1.099, "end": 1.466}, {"word": "stay", "start": 1.466, "end": 1.832}, {"word": "for", "start": 1.832, "end": 2.199}, {"word": "a", "start": 2.199, "end": 2.565}, {"word": "few", "start": 2.565, "end": 2.932}, {"word": "more", "start": 2.932, "end": 3.298}, {"word": "minutes", "start": 3.298, "end": 3.665}, {"word": "or", "start": 3.665, "end": 4.031}, {"word": "we", "start": 4.031, "end": 4.398}, {"word": "can", "start": 4.398, "end": 4.764}, {"word": "schedule", "start": 4.764, "end": 5.131}, {"word": "a", "start": 5.131, "end": 5.497}, {"word": "follow", "start": 5.497, "end": 5.864}, {"word": "up", "start": 5.864, "end": 6.23}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000040", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000040", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000040.wav", "frame_refs": [], "asr_delta": "I will start", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will start a 16 minute timer", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000040.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000040.wav", "frame_refs": [], "asr_delta": "start a 16 minute", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "now and remind you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000040.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000040.wav", "frame_refs": [], "asr_delta": "minute timer now and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minute timer now and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000040.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000040.wav", "frame_refs": [], "asr_delta": "and remind you", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and remind you", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000040.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000040.wav", "frame_refs": [], "asr_delta": "you when it ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000040.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000040.wav", "frame_refs": [], "asr_delta": "ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000040.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will start a 16 minute timer now and remind you when it ends.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "will", "start": 0.372, "end": 0.744}, {"word": "start", "start": 0.744, "end": 1.116}, {"word": "a", "start": 1.116, "end": 1.489}, {"word": "16", "start": 1.489, "end": 1.861}, {"word": "minute", "start": 1.861, "end": 2.233}, {"word": "timer", "start": 2.233, "end": 2.605}, {"word": "now", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "remind", "start": 3.349, "end": 3.721}, {"word": "you", "start": 3.721, "end": 4.094}, {"word": "when", "start": 4.094, "end": 4.466}, {"word": "it", "start": 4.466, "end": 4.838}, {"word": "ends", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000041", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000041", "split": "train", "duration_sec": 4.19, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000041.wav", "frame_refs": [], "asr_delta": "I will remind", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will remind you to check the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000041.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000041.wav", "frame_refs": [], "asr_delta": "remind you to check", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 17 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000041.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000041.wav", "frame_refs": [], "asr_delta": "check the oven", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "check the oven", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000041.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000041.wav", "frame_refs": [], "asr_delta": "oven in 17 minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 17 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000041.wav"}, {"t_start": 4.0, "t_end": 4.19, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000041.wav", "frame_refs": [], "asr_delta": "minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000041.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.19]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will remind you to check the oven in 17 minutes.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.381}, {"word": "will", "start": 0.381, "end": 0.762}, {"word": "remind", "start": 0.762, "end": 1.143}, {"word": "you", "start": 1.143, "end": 1.524}, {"word": "to", "start": 1.524, "end": 1.905}, {"word": "check", "start": 1.905, "end": 2.285}, {"word": "the", "start": 2.285, "end": 2.666}, {"word": "oven", "start": 2.666, "end": 3.047}, {"word": "in", "start": 3.047, "end": 3.428}, {"word": "17", "start": 3.428, "end": 3.809}, {"word": "minutes", "start": 3.809, "end": 4.19}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000042", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000042", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000042.wav", "frame_refs": [], "asr_delta": "Open the downloaded", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Open the downloaded file verify its name", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000042.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000042.wav", "frame_refs": [], "asr_delta": "downloaded file verify its", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and move it into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000042.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000042.wav", "frame_refs": [], "asr_delta": "its name and move", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "its name and move", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000042.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000042.wav", "frame_refs": [], "asr_delta": "move it into", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "move it into", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000042.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000042.wav", "frame_refs": [], "asr_delta": "into the project folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000042.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000042.wav", "frame_refs": [], "asr_delta": "folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000042.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Open the downloaded file, verify its name, and move it into the project folder.", "word_alignment": [{"word": "Open", "start": 0.0, "end": 0.372}, {"word": "the", "start": 0.372, "end": 0.744}, {"word": "downloaded", "start": 0.744, "end": 1.116}, {"word": "file", "start": 1.116, "end": 1.489}, {"word": "verify", "start": 1.489, "end": 1.861}, {"word": "its", "start": 1.861, "end": 2.233}, {"word": "name", "start": 2.233, "end": 2.605}, {"word": "and", "start": 2.605, "end": 2.977}, {"word": "move", "start": 2.977, "end": 3.349}, {"word": "it", "start": 3.349, "end": 3.721}, {"word": "into", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "project", "start": 4.466, "end": 4.838}, {"word": "folder", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000043", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000043", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000043.wav", "frame_refs": [], "asr_delta": "The sky looks", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The sky looks blue because air molecules", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000043.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000043.wav", "frame_refs": [], "asr_delta": "looks blue because air", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "scatter shorter blue wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000043.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000043.wav", "frame_refs": [], "asr_delta": "air molecules scatter shorter", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000043.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000043.wav", "frame_refs": [], "asr_delta": "shorter blue wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "shorter blue wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000043.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000043.wav", "frame_refs": [], "asr_delta": "wavelengths more than red", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000043.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000043.wav", "frame_refs": [], "asr_delta": "red wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "red wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000043.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.37}, {"word": "sky", "start": 0.37, "end": 0.74}, {"word": "looks", "start": 0.74, "end": 1.11}, {"word": "blue", "start": 1.11, "end": 1.48}, {"word": "because", "start": 1.48, "end": 1.85}, {"word": "air", "start": 1.85, "end": 2.22}, {"word": "molecules", "start": 2.22, "end": 2.59}, {"word": "scatter", "start": 2.59, "end": 2.96}, {"word": "shorter", "start": 2.96, "end": 3.33}, {"word": "blue", "start": 3.33, "end": 3.7}, {"word": "wavelengths", "start": 3.7, "end": 4.07}, {"word": "more", "start": 4.07, "end": 4.44}, {"word": "than", "start": 4.44, "end": 4.81}, {"word": "red", "start": 4.81, "end": 5.18}, {"word": "wavelengths", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000044", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000044", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000044.wav", "frame_refs": [], "asr_delta": "I waited for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I waited for the end of your", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000044.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000044.wav", "frame_refs": [], "asr_delta": "for the end of", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "sentence and I am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000044.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000044.wav", "frame_refs": [], "asr_delta": "of your sentence and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "of your sentence and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000044.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000044.wav", "frame_refs": [], "asr_delta": "and I am", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and I am", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000044.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000044.wav", "frame_refs": [], "asr_delta": "am ready to respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000044.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000044.wav", "frame_refs": [], "asr_delta": "respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000044.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I waited for the end of your sentence and I am ready to respond.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "waited", "start": 0.372, "end": 0.744}, {"word": "for", "start": 0.744, "end": 1.116}, {"word": "the", "start": 1.116, "end": 1.489}, {"word": "end", "start": 1.489, "end": 1.861}, {"word": "of", "start": 1.861, "end": 2.233}, {"word": "your", "start": 2.233, "end": 2.605}, {"word": "sentence", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "I", "start": 3.349, "end": 3.721}, {"word": "am", "start": 3.721, "end": 4.094}, {"word": "ready", "start": 4.094, "end": 4.466}, {"word": "to", "start": 4.466, "end": 4.838}, {"word": "respond", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000045", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000045", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000045.wav", "frame_refs": [], "asr_delta": "Pack headphones a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Pack headphones a charger a cable and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000045.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000045.wav", "frame_refs": [], "asr_delta": "a charger a cable", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a small pouch to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000045.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000045.wav", "frame_refs": [], "asr_delta": "cable and a small", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "cable and a small", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000045.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000045.wav", "frame_refs": [], "asr_delta": "small pouch to", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "small pouch to", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000045.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000045.wav", "frame_refs": [], "asr_delta": "to keep them together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000045.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000045.wav", "frame_refs": [], "asr_delta": "together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000045.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "word_alignment": [{"word": "Pack", "start": 0.0, "end": 0.372}, {"word": "headphones", "start": 0.372, "end": 0.744}, {"word": "a", "start": 0.744, "end": 1.116}, {"word": "charger", "start": 1.116, "end": 1.489}, {"word": "a", "start": 1.489, "end": 1.861}, {"word": "cable", "start": 1.861, "end": 2.233}, {"word": "and", "start": 2.233, "end": 2.605}, {"word": "a", "start": 2.605, "end": 2.977}, {"word": "small", "start": 2.977, "end": 3.349}, {"word": "pouch", "start": 3.349, "end": 3.721}, {"word": "to", "start": 3.721, "end": 4.094}, {"word": "keep", "start": 4.094, "end": 4.466}, {"word": "them", "start": 4.466, "end": 4.838}, {"word": "together", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000046", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000046", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000046.wav", "frame_refs": [], "asr_delta": "Understood I will", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Understood I will wait for the phrase", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000046.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000046.wav", "frame_refs": [], "asr_delta": "will wait for the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "green light before starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000046.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000046.wav", "frame_refs": [], "asr_delta": "the phrase green light", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the phrase green light", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000046.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000046.wav", "frame_refs": [], "asr_delta": "light before starting", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "light before starting", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000046.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000046.wav", "frame_refs": [], "asr_delta": "starting the next step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000046.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000046.wav", "frame_refs": [], "asr_delta": "step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000046.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Understood, I will wait for the phrase green light before starting the next step.", "word_alignment": [{"word": "Understood", "start": 0.0, "end": 0.372}, {"word": "I", "start": 0.372, "end": 0.744}, {"word": "will", "start": 0.744, "end": 1.116}, {"word": "wait", "start": 1.116, "end": 1.489}, {"word": "for", "start": 1.489, "end": 1.861}, {"word": "the", "start": 1.861, "end": 2.233}, {"word": "phrase", "start": 2.233, "end": 2.605}, {"word": "green", "start": 2.605, "end": 2.977}, {"word": "light", "start": 2.977, "end": 3.349}, {"word": "before", "start": 3.349, "end": 3.721}, {"word": "starting", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "next", "start": 4.466, "end": 4.838}, {"word": "step", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000047", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000047", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000047.wav", "frame_refs": [], "asr_delta": "The room sounds", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The room sounds quiet enough for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000047.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000047.wav", "frame_refs": [], "asr_delta": "sounds quiet enough for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "short recording but a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000047.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000047.wav", "frame_refs": [], "asr_delta": "for a short recording", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000047.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000047.wav", "frame_refs": [], "asr_delta": "recording but a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "recording but a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000047.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000047.wav", "frame_refs": [], "asr_delta": "a test clip would", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000047.wav"}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000047.wav", "frame_refs": [], "asr_delta": "would confirm it", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "would confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000047.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.368}, {"word": "room", "start": 0.368, "end": 0.736}, {"word": "sounds", "start": 0.736, "end": 1.104}, {"word": "quiet", "start": 1.104, "end": 1.472}, {"word": "enough", "start": 1.472, "end": 1.841}, {"word": "for", "start": 1.841, "end": 2.209}, {"word": "a", "start": 2.209, "end": 2.577}, {"word": "short", "start": 2.577, "end": 2.945}, {"word": "recording", "start": 2.945, "end": 3.313}, {"word": "but", "start": 3.313, "end": 3.681}, {"word": "a", "start": 3.681, "end": 4.049}, {"word": "test", "start": 4.049, "end": 4.417}, {"word": "clip", "start": 4.417, "end": 4.786}, {"word": "would", "start": 4.786, "end": 5.154}, {"word": "confirm", "start": 5.154, "end": 5.522}, {"word": "it", "start": 5.522, "end": 5.89}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000048", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000048", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000048.wav", "frame_refs": [], "asr_delta": "I will create", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will create a task for tomorrow", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000048.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000048.wav", "frame_refs": [], "asr_delta": "create a task for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "morning with the spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000048.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000048.wav", "frame_refs": [], "asr_delta": "for tomorrow morning with", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000048.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000048.wav", "frame_refs": [], "asr_delta": "with the spoken", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "with the spoken", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000048.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000048.wav", "frame_refs": [], "asr_delta": "spoken note as the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000048.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000048.wav", "frame_refs": [], "asr_delta": "the description", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000048.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will create a task for tomorrow morning with the spoken note as the description.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.37}, {"word": "will", "start": 0.37, "end": 0.74}, {"word": "create", "start": 0.74, "end": 1.11}, {"word": "a", "start": 1.11, "end": 1.48}, {"word": "task", "start": 1.48, "end": 1.85}, {"word": "for", "start": 1.85, "end": 2.22}, {"word": "tomorrow", "start": 2.22, "end": 2.59}, {"word": "morning", "start": 2.59, "end": 2.96}, {"word": "with", "start": 2.96, "end": 3.33}, {"word": "the", "start": 3.33, "end": 3.7}, {"word": "spoken", "start": 3.7, "end": 4.07}, {"word": "note", "start": 4.07, "end": 4.44}, {"word": "as", "start": 4.44, "end": 4.81}, {"word": "the", "start": 4.81, "end": 5.18}, {"word": "description", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000049", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000049", "split": "train", "duration_sec": 6.23, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav", "frame_refs": [], "asr_delta": "No problem I", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "No problem I can stay for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav", "frame_refs": [], "asr_delta": "I can stay for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "few more minutes or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav", "frame_refs": [], "asr_delta": "for a few more", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav", "frame_refs": [], "asr_delta": "more minutes or", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "more minutes or", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav", "frame_refs": [], "asr_delta": "or we can schedule", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav"}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav", "frame_refs": [], "asr_delta": "schedule a follow up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "schedule a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav"}, {"t_start": 6.0, "t_end": 6.23, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav", "frame_refs": [], "asr_delta": "up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000049.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 6.23]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "word_alignment": [{"word": "No", "start": 0.0, "end": 0.366}, {"word": "problem", "start": 0.366, "end": 0.733}, {"word": "I", "start": 0.733, "end": 1.099}, {"word": "can", "start": 1.099, "end": 1.466}, {"word": "stay", "start": 1.466, "end": 1.832}, {"word": "for", "start": 1.832, "end": 2.199}, {"word": "a", "start": 2.199, "end": 2.565}, {"word": "few", "start": 2.565, "end": 2.932}, {"word": "more", "start": 2.932, "end": 3.298}, {"word": "minutes", "start": 3.298, "end": 3.665}, {"word": "or", "start": 3.665, "end": 4.031}, {"word": "we", "start": 4.031, "end": 4.398}, {"word": "can", "start": 4.398, "end": 4.764}, {"word": "schedule", "start": 4.764, "end": 5.131}, {"word": "a", "start": 5.131, "end": 5.497}, {"word": "follow", "start": 5.497, "end": 5.864}, {"word": "up", "start": 5.864, "end": 6.23}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000050", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000050", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000050.wav", "frame_refs": [], "asr_delta": "I will start", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will start a 26 minute timer", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000050.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000050.wav", "frame_refs": [], "asr_delta": "start a 26 minute", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "now and remind you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000050.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000050.wav", "frame_refs": [], "asr_delta": "minute timer now and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minute timer now and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000050.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000050.wav", "frame_refs": [], "asr_delta": "and remind you", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and remind you", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000050.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000050.wav", "frame_refs": [], "asr_delta": "you when it ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000050.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000050.wav", "frame_refs": [], "asr_delta": "ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000050.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will start a 26 minute timer now and remind you when it ends.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "will", "start": 0.372, "end": 0.744}, {"word": "start", "start": 0.744, "end": 1.116}, {"word": "a", "start": 1.116, "end": 1.489}, {"word": "26", "start": 1.489, "end": 1.861}, {"word": "minute", "start": 1.861, "end": 2.233}, {"word": "timer", "start": 2.233, "end": 2.605}, {"word": "now", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "remind", "start": 3.349, "end": 3.721}, {"word": "you", "start": 3.721, "end": 4.094}, {"word": "when", "start": 4.094, "end": 4.466}, {"word": "it", "start": 4.466, "end": 4.838}, {"word": "ends", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000051", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000051", "split": "train", "duration_sec": 4.19, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000051.wav", "frame_refs": [], "asr_delta": "I will remind", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will remind you to check the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000051.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000051.wav", "frame_refs": [], "asr_delta": "remind you to check", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 27 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000051.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000051.wav", "frame_refs": [], "asr_delta": "check the oven", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "check the oven", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000051.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000051.wav", "frame_refs": [], "asr_delta": "oven in 27 minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 27 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000051.wav"}, {"t_start": 4.0, "t_end": 4.19, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000051.wav", "frame_refs": [], "asr_delta": "minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000051.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.19]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will remind you to check the oven in 27 minutes.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.381}, {"word": "will", "start": 0.381, "end": 0.762}, {"word": "remind", "start": 0.762, "end": 1.143}, {"word": "you", "start": 1.143, "end": 1.524}, {"word": "to", "start": 1.524, "end": 1.905}, {"word": "check", "start": 1.905, "end": 2.285}, {"word": "the", "start": 2.285, "end": 2.666}, {"word": "oven", "start": 2.666, "end": 3.047}, {"word": "in", "start": 3.047, "end": 3.428}, {"word": "27", "start": 3.428, "end": 3.809}, {"word": "minutes", "start": 3.809, "end": 4.19}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000052", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000052", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000052.wav", "frame_refs": [], "asr_delta": "Open the downloaded", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Open the downloaded file verify its name", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000052.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000052.wav", "frame_refs": [], "asr_delta": "downloaded file verify its", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and move it into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000052.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000052.wav", "frame_refs": [], "asr_delta": "its name and move", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "its name and move", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000052.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000052.wav", "frame_refs": [], "asr_delta": "move it into", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "move it into", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000052.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000052.wav", "frame_refs": [], "asr_delta": "into the project folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000052.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000052.wav", "frame_refs": [], "asr_delta": "folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000052.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Open the downloaded file, verify its name, and move it into the project folder.", "word_alignment": [{"word": "Open", "start": 0.0, "end": 0.372}, {"word": "the", "start": 0.372, "end": 0.744}, {"word": "downloaded", "start": 0.744, "end": 1.116}, {"word": "file", "start": 1.116, "end": 1.489}, {"word": "verify", "start": 1.489, "end": 1.861}, {"word": "its", "start": 1.861, "end": 2.233}, {"word": "name", "start": 2.233, "end": 2.605}, {"word": "and", "start": 2.605, "end": 2.977}, {"word": "move", "start": 2.977, "end": 3.349}, {"word": "it", "start": 3.349, "end": 3.721}, {"word": "into", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "project", "start": 4.466, "end": 4.838}, {"word": "folder", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000053", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000053", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000053.wav", "frame_refs": [], "asr_delta": "The sky looks", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The sky looks blue because air molecules", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000053.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000053.wav", "frame_refs": [], "asr_delta": "looks blue because air", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "scatter shorter blue wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000053.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000053.wav", "frame_refs": [], "asr_delta": "air molecules scatter shorter", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000053.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000053.wav", "frame_refs": [], "asr_delta": "shorter blue wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "shorter blue wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000053.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000053.wav", "frame_refs": [], "asr_delta": "wavelengths more than red", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000053.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000053.wav", "frame_refs": [], "asr_delta": "red wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "red wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000053.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.37}, {"word": "sky", "start": 0.37, "end": 0.74}, {"word": "looks", "start": 0.74, "end": 1.11}, {"word": "blue", "start": 1.11, "end": 1.48}, {"word": "because", "start": 1.48, "end": 1.85}, {"word": "air", "start": 1.85, "end": 2.22}, {"word": "molecules", "start": 2.22, "end": 2.59}, {"word": "scatter", "start": 2.59, "end": 2.96}, {"word": "shorter", "start": 2.96, "end": 3.33}, {"word": "blue", "start": 3.33, "end": 3.7}, {"word": "wavelengths", "start": 3.7, "end": 4.07}, {"word": "more", "start": 4.07, "end": 4.44}, {"word": "than", "start": 4.44, "end": 4.81}, {"word": "red", "start": 4.81, "end": 5.18}, {"word": "wavelengths", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000054", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000054", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000054.wav", "frame_refs": [], "asr_delta": "I waited for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I waited for the end of your", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000054.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000054.wav", "frame_refs": [], "asr_delta": "for the end of", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "sentence and I am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000054.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000054.wav", "frame_refs": [], "asr_delta": "of your sentence and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "of your sentence and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000054.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000054.wav", "frame_refs": [], "asr_delta": "and I am", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and I am", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000054.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000054.wav", "frame_refs": [], "asr_delta": "am ready to respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000054.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000054.wav", "frame_refs": [], "asr_delta": "respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000054.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I waited for the end of your sentence and I am ready to respond.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "waited", "start": 0.372, "end": 0.744}, {"word": "for", "start": 0.744, "end": 1.116}, {"word": "the", "start": 1.116, "end": 1.489}, {"word": "end", "start": 1.489, "end": 1.861}, {"word": "of", "start": 1.861, "end": 2.233}, {"word": "your", "start": 2.233, "end": 2.605}, {"word": "sentence", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "I", "start": 3.349, "end": 3.721}, {"word": "am", "start": 3.721, "end": 4.094}, {"word": "ready", "start": 4.094, "end": 4.466}, {"word": "to", "start": 4.466, "end": 4.838}, {"word": "respond", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000055", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000055", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000055.wav", "frame_refs": [], "asr_delta": "Pack headphones a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Pack headphones a charger a cable and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000055.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000055.wav", "frame_refs": [], "asr_delta": "a charger a cable", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a small pouch to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000055.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000055.wav", "frame_refs": [], "asr_delta": "cable and a small", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "cable and a small", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000055.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000055.wav", "frame_refs": [], "asr_delta": "small pouch to", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "small pouch to", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000055.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000055.wav", "frame_refs": [], "asr_delta": "to keep them together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000055.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000055.wav", "frame_refs": [], "asr_delta": "together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000055.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "word_alignment": [{"word": "Pack", "start": 0.0, "end": 0.372}, {"word": "headphones", "start": 0.372, "end": 0.744}, {"word": "a", "start": 0.744, "end": 1.116}, {"word": "charger", "start": 1.116, "end": 1.489}, {"word": "a", "start": 1.489, "end": 1.861}, {"word": "cable", "start": 1.861, "end": 2.233}, {"word": "and", "start": 2.233, "end": 2.605}, {"word": "a", "start": 2.605, "end": 2.977}, {"word": "small", "start": 2.977, "end": 3.349}, {"word": "pouch", "start": 3.349, "end": 3.721}, {"word": "to", "start": 3.721, "end": 4.094}, {"word": "keep", "start": 4.094, "end": 4.466}, {"word": "them", "start": 4.466, "end": 4.838}, {"word": "together", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000056", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000056", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000056.wav", "frame_refs": [], "asr_delta": "Understood I will", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Understood I will wait for the phrase", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000056.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000056.wav", "frame_refs": [], "asr_delta": "will wait for the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "green light before starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000056.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000056.wav", "frame_refs": [], "asr_delta": "the phrase green light", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the phrase green light", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000056.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000056.wav", "frame_refs": [], "asr_delta": "light before starting", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "light before starting", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000056.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000056.wav", "frame_refs": [], "asr_delta": "starting the next step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000056.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000056.wav", "frame_refs": [], "asr_delta": "step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000056.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Understood, I will wait for the phrase green light before starting the next step.", "word_alignment": [{"word": "Understood", "start": 0.0, "end": 0.372}, {"word": "I", "start": 0.372, "end": 0.744}, {"word": "will", "start": 0.744, "end": 1.116}, {"word": "wait", "start": 1.116, "end": 1.489}, {"word": "for", "start": 1.489, "end": 1.861}, {"word": "the", "start": 1.861, "end": 2.233}, {"word": "phrase", "start": 2.233, "end": 2.605}, {"word": "green", "start": 2.605, "end": 2.977}, {"word": "light", "start": 2.977, "end": 3.349}, {"word": "before", "start": 3.349, "end": 3.721}, {"word": "starting", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "next", "start": 4.466, "end": 4.838}, {"word": "step", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000057", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000057", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000057.wav", "frame_refs": [], "asr_delta": "The room sounds", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The room sounds quiet enough for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000057.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000057.wav", "frame_refs": [], "asr_delta": "sounds quiet enough for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "short recording but a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000057.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000057.wav", "frame_refs": [], "asr_delta": "for a short recording", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000057.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000057.wav", "frame_refs": [], "asr_delta": "recording but a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "recording but a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000057.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000057.wav", "frame_refs": [], "asr_delta": "a test clip would", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000057.wav"}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000057.wav", "frame_refs": [], "asr_delta": "would confirm it", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "would confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000057.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.368}, {"word": "room", "start": 0.368, "end": 0.736}, {"word": "sounds", "start": 0.736, "end": 1.104}, {"word": "quiet", "start": 1.104, "end": 1.472}, {"word": "enough", "start": 1.472, "end": 1.841}, {"word": "for", "start": 1.841, "end": 2.209}, {"word": "a", "start": 2.209, "end": 2.577}, {"word": "short", "start": 2.577, "end": 2.945}, {"word": "recording", "start": 2.945, "end": 3.313}, {"word": "but", "start": 3.313, "end": 3.681}, {"word": "a", "start": 3.681, "end": 4.049}, {"word": "test", "start": 4.049, "end": 4.417}, {"word": "clip", "start": 4.417, "end": 4.786}, {"word": "would", "start": 4.786, "end": 5.154}, {"word": "confirm", "start": 5.154, "end": 5.522}, {"word": "it", "start": 5.522, "end": 5.89}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000058", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000058", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000058.wav", "frame_refs": [], "asr_delta": "I will create", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will create a task for tomorrow", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000058.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000058.wav", "frame_refs": [], "asr_delta": "create a task for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "morning with the spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000058.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000058.wav", "frame_refs": [], "asr_delta": "for tomorrow morning with", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000058.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000058.wav", "frame_refs": [], "asr_delta": "with the spoken", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "with the spoken", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000058.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000058.wav", "frame_refs": [], "asr_delta": "spoken note as the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000058.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000058.wav", "frame_refs": [], "asr_delta": "the description", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000058.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will create a task for tomorrow morning with the spoken note as the description.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.37}, {"word": "will", "start": 0.37, "end": 0.74}, {"word": "create", "start": 0.74, "end": 1.11}, {"word": "a", "start": 1.11, "end": 1.48}, {"word": "task", "start": 1.48, "end": 1.85}, {"word": "for", "start": 1.85, "end": 2.22}, {"word": "tomorrow", "start": 2.22, "end": 2.59}, {"word": "morning", "start": 2.59, "end": 2.96}, {"word": "with", "start": 2.96, "end": 3.33}, {"word": "the", "start": 3.33, "end": 3.7}, {"word": "spoken", "start": 3.7, "end": 4.07}, {"word": "note", "start": 4.07, "end": 4.44}, {"word": "as", "start": 4.44, "end": 4.81}, {"word": "the", "start": 4.81, "end": 5.18}, {"word": "description", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000059", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000059", "split": "train", "duration_sec": 6.23, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav", "frame_refs": [], "asr_delta": "No problem I", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "No problem I can stay for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav", "frame_refs": [], "asr_delta": "I can stay for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "few more minutes or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav", "frame_refs": [], "asr_delta": "for a few more", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav", "frame_refs": [], "asr_delta": "more minutes or", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "more minutes or", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav", "frame_refs": [], "asr_delta": "or we can schedule", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav"}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav", "frame_refs": [], "asr_delta": "schedule a follow up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "schedule a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav"}, {"t_start": 6.0, "t_end": 6.23, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav", "frame_refs": [], "asr_delta": "up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000059.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 6.23]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "word_alignment": [{"word": "No", "start": 0.0, "end": 0.366}, {"word": "problem", "start": 0.366, "end": 0.733}, {"word": "I", "start": 0.733, "end": 1.099}, {"word": "can", "start": 1.099, "end": 1.466}, {"word": "stay", "start": 1.466, "end": 1.832}, {"word": "for", "start": 1.832, "end": 2.199}, {"word": "a", "start": 2.199, "end": 2.565}, {"word": "few", "start": 2.565, "end": 2.932}, {"word": "more", "start": 2.932, "end": 3.298}, {"word": "minutes", "start": 3.298, "end": 3.665}, {"word": "or", "start": 3.665, "end": 4.031}, {"word": "we", "start": 4.031, "end": 4.398}, {"word": "can", "start": 4.398, "end": 4.764}, {"word": "schedule", "start": 4.764, "end": 5.131}, {"word": "a", "start": 5.131, "end": 5.497}, {"word": "follow", "start": 5.497, "end": 5.864}, {"word": "up", "start": 5.864, "end": 6.23}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000060", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000060", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000060.wav", "frame_refs": [], "asr_delta": "I will start", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will start a 9 minute timer", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000060.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000060.wav", "frame_refs": [], "asr_delta": "start a 9 minute", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "now and remind you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000060.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000060.wav", "frame_refs": [], "asr_delta": "minute timer now and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minute timer now and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000060.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000060.wav", "frame_refs": [], "asr_delta": "and remind you", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and remind you", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000060.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000060.wav", "frame_refs": [], "asr_delta": "you when it ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000060.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000060.wav", "frame_refs": [], "asr_delta": "ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000060.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will start a 9 minute timer now and remind you when it ends.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "will", "start": 0.372, "end": 0.744}, {"word": "start", "start": 0.744, "end": 1.116}, {"word": "a", "start": 1.116, "end": 1.489}, {"word": "9", "start": 1.489, "end": 1.861}, {"word": "minute", "start": 1.861, "end": 2.233}, {"word": "timer", "start": 2.233, "end": 2.605}, {"word": "now", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "remind", "start": 3.349, "end": 3.721}, {"word": "you", "start": 3.721, "end": 4.094}, {"word": "when", "start": 4.094, "end": 4.466}, {"word": "it", "start": 4.466, "end": 4.838}, {"word": "ends", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000061", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000061", "split": "train", "duration_sec": 4.19, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000061.wav", "frame_refs": [], "asr_delta": "I will remind", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will remind you to check the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000061.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000061.wav", "frame_refs": [], "asr_delta": "remind you to check", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 10 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000061.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000061.wav", "frame_refs": [], "asr_delta": "check the oven", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "check the oven", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000061.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000061.wav", "frame_refs": [], "asr_delta": "oven in 10 minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 10 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000061.wav"}, {"t_start": 4.0, "t_end": 4.19, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000061.wav", "frame_refs": [], "asr_delta": "minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000061.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.19]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will remind you to check the oven in 10 minutes.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.381}, {"word": "will", "start": 0.381, "end": 0.762}, {"word": "remind", "start": 0.762, "end": 1.143}, {"word": "you", "start": 1.143, "end": 1.524}, {"word": "to", "start": 1.524, "end": 1.905}, {"word": "check", "start": 1.905, "end": 2.285}, {"word": "the", "start": 2.285, "end": 2.666}, {"word": "oven", "start": 2.666, "end": 3.047}, {"word": "in", "start": 3.047, "end": 3.428}, {"word": "10", "start": 3.428, "end": 3.809}, {"word": "minutes", "start": 3.809, "end": 4.19}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000062", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000062", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000062.wav", "frame_refs": [], "asr_delta": "Open the downloaded", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Open the downloaded file verify its name", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000062.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000062.wav", "frame_refs": [], "asr_delta": "downloaded file verify its", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and move it into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000062.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000062.wav", "frame_refs": [], "asr_delta": "its name and move", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "its name and move", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000062.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000062.wav", "frame_refs": [], "asr_delta": "move it into", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "move it into", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000062.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000062.wav", "frame_refs": [], "asr_delta": "into the project folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000062.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000062.wav", "frame_refs": [], "asr_delta": "folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000062.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Open the downloaded file, verify its name, and move it into the project folder.", "word_alignment": [{"word": "Open", "start": 0.0, "end": 0.372}, {"word": "the", "start": 0.372, "end": 0.744}, {"word": "downloaded", "start": 0.744, "end": 1.116}, {"word": "file", "start": 1.116, "end": 1.489}, {"word": "verify", "start": 1.489, "end": 1.861}, {"word": "its", "start": 1.861, "end": 2.233}, {"word": "name", "start": 2.233, "end": 2.605}, {"word": "and", "start": 2.605, "end": 2.977}, {"word": "move", "start": 2.977, "end": 3.349}, {"word": "it", "start": 3.349, "end": 3.721}, {"word": "into", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "project", "start": 4.466, "end": 4.838}, {"word": "folder", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000063", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000063", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000063.wav", "frame_refs": [], "asr_delta": "The sky looks", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The sky looks blue because air molecules", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000063.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000063.wav", "frame_refs": [], "asr_delta": "looks blue because air", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "scatter shorter blue wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000063.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000063.wav", "frame_refs": [], "asr_delta": "air molecules scatter shorter", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000063.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000063.wav", "frame_refs": [], "asr_delta": "shorter blue wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "shorter blue wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000063.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000063.wav", "frame_refs": [], "asr_delta": "wavelengths more than red", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000063.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000063.wav", "frame_refs": [], "asr_delta": "red wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "red wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000063.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.37}, {"word": "sky", "start": 0.37, "end": 0.74}, {"word": "looks", "start": 0.74, "end": 1.11}, {"word": "blue", "start": 1.11, "end": 1.48}, {"word": "because", "start": 1.48, "end": 1.85}, {"word": "air", "start": 1.85, "end": 2.22}, {"word": "molecules", "start": 2.22, "end": 2.59}, {"word": "scatter", "start": 2.59, "end": 2.96}, {"word": "shorter", "start": 2.96, "end": 3.33}, {"word": "blue", "start": 3.33, "end": 3.7}, {"word": "wavelengths", "start": 3.7, "end": 4.07}, {"word": "more", "start": 4.07, "end": 4.44}, {"word": "than", "start": 4.44, "end": 4.81}, {"word": "red", "start": 4.81, "end": 5.18}, {"word": "wavelengths", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000064", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000064", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000064.wav", "frame_refs": [], "asr_delta": "I waited for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I waited for the end of your", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000064.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000064.wav", "frame_refs": [], "asr_delta": "for the end of", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "sentence and I am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000064.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000064.wav", "frame_refs": [], "asr_delta": "of your sentence and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "of your sentence and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000064.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000064.wav", "frame_refs": [], "asr_delta": "and I am", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and I am", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000064.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000064.wav", "frame_refs": [], "asr_delta": "am ready to respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000064.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000064.wav", "frame_refs": [], "asr_delta": "respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000064.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I waited for the end of your sentence and I am ready to respond.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "waited", "start": 0.372, "end": 0.744}, {"word": "for", "start": 0.744, "end": 1.116}, {"word": "the", "start": 1.116, "end": 1.489}, {"word": "end", "start": 1.489, "end": 1.861}, {"word": "of", "start": 1.861, "end": 2.233}, {"word": "your", "start": 2.233, "end": 2.605}, {"word": "sentence", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "I", "start": 3.349, "end": 3.721}, {"word": "am", "start": 3.721, "end": 4.094}, {"word": "ready", "start": 4.094, "end": 4.466}, {"word": "to", "start": 4.466, "end": 4.838}, {"word": "respond", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000065", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000065", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000065.wav", "frame_refs": [], "asr_delta": "Pack headphones a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Pack headphones a charger a cable and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000065.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000065.wav", "frame_refs": [], "asr_delta": "a charger a cable", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a small pouch to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000065.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000065.wav", "frame_refs": [], "asr_delta": "cable and a small", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "cable and a small", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000065.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000065.wav", "frame_refs": [], "asr_delta": "small pouch to", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "small pouch to", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000065.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000065.wav", "frame_refs": [], "asr_delta": "to keep them together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000065.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000065.wav", "frame_refs": [], "asr_delta": "together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000065.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "word_alignment": [{"word": "Pack", "start": 0.0, "end": 0.372}, {"word": "headphones", "start": 0.372, "end": 0.744}, {"word": "a", "start": 0.744, "end": 1.116}, {"word": "charger", "start": 1.116, "end": 1.489}, {"word": "a", "start": 1.489, "end": 1.861}, {"word": "cable", "start": 1.861, "end": 2.233}, {"word": "and", "start": 2.233, "end": 2.605}, {"word": "a", "start": 2.605, "end": 2.977}, {"word": "small", "start": 2.977, "end": 3.349}, {"word": "pouch", "start": 3.349, "end": 3.721}, {"word": "to", "start": 3.721, "end": 4.094}, {"word": "keep", "start": 4.094, "end": 4.466}, {"word": "them", "start": 4.466, "end": 4.838}, {"word": "together", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000066", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000066", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000066.wav", "frame_refs": [], "asr_delta": "Understood I will", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Understood I will wait for the phrase", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000066.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000066.wav", "frame_refs": [], "asr_delta": "will wait for the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "green light before starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000066.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000066.wav", "frame_refs": [], "asr_delta": "the phrase green light", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the phrase green light", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000066.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000066.wav", "frame_refs": [], "asr_delta": "light before starting", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "light before starting", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000066.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000066.wav", "frame_refs": [], "asr_delta": "starting the next step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000066.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000066.wav", "frame_refs": [], "asr_delta": "step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000066.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Understood, I will wait for the phrase green light before starting the next step.", "word_alignment": [{"word": "Understood", "start": 0.0, "end": 0.372}, {"word": "I", "start": 0.372, "end": 0.744}, {"word": "will", "start": 0.744, "end": 1.116}, {"word": "wait", "start": 1.116, "end": 1.489}, {"word": "for", "start": 1.489, "end": 1.861}, {"word": "the", "start": 1.861, "end": 2.233}, {"word": "phrase", "start": 2.233, "end": 2.605}, {"word": "green", "start": 2.605, "end": 2.977}, {"word": "light", "start": 2.977, "end": 3.349}, {"word": "before", "start": 3.349, "end": 3.721}, {"word": "starting", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "next", "start": 4.466, "end": 4.838}, {"word": "step", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000067", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000067", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000067.wav", "frame_refs": [], "asr_delta": "The room sounds", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The room sounds quiet enough for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000067.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000067.wav", "frame_refs": [], "asr_delta": "sounds quiet enough for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "short recording but a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000067.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000067.wav", "frame_refs": [], "asr_delta": "for a short recording", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000067.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000067.wav", "frame_refs": [], "asr_delta": "recording but a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "recording but a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000067.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000067.wav", "frame_refs": [], "asr_delta": "a test clip would", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000067.wav"}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000067.wav", "frame_refs": [], "asr_delta": "would confirm it", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "would confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000067.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.368}, {"word": "room", "start": 0.368, "end": 0.736}, {"word": "sounds", "start": 0.736, "end": 1.104}, {"word": "quiet", "start": 1.104, "end": 1.472}, {"word": "enough", "start": 1.472, "end": 1.841}, {"word": "for", "start": 1.841, "end": 2.209}, {"word": "a", "start": 2.209, "end": 2.577}, {"word": "short", "start": 2.577, "end": 2.945}, {"word": "recording", "start": 2.945, "end": 3.313}, {"word": "but", "start": 3.313, "end": 3.681}, {"word": "a", "start": 3.681, "end": 4.049}, {"word": "test", "start": 4.049, "end": 4.417}, {"word": "clip", "start": 4.417, "end": 4.786}, {"word": "would", "start": 4.786, "end": 5.154}, {"word": "confirm", "start": 5.154, "end": 5.522}, {"word": "it", "start": 5.522, "end": 5.89}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000068", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000068", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000068.wav", "frame_refs": [], "asr_delta": "I will create", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will create a task for tomorrow", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000068.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000068.wav", "frame_refs": [], "asr_delta": "create a task for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "morning with the spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000068.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000068.wav", "frame_refs": [], "asr_delta": "for tomorrow morning with", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000068.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000068.wav", "frame_refs": [], "asr_delta": "with the spoken", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "with the spoken", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000068.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000068.wav", "frame_refs": [], "asr_delta": "spoken note as the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000068.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000068.wav", "frame_refs": [], "asr_delta": "the description", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000068.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will create a task for tomorrow morning with the spoken note as the description.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.37}, {"word": "will", "start": 0.37, "end": 0.74}, {"word": "create", "start": 0.74, "end": 1.11}, {"word": "a", "start": 1.11, "end": 1.48}, {"word": "task", "start": 1.48, "end": 1.85}, {"word": "for", "start": 1.85, "end": 2.22}, {"word": "tomorrow", "start": 2.22, "end": 2.59}, {"word": "morning", "start": 2.59, "end": 2.96}, {"word": "with", "start": 2.96, "end": 3.33}, {"word": "the", "start": 3.33, "end": 3.7}, {"word": "spoken", "start": 3.7, "end": 4.07}, {"word": "note", "start": 4.07, "end": 4.44}, {"word": "as", "start": 4.44, "end": 4.81}, {"word": "the", "start": 4.81, "end": 5.18}, {"word": "description", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000069", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000069", "split": "train", "duration_sec": 6.23, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav", "frame_refs": [], "asr_delta": "No problem I", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "No problem I can stay for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav", "frame_refs": [], "asr_delta": "I can stay for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "few more minutes or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav", "frame_refs": [], "asr_delta": "for a few more", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav", "frame_refs": [], "asr_delta": "more minutes or", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "more minutes or", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav", "frame_refs": [], "asr_delta": "or we can schedule", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav"}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav", "frame_refs": [], "asr_delta": "schedule a follow up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "schedule a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav"}, {"t_start": 6.0, "t_end": 6.23, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav", "frame_refs": [], "asr_delta": "up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000069.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 6.23]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "word_alignment": [{"word": "No", "start": 0.0, "end": 0.366}, {"word": "problem", "start": 0.366, "end": 0.733}, {"word": "I", "start": 0.733, "end": 1.099}, {"word": "can", "start": 1.099, "end": 1.466}, {"word": "stay", "start": 1.466, "end": 1.832}, {"word": "for", "start": 1.832, "end": 2.199}, {"word": "a", "start": 2.199, "end": 2.565}, {"word": "few", "start": 2.565, "end": 2.932}, {"word": "more", "start": 2.932, "end": 3.298}, {"word": "minutes", "start": 3.298, "end": 3.665}, {"word": "or", "start": 3.665, "end": 4.031}, {"word": "we", "start": 4.031, "end": 4.398}, {"word": "can", "start": 4.398, "end": 4.764}, {"word": "schedule", "start": 4.764, "end": 5.131}, {"word": "a", "start": 5.131, "end": 5.497}, {"word": "follow", "start": 5.497, "end": 5.864}, {"word": "up", "start": 5.864, "end": 6.23}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000070", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000070", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000070.wav", "frame_refs": [], "asr_delta": "I will start", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will start a 19 minute timer", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000070.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000070.wav", "frame_refs": [], "asr_delta": "start a 19 minute", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "now and remind you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000070.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000070.wav", "frame_refs": [], "asr_delta": "minute timer now and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minute timer now and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000070.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000070.wav", "frame_refs": [], "asr_delta": "and remind you", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and remind you", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000070.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000070.wav", "frame_refs": [], "asr_delta": "you when it ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000070.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000070.wav", "frame_refs": [], "asr_delta": "ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000070.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will start a 19 minute timer now and remind you when it ends.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "will", "start": 0.372, "end": 0.744}, {"word": "start", "start": 0.744, "end": 1.116}, {"word": "a", "start": 1.116, "end": 1.489}, {"word": "19", "start": 1.489, "end": 1.861}, {"word": "minute", "start": 1.861, "end": 2.233}, {"word": "timer", "start": 2.233, "end": 2.605}, {"word": "now", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "remind", "start": 3.349, "end": 3.721}, {"word": "you", "start": 3.721, "end": 4.094}, {"word": "when", "start": 4.094, "end": 4.466}, {"word": "it", "start": 4.466, "end": 4.838}, {"word": "ends", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000071", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000071", "split": "train", "duration_sec": 4.19, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000071.wav", "frame_refs": [], "asr_delta": "I will remind", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will remind you to check the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000071.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000071.wav", "frame_refs": [], "asr_delta": "remind you to check", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 20 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000071.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000071.wav", "frame_refs": [], "asr_delta": "check the oven", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "check the oven", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000071.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000071.wav", "frame_refs": [], "asr_delta": "oven in 20 minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 20 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000071.wav"}, {"t_start": 4.0, "t_end": 4.19, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000071.wav", "frame_refs": [], "asr_delta": "minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000071.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.19]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will remind you to check the oven in 20 minutes.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.381}, {"word": "will", "start": 0.381, "end": 0.762}, {"word": "remind", "start": 0.762, "end": 1.143}, {"word": "you", "start": 1.143, "end": 1.524}, {"word": "to", "start": 1.524, "end": 1.905}, {"word": "check", "start": 1.905, "end": 2.285}, {"word": "the", "start": 2.285, "end": 2.666}, {"word": "oven", "start": 2.666, "end": 3.047}, {"word": "in", "start": 3.047, "end": 3.428}, {"word": "20", "start": 3.428, "end": 3.809}, {"word": "minutes", "start": 3.809, "end": 4.19}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000072", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000072", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000072.wav", "frame_refs": [], "asr_delta": "Open the downloaded", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Open the downloaded file verify its name", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000072.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000072.wav", "frame_refs": [], "asr_delta": "downloaded file verify its", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and move it into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000072.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000072.wav", "frame_refs": [], "asr_delta": "its name and move", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "its name and move", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000072.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000072.wav", "frame_refs": [], "asr_delta": "move it into", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "move it into", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000072.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000072.wav", "frame_refs": [], "asr_delta": "into the project folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000072.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000072.wav", "frame_refs": [], "asr_delta": "folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000072.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Open the downloaded file, verify its name, and move it into the project folder.", "word_alignment": [{"word": "Open", "start": 0.0, "end": 0.372}, {"word": "the", "start": 0.372, "end": 0.744}, {"word": "downloaded", "start": 0.744, "end": 1.116}, {"word": "file", "start": 1.116, "end": 1.489}, {"word": "verify", "start": 1.489, "end": 1.861}, {"word": "its", "start": 1.861, "end": 2.233}, {"word": "name", "start": 2.233, "end": 2.605}, {"word": "and", "start": 2.605, "end": 2.977}, {"word": "move", "start": 2.977, "end": 3.349}, {"word": "it", "start": 3.349, "end": 3.721}, {"word": "into", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "project", "start": 4.466, "end": 4.838}, {"word": "folder", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000073", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000073", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000073.wav", "frame_refs": [], "asr_delta": "The sky looks", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The sky looks blue because air molecules", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000073.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000073.wav", "frame_refs": [], "asr_delta": "looks blue because air", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "scatter shorter blue wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000073.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000073.wav", "frame_refs": [], "asr_delta": "air molecules scatter shorter", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000073.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000073.wav", "frame_refs": [], "asr_delta": "shorter blue wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "shorter blue wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000073.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000073.wav", "frame_refs": [], "asr_delta": "wavelengths more than red", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000073.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000073.wav", "frame_refs": [], "asr_delta": "red wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "red wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000073.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.37}, {"word": "sky", "start": 0.37, "end": 0.74}, {"word": "looks", "start": 0.74, "end": 1.11}, {"word": "blue", "start": 1.11, "end": 1.48}, {"word": "because", "start": 1.48, "end": 1.85}, {"word": "air", "start": 1.85, "end": 2.22}, {"word": "molecules", "start": 2.22, "end": 2.59}, {"word": "scatter", "start": 2.59, "end": 2.96}, {"word": "shorter", "start": 2.96, "end": 3.33}, {"word": "blue", "start": 3.33, "end": 3.7}, {"word": "wavelengths", "start": 3.7, "end": 4.07}, {"word": "more", "start": 4.07, "end": 4.44}, {"word": "than", "start": 4.44, "end": 4.81}, {"word": "red", "start": 4.81, "end": 5.18}, {"word": "wavelengths", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000074", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000074", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000074.wav", "frame_refs": [], "asr_delta": "I waited for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I waited for the end of your", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000074.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000074.wav", "frame_refs": [], "asr_delta": "for the end of", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "sentence and I am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000074.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000074.wav", "frame_refs": [], "asr_delta": "of your sentence and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "of your sentence and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000074.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000074.wav", "frame_refs": [], "asr_delta": "and I am", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and I am", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000074.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000074.wav", "frame_refs": [], "asr_delta": "am ready to respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000074.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000074.wav", "frame_refs": [], "asr_delta": "respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000074.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I waited for the end of your sentence and I am ready to respond.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "waited", "start": 0.372, "end": 0.744}, {"word": "for", "start": 0.744, "end": 1.116}, {"word": "the", "start": 1.116, "end": 1.489}, {"word": "end", "start": 1.489, "end": 1.861}, {"word": "of", "start": 1.861, "end": 2.233}, {"word": "your", "start": 2.233, "end": 2.605}, {"word": "sentence", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "I", "start": 3.349, "end": 3.721}, {"word": "am", "start": 3.721, "end": 4.094}, {"word": "ready", "start": 4.094, "end": 4.466}, {"word": "to", "start": 4.466, "end": 4.838}, {"word": "respond", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000075", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000075", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000075.wav", "frame_refs": [], "asr_delta": "Pack headphones a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Pack headphones a charger a cable and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000075.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000075.wav", "frame_refs": [], "asr_delta": "a charger a cable", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a small pouch to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000075.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000075.wav", "frame_refs": [], "asr_delta": "cable and a small", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "cable and a small", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000075.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000075.wav", "frame_refs": [], "asr_delta": "small pouch to", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "small pouch to", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000075.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000075.wav", "frame_refs": [], "asr_delta": "to keep them together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000075.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000075.wav", "frame_refs": [], "asr_delta": "together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000075.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "word_alignment": [{"word": "Pack", "start": 0.0, "end": 0.372}, {"word": "headphones", "start": 0.372, "end": 0.744}, {"word": "a", "start": 0.744, "end": 1.116}, {"word": "charger", "start": 1.116, "end": 1.489}, {"word": "a", "start": 1.489, "end": 1.861}, {"word": "cable", "start": 1.861, "end": 2.233}, {"word": "and", "start": 2.233, "end": 2.605}, {"word": "a", "start": 2.605, "end": 2.977}, {"word": "small", "start": 2.977, "end": 3.349}, {"word": "pouch", "start": 3.349, "end": 3.721}, {"word": "to", "start": 3.721, "end": 4.094}, {"word": "keep", "start": 4.094, "end": 4.466}, {"word": "them", "start": 4.466, "end": 4.838}, {"word": "together", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000076", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000076", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000076.wav", "frame_refs": [], "asr_delta": "Understood I will", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Understood I will wait for the phrase", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000076.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000076.wav", "frame_refs": [], "asr_delta": "will wait for the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "green light before starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000076.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000076.wav", "frame_refs": [], "asr_delta": "the phrase green light", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the phrase green light", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000076.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000076.wav", "frame_refs": [], "asr_delta": "light before starting", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "light before starting", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000076.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000076.wav", "frame_refs": [], "asr_delta": "starting the next step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000076.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000076.wav", "frame_refs": [], "asr_delta": "step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000076.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Understood, I will wait for the phrase green light before starting the next step.", "word_alignment": [{"word": "Understood", "start": 0.0, "end": 0.372}, {"word": "I", "start": 0.372, "end": 0.744}, {"word": "will", "start": 0.744, "end": 1.116}, {"word": "wait", "start": 1.116, "end": 1.489}, {"word": "for", "start": 1.489, "end": 1.861}, {"word": "the", "start": 1.861, "end": 2.233}, {"word": "phrase", "start": 2.233, "end": 2.605}, {"word": "green", "start": 2.605, "end": 2.977}, {"word": "light", "start": 2.977, "end": 3.349}, {"word": "before", "start": 3.349, "end": 3.721}, {"word": "starting", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "next", "start": 4.466, "end": 4.838}, {"word": "step", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000077", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000077", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000077.wav", "frame_refs": [], "asr_delta": "The room sounds", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The room sounds quiet enough for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000077.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000077.wav", "frame_refs": [], "asr_delta": "sounds quiet enough for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "short recording but a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000077.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000077.wav", "frame_refs": [], "asr_delta": "for a short recording", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000077.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000077.wav", "frame_refs": [], "asr_delta": "recording but a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "recording but a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000077.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000077.wav", "frame_refs": [], "asr_delta": "a test clip would", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000077.wav"}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000077.wav", "frame_refs": [], "asr_delta": "would confirm it", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "would confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000077.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.368}, {"word": "room", "start": 0.368, "end": 0.736}, {"word": "sounds", "start": 0.736, "end": 1.104}, {"word": "quiet", "start": 1.104, "end": 1.472}, {"word": "enough", "start": 1.472, "end": 1.841}, {"word": "for", "start": 1.841, "end": 2.209}, {"word": "a", "start": 2.209, "end": 2.577}, {"word": "short", "start": 2.577, "end": 2.945}, {"word": "recording", "start": 2.945, "end": 3.313}, {"word": "but", "start": 3.313, "end": 3.681}, {"word": "a", "start": 3.681, "end": 4.049}, {"word": "test", "start": 4.049, "end": 4.417}, {"word": "clip", "start": 4.417, "end": 4.786}, {"word": "would", "start": 4.786, "end": 5.154}, {"word": "confirm", "start": 5.154, "end": 5.522}, {"word": "it", "start": 5.522, "end": 5.89}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000078", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000078", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000078.wav", "frame_refs": [], "asr_delta": "I will create", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will create a task for tomorrow", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000078.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000078.wav", "frame_refs": [], "asr_delta": "create a task for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "morning with the spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000078.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000078.wav", "frame_refs": [], "asr_delta": "for tomorrow morning with", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000078.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000078.wav", "frame_refs": [], "asr_delta": "with the spoken", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "with the spoken", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000078.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000078.wav", "frame_refs": [], "asr_delta": "spoken note as the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000078.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000078.wav", "frame_refs": [], "asr_delta": "the description", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000078.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will create a task for tomorrow morning with the spoken note as the description.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.37}, {"word": "will", "start": 0.37, "end": 0.74}, {"word": "create", "start": 0.74, "end": 1.11}, {"word": "a", "start": 1.11, "end": 1.48}, {"word": "task", "start": 1.48, "end": 1.85}, {"word": "for", "start": 1.85, "end": 2.22}, {"word": "tomorrow", "start": 2.22, "end": 2.59}, {"word": "morning", "start": 2.59, "end": 2.96}, {"word": "with", "start": 2.96, "end": 3.33}, {"word": "the", "start": 3.33, "end": 3.7}, {"word": "spoken", "start": 3.7, "end": 4.07}, {"word": "note", "start": 4.07, "end": 4.44}, {"word": "as", "start": 4.44, "end": 4.81}, {"word": "the", "start": 4.81, "end": 5.18}, {"word": "description", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000079", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000079", "split": "train", "duration_sec": 6.23, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav", "frame_refs": [], "asr_delta": "No problem I", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "No problem I can stay for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav", "frame_refs": [], "asr_delta": "I can stay for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "few more minutes or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav", "frame_refs": [], "asr_delta": "for a few more", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav", "frame_refs": [], "asr_delta": "more minutes or", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "more minutes or", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav", "frame_refs": [], "asr_delta": "or we can schedule", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav"}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav", "frame_refs": [], "asr_delta": "schedule a follow up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "schedule a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav"}, {"t_start": 6.0, "t_end": 6.23, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav", "frame_refs": [], "asr_delta": "up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000079.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 6.23]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "word_alignment": [{"word": "No", "start": 0.0, "end": 0.366}, {"word": "problem", "start": 0.366, "end": 0.733}, {"word": "I", "start": 0.733, "end": 1.099}, {"word": "can", "start": 1.099, "end": 1.466}, {"word": "stay", "start": 1.466, "end": 1.832}, {"word": "for", "start": 1.832, "end": 2.199}, {"word": "a", "start": 2.199, "end": 2.565}, {"word": "few", "start": 2.565, "end": 2.932}, {"word": "more", "start": 2.932, "end": 3.298}, {"word": "minutes", "start": 3.298, "end": 3.665}, {"word": "or", "start": 3.665, "end": 4.031}, {"word": "we", "start": 4.031, "end": 4.398}, {"word": "can", "start": 4.398, "end": 4.764}, {"word": "schedule", "start": 4.764, "end": 5.131}, {"word": "a", "start": 5.131, "end": 5.497}, {"word": "follow", "start": 5.497, "end": 5.864}, {"word": "up", "start": 5.864, "end": 6.23}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000080", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000080", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000080.wav", "frame_refs": [], "asr_delta": "I will start", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will start a 29 minute timer", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000080.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000080.wav", "frame_refs": [], "asr_delta": "start a 29 minute", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "now and remind you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000080.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000080.wav", "frame_refs": [], "asr_delta": "minute timer now and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minute timer now and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000080.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000080.wav", "frame_refs": [], "asr_delta": "and remind you", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and remind you", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000080.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000080.wav", "frame_refs": [], "asr_delta": "you when it ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000080.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000080.wav", "frame_refs": [], "asr_delta": "ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000080.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will start a 29 minute timer now and remind you when it ends.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "will", "start": 0.372, "end": 0.744}, {"word": "start", "start": 0.744, "end": 1.116}, {"word": "a", "start": 1.116, "end": 1.489}, {"word": "29", "start": 1.489, "end": 1.861}, {"word": "minute", "start": 1.861, "end": 2.233}, {"word": "timer", "start": 2.233, "end": 2.605}, {"word": "now", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "remind", "start": 3.349, "end": 3.721}, {"word": "you", "start": 3.721, "end": 4.094}, {"word": "when", "start": 4.094, "end": 4.466}, {"word": "it", "start": 4.466, "end": 4.838}, {"word": "ends", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000081", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000081", "split": "train", "duration_sec": 4.19, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000081.wav", "frame_refs": [], "asr_delta": "I will remind", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will remind you to check the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000081.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000081.wav", "frame_refs": [], "asr_delta": "remind you to check", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 3 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000081.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000081.wav", "frame_refs": [], "asr_delta": "check the oven", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "check the oven", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000081.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000081.wav", "frame_refs": [], "asr_delta": "oven in 3 minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 3 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000081.wav"}, {"t_start": 4.0, "t_end": 4.19, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000081.wav", "frame_refs": [], "asr_delta": "minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000081.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.19]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will remind you to check the oven in 3 minutes.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.381}, {"word": "will", "start": 0.381, "end": 0.762}, {"word": "remind", "start": 0.762, "end": 1.143}, {"word": "you", "start": 1.143, "end": 1.524}, {"word": "to", "start": 1.524, "end": 1.905}, {"word": "check", "start": 1.905, "end": 2.285}, {"word": "the", "start": 2.285, "end": 2.666}, {"word": "oven", "start": 2.666, "end": 3.047}, {"word": "in", "start": 3.047, "end": 3.428}, {"word": "3", "start": 3.428, "end": 3.809}, {"word": "minutes", "start": 3.809, "end": 4.19}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000082", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000082", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000082.wav", "frame_refs": [], "asr_delta": "Open the downloaded", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Open the downloaded file verify its name", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000082.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000082.wav", "frame_refs": [], "asr_delta": "downloaded file verify its", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and move it into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000082.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000082.wav", "frame_refs": [], "asr_delta": "its name and move", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "its name and move", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000082.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000082.wav", "frame_refs": [], "asr_delta": "move it into", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "move it into", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000082.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000082.wav", "frame_refs": [], "asr_delta": "into the project folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000082.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000082.wav", "frame_refs": [], "asr_delta": "folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000082.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Open the downloaded file, verify its name, and move it into the project folder.", "word_alignment": [{"word": "Open", "start": 0.0, "end": 0.372}, {"word": "the", "start": 0.372, "end": 0.744}, {"word": "downloaded", "start": 0.744, "end": 1.116}, {"word": "file", "start": 1.116, "end": 1.489}, {"word": "verify", "start": 1.489, "end": 1.861}, {"word": "its", "start": 1.861, "end": 2.233}, {"word": "name", "start": 2.233, "end": 2.605}, {"word": "and", "start": 2.605, "end": 2.977}, {"word": "move", "start": 2.977, "end": 3.349}, {"word": "it", "start": 3.349, "end": 3.721}, {"word": "into", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "project", "start": 4.466, "end": 4.838}, {"word": "folder", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000083", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000083", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000083.wav", "frame_refs": [], "asr_delta": "The sky looks", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The sky looks blue because air molecules", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000083.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000083.wav", "frame_refs": [], "asr_delta": "looks blue because air", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "scatter shorter blue wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000083.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000083.wav", "frame_refs": [], "asr_delta": "air molecules scatter shorter", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000083.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000083.wav", "frame_refs": [], "asr_delta": "shorter blue wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "shorter blue wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000083.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000083.wav", "frame_refs": [], "asr_delta": "wavelengths more than red", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000083.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000083.wav", "frame_refs": [], "asr_delta": "red wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "red wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000083.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.37}, {"word": "sky", "start": 0.37, "end": 0.74}, {"word": "looks", "start": 0.74, "end": 1.11}, {"word": "blue", "start": 1.11, "end": 1.48}, {"word": "because", "start": 1.48, "end": 1.85}, {"word": "air", "start": 1.85, "end": 2.22}, {"word": "molecules", "start": 2.22, "end": 2.59}, {"word": "scatter", "start": 2.59, "end": 2.96}, {"word": "shorter", "start": 2.96, "end": 3.33}, {"word": "blue", "start": 3.33, "end": 3.7}, {"word": "wavelengths", "start": 3.7, "end": 4.07}, {"word": "more", "start": 4.07, "end": 4.44}, {"word": "than", "start": 4.44, "end": 4.81}, {"word": "red", "start": 4.81, "end": 5.18}, {"word": "wavelengths", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000084", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000084", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000084.wav", "frame_refs": [], "asr_delta": "I waited for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I waited for the end of your", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000084.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000084.wav", "frame_refs": [], "asr_delta": "for the end of", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "sentence and I am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000084.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000084.wav", "frame_refs": [], "asr_delta": "of your sentence and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "of your sentence and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000084.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000084.wav", "frame_refs": [], "asr_delta": "and I am", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and I am", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000084.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000084.wav", "frame_refs": [], "asr_delta": "am ready to respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000084.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000084.wav", "frame_refs": [], "asr_delta": "respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000084.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I waited for the end of your sentence and I am ready to respond.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "waited", "start": 0.372, "end": 0.744}, {"word": "for", "start": 0.744, "end": 1.116}, {"word": "the", "start": 1.116, "end": 1.489}, {"word": "end", "start": 1.489, "end": 1.861}, {"word": "of", "start": 1.861, "end": 2.233}, {"word": "your", "start": 2.233, "end": 2.605}, {"word": "sentence", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "I", "start": 3.349, "end": 3.721}, {"word": "am", "start": 3.721, "end": 4.094}, {"word": "ready", "start": 4.094, "end": 4.466}, {"word": "to", "start": 4.466, "end": 4.838}, {"word": "respond", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000085", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000085", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000085.wav", "frame_refs": [], "asr_delta": "Pack headphones a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Pack headphones a charger a cable and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000085.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000085.wav", "frame_refs": [], "asr_delta": "a charger a cable", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a small pouch to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000085.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000085.wav", "frame_refs": [], "asr_delta": "cable and a small", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "cable and a small", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000085.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000085.wav", "frame_refs": [], "asr_delta": "small pouch to", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "small pouch to", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000085.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000085.wav", "frame_refs": [], "asr_delta": "to keep them together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000085.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000085.wav", "frame_refs": [], "asr_delta": "together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000085.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "word_alignment": [{"word": "Pack", "start": 0.0, "end": 0.372}, {"word": "headphones", "start": 0.372, "end": 0.744}, {"word": "a", "start": 0.744, "end": 1.116}, {"word": "charger", "start": 1.116, "end": 1.489}, {"word": "a", "start": 1.489, "end": 1.861}, {"word": "cable", "start": 1.861, "end": 2.233}, {"word": "and", "start": 2.233, "end": 2.605}, {"word": "a", "start": 2.605, "end": 2.977}, {"word": "small", "start": 2.977, "end": 3.349}, {"word": "pouch", "start": 3.349, "end": 3.721}, {"word": "to", "start": 3.721, "end": 4.094}, {"word": "keep", "start": 4.094, "end": 4.466}, {"word": "them", "start": 4.466, "end": 4.838}, {"word": "together", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000086", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000086", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000086.wav", "frame_refs": [], "asr_delta": "Understood I will", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Understood I will wait for the phrase", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000086.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000086.wav", "frame_refs": [], "asr_delta": "will wait for the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "green light before starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000086.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000086.wav", "frame_refs": [], "asr_delta": "the phrase green light", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the phrase green light", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000086.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000086.wav", "frame_refs": [], "asr_delta": "light before starting", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "light before starting", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000086.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000086.wav", "frame_refs": [], "asr_delta": "starting the next step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000086.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000086.wav", "frame_refs": [], "asr_delta": "step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000086.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Understood, I will wait for the phrase green light before starting the next step.", "word_alignment": [{"word": "Understood", "start": 0.0, "end": 0.372}, {"word": "I", "start": 0.372, "end": 0.744}, {"word": "will", "start": 0.744, "end": 1.116}, {"word": "wait", "start": 1.116, "end": 1.489}, {"word": "for", "start": 1.489, "end": 1.861}, {"word": "the", "start": 1.861, "end": 2.233}, {"word": "phrase", "start": 2.233, "end": 2.605}, {"word": "green", "start": 2.605, "end": 2.977}, {"word": "light", "start": 2.977, "end": 3.349}, {"word": "before", "start": 3.349, "end": 3.721}, {"word": "starting", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "next", "start": 4.466, "end": 4.838}, {"word": "step", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000087", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000087", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000087.wav", "frame_refs": [], "asr_delta": "The room sounds", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The room sounds quiet enough for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000087.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000087.wav", "frame_refs": [], "asr_delta": "sounds quiet enough for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "short recording but a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000087.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000087.wav", "frame_refs": [], "asr_delta": "for a short recording", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000087.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000087.wav", "frame_refs": [], "asr_delta": "recording but a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "recording but a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000087.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000087.wav", "frame_refs": [], "asr_delta": "a test clip would", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000087.wav"}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000087.wav", "frame_refs": [], "asr_delta": "would confirm it", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "would confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000087.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.368}, {"word": "room", "start": 0.368, "end": 0.736}, {"word": "sounds", "start": 0.736, "end": 1.104}, {"word": "quiet", "start": 1.104, "end": 1.472}, {"word": "enough", "start": 1.472, "end": 1.841}, {"word": "for", "start": 1.841, "end": 2.209}, {"word": "a", "start": 2.209, "end": 2.577}, {"word": "short", "start": 2.577, "end": 2.945}, {"word": "recording", "start": 2.945, "end": 3.313}, {"word": "but", "start": 3.313, "end": 3.681}, {"word": "a", "start": 3.681, "end": 4.049}, {"word": "test", "start": 4.049, "end": 4.417}, {"word": "clip", "start": 4.417, "end": 4.786}, {"word": "would", "start": 4.786, "end": 5.154}, {"word": "confirm", "start": 5.154, "end": 5.522}, {"word": "it", "start": 5.522, "end": 5.89}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000088", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000088", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000088.wav", "frame_refs": [], "asr_delta": "I will create", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will create a task for tomorrow", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000088.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000088.wav", "frame_refs": [], "asr_delta": "create a task for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "morning with the spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000088.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000088.wav", "frame_refs": [], "asr_delta": "for tomorrow morning with", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000088.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000088.wav", "frame_refs": [], "asr_delta": "with the spoken", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "with the spoken", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000088.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000088.wav", "frame_refs": [], "asr_delta": "spoken note as the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000088.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000088.wav", "frame_refs": [], "asr_delta": "the description", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000088.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will create a task for tomorrow morning with the spoken note as the description.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.37}, {"word": "will", "start": 0.37, "end": 0.74}, {"word": "create", "start": 0.74, "end": 1.11}, {"word": "a", "start": 1.11, "end": 1.48}, {"word": "task", "start": 1.48, "end": 1.85}, {"word": "for", "start": 1.85, "end": 2.22}, {"word": "tomorrow", "start": 2.22, "end": 2.59}, {"word": "morning", "start": 2.59, "end": 2.96}, {"word": "with", "start": 2.96, "end": 3.33}, {"word": "the", "start": 3.33, "end": 3.7}, {"word": "spoken", "start": 3.7, "end": 4.07}, {"word": "note", "start": 4.07, "end": 4.44}, {"word": "as", "start": 4.44, "end": 4.81}, {"word": "the", "start": 4.81, "end": 5.18}, {"word": "description", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000089", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000089", "split": "train", "duration_sec": 6.23, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav", "frame_refs": [], "asr_delta": "No problem I", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "No problem I can stay for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav", "frame_refs": [], "asr_delta": "I can stay for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "few more minutes or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav", "frame_refs": [], "asr_delta": "for a few more", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav", "frame_refs": [], "asr_delta": "more minutes or", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "more minutes or", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav", "frame_refs": [], "asr_delta": "or we can schedule", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav"}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav", "frame_refs": [], "asr_delta": "schedule a follow up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "schedule a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav"}, {"t_start": 6.0, "t_end": 6.23, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav", "frame_refs": [], "asr_delta": "up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000089.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 6.23]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "word_alignment": [{"word": "No", "start": 0.0, "end": 0.366}, {"word": "problem", "start": 0.366, "end": 0.733}, {"word": "I", "start": 0.733, "end": 1.099}, {"word": "can", "start": 1.099, "end": 1.466}, {"word": "stay", "start": 1.466, "end": 1.832}, {"word": "for", "start": 1.832, "end": 2.199}, {"word": "a", "start": 2.199, "end": 2.565}, {"word": "few", "start": 2.565, "end": 2.932}, {"word": "more", "start": 2.932, "end": 3.298}, {"word": "minutes", "start": 3.298, "end": 3.665}, {"word": "or", "start": 3.665, "end": 4.031}, {"word": "we", "start": 4.031, "end": 4.398}, {"word": "can", "start": 4.398, "end": 4.764}, {"word": "schedule", "start": 4.764, "end": 5.131}, {"word": "a", "start": 5.131, "end": 5.497}, {"word": "follow", "start": 5.497, "end": 5.864}, {"word": "up", "start": 5.864, "end": 6.23}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000090", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000090", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000090.wav", "frame_refs": [], "asr_delta": "I will start", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will start a 12 minute timer", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000090.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000090.wav", "frame_refs": [], "asr_delta": "start a 12 minute", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "now and remind you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000090.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000090.wav", "frame_refs": [], "asr_delta": "minute timer now and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minute timer now and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000090.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000090.wav", "frame_refs": [], "asr_delta": "and remind you", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and remind you", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000090.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000090.wav", "frame_refs": [], "asr_delta": "you when it ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "you when it ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000090.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000090.wav", "frame_refs": [], "asr_delta": "ends", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "ends", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000090.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will start a 12 minute timer now and remind you when it ends.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "will", "start": 0.372, "end": 0.744}, {"word": "start", "start": 0.744, "end": 1.116}, {"word": "a", "start": 1.116, "end": 1.489}, {"word": "12", "start": 1.489, "end": 1.861}, {"word": "minute", "start": 1.861, "end": 2.233}, {"word": "timer", "start": 2.233, "end": 2.605}, {"word": "now", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "remind", "start": 3.349, "end": 3.721}, {"word": "you", "start": 3.721, "end": 4.094}, {"word": "when", "start": 4.094, "end": 4.466}, {"word": "it", "start": 4.466, "end": 4.838}, {"word": "ends", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000091", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000091", "split": "train", "duration_sec": 4.19, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000091.wav", "frame_refs": [], "asr_delta": "I will remind", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will remind you to check the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000091.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000091.wav", "frame_refs": [], "asr_delta": "remind you to check", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 13 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000091.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000091.wav", "frame_refs": [], "asr_delta": "check the oven", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "check the oven", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000091.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000091.wav", "frame_refs": [], "asr_delta": "oven in 13 minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "oven in 13 minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000091.wav"}, {"t_start": 4.0, "t_end": 4.19, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000091.wav", "frame_refs": [], "asr_delta": "minutes", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "minutes", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000091.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.19]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will remind you to check the oven in 13 minutes.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.381}, {"word": "will", "start": 0.381, "end": 0.762}, {"word": "remind", "start": 0.762, "end": 1.143}, {"word": "you", "start": 1.143, "end": 1.524}, {"word": "to", "start": 1.524, "end": 1.905}, {"word": "check", "start": 1.905, "end": 2.285}, {"word": "the", "start": 2.285, "end": 2.666}, {"word": "oven", "start": 2.666, "end": 3.047}, {"word": "in", "start": 3.047, "end": 3.428}, {"word": "13", "start": 3.428, "end": 3.809}, {"word": "minutes", "start": 3.809, "end": 4.19}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000092", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000092", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000092.wav", "frame_refs": [], "asr_delta": "Open the downloaded", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Open the downloaded file verify its name", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000092.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000092.wav", "frame_refs": [], "asr_delta": "downloaded file verify its", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and move it into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000092.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000092.wav", "frame_refs": [], "asr_delta": "its name and move", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "its name and move", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000092.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000092.wav", "frame_refs": [], "asr_delta": "move it into", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "move it into", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000092.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000092.wav", "frame_refs": [], "asr_delta": "into the project folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "into the project folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000092.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000092.wav", "frame_refs": [], "asr_delta": "folder", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "folder", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000092.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Open the downloaded file, verify its name, and move it into the project folder.", "word_alignment": [{"word": "Open", "start": 0.0, "end": 0.372}, {"word": "the", "start": 0.372, "end": 0.744}, {"word": "downloaded", "start": 0.744, "end": 1.116}, {"word": "file", "start": 1.116, "end": 1.489}, {"word": "verify", "start": 1.489, "end": 1.861}, {"word": "its", "start": 1.861, "end": 2.233}, {"word": "name", "start": 2.233, "end": 2.605}, {"word": "and", "start": 2.605, "end": 2.977}, {"word": "move", "start": 2.977, "end": 3.349}, {"word": "it", "start": 3.349, "end": 3.721}, {"word": "into", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "project", "start": 4.466, "end": 4.838}, {"word": "folder", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000093", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000093", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000093.wav", "frame_refs": [], "asr_delta": "The sky looks", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The sky looks blue because air molecules", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000093.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000093.wav", "frame_refs": [], "asr_delta": "looks blue because air", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "scatter shorter blue wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000093.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000093.wav", "frame_refs": [], "asr_delta": "air molecules scatter shorter", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000093.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000093.wav", "frame_refs": [], "asr_delta": "shorter blue wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "shorter blue wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000093.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000093.wav", "frame_refs": [], "asr_delta": "wavelengths more than red", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "wavelengths more than red", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000093.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000093.wav", "frame_refs": [], "asr_delta": "red wavelengths", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "red wavelengths", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000093.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.37}, {"word": "sky", "start": 0.37, "end": 0.74}, {"word": "looks", "start": 0.74, "end": 1.11}, {"word": "blue", "start": 1.11, "end": 1.48}, {"word": "because", "start": 1.48, "end": 1.85}, {"word": "air", "start": 1.85, "end": 2.22}, {"word": "molecules", "start": 2.22, "end": 2.59}, {"word": "scatter", "start": 2.59, "end": 2.96}, {"word": "shorter", "start": 2.96, "end": 3.33}, {"word": "blue", "start": 3.33, "end": 3.7}, {"word": "wavelengths", "start": 3.7, "end": 4.07}, {"word": "more", "start": 4.07, "end": 4.44}, {"word": "than", "start": 4.44, "end": 4.81}, {"word": "red", "start": 4.81, "end": 5.18}, {"word": "wavelengths", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000094", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000094", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000094.wav", "frame_refs": [], "asr_delta": "I waited for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I waited for the end of your", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000094.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000094.wav", "frame_refs": [], "asr_delta": "for the end of", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "sentence and I am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000094.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000094.wav", "frame_refs": [], "asr_delta": "of your sentence and", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "of your sentence and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000094.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000094.wav", "frame_refs": [], "asr_delta": "and I am", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "and I am", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000094.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000094.wav", "frame_refs": [], "asr_delta": "am ready to respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "am ready to respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000094.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000094.wav", "frame_refs": [], "asr_delta": "respond", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "respond", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000094.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I waited for the end of your sentence and I am ready to respond.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.372}, {"word": "waited", "start": 0.372, "end": 0.744}, {"word": "for", "start": 0.744, "end": 1.116}, {"word": "the", "start": 1.116, "end": 1.489}, {"word": "end", "start": 1.489, "end": 1.861}, {"word": "of", "start": 1.861, "end": 2.233}, {"word": "your", "start": 2.233, "end": 2.605}, {"word": "sentence", "start": 2.605, "end": 2.977}, {"word": "and", "start": 2.977, "end": 3.349}, {"word": "I", "start": 3.349, "end": 3.721}, {"word": "am", "start": 3.721, "end": 4.094}, {"word": "ready", "start": 4.094, "end": 4.466}, {"word": "to", "start": 4.466, "end": 4.838}, {"word": "respond", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000095", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000095", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000095.wav", "frame_refs": [], "asr_delta": "Pack headphones a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Pack headphones a charger a cable and", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000095.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000095.wav", "frame_refs": [], "asr_delta": "a charger a cable", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a small pouch to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000095.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000095.wav", "frame_refs": [], "asr_delta": "cable and a small", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "cable and a small", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000095.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000095.wav", "frame_refs": [], "asr_delta": "small pouch to", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "small pouch to", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000095.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000095.wav", "frame_refs": [], "asr_delta": "to keep them together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "to keep them together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000095.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000095.wav", "frame_refs": [], "asr_delta": "together", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "together", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000095.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "word_alignment": [{"word": "Pack", "start": 0.0, "end": 0.372}, {"word": "headphones", "start": 0.372, "end": 0.744}, {"word": "a", "start": 0.744, "end": 1.116}, {"word": "charger", "start": 1.116, "end": 1.489}, {"word": "a", "start": 1.489, "end": 1.861}, {"word": "cable", "start": 1.861, "end": 2.233}, {"word": "and", "start": 2.233, "end": 2.605}, {"word": "a", "start": 2.605, "end": 2.977}, {"word": "small", "start": 2.977, "end": 3.349}, {"word": "pouch", "start": 3.349, "end": 3.721}, {"word": "to", "start": 3.721, "end": 4.094}, {"word": "keep", "start": 4.094, "end": 4.466}, {"word": "them", "start": 4.466, "end": 4.838}, {"word": "together", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000096", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000096", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000096.wav", "frame_refs": [], "asr_delta": "Understood I will", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "Understood I will wait for the phrase", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000096.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000096.wav", "frame_refs": [], "asr_delta": "will wait for the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "green light before starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000096.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000096.wav", "frame_refs": [], "asr_delta": "the phrase green light", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the phrase green light", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000096.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000096.wav", "frame_refs": [], "asr_delta": "light before starting", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "light before starting", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000096.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000096.wav", "frame_refs": [], "asr_delta": "starting the next step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "starting the next step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000096.wav"}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000096.wav", "frame_refs": [], "asr_delta": "step", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "step", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000096.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "Understood, I will wait for the phrase green light before starting the next step.", "word_alignment": [{"word": "Understood", "start": 0.0, "end": 0.372}, {"word": "I", "start": 0.372, "end": 0.744}, {"word": "will", "start": 0.744, "end": 1.116}, {"word": "wait", "start": 1.116, "end": 1.489}, {"word": "for", "start": 1.489, "end": 1.861}, {"word": "the", "start": 1.861, "end": 2.233}, {"word": "phrase", "start": 2.233, "end": 2.605}, {"word": "green", "start": 2.605, "end": 2.977}, {"word": "light", "start": 2.977, "end": 3.349}, {"word": "before", "start": 3.349, "end": 3.721}, {"word": "starting", "start": 3.721, "end": 4.094}, {"word": "the", "start": 4.094, "end": 4.466}, {"word": "next", "start": 4.466, "end": 4.838}, {"word": "step", "start": 4.838, "end": 5.21}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000097", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000097", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000097.wav", "frame_refs": [], "asr_delta": "The room sounds", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "The room sounds quiet enough for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000097.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000097.wav", "frame_refs": [], "asr_delta": "sounds quiet enough for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "short recording but a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000097.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000097.wav", "frame_refs": [], "asr_delta": "for a short recording", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000097.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000097.wav", "frame_refs": [], "asr_delta": "recording but a", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "recording but a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000097.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000097.wav", "frame_refs": [], "asr_delta": "a test clip would", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a test clip would", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000097.wav"}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000097.wav", "frame_refs": [], "asr_delta": "would confirm it", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "would confirm it", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000097.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "word_alignment": [{"word": "The", "start": 0.0, "end": 0.368}, {"word": "room", "start": 0.368, "end": 0.736}, {"word": "sounds", "start": 0.736, "end": 1.104}, {"word": "quiet", "start": 1.104, "end": 1.472}, {"word": "enough", "start": 1.472, "end": 1.841}, {"word": "for", "start": 1.841, "end": 2.209}, {"word": "a", "start": 2.209, "end": 2.577}, {"word": "short", "start": 2.577, "end": 2.945}, {"word": "recording", "start": 2.945, "end": 3.313}, {"word": "but", "start": 3.313, "end": 3.681}, {"word": "a", "start": 3.681, "end": 4.049}, {"word": "test", "start": 4.049, "end": 4.417}, {"word": "clip", "start": 4.417, "end": 4.786}, {"word": "would", "start": 4.786, "end": 5.154}, {"word": "confirm", "start": 5.154, "end": 5.522}, {"word": "it", "start": 5.522, "end": 5.89}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000098", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000098", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000098.wav", "frame_refs": [], "asr_delta": "I will create", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "I will create a task for tomorrow", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000098.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000098.wav", "frame_refs": [], "asr_delta": "create a task for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "morning with the spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000098.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000098.wav", "frame_refs": [], "asr_delta": "for tomorrow morning with", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000098.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000098.wav", "frame_refs": [], "asr_delta": "with the spoken", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "with the spoken", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000098.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000098.wav", "frame_refs": [], "asr_delta": "spoken note as the", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "spoken note as the", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000098.wav"}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000098.wav", "frame_refs": [], "asr_delta": "the description", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "the description", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000098.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "I will create a task for tomorrow morning with the spoken note as the description.", "word_alignment": [{"word": "I", "start": 0.0, "end": 0.37}, {"word": "will", "start": 0.37, "end": 0.74}, {"word": "create", "start": 0.74, "end": 1.11}, {"word": "a", "start": 1.11, "end": 1.48}, {"word": "task", "start": 1.48, "end": 1.85}, {"word": "for", "start": 1.85, "end": 2.22}, {"word": "tomorrow", "start": 2.22, "end": 2.59}, {"word": "morning", "start": 2.59, "end": 2.96}, {"word": "with", "start": 2.96, "end": 3.33}, {"word": "the", "start": 3.33, "end": 3.7}, {"word": "spoken", "start": 3.7, "end": 4.07}, {"word": "note", "start": 4.07, "end": 4.44}, {"word": "as", "start": 4.44, "end": 4.81}, {"word": "the", "start": 4.81, "end": 5.18}, {"word": "description", "start": 5.18, "end": 5.55}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "soa_000099", "dataset": "SpeechOutputAlignment", "task_family": "speech_output_alignment", "source_dataset": "StreamingAudioInteraction", "source_id": "sai_000099", "split": "train", "duration_sec": 6.23, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav", "frame_refs": [], "asr_delta": "No problem I", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "No problem I can stay for a", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav"}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav", "frame_refs": [], "asr_delta": "I can stay for", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "few more minutes or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav"}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav", "frame_refs": [], "asr_delta": "for a few more", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav"}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav", "frame_refs": [], "asr_delta": "more minutes or", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "more minutes or", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav"}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav", "frame_refs": [], "asr_delta": "or we can schedule", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "or we can schedule", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav"}, {"t_start": 5.0, "t_end": 6.0, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav", "frame_refs": [], "asr_delta": "schedule a follow up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "schedule a follow up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav"}, {"t_start": 6.0, "t_end": 6.23, "audio_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav", "frame_refs": [], "asr_delta": "up", "ocr_delta": [], "audio_events": ["synthetic_speech"], "visual_events": [], "control": "speak", "target_text_delta": "up", "target_speech_ref": "data/interim/SpeechOutputAlignment/assistant_soa_000099.wav"}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 6.23]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"target_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "word_alignment": [{"word": "No", "start": 0.0, "end": 0.366}, {"word": "problem", "start": 0.366, "end": 0.733}, {"word": "I", "start": 0.733, "end": 1.099}, {"word": "can", "start": 1.099, "end": 1.466}, {"word": "stay", "start": 1.466, "end": 1.832}, {"word": "for", "start": 1.832, "end": 2.199}, {"word": "a", "start": 2.199, "end": 2.565}, {"word": "few", "start": 2.565, "end": 2.932}, {"word": "more", "start": 2.932, "end": 3.298}, {"word": "minutes", "start": 3.298, "end": 3.665}, {"word": "or", "start": 3.665, "end": 4.031}, {"word": "we", "start": 4.031, "end": 4.398}, {"word": "can", "start": 4.398, "end": 4.764}, {"word": "schedule", "start": 4.764, "end": 5.131}, {"word": "a", "start": 5.131, "end": 5.497}, {"word": "follow", "start": 5.497, "end": 5.864}, {"word": "up", "start": 5.864, "end": 6.23}], "tts_roundtrip_wer": 0.0, "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} diff --git a/data/SpeechOutputAlignment/train-00000-of-00001.parquet b/data/SpeechOutputAlignment/train-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b197f6135e109e6c9e35b356c5c5aa44e6792e4 --- /dev/null +++ b/data/SpeechOutputAlignment/train-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da8a4bc6c1eb88f549b8733e836d7c069971b7a42a459fb953d202c1c545405 +size 73227 diff --git a/data/SpeechOutputAlignment/train.parquet b/data/SpeechOutputAlignment/train.parquet deleted file mode 100644 index 8bb83a3374b1d4cd041f2a4ae6ee3ba92b68bd6a..0000000000000000000000000000000000000000 --- a/data/SpeechOutputAlignment/train.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6e0cbb971fb670c91c9841e430d726a4e8cba00544350306caa80645dc70e89 -size 56535 diff --git a/data/StreamingASRTranslation/eval-00000-of-00001.parquet b/data/StreamingASRTranslation/eval-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24ff9cddf1745418ee1a2200f1d1dbd7389844d5 --- /dev/null +++ b/data/StreamingASRTranslation/eval-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d569ac34ef668ddcb9eb168048734e727146ee8a9f311b59a50cac50ebf2b0 +size 24634 diff --git a/data/StreamingASRTranslation/eval.parquet b/data/StreamingASRTranslation/eval.parquet deleted file mode 100644 index e91a490d98e136734589523727f41f46c7e9bea7..0000000000000000000000000000000000000000 --- a/data/StreamingASRTranslation/eval.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7aef5eacb5ec8dfde763974c3af0293a3dcdf2edabb7e3025ae0ed8a27c36c8 -size 17486 diff --git a/data/StreamingASRTranslation/high_quality.parquet b/data/StreamingASRTranslation/high_quality.parquet deleted file mode 100644 index 0e758889ead8e3f14b82074a8ecbe6ce55838bdc..0000000000000000000000000000000000000000 --- a/data/StreamingASRTranslation/high_quality.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e7912c4d5043da75a824487f32441d65ef69a096651395c74e7b03e21b65644 -size 44128 diff --git a/data/StreamingASRTranslation/sample.jsonl b/data/StreamingASRTranslation/sample.jsonl deleted file mode 100644 index 832ccffcaa9c06b1a3618b0e2afab30287aaaa5e..0000000000000000000000000000000000000000 --- a/data/StreamingASRTranslation/sample.jsonl +++ /dev/null @@ -1,100 +0,0 @@ -{"id": "sat_000000", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000000", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000000.wav", "frame_refs": [], "asr_delta": "The project meeting", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000000.wav", "frame_refs": [], "asr_delta": "meeting moved to Thursday", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000000.wav", "frame_refs": [], "asr_delta": "Thursday morning after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000000.wav", "frame_refs": [], "asr_delta": "the deployment review", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000000.wav", "frame_refs": [], "asr_delta": "review Batch number 0", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000000.wav", "frame_refs": [], "asr_delta": "0", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "The project meeting moved to Thursday morning after the deployment review. Batch number 0.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000001", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000001", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000001.wav", "frame_refs": [], "asr_delta": "A small batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a pequeno lote of audio muestras is", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000001.wav", "frame_refs": [], "asr_delta": "batch of audio samples", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "suficiente for el primera validacion pasada lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000001.wav", "frame_refs": [], "asr_delta": "samples is enough for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 1", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000001.wav", "frame_refs": [], "asr_delta": "for the first", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000001.wav", "frame_refs": [], "asr_delta": "first validation pass Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000001.wav", "frame_refs": [], "asr_delta": "Batch number 1", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "A small batch of audio samples is enough for the first validation pass. Batch number 1.", "target_translation": "a pequeno lote of audio muestras is suficiente for el primera validacion pasada lote number 1", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000002", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000002", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000002.wav", "frame_refs": [], "asr_delta": "Please label the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000002.wav", "frame_refs": [], "asr_delta": "the transcript carefully and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000002.wav", "frame_refs": [], "asr_delta": "and keep the original", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000002.wav", "frame_refs": [], "asr_delta": "original file name", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000002.wav", "frame_refs": [], "asr_delta": "name Batch number 2", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000002.wav", "frame_refs": [], "asr_delta": "2", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Please label the transcript carefully and keep the original file name. Batch number 2.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000003", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000003", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000003.wav", "frame_refs": [], "asr_delta": "The model should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el modelo debe emitir parciales palabras solo", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000003.wav", "frame_refs": [], "asr_delta": "should emit partial words", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "cuando el tiempo evidencia is confiable lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000003.wav", "frame_refs": [], "asr_delta": "words only when the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 3", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000003.wav", "frame_refs": [], "asr_delta": "the timing evidence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000003.wav", "frame_refs": [], "asr_delta": "evidence is reliable Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000003.wav", "frame_refs": [], "asr_delta": "Batch number 3", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The model should emit partial words only when the timing evidence is reliable. Batch number 3.", "target_translation": "el modelo debe emitir parciales palabras solo cuando el tiempo evidencia is confiable lote number 3", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000004", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000004", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000004.wav", "frame_refs": [], "asr_delta": "Our local pipeline", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000004.wav", "frame_refs": [], "asr_delta": "pipeline writes parquet files", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000004.wav", "frame_refs": [], "asr_delta": "files and preview pages", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000004.wav", "frame_refs": [], "asr_delta": "pages before any", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000004.wav", "frame_refs": [], "asr_delta": "any upload Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000004.wav", "frame_refs": [], "asr_delta": "number 4", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 4.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000005", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000005", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000005.wav", "frame_refs": [], "asr_delta": "The speaker paused", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el speaker paused briefly antes asking for", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000005.wav", "frame_refs": [], "asr_delta": "paused briefly before asking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a translation of el sentence lote number", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000005.wav", "frame_refs": [], "asr_delta": "asking for a translation", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "5", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000005.wav", "frame_refs": [], "asr_delta": "translation of the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000005.wav", "frame_refs": [], "asr_delta": "the sentence Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000005.wav", "frame_refs": [], "asr_delta": "number 5", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The speaker paused briefly before asking for a translation of the sentence. Batch number 5.", "target_translation": "el speaker paused briefly antes asking for a translation of el sentence lote number 5", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000006", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000006", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000006.wav", "frame_refs": [], "asr_delta": "Quality checks rejected", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000006.wav", "frame_refs": [], "asr_delta": "rejected the sample because", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000006.wav", "frame_refs": [], "asr_delta": "because the audio was", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000006.wav", "frame_refs": [], "asr_delta": "was shorter than", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000006.wav", "frame_refs": [], "asr_delta": "than one second Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000006.wav", "frame_refs": [], "asr_delta": "Batch number 6", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 6.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000007", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000007", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000007.wav", "frame_refs": [], "asr_delta": "The assistant should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el assistant debe stay silent while el", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000007.wav", "frame_refs": [], "asr_delta": "should stay silent while", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "user is still talking lote number 7", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000007.wav", "frame_refs": [], "asr_delta": "while the user is", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000007.wav", "frame_refs": [], "asr_delta": "is still talking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000007.wav", "frame_refs": [], "asr_delta": "talking Batch number 7", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000007.wav", "frame_refs": [], "asr_delta": "7", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The assistant should stay silent while the user is still talking. Batch number 7.", "target_translation": "el assistant debe stay silent while el user is still talking lote number 7", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000008", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000008", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000008.wav", "frame_refs": [], "asr_delta": "Streaming data needs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000008.wav", "frame_refs": [], "asr_delta": "needs sorted chunks with", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000008.wav", "frame_refs": [], "asr_delta": "with clear timestamps and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000008.wav", "frame_refs": [], "asr_delta": "and stable identifiers", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000008.wav", "frame_refs": [], "asr_delta": "identifiers Batch number 8", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000008.wav", "frame_refs": [], "asr_delta": "8", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 8.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000009", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000009", "split": "train", "duration_sec": 4.87, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000009.wav", "frame_refs": [], "asr_delta": "The validation report", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el validacion report lists missing sources separately", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000009.wav", "frame_refs": [], "asr_delta": "report lists missing sources", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "from failed rows lote number 9", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000009.wav", "frame_refs": [], "asr_delta": "sources separately from failed", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000009.wav", "frame_refs": [], "asr_delta": "failed rows Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.87, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000009.wav", "frame_refs": [], "asr_delta": "Batch number 9", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.87]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The validation report lists missing sources separately from failed rows. Batch number 9.", "target_translation": "el validacion report lists missing sources separately from failed rows lote number 9", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000010", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000010", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000010.wav", "frame_refs": [], "asr_delta": "The project meeting", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000010.wav", "frame_refs": [], "asr_delta": "meeting moved to Thursday", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000010.wav", "frame_refs": [], "asr_delta": "Thursday morning after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000010.wav", "frame_refs": [], "asr_delta": "the deployment review", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000010.wav", "frame_refs": [], "asr_delta": "review Batch number 10", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000010.wav", "frame_refs": [], "asr_delta": "10", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "The project meeting moved to Thursday morning after the deployment review. Batch number 10.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000011", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000011", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000011.wav", "frame_refs": [], "asr_delta": "A small batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a pequeno lote of audio muestras is", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000011.wav", "frame_refs": [], "asr_delta": "batch of audio samples", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "suficiente for el primera validacion pasada lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000011.wav", "frame_refs": [], "asr_delta": "samples is enough for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 11", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000011.wav", "frame_refs": [], "asr_delta": "for the first", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000011.wav", "frame_refs": [], "asr_delta": "first validation pass Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000011.wav", "frame_refs": [], "asr_delta": "Batch number 11", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "A small batch of audio samples is enough for the first validation pass. Batch number 11.", "target_translation": "a pequeno lote of audio muestras is suficiente for el primera validacion pasada lote number 11", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000012", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000012", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000012.wav", "frame_refs": [], "asr_delta": "Please label the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000012.wav", "frame_refs": [], "asr_delta": "the transcript carefully and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000012.wav", "frame_refs": [], "asr_delta": "and keep the original", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000012.wav", "frame_refs": [], "asr_delta": "original file name", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000012.wav", "frame_refs": [], "asr_delta": "name Batch number 12", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000012.wav", "frame_refs": [], "asr_delta": "12", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Please label the transcript carefully and keep the original file name. Batch number 12.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000013", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000013", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000013.wav", "frame_refs": [], "asr_delta": "The model should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el modelo debe emitir parciales palabras solo", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000013.wav", "frame_refs": [], "asr_delta": "should emit partial words", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "cuando el tiempo evidencia is confiable lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000013.wav", "frame_refs": [], "asr_delta": "words only when the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 13", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000013.wav", "frame_refs": [], "asr_delta": "the timing evidence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000013.wav", "frame_refs": [], "asr_delta": "evidence is reliable Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000013.wav", "frame_refs": [], "asr_delta": "Batch number 13", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The model should emit partial words only when the timing evidence is reliable. Batch number 13.", "target_translation": "el modelo debe emitir parciales palabras solo cuando el tiempo evidencia is confiable lote number 13", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000014", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000014", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000014.wav", "frame_refs": [], "asr_delta": "Our local pipeline", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000014.wav", "frame_refs": [], "asr_delta": "pipeline writes parquet files", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000014.wav", "frame_refs": [], "asr_delta": "files and preview pages", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000014.wav", "frame_refs": [], "asr_delta": "pages before any", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000014.wav", "frame_refs": [], "asr_delta": "any upload Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000014.wav", "frame_refs": [], "asr_delta": "number 14", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 14.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000015", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000015", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000015.wav", "frame_refs": [], "asr_delta": "The speaker paused", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el speaker paused briefly antes asking for", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000015.wav", "frame_refs": [], "asr_delta": "paused briefly before asking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a translation of el sentence lote number", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000015.wav", "frame_refs": [], "asr_delta": "asking for a translation", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "15", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000015.wav", "frame_refs": [], "asr_delta": "translation of the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000015.wav", "frame_refs": [], "asr_delta": "the sentence Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000015.wav", "frame_refs": [], "asr_delta": "number 15", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The speaker paused briefly before asking for a translation of the sentence. Batch number 15.", "target_translation": "el speaker paused briefly antes asking for a translation of el sentence lote number 15", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000016", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000016", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000016.wav", "frame_refs": [], "asr_delta": "Quality checks rejected", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000016.wav", "frame_refs": [], "asr_delta": "rejected the sample because", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000016.wav", "frame_refs": [], "asr_delta": "because the audio was", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000016.wav", "frame_refs": [], "asr_delta": "was shorter than", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000016.wav", "frame_refs": [], "asr_delta": "than one second Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000016.wav", "frame_refs": [], "asr_delta": "Batch number 16", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 16.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000017", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000017", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000017.wav", "frame_refs": [], "asr_delta": "The assistant should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el assistant debe stay silent while el", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000017.wav", "frame_refs": [], "asr_delta": "should stay silent while", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "user is still talking lote number 17", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000017.wav", "frame_refs": [], "asr_delta": "while the user is", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000017.wav", "frame_refs": [], "asr_delta": "is still talking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000017.wav", "frame_refs": [], "asr_delta": "talking Batch number 17", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000017.wav", "frame_refs": [], "asr_delta": "17", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The assistant should stay silent while the user is still talking. Batch number 17.", "target_translation": "el assistant debe stay silent while el user is still talking lote number 17", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000018", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000018", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000018.wav", "frame_refs": [], "asr_delta": "Streaming data needs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000018.wav", "frame_refs": [], "asr_delta": "needs sorted chunks with", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000018.wav", "frame_refs": [], "asr_delta": "with clear timestamps and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000018.wav", "frame_refs": [], "asr_delta": "and stable identifiers", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000018.wav", "frame_refs": [], "asr_delta": "identifiers Batch number 18", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000018.wav", "frame_refs": [], "asr_delta": "18", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 18.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000019", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000019", "split": "train", "duration_sec": 4.87, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000019.wav", "frame_refs": [], "asr_delta": "The validation report", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el validacion report lists missing sources separately", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000019.wav", "frame_refs": [], "asr_delta": "report lists missing sources", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "from failed rows lote number 19", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000019.wav", "frame_refs": [], "asr_delta": "sources separately from failed", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000019.wav", "frame_refs": [], "asr_delta": "failed rows Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.87, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000019.wav", "frame_refs": [], "asr_delta": "Batch number 19", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.87]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The validation report lists missing sources separately from failed rows. Batch number 19.", "target_translation": "el validacion report lists missing sources separately from failed rows lote number 19", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000020", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000020", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000020.wav", "frame_refs": [], "asr_delta": "The project meeting", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000020.wav", "frame_refs": [], "asr_delta": "meeting moved to Thursday", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000020.wav", "frame_refs": [], "asr_delta": "Thursday morning after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000020.wav", "frame_refs": [], "asr_delta": "the deployment review", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000020.wav", "frame_refs": [], "asr_delta": "review Batch number 20", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000020.wav", "frame_refs": [], "asr_delta": "20", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "The project meeting moved to Thursday morning after the deployment review. Batch number 20.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000021", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000021", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000021.wav", "frame_refs": [], "asr_delta": "A small batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a pequeno lote of audio muestras is", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000021.wav", "frame_refs": [], "asr_delta": "batch of audio samples", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "suficiente for el primera validacion pasada lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000021.wav", "frame_refs": [], "asr_delta": "samples is enough for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 21", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000021.wav", "frame_refs": [], "asr_delta": "for the first", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000021.wav", "frame_refs": [], "asr_delta": "first validation pass Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000021.wav", "frame_refs": [], "asr_delta": "Batch number 21", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "A small batch of audio samples is enough for the first validation pass. Batch number 21.", "target_translation": "a pequeno lote of audio muestras is suficiente for el primera validacion pasada lote number 21", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000022", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000022", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000022.wav", "frame_refs": [], "asr_delta": "Please label the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000022.wav", "frame_refs": [], "asr_delta": "the transcript carefully and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000022.wav", "frame_refs": [], "asr_delta": "and keep the original", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000022.wav", "frame_refs": [], "asr_delta": "original file name", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000022.wav", "frame_refs": [], "asr_delta": "name Batch number 22", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000022.wav", "frame_refs": [], "asr_delta": "22", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Please label the transcript carefully and keep the original file name. Batch number 22.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000023", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000023", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000023.wav", "frame_refs": [], "asr_delta": "The model should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el modelo debe emitir parciales palabras solo", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000023.wav", "frame_refs": [], "asr_delta": "should emit partial words", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "cuando el tiempo evidencia is confiable lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000023.wav", "frame_refs": [], "asr_delta": "words only when the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 23", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000023.wav", "frame_refs": [], "asr_delta": "the timing evidence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000023.wav", "frame_refs": [], "asr_delta": "evidence is reliable Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000023.wav", "frame_refs": [], "asr_delta": "Batch number 23", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The model should emit partial words only when the timing evidence is reliable. Batch number 23.", "target_translation": "el modelo debe emitir parciales palabras solo cuando el tiempo evidencia is confiable lote number 23", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000024", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000024", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000024.wav", "frame_refs": [], "asr_delta": "Our local pipeline", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000024.wav", "frame_refs": [], "asr_delta": "pipeline writes parquet files", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000024.wav", "frame_refs": [], "asr_delta": "files and preview pages", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000024.wav", "frame_refs": [], "asr_delta": "pages before any", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000024.wav", "frame_refs": [], "asr_delta": "any upload Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000024.wav", "frame_refs": [], "asr_delta": "number 24", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 24.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000025", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000025", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000025.wav", "frame_refs": [], "asr_delta": "The speaker paused", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el speaker paused briefly antes asking for", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000025.wav", "frame_refs": [], "asr_delta": "paused briefly before asking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a translation of el sentence lote number", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000025.wav", "frame_refs": [], "asr_delta": "asking for a translation", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "25", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000025.wav", "frame_refs": [], "asr_delta": "translation of the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000025.wav", "frame_refs": [], "asr_delta": "the sentence Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000025.wav", "frame_refs": [], "asr_delta": "number 25", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The speaker paused briefly before asking for a translation of the sentence. Batch number 25.", "target_translation": "el speaker paused briefly antes asking for a translation of el sentence lote number 25", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000026", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000026", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000026.wav", "frame_refs": [], "asr_delta": "Quality checks rejected", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000026.wav", "frame_refs": [], "asr_delta": "rejected the sample because", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000026.wav", "frame_refs": [], "asr_delta": "because the audio was", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000026.wav", "frame_refs": [], "asr_delta": "was shorter than", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000026.wav", "frame_refs": [], "asr_delta": "than one second Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000026.wav", "frame_refs": [], "asr_delta": "Batch number 26", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 26.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000027", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000027", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000027.wav", "frame_refs": [], "asr_delta": "The assistant should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el assistant debe stay silent while el", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000027.wav", "frame_refs": [], "asr_delta": "should stay silent while", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "user is still talking lote number 27", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000027.wav", "frame_refs": [], "asr_delta": "while the user is", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000027.wav", "frame_refs": [], "asr_delta": "is still talking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000027.wav", "frame_refs": [], "asr_delta": "talking Batch number 27", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000027.wav", "frame_refs": [], "asr_delta": "27", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The assistant should stay silent while the user is still talking. Batch number 27.", "target_translation": "el assistant debe stay silent while el user is still talking lote number 27", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000028", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000028", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000028.wav", "frame_refs": [], "asr_delta": "Streaming data needs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000028.wav", "frame_refs": [], "asr_delta": "needs sorted chunks with", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000028.wav", "frame_refs": [], "asr_delta": "with clear timestamps and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000028.wav", "frame_refs": [], "asr_delta": "and stable identifiers", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000028.wav", "frame_refs": [], "asr_delta": "identifiers Batch number 28", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000028.wav", "frame_refs": [], "asr_delta": "28", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 28.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000029", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000029", "split": "train", "duration_sec": 4.87, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000029.wav", "frame_refs": [], "asr_delta": "The validation report", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el validacion report lists missing sources separately", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000029.wav", "frame_refs": [], "asr_delta": "report lists missing sources", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "from failed rows lote number 29", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000029.wav", "frame_refs": [], "asr_delta": "sources separately from failed", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000029.wav", "frame_refs": [], "asr_delta": "failed rows Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.87, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000029.wav", "frame_refs": [], "asr_delta": "Batch number 29", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.87]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The validation report lists missing sources separately from failed rows. Batch number 29.", "target_translation": "el validacion report lists missing sources separately from failed rows lote number 29", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000030", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000030", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000030.wav", "frame_refs": [], "asr_delta": "The project meeting", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000030.wav", "frame_refs": [], "asr_delta": "meeting moved to Thursday", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000030.wav", "frame_refs": [], "asr_delta": "Thursday morning after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000030.wav", "frame_refs": [], "asr_delta": "the deployment review", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000030.wav", "frame_refs": [], "asr_delta": "review Batch number 30", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000030.wav", "frame_refs": [], "asr_delta": "30", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "The project meeting moved to Thursday morning after the deployment review. Batch number 30.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000031", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000031", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000031.wav", "frame_refs": [], "asr_delta": "A small batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a pequeno lote of audio muestras is", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000031.wav", "frame_refs": [], "asr_delta": "batch of audio samples", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "suficiente for el primera validacion pasada lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000031.wav", "frame_refs": [], "asr_delta": "samples is enough for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 31", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000031.wav", "frame_refs": [], "asr_delta": "for the first", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000031.wav", "frame_refs": [], "asr_delta": "first validation pass Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000031.wav", "frame_refs": [], "asr_delta": "Batch number 31", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "A small batch of audio samples is enough for the first validation pass. Batch number 31.", "target_translation": "a pequeno lote of audio muestras is suficiente for el primera validacion pasada lote number 31", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000032", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000032", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000032.wav", "frame_refs": [], "asr_delta": "Please label the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000032.wav", "frame_refs": [], "asr_delta": "the transcript carefully and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000032.wav", "frame_refs": [], "asr_delta": "and keep the original", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000032.wav", "frame_refs": [], "asr_delta": "original file name", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000032.wav", "frame_refs": [], "asr_delta": "name Batch number 32", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000032.wav", "frame_refs": [], "asr_delta": "32", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Please label the transcript carefully and keep the original file name. Batch number 32.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000033", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000033", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000033.wav", "frame_refs": [], "asr_delta": "The model should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el modelo debe emitir parciales palabras solo", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000033.wav", "frame_refs": [], "asr_delta": "should emit partial words", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "cuando el tiempo evidencia is confiable lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000033.wav", "frame_refs": [], "asr_delta": "words only when the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 33", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000033.wav", "frame_refs": [], "asr_delta": "the timing evidence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000033.wav", "frame_refs": [], "asr_delta": "evidence is reliable Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000033.wav", "frame_refs": [], "asr_delta": "Batch number 33", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The model should emit partial words only when the timing evidence is reliable. Batch number 33.", "target_translation": "el modelo debe emitir parciales palabras solo cuando el tiempo evidencia is confiable lote number 33", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000034", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000034", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000034.wav", "frame_refs": [], "asr_delta": "Our local pipeline", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000034.wav", "frame_refs": [], "asr_delta": "pipeline writes parquet files", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000034.wav", "frame_refs": [], "asr_delta": "files and preview pages", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000034.wav", "frame_refs": [], "asr_delta": "pages before any", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000034.wav", "frame_refs": [], "asr_delta": "any upload Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000034.wav", "frame_refs": [], "asr_delta": "number 34", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 34.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000035", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000035", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000035.wav", "frame_refs": [], "asr_delta": "The speaker paused", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el speaker paused briefly antes asking for", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000035.wav", "frame_refs": [], "asr_delta": "paused briefly before asking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a translation of el sentence lote number", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000035.wav", "frame_refs": [], "asr_delta": "asking for a translation", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "35", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000035.wav", "frame_refs": [], "asr_delta": "translation of the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000035.wav", "frame_refs": [], "asr_delta": "the sentence Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000035.wav", "frame_refs": [], "asr_delta": "number 35", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The speaker paused briefly before asking for a translation of the sentence. Batch number 35.", "target_translation": "el speaker paused briefly antes asking for a translation of el sentence lote number 35", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000036", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000036", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000036.wav", "frame_refs": [], "asr_delta": "Quality checks rejected", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000036.wav", "frame_refs": [], "asr_delta": "rejected the sample because", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000036.wav", "frame_refs": [], "asr_delta": "because the audio was", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000036.wav", "frame_refs": [], "asr_delta": "was shorter than", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000036.wav", "frame_refs": [], "asr_delta": "than one second Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000036.wav", "frame_refs": [], "asr_delta": "Batch number 36", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 36.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000037", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000037", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000037.wav", "frame_refs": [], "asr_delta": "The assistant should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el assistant debe stay silent while el", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000037.wav", "frame_refs": [], "asr_delta": "should stay silent while", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "user is still talking lote number 37", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000037.wav", "frame_refs": [], "asr_delta": "while the user is", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000037.wav", "frame_refs": [], "asr_delta": "is still talking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000037.wav", "frame_refs": [], "asr_delta": "talking Batch number 37", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000037.wav", "frame_refs": [], "asr_delta": "37", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The assistant should stay silent while the user is still talking. Batch number 37.", "target_translation": "el assistant debe stay silent while el user is still talking lote number 37", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000038", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000038", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000038.wav", "frame_refs": [], "asr_delta": "Streaming data needs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000038.wav", "frame_refs": [], "asr_delta": "needs sorted chunks with", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000038.wav", "frame_refs": [], "asr_delta": "with clear timestamps and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000038.wav", "frame_refs": [], "asr_delta": "and stable identifiers", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000038.wav", "frame_refs": [], "asr_delta": "identifiers Batch number 38", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000038.wav", "frame_refs": [], "asr_delta": "38", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 38.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000039", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000039", "split": "train", "duration_sec": 4.87, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000039.wav", "frame_refs": [], "asr_delta": "The validation report", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el validacion report lists missing sources separately", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000039.wav", "frame_refs": [], "asr_delta": "report lists missing sources", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "from failed rows lote number 39", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000039.wav", "frame_refs": [], "asr_delta": "sources separately from failed", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000039.wav", "frame_refs": [], "asr_delta": "failed rows Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.87, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000039.wav", "frame_refs": [], "asr_delta": "Batch number 39", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.87]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The validation report lists missing sources separately from failed rows. Batch number 39.", "target_translation": "el validacion report lists missing sources separately from failed rows lote number 39", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000040", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000040", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000040.wav", "frame_refs": [], "asr_delta": "The project meeting", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000040.wav", "frame_refs": [], "asr_delta": "meeting moved to Thursday", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000040.wav", "frame_refs": [], "asr_delta": "Thursday morning after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000040.wav", "frame_refs": [], "asr_delta": "the deployment review", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000040.wav", "frame_refs": [], "asr_delta": "review Batch number 40", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000040.wav", "frame_refs": [], "asr_delta": "40", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "The project meeting moved to Thursday morning after the deployment review. Batch number 40.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000041", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000041", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000041.wav", "frame_refs": [], "asr_delta": "A small batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a pequeno lote of audio muestras is", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000041.wav", "frame_refs": [], "asr_delta": "batch of audio samples", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "suficiente for el primera validacion pasada lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000041.wav", "frame_refs": [], "asr_delta": "samples is enough for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 41", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000041.wav", "frame_refs": [], "asr_delta": "for the first", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000041.wav", "frame_refs": [], "asr_delta": "first validation pass Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000041.wav", "frame_refs": [], "asr_delta": "Batch number 41", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "A small batch of audio samples is enough for the first validation pass. Batch number 41.", "target_translation": "a pequeno lote of audio muestras is suficiente for el primera validacion pasada lote number 41", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000042", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000042", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000042.wav", "frame_refs": [], "asr_delta": "Please label the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000042.wav", "frame_refs": [], "asr_delta": "the transcript carefully and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000042.wav", "frame_refs": [], "asr_delta": "and keep the original", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000042.wav", "frame_refs": [], "asr_delta": "original file name", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000042.wav", "frame_refs": [], "asr_delta": "name Batch number 42", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000042.wav", "frame_refs": [], "asr_delta": "42", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Please label the transcript carefully and keep the original file name. Batch number 42.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000043", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000043", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000043.wav", "frame_refs": [], "asr_delta": "The model should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el modelo debe emitir parciales palabras solo", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000043.wav", "frame_refs": [], "asr_delta": "should emit partial words", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "cuando el tiempo evidencia is confiable lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000043.wav", "frame_refs": [], "asr_delta": "words only when the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 43", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000043.wav", "frame_refs": [], "asr_delta": "the timing evidence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000043.wav", "frame_refs": [], "asr_delta": "evidence is reliable Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000043.wav", "frame_refs": [], "asr_delta": "Batch number 43", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The model should emit partial words only when the timing evidence is reliable. Batch number 43.", "target_translation": "el modelo debe emitir parciales palabras solo cuando el tiempo evidencia is confiable lote number 43", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000044", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000044", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000044.wav", "frame_refs": [], "asr_delta": "Our local pipeline", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000044.wav", "frame_refs": [], "asr_delta": "pipeline writes parquet files", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000044.wav", "frame_refs": [], "asr_delta": "files and preview pages", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000044.wav", "frame_refs": [], "asr_delta": "pages before any", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000044.wav", "frame_refs": [], "asr_delta": "any upload Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000044.wav", "frame_refs": [], "asr_delta": "number 44", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 44.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000045", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000045", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000045.wav", "frame_refs": [], "asr_delta": "The speaker paused", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el speaker paused briefly antes asking for", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000045.wav", "frame_refs": [], "asr_delta": "paused briefly before asking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a translation of el sentence lote number", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000045.wav", "frame_refs": [], "asr_delta": "asking for a translation", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "45", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000045.wav", "frame_refs": [], "asr_delta": "translation of the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000045.wav", "frame_refs": [], "asr_delta": "the sentence Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000045.wav", "frame_refs": [], "asr_delta": "number 45", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The speaker paused briefly before asking for a translation of the sentence. Batch number 45.", "target_translation": "el speaker paused briefly antes asking for a translation of el sentence lote number 45", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000046", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000046", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000046.wav", "frame_refs": [], "asr_delta": "Quality checks rejected", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000046.wav", "frame_refs": [], "asr_delta": "rejected the sample because", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000046.wav", "frame_refs": [], "asr_delta": "because the audio was", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000046.wav", "frame_refs": [], "asr_delta": "was shorter than", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000046.wav", "frame_refs": [], "asr_delta": "than one second Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000046.wav", "frame_refs": [], "asr_delta": "Batch number 46", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 46.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000047", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000047", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000047.wav", "frame_refs": [], "asr_delta": "The assistant should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el assistant debe stay silent while el", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000047.wav", "frame_refs": [], "asr_delta": "should stay silent while", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "user is still talking lote number 47", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000047.wav", "frame_refs": [], "asr_delta": "while the user is", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000047.wav", "frame_refs": [], "asr_delta": "is still talking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000047.wav", "frame_refs": [], "asr_delta": "talking Batch number 47", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000047.wav", "frame_refs": [], "asr_delta": "47", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The assistant should stay silent while the user is still talking. Batch number 47.", "target_translation": "el assistant debe stay silent while el user is still talking lote number 47", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000048", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000048", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000048.wav", "frame_refs": [], "asr_delta": "Streaming data needs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000048.wav", "frame_refs": [], "asr_delta": "needs sorted chunks with", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000048.wav", "frame_refs": [], "asr_delta": "with clear timestamps and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000048.wav", "frame_refs": [], "asr_delta": "and stable identifiers", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000048.wav", "frame_refs": [], "asr_delta": "identifiers Batch number 48", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000048.wav", "frame_refs": [], "asr_delta": "48", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 48.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000049", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000049", "split": "train", "duration_sec": 4.87, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000049.wav", "frame_refs": [], "asr_delta": "The validation report", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el validacion report lists missing sources separately", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000049.wav", "frame_refs": [], "asr_delta": "report lists missing sources", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "from failed rows lote number 49", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000049.wav", "frame_refs": [], "asr_delta": "sources separately from failed", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000049.wav", "frame_refs": [], "asr_delta": "failed rows Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.87, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000049.wav", "frame_refs": [], "asr_delta": "Batch number 49", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.87]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The validation report lists missing sources separately from failed rows. Batch number 49.", "target_translation": "el validacion report lists missing sources separately from failed rows lote number 49", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000050", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000050", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000050.wav", "frame_refs": [], "asr_delta": "The project meeting", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000050.wav", "frame_refs": [], "asr_delta": "meeting moved to Thursday", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000050.wav", "frame_refs": [], "asr_delta": "Thursday morning after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000050.wav", "frame_refs": [], "asr_delta": "the deployment review", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000050.wav", "frame_refs": [], "asr_delta": "review Batch number 50", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000050.wav", "frame_refs": [], "asr_delta": "50", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "The project meeting moved to Thursday morning after the deployment review. Batch number 50.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000051", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000051", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000051.wav", "frame_refs": [], "asr_delta": "A small batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a pequeno lote of audio muestras is", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000051.wav", "frame_refs": [], "asr_delta": "batch of audio samples", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "suficiente for el primera validacion pasada lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000051.wav", "frame_refs": [], "asr_delta": "samples is enough for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 51", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000051.wav", "frame_refs": [], "asr_delta": "for the first", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000051.wav", "frame_refs": [], "asr_delta": "first validation pass Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000051.wav", "frame_refs": [], "asr_delta": "Batch number 51", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "A small batch of audio samples is enough for the first validation pass. Batch number 51.", "target_translation": "a pequeno lote of audio muestras is suficiente for el primera validacion pasada lote number 51", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000052", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000052", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000052.wav", "frame_refs": [], "asr_delta": "Please label the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000052.wav", "frame_refs": [], "asr_delta": "the transcript carefully and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000052.wav", "frame_refs": [], "asr_delta": "and keep the original", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000052.wav", "frame_refs": [], "asr_delta": "original file name", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000052.wav", "frame_refs": [], "asr_delta": "name Batch number 52", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000052.wav", "frame_refs": [], "asr_delta": "52", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Please label the transcript carefully and keep the original file name. Batch number 52.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000053", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000053", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000053.wav", "frame_refs": [], "asr_delta": "The model should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el modelo debe emitir parciales palabras solo", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000053.wav", "frame_refs": [], "asr_delta": "should emit partial words", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "cuando el tiempo evidencia is confiable lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000053.wav", "frame_refs": [], "asr_delta": "words only when the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 53", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000053.wav", "frame_refs": [], "asr_delta": "the timing evidence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000053.wav", "frame_refs": [], "asr_delta": "evidence is reliable Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000053.wav", "frame_refs": [], "asr_delta": "Batch number 53", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The model should emit partial words only when the timing evidence is reliable. Batch number 53.", "target_translation": "el modelo debe emitir parciales palabras solo cuando el tiempo evidencia is confiable lote number 53", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000054", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000054", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000054.wav", "frame_refs": [], "asr_delta": "Our local pipeline", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000054.wav", "frame_refs": [], "asr_delta": "pipeline writes parquet files", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000054.wav", "frame_refs": [], "asr_delta": "files and preview pages", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000054.wav", "frame_refs": [], "asr_delta": "pages before any", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000054.wav", "frame_refs": [], "asr_delta": "any upload Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000054.wav", "frame_refs": [], "asr_delta": "number 54", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 54.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000055", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000055", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000055.wav", "frame_refs": [], "asr_delta": "The speaker paused", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el speaker paused briefly antes asking for", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000055.wav", "frame_refs": [], "asr_delta": "paused briefly before asking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a translation of el sentence lote number", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000055.wav", "frame_refs": [], "asr_delta": "asking for a translation", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "55", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000055.wav", "frame_refs": [], "asr_delta": "translation of the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000055.wav", "frame_refs": [], "asr_delta": "the sentence Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000055.wav", "frame_refs": [], "asr_delta": "number 55", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The speaker paused briefly before asking for a translation of the sentence. Batch number 55.", "target_translation": "el speaker paused briefly antes asking for a translation of el sentence lote number 55", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000056", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000056", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000056.wav", "frame_refs": [], "asr_delta": "Quality checks rejected", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000056.wav", "frame_refs": [], "asr_delta": "rejected the sample because", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000056.wav", "frame_refs": [], "asr_delta": "because the audio was", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000056.wav", "frame_refs": [], "asr_delta": "was shorter than", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000056.wav", "frame_refs": [], "asr_delta": "than one second Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000056.wav", "frame_refs": [], "asr_delta": "Batch number 56", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 56.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000057", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000057", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000057.wav", "frame_refs": [], "asr_delta": "The assistant should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el assistant debe stay silent while el", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000057.wav", "frame_refs": [], "asr_delta": "should stay silent while", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "user is still talking lote number 57", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000057.wav", "frame_refs": [], "asr_delta": "while the user is", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000057.wav", "frame_refs": [], "asr_delta": "is still talking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000057.wav", "frame_refs": [], "asr_delta": "talking Batch number 57", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000057.wav", "frame_refs": [], "asr_delta": "57", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The assistant should stay silent while the user is still talking. Batch number 57.", "target_translation": "el assistant debe stay silent while el user is still talking lote number 57", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000058", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000058", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000058.wav", "frame_refs": [], "asr_delta": "Streaming data needs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000058.wav", "frame_refs": [], "asr_delta": "needs sorted chunks with", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000058.wav", "frame_refs": [], "asr_delta": "with clear timestamps and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000058.wav", "frame_refs": [], "asr_delta": "and stable identifiers", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000058.wav", "frame_refs": [], "asr_delta": "identifiers Batch number 58", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000058.wav", "frame_refs": [], "asr_delta": "58", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 58.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000059", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000059", "split": "train", "duration_sec": 4.87, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000059.wav", "frame_refs": [], "asr_delta": "The validation report", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el validacion report lists missing sources separately", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000059.wav", "frame_refs": [], "asr_delta": "report lists missing sources", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "from failed rows lote number 59", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000059.wav", "frame_refs": [], "asr_delta": "sources separately from failed", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000059.wav", "frame_refs": [], "asr_delta": "failed rows Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.87, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000059.wav", "frame_refs": [], "asr_delta": "Batch number 59", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.87]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The validation report lists missing sources separately from failed rows. Batch number 59.", "target_translation": "el validacion report lists missing sources separately from failed rows lote number 59", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000060", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000060", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000060.wav", "frame_refs": [], "asr_delta": "The project meeting", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000060.wav", "frame_refs": [], "asr_delta": "meeting moved to Thursday", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000060.wav", "frame_refs": [], "asr_delta": "Thursday morning after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000060.wav", "frame_refs": [], "asr_delta": "the deployment review", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000060.wav", "frame_refs": [], "asr_delta": "review Batch number 60", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000060.wav", "frame_refs": [], "asr_delta": "60", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "The project meeting moved to Thursday morning after the deployment review. Batch number 60.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000061", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000061", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000061.wav", "frame_refs": [], "asr_delta": "A small batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a pequeno lote of audio muestras is", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000061.wav", "frame_refs": [], "asr_delta": "batch of audio samples", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "suficiente for el primera validacion pasada lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000061.wav", "frame_refs": [], "asr_delta": "samples is enough for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 61", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000061.wav", "frame_refs": [], "asr_delta": "for the first", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000061.wav", "frame_refs": [], "asr_delta": "first validation pass Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000061.wav", "frame_refs": [], "asr_delta": "Batch number 61", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "A small batch of audio samples is enough for the first validation pass. Batch number 61.", "target_translation": "a pequeno lote of audio muestras is suficiente for el primera validacion pasada lote number 61", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000062", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000062", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000062.wav", "frame_refs": [], "asr_delta": "Please label the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000062.wav", "frame_refs": [], "asr_delta": "the transcript carefully and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000062.wav", "frame_refs": [], "asr_delta": "and keep the original", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000062.wav", "frame_refs": [], "asr_delta": "original file name", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000062.wav", "frame_refs": [], "asr_delta": "name Batch number 62", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000062.wav", "frame_refs": [], "asr_delta": "62", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Please label the transcript carefully and keep the original file name. Batch number 62.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000063", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000063", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000063.wav", "frame_refs": [], "asr_delta": "The model should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el modelo debe emitir parciales palabras solo", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000063.wav", "frame_refs": [], "asr_delta": "should emit partial words", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "cuando el tiempo evidencia is confiable lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000063.wav", "frame_refs": [], "asr_delta": "words only when the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 63", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000063.wav", "frame_refs": [], "asr_delta": "the timing evidence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000063.wav", "frame_refs": [], "asr_delta": "evidence is reliable Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000063.wav", "frame_refs": [], "asr_delta": "Batch number 63", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The model should emit partial words only when the timing evidence is reliable. Batch number 63.", "target_translation": "el modelo debe emitir parciales palabras solo cuando el tiempo evidencia is confiable lote number 63", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000064", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000064", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000064.wav", "frame_refs": [], "asr_delta": "Our local pipeline", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000064.wav", "frame_refs": [], "asr_delta": "pipeline writes parquet files", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000064.wav", "frame_refs": [], "asr_delta": "files and preview pages", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000064.wav", "frame_refs": [], "asr_delta": "pages before any", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000064.wav", "frame_refs": [], "asr_delta": "any upload Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000064.wav", "frame_refs": [], "asr_delta": "number 64", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 64.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000065", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000065", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000065.wav", "frame_refs": [], "asr_delta": "The speaker paused", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el speaker paused briefly antes asking for", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000065.wav", "frame_refs": [], "asr_delta": "paused briefly before asking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a translation of el sentence lote number", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000065.wav", "frame_refs": [], "asr_delta": "asking for a translation", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "65", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000065.wav", "frame_refs": [], "asr_delta": "translation of the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000065.wav", "frame_refs": [], "asr_delta": "the sentence Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000065.wav", "frame_refs": [], "asr_delta": "number 65", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The speaker paused briefly before asking for a translation of the sentence. Batch number 65.", "target_translation": "el speaker paused briefly antes asking for a translation of el sentence lote number 65", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000066", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000066", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000066.wav", "frame_refs": [], "asr_delta": "Quality checks rejected", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000066.wav", "frame_refs": [], "asr_delta": "rejected the sample because", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000066.wav", "frame_refs": [], "asr_delta": "because the audio was", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000066.wav", "frame_refs": [], "asr_delta": "was shorter than", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000066.wav", "frame_refs": [], "asr_delta": "than one second Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000066.wav", "frame_refs": [], "asr_delta": "Batch number 66", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 66.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000067", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000067", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000067.wav", "frame_refs": [], "asr_delta": "The assistant should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el assistant debe stay silent while el", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000067.wav", "frame_refs": [], "asr_delta": "should stay silent while", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "user is still talking lote number 67", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000067.wav", "frame_refs": [], "asr_delta": "while the user is", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000067.wav", "frame_refs": [], "asr_delta": "is still talking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000067.wav", "frame_refs": [], "asr_delta": "talking Batch number 67", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000067.wav", "frame_refs": [], "asr_delta": "67", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The assistant should stay silent while the user is still talking. Batch number 67.", "target_translation": "el assistant debe stay silent while el user is still talking lote number 67", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000068", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000068", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000068.wav", "frame_refs": [], "asr_delta": "Streaming data needs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000068.wav", "frame_refs": [], "asr_delta": "needs sorted chunks with", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000068.wav", "frame_refs": [], "asr_delta": "with clear timestamps and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000068.wav", "frame_refs": [], "asr_delta": "and stable identifiers", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000068.wav", "frame_refs": [], "asr_delta": "identifiers Batch number 68", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000068.wav", "frame_refs": [], "asr_delta": "68", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 68.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000069", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000069", "split": "train", "duration_sec": 4.87, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000069.wav", "frame_refs": [], "asr_delta": "The validation report", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el validacion report lists missing sources separately", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000069.wav", "frame_refs": [], "asr_delta": "report lists missing sources", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "from failed rows lote number 69", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000069.wav", "frame_refs": [], "asr_delta": "sources separately from failed", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000069.wav", "frame_refs": [], "asr_delta": "failed rows Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.87, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000069.wav", "frame_refs": [], "asr_delta": "Batch number 69", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.87]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The validation report lists missing sources separately from failed rows. Batch number 69.", "target_translation": "el validacion report lists missing sources separately from failed rows lote number 69", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000070", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000070", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000070.wav", "frame_refs": [], "asr_delta": "The project meeting", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000070.wav", "frame_refs": [], "asr_delta": "meeting moved to Thursday", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000070.wav", "frame_refs": [], "asr_delta": "Thursday morning after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000070.wav", "frame_refs": [], "asr_delta": "the deployment review", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000070.wav", "frame_refs": [], "asr_delta": "review Batch number 70", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000070.wav", "frame_refs": [], "asr_delta": "70", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "The project meeting moved to Thursday morning after the deployment review. Batch number 70.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000071", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000071", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000071.wav", "frame_refs": [], "asr_delta": "A small batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a pequeno lote of audio muestras is", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000071.wav", "frame_refs": [], "asr_delta": "batch of audio samples", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "suficiente for el primera validacion pasada lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000071.wav", "frame_refs": [], "asr_delta": "samples is enough for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 71", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000071.wav", "frame_refs": [], "asr_delta": "for the first", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000071.wav", "frame_refs": [], "asr_delta": "first validation pass Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000071.wav", "frame_refs": [], "asr_delta": "Batch number 71", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "A small batch of audio samples is enough for the first validation pass. Batch number 71.", "target_translation": "a pequeno lote of audio muestras is suficiente for el primera validacion pasada lote number 71", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000072", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000072", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000072.wav", "frame_refs": [], "asr_delta": "Please label the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000072.wav", "frame_refs": [], "asr_delta": "the transcript carefully and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000072.wav", "frame_refs": [], "asr_delta": "and keep the original", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000072.wav", "frame_refs": [], "asr_delta": "original file name", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000072.wav", "frame_refs": [], "asr_delta": "name Batch number 72", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000072.wav", "frame_refs": [], "asr_delta": "72", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Please label the transcript carefully and keep the original file name. Batch number 72.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000073", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000073", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000073.wav", "frame_refs": [], "asr_delta": "The model should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el modelo debe emitir parciales palabras solo", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000073.wav", "frame_refs": [], "asr_delta": "should emit partial words", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "cuando el tiempo evidencia is confiable lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000073.wav", "frame_refs": [], "asr_delta": "words only when the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 73", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000073.wav", "frame_refs": [], "asr_delta": "the timing evidence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000073.wav", "frame_refs": [], "asr_delta": "evidence is reliable Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000073.wav", "frame_refs": [], "asr_delta": "Batch number 73", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The model should emit partial words only when the timing evidence is reliable. Batch number 73.", "target_translation": "el modelo debe emitir parciales palabras solo cuando el tiempo evidencia is confiable lote number 73", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000074", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000074", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000074.wav", "frame_refs": [], "asr_delta": "Our local pipeline", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000074.wav", "frame_refs": [], "asr_delta": "pipeline writes parquet files", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000074.wav", "frame_refs": [], "asr_delta": "files and preview pages", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000074.wav", "frame_refs": [], "asr_delta": "pages before any", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000074.wav", "frame_refs": [], "asr_delta": "any upload Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000074.wav", "frame_refs": [], "asr_delta": "number 74", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 74.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000075", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000075", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000075.wav", "frame_refs": [], "asr_delta": "The speaker paused", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el speaker paused briefly antes asking for", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000075.wav", "frame_refs": [], "asr_delta": "paused briefly before asking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a translation of el sentence lote number", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000075.wav", "frame_refs": [], "asr_delta": "asking for a translation", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "75", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000075.wav", "frame_refs": [], "asr_delta": "translation of the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000075.wav", "frame_refs": [], "asr_delta": "the sentence Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000075.wav", "frame_refs": [], "asr_delta": "number 75", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The speaker paused briefly before asking for a translation of the sentence. Batch number 75.", "target_translation": "el speaker paused briefly antes asking for a translation of el sentence lote number 75", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000076", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000076", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000076.wav", "frame_refs": [], "asr_delta": "Quality checks rejected", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000076.wav", "frame_refs": [], "asr_delta": "rejected the sample because", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000076.wav", "frame_refs": [], "asr_delta": "because the audio was", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000076.wav", "frame_refs": [], "asr_delta": "was shorter than", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000076.wav", "frame_refs": [], "asr_delta": "than one second Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000076.wav", "frame_refs": [], "asr_delta": "Batch number 76", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 76.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000077", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000077", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000077.wav", "frame_refs": [], "asr_delta": "The assistant should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el assistant debe stay silent while el", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000077.wav", "frame_refs": [], "asr_delta": "should stay silent while", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "user is still talking lote number 77", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000077.wav", "frame_refs": [], "asr_delta": "while the user is", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000077.wav", "frame_refs": [], "asr_delta": "is still talking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000077.wav", "frame_refs": [], "asr_delta": "talking Batch number 77", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000077.wav", "frame_refs": [], "asr_delta": "77", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The assistant should stay silent while the user is still talking. Batch number 77.", "target_translation": "el assistant debe stay silent while el user is still talking lote number 77", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000078", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000078", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000078.wav", "frame_refs": [], "asr_delta": "Streaming data needs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000078.wav", "frame_refs": [], "asr_delta": "needs sorted chunks with", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000078.wav", "frame_refs": [], "asr_delta": "with clear timestamps and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000078.wav", "frame_refs": [], "asr_delta": "and stable identifiers", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000078.wav", "frame_refs": [], "asr_delta": "identifiers Batch number 78", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000078.wav", "frame_refs": [], "asr_delta": "78", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 78.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000079", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000079", "split": "train", "duration_sec": 4.87, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000079.wav", "frame_refs": [], "asr_delta": "The validation report", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el validacion report lists missing sources separately", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000079.wav", "frame_refs": [], "asr_delta": "report lists missing sources", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "from failed rows lote number 79", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000079.wav", "frame_refs": [], "asr_delta": "sources separately from failed", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000079.wav", "frame_refs": [], "asr_delta": "failed rows Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.87, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000079.wav", "frame_refs": [], "asr_delta": "Batch number 79", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.87]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The validation report lists missing sources separately from failed rows. Batch number 79.", "target_translation": "el validacion report lists missing sources separately from failed rows lote number 79", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000080", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000080", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000080.wav", "frame_refs": [], "asr_delta": "The project meeting", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000080.wav", "frame_refs": [], "asr_delta": "meeting moved to Thursday", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000080.wav", "frame_refs": [], "asr_delta": "Thursday morning after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000080.wav", "frame_refs": [], "asr_delta": "the deployment review", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000080.wav", "frame_refs": [], "asr_delta": "review Batch number 80", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000080.wav", "frame_refs": [], "asr_delta": "80", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "The project meeting moved to Thursday morning after the deployment review. Batch number 80.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000081", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000081", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000081.wav", "frame_refs": [], "asr_delta": "A small batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a pequeno lote of audio muestras is", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000081.wav", "frame_refs": [], "asr_delta": "batch of audio samples", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "suficiente for el primera validacion pasada lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000081.wav", "frame_refs": [], "asr_delta": "samples is enough for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 81", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000081.wav", "frame_refs": [], "asr_delta": "for the first", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000081.wav", "frame_refs": [], "asr_delta": "first validation pass Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000081.wav", "frame_refs": [], "asr_delta": "Batch number 81", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "A small batch of audio samples is enough for the first validation pass. Batch number 81.", "target_translation": "a pequeno lote of audio muestras is suficiente for el primera validacion pasada lote number 81", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000082", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000082", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000082.wav", "frame_refs": [], "asr_delta": "Please label the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000082.wav", "frame_refs": [], "asr_delta": "the transcript carefully and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000082.wav", "frame_refs": [], "asr_delta": "and keep the original", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000082.wav", "frame_refs": [], "asr_delta": "original file name", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000082.wav", "frame_refs": [], "asr_delta": "name Batch number 82", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000082.wav", "frame_refs": [], "asr_delta": "82", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Please label the transcript carefully and keep the original file name. Batch number 82.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000083", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000083", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000083.wav", "frame_refs": [], "asr_delta": "The model should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el modelo debe emitir parciales palabras solo", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000083.wav", "frame_refs": [], "asr_delta": "should emit partial words", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "cuando el tiempo evidencia is confiable lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000083.wav", "frame_refs": [], "asr_delta": "words only when the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 83", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000083.wav", "frame_refs": [], "asr_delta": "the timing evidence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000083.wav", "frame_refs": [], "asr_delta": "evidence is reliable Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000083.wav", "frame_refs": [], "asr_delta": "Batch number 83", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The model should emit partial words only when the timing evidence is reliable. Batch number 83.", "target_translation": "el modelo debe emitir parciales palabras solo cuando el tiempo evidencia is confiable lote number 83", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000084", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000084", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000084.wav", "frame_refs": [], "asr_delta": "Our local pipeline", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000084.wav", "frame_refs": [], "asr_delta": "pipeline writes parquet files", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000084.wav", "frame_refs": [], "asr_delta": "files and preview pages", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000084.wav", "frame_refs": [], "asr_delta": "pages before any", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000084.wav", "frame_refs": [], "asr_delta": "any upload Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000084.wav", "frame_refs": [], "asr_delta": "number 84", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 84.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000085", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000085", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000085.wav", "frame_refs": [], "asr_delta": "The speaker paused", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el speaker paused briefly antes asking for", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000085.wav", "frame_refs": [], "asr_delta": "paused briefly before asking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a translation of el sentence lote number", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000085.wav", "frame_refs": [], "asr_delta": "asking for a translation", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "85", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000085.wav", "frame_refs": [], "asr_delta": "translation of the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000085.wav", "frame_refs": [], "asr_delta": "the sentence Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000085.wav", "frame_refs": [], "asr_delta": "number 85", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The speaker paused briefly before asking for a translation of the sentence. Batch number 85.", "target_translation": "el speaker paused briefly antes asking for a translation of el sentence lote number 85", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000086", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000086", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000086.wav", "frame_refs": [], "asr_delta": "Quality checks rejected", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000086.wav", "frame_refs": [], "asr_delta": "rejected the sample because", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000086.wav", "frame_refs": [], "asr_delta": "because the audio was", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000086.wav", "frame_refs": [], "asr_delta": "was shorter than", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000086.wav", "frame_refs": [], "asr_delta": "than one second Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000086.wav", "frame_refs": [], "asr_delta": "Batch number 86", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 86.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000087", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000087", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000087.wav", "frame_refs": [], "asr_delta": "The assistant should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el assistant debe stay silent while el", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000087.wav", "frame_refs": [], "asr_delta": "should stay silent while", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "user is still talking lote number 87", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000087.wav", "frame_refs": [], "asr_delta": "while the user is", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000087.wav", "frame_refs": [], "asr_delta": "is still talking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000087.wav", "frame_refs": [], "asr_delta": "talking Batch number 87", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000087.wav", "frame_refs": [], "asr_delta": "87", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The assistant should stay silent while the user is still talking. Batch number 87.", "target_translation": "el assistant debe stay silent while el user is still talking lote number 87", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000088", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000088", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000088.wav", "frame_refs": [], "asr_delta": "Streaming data needs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000088.wav", "frame_refs": [], "asr_delta": "needs sorted chunks with", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000088.wav", "frame_refs": [], "asr_delta": "with clear timestamps and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000088.wav", "frame_refs": [], "asr_delta": "and stable identifiers", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000088.wav", "frame_refs": [], "asr_delta": "identifiers Batch number 88", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000088.wav", "frame_refs": [], "asr_delta": "88", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 88.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000089", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000089", "split": "train", "duration_sec": 4.87, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000089.wav", "frame_refs": [], "asr_delta": "The validation report", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el validacion report lists missing sources separately", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000089.wav", "frame_refs": [], "asr_delta": "report lists missing sources", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "from failed rows lote number 89", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000089.wav", "frame_refs": [], "asr_delta": "sources separately from failed", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000089.wav", "frame_refs": [], "asr_delta": "failed rows Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.87, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000089.wav", "frame_refs": [], "asr_delta": "Batch number 89", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.87]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The validation report lists missing sources separately from failed rows. Batch number 89.", "target_translation": "el validacion report lists missing sources separately from failed rows lote number 89", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000090", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000090", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000090.wav", "frame_refs": [], "asr_delta": "The project meeting", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000090.wav", "frame_refs": [], "asr_delta": "meeting moved to Thursday", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000090.wav", "frame_refs": [], "asr_delta": "Thursday morning after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000090.wav", "frame_refs": [], "asr_delta": "the deployment review", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000090.wav", "frame_refs": [], "asr_delta": "review Batch number 90", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000090.wav", "frame_refs": [], "asr_delta": "90", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "The project meeting moved to Thursday morning after the deployment review. Batch number 90.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000091", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000091", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000091.wav", "frame_refs": [], "asr_delta": "A small batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a pequeno lote of audio muestras is", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000091.wav", "frame_refs": [], "asr_delta": "batch of audio samples", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "suficiente for el primera validacion pasada lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000091.wav", "frame_refs": [], "asr_delta": "samples is enough for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 91", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000091.wav", "frame_refs": [], "asr_delta": "for the first", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000091.wav", "frame_refs": [], "asr_delta": "first validation pass Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000091.wav", "frame_refs": [], "asr_delta": "Batch number 91", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "A small batch of audio samples is enough for the first validation pass. Batch number 91.", "target_translation": "a pequeno lote of audio muestras is suficiente for el primera validacion pasada lote number 91", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000092", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000092", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000092.wav", "frame_refs": [], "asr_delta": "Please label the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000092.wav", "frame_refs": [], "asr_delta": "the transcript carefully and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000092.wav", "frame_refs": [], "asr_delta": "and keep the original", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000092.wav", "frame_refs": [], "asr_delta": "original file name", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000092.wav", "frame_refs": [], "asr_delta": "name Batch number 92", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000092.wav", "frame_refs": [], "asr_delta": "92", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Please label the transcript carefully and keep the original file name. Batch number 92.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000093", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000093", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000093.wav", "frame_refs": [], "asr_delta": "The model should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el modelo debe emitir parciales palabras solo", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000093.wav", "frame_refs": [], "asr_delta": "should emit partial words", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "cuando el tiempo evidencia is confiable lote", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000093.wav", "frame_refs": [], "asr_delta": "words only when the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "number 93", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000093.wav", "frame_refs": [], "asr_delta": "the timing evidence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000093.wav", "frame_refs": [], "asr_delta": "evidence is reliable Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000093.wav", "frame_refs": [], "asr_delta": "Batch number 93", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The model should emit partial words only when the timing evidence is reliable. Batch number 93.", "target_translation": "el modelo debe emitir parciales palabras solo cuando el tiempo evidencia is confiable lote number 93", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000094", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000094", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000094.wav", "frame_refs": [], "asr_delta": "Our local pipeline", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000094.wav", "frame_refs": [], "asr_delta": "pipeline writes parquet files", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000094.wav", "frame_refs": [], "asr_delta": "files and preview pages", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000094.wav", "frame_refs": [], "asr_delta": "pages before any", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000094.wav", "frame_refs": [], "asr_delta": "any upload Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000094.wav", "frame_refs": [], "asr_delta": "number 94", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 94.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000095", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000095", "split": "train", "duration_sec": 5.55, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000095.wav", "frame_refs": [], "asr_delta": "The speaker paused", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el speaker paused briefly antes asking for", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000095.wav", "frame_refs": [], "asr_delta": "paused briefly before asking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "a translation of el sentence lote number", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000095.wav", "frame_refs": [], "asr_delta": "asking for a translation", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "95", "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000095.wav", "frame_refs": [], "asr_delta": "translation of the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000095.wav", "frame_refs": [], "asr_delta": "the sentence Batch number", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.55, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000095.wav", "frame_refs": [], "asr_delta": "number 95", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.55]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The speaker paused briefly before asking for a translation of the sentence. Batch number 95.", "target_translation": "el speaker paused briefly antes asking for a translation of el sentence lote number 95", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000096", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000096", "split": "train", "duration_sec": 5.89, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000096.wav", "frame_refs": [], "asr_delta": "Quality checks rejected", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000096.wav", "frame_refs": [], "asr_delta": "rejected the sample because", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000096.wav", "frame_refs": [], "asr_delta": "because the audio was", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000096.wav", "frame_refs": [], "asr_delta": "was shorter than", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000096.wav", "frame_refs": [], "asr_delta": "than one second Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.89, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000096.wav", "frame_refs": [], "asr_delta": "Batch number 96", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.89]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 96.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000097", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000097", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000097.wav", "frame_refs": [], "asr_delta": "The assistant should", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el assistant debe stay silent while el", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000097.wav", "frame_refs": [], "asr_delta": "should stay silent while", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "user is still talking lote number 97", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000097.wav", "frame_refs": [], "asr_delta": "while the user is", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000097.wav", "frame_refs": [], "asr_delta": "is still talking", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000097.wav", "frame_refs": [], "asr_delta": "talking Batch number 97", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000097.wav", "frame_refs": [], "asr_delta": "97", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The assistant should stay silent while the user is still talking. Batch number 97.", "target_translation": "el assistant debe stay silent while el user is still talking lote number 97", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000098", "dataset": "StreamingASRTranslation", "task_family": "streaming_asr", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000098", "split": "train", "duration_sec": 5.21, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000098.wav", "frame_refs": [], "asr_delta": "Streaming data needs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000098.wav", "frame_refs": [], "asr_delta": "needs sorted chunks with", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000098.wav", "frame_refs": [], "asr_delta": "with clear timestamps and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000098.wav", "frame_refs": [], "asr_delta": "and stable identifiers", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 5.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000098.wav", "frame_refs": [], "asr_delta": "identifiers Batch number 98", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 5.0, "t_end": 5.21, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000098.wav", "frame_refs": [], "asr_delta": "98", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 5.21]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "", "transcript": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 98.", "target_translation": "", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sat_000099", "dataset": "StreamingASRTranslation", "task_family": "streaming_speech_translation", "source_dataset": "local_speech_transcripts_fallback", "source_id": "fallback_speech_000099", "split": "train", "duration_sec": 4.87, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000099.wav", "frame_refs": [], "asr_delta": "The validation report", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "el validacion report lists missing sources separately", "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000099.wav", "frame_refs": [], "asr_delta": "report lists missing sources", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "response", "target_text_delta": "from failed rows lote number 99", "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000099.wav", "frame_refs": [], "asr_delta": "sources separately from failed", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000099.wav", "frame_refs": [], "asr_delta": "failed rows Batch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.87, "audio_ref": "data/interim/StreamingASRTranslation/source_sat_000099.wav", "frame_refs": [], "asr_delta": "Batch number 99", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "listen", "target_text_delta": null, "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.87]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"source_language": "en", "target_language": "es", "transcript": "The validation report lists missing sources separately from failed rows. Batch number 99.", "target_translation": "el validacion report lists missing sources separately from failed rows lote number 99", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} diff --git a/data/StreamingASRTranslation/train-00000-of-00001.parquet b/data/StreamingASRTranslation/train-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..deea79f2b764c43b8db352dcb5450ab3f3ebfdba --- /dev/null +++ b/data/StreamingASRTranslation/train-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d028577a571f044e23a31ab54afc7f12ad8e348cfd43278830d35bfcff039859 +size 72350 diff --git a/data/StreamingASRTranslation/train.parquet b/data/StreamingASRTranslation/train.parquet deleted file mode 100644 index cc1f2bda5bd1ccf5baeb7eea6b512bc02d04c79d..0000000000000000000000000000000000000000 --- a/data/StreamingASRTranslation/train.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73bf33409be955b896e6022277e4a52e8334114115cff6a21cf128ff60eb28d9 -size 42940 diff --git a/data/StreamingAudioInteraction/eval-00000-of-00001.parquet b/data/StreamingAudioInteraction/eval-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e990a091ac2916211395d6f550570f4c8283bf9 --- /dev/null +++ b/data/StreamingAudioInteraction/eval-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bc4bb71400d4cd1aa969d871e1cece4e521446334970f7c28d7842e17f5e50 +size 23006 diff --git a/data/StreamingAudioInteraction/eval.parquet b/data/StreamingAudioInteraction/eval.parquet deleted file mode 100644 index a169e40d531bf4f22b2ffd89d6284711070d415a..0000000000000000000000000000000000000000 --- a/data/StreamingAudioInteraction/eval.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cc72e9acd98d25f5644ea401c9d577121f0b058f43591b7a24bb8bcf6732038 -size 16404 diff --git a/data/StreamingAudioInteraction/high_quality.parquet b/data/StreamingAudioInteraction/high_quality.parquet deleted file mode 100644 index bc158fa1c140ea29a2c7e6c24a15bbc7cfebbcef..0000000000000000000000000000000000000000 --- a/data/StreamingAudioInteraction/high_quality.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00024ea6cca34eec023ad785c3576f57f0fd7ec67c4ac2b391847e7d9d147f61 -size 43516 diff --git a/data/StreamingAudioInteraction/sample.jsonl b/data/StreamingAudioInteraction/sample.jsonl deleted file mode 100644 index 2984f078dd8dcdf7877a04a21508f60378451af5..0000000000000000000000000000000000000000 --- a/data/StreamingAudioInteraction/sample.jsonl +++ /dev/null @@ -1,100 +0,0 @@ -{"id": "sai_000000", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000000", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000000.wav", "frame_refs": [], "asr_delta": "set a timer", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000000.wav", "frame_refs": [], "asr_delta": "timer for 3 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000000.wav", "frame_refs": [], "asr_delta": "minutes while I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000000.wav", "frame_refs": [], "asr_delta": "I stretch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will start a 3 minute timer now and remind you when it ends.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "set a timer for 3 minutes while I stretch", "assistant_text": "I will start a 3 minute timer now and remind you when it ends.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000001", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000001", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000001.wav", "frame_refs": [], "asr_delta": "remind me to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000001.wav", "frame_refs": [], "asr_delta": "to check the oven", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000001.wav", "frame_refs": [], "asr_delta": "oven in 4", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000001.wav", "frame_refs": [], "asr_delta": "4 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will remind you to check the oven in 4 minutes.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "remind me to check the oven in 4 minutes", "assistant_text": "I will remind you to check the oven in 4 minutes.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000002", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000002", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000002.wav", "frame_refs": [], "asr_delta": "what should I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000002.wav", "frame_refs": [], "asr_delta": "I do after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000002.wav", "frame_refs": [], "asr_delta": "the download finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000002.wav", "frame_refs": [], "asr_delta": "finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Open the downloaded file, verify its name, and move it into the project folder.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "what should I do after the download finishes", "assistant_text": "Open the downloaded file, verify its name, and move it into the project folder.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000003", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000003", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000003.wav", "frame_refs": [], "asr_delta": "answer this in", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000003.wav", "frame_refs": [], "asr_delta": "in one sentence why", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000003.wav", "frame_refs": [], "asr_delta": "why is the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000003.wav", "frame_refs": [], "asr_delta": "the sky blue", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "answer this in one sentence why is the sky blue", "assistant_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000004", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000004", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000004.wav", "frame_refs": [], "asr_delta": "pause before responding", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000004.wav", "frame_refs": [], "asr_delta": "responding until I finish", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000004.wav", "frame_refs": [], "asr_delta": "finish this sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000004.wav", "frame_refs": [], "asr_delta": "sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I waited for the end of your sentence and I am ready to respond.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "pause before responding until I finish this sentence", "assistant_text": "I waited for the end of your sentence and I am ready to respond.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000005", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000005", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000005.wav", "frame_refs": [], "asr_delta": "make a short", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000005.wav", "frame_refs": [], "asr_delta": "short checklist for packing", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000005.wav", "frame_refs": [], "asr_delta": "packing headphones and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000005.wav", "frame_refs": [], "asr_delta": "and a charger", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "make a short checklist for packing headphones and a charger", "assistant_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000006", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000006", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000006.wav", "frame_refs": [], "asr_delta": "if I say", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000006.wav", "frame_refs": [], "asr_delta": "say green light start", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000006.wav", "frame_refs": [], "asr_delta": "start the next", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000006.wav", "frame_refs": [], "asr_delta": "next step", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Understood, I will wait for the phrase green light before starting the next step.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "if I say green light start the next step", "assistant_text": "Understood, I will wait for the phrase green light before starting the next step.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000007", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000007", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000007.wav", "frame_refs": [], "asr_delta": "tell me whether", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000007.wav", "frame_refs": [], "asr_delta": "whether the room sounds", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000007.wav", "frame_refs": [], "asr_delta": "sounds quiet enough", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000007.wav", "frame_refs": [], "asr_delta": "enough for recording", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "tell me whether the room sounds quiet enough for recording", "assistant_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000008", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000008", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000008.wav", "frame_refs": [], "asr_delta": "convert this spoken", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000008.wav", "frame_refs": [], "asr_delta": "spoken note into a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000008.wav", "frame_refs": [], "asr_delta": "a task for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000008.wav", "frame_refs": [], "asr_delta": "for tomorrow morning", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will create a task for tomorrow morning with the spoken note as the description.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "convert this spoken note into a task for tomorrow morning", "assistant_text": "I will create a task for tomorrow morning with the spoken note as the description.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000009", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000009", "split": "train", "duration_sec": 5.03, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000009.wav", "frame_refs": [], "asr_delta": "give me a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000009.wav", "frame_refs": [], "asr_delta": "a calm reply to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000009.wav", "frame_refs": [], "asr_delta": "to say when", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000009.wav", "frame_refs": [], "asr_delta": "when a meeting runs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.53, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000009.wav", "frame_refs": [], "asr_delta": "runs late", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.53, "t_end": 5.03, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.53]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "give me a calm reply to say when a meeting runs late", "assistant_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000010", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000010", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000010.wav", "frame_refs": [], "asr_delta": "set a timer", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000010.wav", "frame_refs": [], "asr_delta": "timer for 13 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000010.wav", "frame_refs": [], "asr_delta": "minutes while I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000010.wav", "frame_refs": [], "asr_delta": "I stretch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will start a 13 minute timer now and remind you when it ends.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "set a timer for 13 minutes while I stretch", "assistant_text": "I will start a 13 minute timer now and remind you when it ends.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000011", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000011", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000011.wav", "frame_refs": [], "asr_delta": "remind me to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000011.wav", "frame_refs": [], "asr_delta": "to check the oven", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000011.wav", "frame_refs": [], "asr_delta": "oven in 14", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000011.wav", "frame_refs": [], "asr_delta": "14 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will remind you to check the oven in 14 minutes.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "remind me to check the oven in 14 minutes", "assistant_text": "I will remind you to check the oven in 14 minutes.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000012", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000012", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000012.wav", "frame_refs": [], "asr_delta": "what should I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000012.wav", "frame_refs": [], "asr_delta": "I do after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000012.wav", "frame_refs": [], "asr_delta": "the download finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000012.wav", "frame_refs": [], "asr_delta": "finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Open the downloaded file, verify its name, and move it into the project folder.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "what should I do after the download finishes", "assistant_text": "Open the downloaded file, verify its name, and move it into the project folder.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000013", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000013", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000013.wav", "frame_refs": [], "asr_delta": "answer this in", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000013.wav", "frame_refs": [], "asr_delta": "in one sentence why", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000013.wav", "frame_refs": [], "asr_delta": "why is the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000013.wav", "frame_refs": [], "asr_delta": "the sky blue", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "answer this in one sentence why is the sky blue", "assistant_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000014", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000014", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000014.wav", "frame_refs": [], "asr_delta": "pause before responding", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000014.wav", "frame_refs": [], "asr_delta": "responding until I finish", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000014.wav", "frame_refs": [], "asr_delta": "finish this sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000014.wav", "frame_refs": [], "asr_delta": "sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I waited for the end of your sentence and I am ready to respond.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "pause before responding until I finish this sentence", "assistant_text": "I waited for the end of your sentence and I am ready to respond.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000015", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000015", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000015.wav", "frame_refs": [], "asr_delta": "make a short", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000015.wav", "frame_refs": [], "asr_delta": "short checklist for packing", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000015.wav", "frame_refs": [], "asr_delta": "packing headphones and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000015.wav", "frame_refs": [], "asr_delta": "and a charger", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "make a short checklist for packing headphones and a charger", "assistant_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000016", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000016", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000016.wav", "frame_refs": [], "asr_delta": "if I say", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000016.wav", "frame_refs": [], "asr_delta": "say green light start", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000016.wav", "frame_refs": [], "asr_delta": "start the next", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000016.wav", "frame_refs": [], "asr_delta": "next step", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Understood, I will wait for the phrase green light before starting the next step.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "if I say green light start the next step", "assistant_text": "Understood, I will wait for the phrase green light before starting the next step.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000017", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000017", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000017.wav", "frame_refs": [], "asr_delta": "tell me whether", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000017.wav", "frame_refs": [], "asr_delta": "whether the room sounds", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000017.wav", "frame_refs": [], "asr_delta": "sounds quiet enough", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000017.wav", "frame_refs": [], "asr_delta": "enough for recording", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "tell me whether the room sounds quiet enough for recording", "assistant_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000018", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000018", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000018.wav", "frame_refs": [], "asr_delta": "convert this spoken", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000018.wav", "frame_refs": [], "asr_delta": "spoken note into a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000018.wav", "frame_refs": [], "asr_delta": "a task for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000018.wav", "frame_refs": [], "asr_delta": "for tomorrow morning", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will create a task for tomorrow morning with the spoken note as the description.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "convert this spoken note into a task for tomorrow morning", "assistant_text": "I will create a task for tomorrow morning with the spoken note as the description.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000019", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000019", "split": "train", "duration_sec": 5.03, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000019.wav", "frame_refs": [], "asr_delta": "give me a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000019.wav", "frame_refs": [], "asr_delta": "a calm reply to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000019.wav", "frame_refs": [], "asr_delta": "to say when", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000019.wav", "frame_refs": [], "asr_delta": "when a meeting runs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.53, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000019.wav", "frame_refs": [], "asr_delta": "runs late", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.53, "t_end": 5.03, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.53]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "give me a calm reply to say when a meeting runs late", "assistant_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000020", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000020", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000020.wav", "frame_refs": [], "asr_delta": "set a timer", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000020.wav", "frame_refs": [], "asr_delta": "timer for 23 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000020.wav", "frame_refs": [], "asr_delta": "minutes while I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000020.wav", "frame_refs": [], "asr_delta": "I stretch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will start a 23 minute timer now and remind you when it ends.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "set a timer for 23 minutes while I stretch", "assistant_text": "I will start a 23 minute timer now and remind you when it ends.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000021", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000021", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000021.wav", "frame_refs": [], "asr_delta": "remind me to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000021.wav", "frame_refs": [], "asr_delta": "to check the oven", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000021.wav", "frame_refs": [], "asr_delta": "oven in 24", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000021.wav", "frame_refs": [], "asr_delta": "24 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will remind you to check the oven in 24 minutes.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "remind me to check the oven in 24 minutes", "assistant_text": "I will remind you to check the oven in 24 minutes.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000022", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000022", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000022.wav", "frame_refs": [], "asr_delta": "what should I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000022.wav", "frame_refs": [], "asr_delta": "I do after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000022.wav", "frame_refs": [], "asr_delta": "the download finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000022.wav", "frame_refs": [], "asr_delta": "finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Open the downloaded file, verify its name, and move it into the project folder.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "what should I do after the download finishes", "assistant_text": "Open the downloaded file, verify its name, and move it into the project folder.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000023", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000023", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000023.wav", "frame_refs": [], "asr_delta": "answer this in", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000023.wav", "frame_refs": [], "asr_delta": "in one sentence why", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000023.wav", "frame_refs": [], "asr_delta": "why is the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000023.wav", "frame_refs": [], "asr_delta": "the sky blue", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "answer this in one sentence why is the sky blue", "assistant_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000024", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000024", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000024.wav", "frame_refs": [], "asr_delta": "pause before responding", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000024.wav", "frame_refs": [], "asr_delta": "responding until I finish", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000024.wav", "frame_refs": [], "asr_delta": "finish this sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000024.wav", "frame_refs": [], "asr_delta": "sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I waited for the end of your sentence and I am ready to respond.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "pause before responding until I finish this sentence", "assistant_text": "I waited for the end of your sentence and I am ready to respond.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000025", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000025", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000025.wav", "frame_refs": [], "asr_delta": "make a short", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000025.wav", "frame_refs": [], "asr_delta": "short checklist for packing", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000025.wav", "frame_refs": [], "asr_delta": "packing headphones and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000025.wav", "frame_refs": [], "asr_delta": "and a charger", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "make a short checklist for packing headphones and a charger", "assistant_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000026", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000026", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000026.wav", "frame_refs": [], "asr_delta": "if I say", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000026.wav", "frame_refs": [], "asr_delta": "say green light start", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000026.wav", "frame_refs": [], "asr_delta": "start the next", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000026.wav", "frame_refs": [], "asr_delta": "next step", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Understood, I will wait for the phrase green light before starting the next step.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "if I say green light start the next step", "assistant_text": "Understood, I will wait for the phrase green light before starting the next step.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000027", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000027", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000027.wav", "frame_refs": [], "asr_delta": "tell me whether", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000027.wav", "frame_refs": [], "asr_delta": "whether the room sounds", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000027.wav", "frame_refs": [], "asr_delta": "sounds quiet enough", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000027.wav", "frame_refs": [], "asr_delta": "enough for recording", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "tell me whether the room sounds quiet enough for recording", "assistant_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000028", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000028", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000028.wav", "frame_refs": [], "asr_delta": "convert this spoken", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000028.wav", "frame_refs": [], "asr_delta": "spoken note into a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000028.wav", "frame_refs": [], "asr_delta": "a task for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000028.wav", "frame_refs": [], "asr_delta": "for tomorrow morning", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will create a task for tomorrow morning with the spoken note as the description.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "convert this spoken note into a task for tomorrow morning", "assistant_text": "I will create a task for tomorrow morning with the spoken note as the description.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000029", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000029", "split": "train", "duration_sec": 5.03, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000029.wav", "frame_refs": [], "asr_delta": "give me a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000029.wav", "frame_refs": [], "asr_delta": "a calm reply to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000029.wav", "frame_refs": [], "asr_delta": "to say when", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000029.wav", "frame_refs": [], "asr_delta": "when a meeting runs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.53, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000029.wav", "frame_refs": [], "asr_delta": "runs late", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.53, "t_end": 5.03, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.53]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "give me a calm reply to say when a meeting runs late", "assistant_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000030", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000030", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000030.wav", "frame_refs": [], "asr_delta": "set a timer", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000030.wav", "frame_refs": [], "asr_delta": "timer for 6 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000030.wav", "frame_refs": [], "asr_delta": "minutes while I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000030.wav", "frame_refs": [], "asr_delta": "I stretch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will start a 6 minute timer now and remind you when it ends.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "set a timer for 6 minutes while I stretch", "assistant_text": "I will start a 6 minute timer now and remind you when it ends.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000031", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000031", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000031.wav", "frame_refs": [], "asr_delta": "remind me to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000031.wav", "frame_refs": [], "asr_delta": "to check the oven", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000031.wav", "frame_refs": [], "asr_delta": "oven in 7", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000031.wav", "frame_refs": [], "asr_delta": "7 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will remind you to check the oven in 7 minutes.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "remind me to check the oven in 7 minutes", "assistant_text": "I will remind you to check the oven in 7 minutes.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000032", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000032", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000032.wav", "frame_refs": [], "asr_delta": "what should I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000032.wav", "frame_refs": [], "asr_delta": "I do after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000032.wav", "frame_refs": [], "asr_delta": "the download finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000032.wav", "frame_refs": [], "asr_delta": "finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Open the downloaded file, verify its name, and move it into the project folder.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "what should I do after the download finishes", "assistant_text": "Open the downloaded file, verify its name, and move it into the project folder.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000033", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000033", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000033.wav", "frame_refs": [], "asr_delta": "answer this in", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000033.wav", "frame_refs": [], "asr_delta": "in one sentence why", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000033.wav", "frame_refs": [], "asr_delta": "why is the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000033.wav", "frame_refs": [], "asr_delta": "the sky blue", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "answer this in one sentence why is the sky blue", "assistant_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000034", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000034", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000034.wav", "frame_refs": [], "asr_delta": "pause before responding", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000034.wav", "frame_refs": [], "asr_delta": "responding until I finish", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000034.wav", "frame_refs": [], "asr_delta": "finish this sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000034.wav", "frame_refs": [], "asr_delta": "sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I waited for the end of your sentence and I am ready to respond.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "pause before responding until I finish this sentence", "assistant_text": "I waited for the end of your sentence and I am ready to respond.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000035", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000035", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000035.wav", "frame_refs": [], "asr_delta": "make a short", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000035.wav", "frame_refs": [], "asr_delta": "short checklist for packing", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000035.wav", "frame_refs": [], "asr_delta": "packing headphones and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000035.wav", "frame_refs": [], "asr_delta": "and a charger", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "make a short checklist for packing headphones and a charger", "assistant_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000036", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000036", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000036.wav", "frame_refs": [], "asr_delta": "if I say", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000036.wav", "frame_refs": [], "asr_delta": "say green light start", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000036.wav", "frame_refs": [], "asr_delta": "start the next", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000036.wav", "frame_refs": [], "asr_delta": "next step", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Understood, I will wait for the phrase green light before starting the next step.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "if I say green light start the next step", "assistant_text": "Understood, I will wait for the phrase green light before starting the next step.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000037", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000037", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000037.wav", "frame_refs": [], "asr_delta": "tell me whether", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000037.wav", "frame_refs": [], "asr_delta": "whether the room sounds", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000037.wav", "frame_refs": [], "asr_delta": "sounds quiet enough", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000037.wav", "frame_refs": [], "asr_delta": "enough for recording", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "tell me whether the room sounds quiet enough for recording", "assistant_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000038", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000038", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000038.wav", "frame_refs": [], "asr_delta": "convert this spoken", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000038.wav", "frame_refs": [], "asr_delta": "spoken note into a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000038.wav", "frame_refs": [], "asr_delta": "a task for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000038.wav", "frame_refs": [], "asr_delta": "for tomorrow morning", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will create a task for tomorrow morning with the spoken note as the description.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "convert this spoken note into a task for tomorrow morning", "assistant_text": "I will create a task for tomorrow morning with the spoken note as the description.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000039", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000039", "split": "train", "duration_sec": 5.03, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000039.wav", "frame_refs": [], "asr_delta": "give me a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000039.wav", "frame_refs": [], "asr_delta": "a calm reply to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000039.wav", "frame_refs": [], "asr_delta": "to say when", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000039.wav", "frame_refs": [], "asr_delta": "when a meeting runs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.53, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000039.wav", "frame_refs": [], "asr_delta": "runs late", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.53, "t_end": 5.03, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.53]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "give me a calm reply to say when a meeting runs late", "assistant_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000040", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000040", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000040.wav", "frame_refs": [], "asr_delta": "set a timer", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000040.wav", "frame_refs": [], "asr_delta": "timer for 16 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000040.wav", "frame_refs": [], "asr_delta": "minutes while I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000040.wav", "frame_refs": [], "asr_delta": "I stretch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will start a 16 minute timer now and remind you when it ends.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "set a timer for 16 minutes while I stretch", "assistant_text": "I will start a 16 minute timer now and remind you when it ends.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000041", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000041", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000041.wav", "frame_refs": [], "asr_delta": "remind me to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000041.wav", "frame_refs": [], "asr_delta": "to check the oven", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000041.wav", "frame_refs": [], "asr_delta": "oven in 17", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000041.wav", "frame_refs": [], "asr_delta": "17 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will remind you to check the oven in 17 minutes.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "remind me to check the oven in 17 minutes", "assistant_text": "I will remind you to check the oven in 17 minutes.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000042", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000042", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000042.wav", "frame_refs": [], "asr_delta": "what should I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000042.wav", "frame_refs": [], "asr_delta": "I do after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000042.wav", "frame_refs": [], "asr_delta": "the download finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000042.wav", "frame_refs": [], "asr_delta": "finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Open the downloaded file, verify its name, and move it into the project folder.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "what should I do after the download finishes", "assistant_text": "Open the downloaded file, verify its name, and move it into the project folder.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000043", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000043", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000043.wav", "frame_refs": [], "asr_delta": "answer this in", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000043.wav", "frame_refs": [], "asr_delta": "in one sentence why", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000043.wav", "frame_refs": [], "asr_delta": "why is the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000043.wav", "frame_refs": [], "asr_delta": "the sky blue", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "answer this in one sentence why is the sky blue", "assistant_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000044", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000044", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000044.wav", "frame_refs": [], "asr_delta": "pause before responding", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000044.wav", "frame_refs": [], "asr_delta": "responding until I finish", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000044.wav", "frame_refs": [], "asr_delta": "finish this sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000044.wav", "frame_refs": [], "asr_delta": "sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I waited for the end of your sentence and I am ready to respond.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "pause before responding until I finish this sentence", "assistant_text": "I waited for the end of your sentence and I am ready to respond.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000045", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000045", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000045.wav", "frame_refs": [], "asr_delta": "make a short", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000045.wav", "frame_refs": [], "asr_delta": "short checklist for packing", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000045.wav", "frame_refs": [], "asr_delta": "packing headphones and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000045.wav", "frame_refs": [], "asr_delta": "and a charger", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "make a short checklist for packing headphones and a charger", "assistant_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000046", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000046", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000046.wav", "frame_refs": [], "asr_delta": "if I say", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000046.wav", "frame_refs": [], "asr_delta": "say green light start", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000046.wav", "frame_refs": [], "asr_delta": "start the next", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000046.wav", "frame_refs": [], "asr_delta": "next step", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Understood, I will wait for the phrase green light before starting the next step.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "if I say green light start the next step", "assistant_text": "Understood, I will wait for the phrase green light before starting the next step.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000047", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000047", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000047.wav", "frame_refs": [], "asr_delta": "tell me whether", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000047.wav", "frame_refs": [], "asr_delta": "whether the room sounds", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000047.wav", "frame_refs": [], "asr_delta": "sounds quiet enough", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000047.wav", "frame_refs": [], "asr_delta": "enough for recording", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "tell me whether the room sounds quiet enough for recording", "assistant_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000048", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000048", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000048.wav", "frame_refs": [], "asr_delta": "convert this spoken", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000048.wav", "frame_refs": [], "asr_delta": "spoken note into a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000048.wav", "frame_refs": [], "asr_delta": "a task for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000048.wav", "frame_refs": [], "asr_delta": "for tomorrow morning", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will create a task for tomorrow morning with the spoken note as the description.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "convert this spoken note into a task for tomorrow morning", "assistant_text": "I will create a task for tomorrow morning with the spoken note as the description.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000049", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000049", "split": "train", "duration_sec": 5.03, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000049.wav", "frame_refs": [], "asr_delta": "give me a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000049.wav", "frame_refs": [], "asr_delta": "a calm reply to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000049.wav", "frame_refs": [], "asr_delta": "to say when", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000049.wav", "frame_refs": [], "asr_delta": "when a meeting runs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.53, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000049.wav", "frame_refs": [], "asr_delta": "runs late", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.53, "t_end": 5.03, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.53]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "give me a calm reply to say when a meeting runs late", "assistant_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000050", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000050", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000050.wav", "frame_refs": [], "asr_delta": "set a timer", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000050.wav", "frame_refs": [], "asr_delta": "timer for 26 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000050.wav", "frame_refs": [], "asr_delta": "minutes while I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000050.wav", "frame_refs": [], "asr_delta": "I stretch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will start a 26 minute timer now and remind you when it ends.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "set a timer for 26 minutes while I stretch", "assistant_text": "I will start a 26 minute timer now and remind you when it ends.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000051", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000051", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000051.wav", "frame_refs": [], "asr_delta": "remind me to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000051.wav", "frame_refs": [], "asr_delta": "to check the oven", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000051.wav", "frame_refs": [], "asr_delta": "oven in 27", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000051.wav", "frame_refs": [], "asr_delta": "27 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will remind you to check the oven in 27 minutes.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "remind me to check the oven in 27 minutes", "assistant_text": "I will remind you to check the oven in 27 minutes.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000052", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000052", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000052.wav", "frame_refs": [], "asr_delta": "what should I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000052.wav", "frame_refs": [], "asr_delta": "I do after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000052.wav", "frame_refs": [], "asr_delta": "the download finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000052.wav", "frame_refs": [], "asr_delta": "finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Open the downloaded file, verify its name, and move it into the project folder.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "what should I do after the download finishes", "assistant_text": "Open the downloaded file, verify its name, and move it into the project folder.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000053", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000053", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000053.wav", "frame_refs": [], "asr_delta": "answer this in", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000053.wav", "frame_refs": [], "asr_delta": "in one sentence why", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000053.wav", "frame_refs": [], "asr_delta": "why is the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000053.wav", "frame_refs": [], "asr_delta": "the sky blue", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "answer this in one sentence why is the sky blue", "assistant_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000054", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000054", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000054.wav", "frame_refs": [], "asr_delta": "pause before responding", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000054.wav", "frame_refs": [], "asr_delta": "responding until I finish", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000054.wav", "frame_refs": [], "asr_delta": "finish this sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000054.wav", "frame_refs": [], "asr_delta": "sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I waited for the end of your sentence and I am ready to respond.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "pause before responding until I finish this sentence", "assistant_text": "I waited for the end of your sentence and I am ready to respond.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000055", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000055", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000055.wav", "frame_refs": [], "asr_delta": "make a short", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000055.wav", "frame_refs": [], "asr_delta": "short checklist for packing", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000055.wav", "frame_refs": [], "asr_delta": "packing headphones and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000055.wav", "frame_refs": [], "asr_delta": "and a charger", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "make a short checklist for packing headphones and a charger", "assistant_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000056", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000056", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000056.wav", "frame_refs": [], "asr_delta": "if I say", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000056.wav", "frame_refs": [], "asr_delta": "say green light start", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000056.wav", "frame_refs": [], "asr_delta": "start the next", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000056.wav", "frame_refs": [], "asr_delta": "next step", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Understood, I will wait for the phrase green light before starting the next step.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "if I say green light start the next step", "assistant_text": "Understood, I will wait for the phrase green light before starting the next step.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000057", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000057", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000057.wav", "frame_refs": [], "asr_delta": "tell me whether", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000057.wav", "frame_refs": [], "asr_delta": "whether the room sounds", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000057.wav", "frame_refs": [], "asr_delta": "sounds quiet enough", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000057.wav", "frame_refs": [], "asr_delta": "enough for recording", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "tell me whether the room sounds quiet enough for recording", "assistant_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000058", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000058", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000058.wav", "frame_refs": [], "asr_delta": "convert this spoken", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000058.wav", "frame_refs": [], "asr_delta": "spoken note into a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000058.wav", "frame_refs": [], "asr_delta": "a task for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000058.wav", "frame_refs": [], "asr_delta": "for tomorrow morning", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will create a task for tomorrow morning with the spoken note as the description.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "convert this spoken note into a task for tomorrow morning", "assistant_text": "I will create a task for tomorrow morning with the spoken note as the description.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000059", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000059", "split": "train", "duration_sec": 5.03, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000059.wav", "frame_refs": [], "asr_delta": "give me a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000059.wav", "frame_refs": [], "asr_delta": "a calm reply to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000059.wav", "frame_refs": [], "asr_delta": "to say when", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000059.wav", "frame_refs": [], "asr_delta": "when a meeting runs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.53, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000059.wav", "frame_refs": [], "asr_delta": "runs late", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.53, "t_end": 5.03, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.53]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "give me a calm reply to say when a meeting runs late", "assistant_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000060", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000060", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000060.wav", "frame_refs": [], "asr_delta": "set a timer", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000060.wav", "frame_refs": [], "asr_delta": "timer for 9 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000060.wav", "frame_refs": [], "asr_delta": "minutes while I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000060.wav", "frame_refs": [], "asr_delta": "I stretch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will start a 9 minute timer now and remind you when it ends.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "set a timer for 9 minutes while I stretch", "assistant_text": "I will start a 9 minute timer now and remind you when it ends.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000061", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000061", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000061.wav", "frame_refs": [], "asr_delta": "remind me to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000061.wav", "frame_refs": [], "asr_delta": "to check the oven", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000061.wav", "frame_refs": [], "asr_delta": "oven in 10", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000061.wav", "frame_refs": [], "asr_delta": "10 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will remind you to check the oven in 10 minutes.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "remind me to check the oven in 10 minutes", "assistant_text": "I will remind you to check the oven in 10 minutes.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000062", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000062", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000062.wav", "frame_refs": [], "asr_delta": "what should I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000062.wav", "frame_refs": [], "asr_delta": "I do after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000062.wav", "frame_refs": [], "asr_delta": "the download finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000062.wav", "frame_refs": [], "asr_delta": "finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Open the downloaded file, verify its name, and move it into the project folder.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "what should I do after the download finishes", "assistant_text": "Open the downloaded file, verify its name, and move it into the project folder.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000063", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000063", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000063.wav", "frame_refs": [], "asr_delta": "answer this in", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000063.wav", "frame_refs": [], "asr_delta": "in one sentence why", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000063.wav", "frame_refs": [], "asr_delta": "why is the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000063.wav", "frame_refs": [], "asr_delta": "the sky blue", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "answer this in one sentence why is the sky blue", "assistant_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000064", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000064", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000064.wav", "frame_refs": [], "asr_delta": "pause before responding", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000064.wav", "frame_refs": [], "asr_delta": "responding until I finish", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000064.wav", "frame_refs": [], "asr_delta": "finish this sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000064.wav", "frame_refs": [], "asr_delta": "sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I waited for the end of your sentence and I am ready to respond.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "pause before responding until I finish this sentence", "assistant_text": "I waited for the end of your sentence and I am ready to respond.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000065", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000065", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000065.wav", "frame_refs": [], "asr_delta": "make a short", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000065.wav", "frame_refs": [], "asr_delta": "short checklist for packing", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000065.wav", "frame_refs": [], "asr_delta": "packing headphones and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000065.wav", "frame_refs": [], "asr_delta": "and a charger", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "make a short checklist for packing headphones and a charger", "assistant_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000066", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000066", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000066.wav", "frame_refs": [], "asr_delta": "if I say", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000066.wav", "frame_refs": [], "asr_delta": "say green light start", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000066.wav", "frame_refs": [], "asr_delta": "start the next", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000066.wav", "frame_refs": [], "asr_delta": "next step", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Understood, I will wait for the phrase green light before starting the next step.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "if I say green light start the next step", "assistant_text": "Understood, I will wait for the phrase green light before starting the next step.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000067", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000067", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000067.wav", "frame_refs": [], "asr_delta": "tell me whether", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000067.wav", "frame_refs": [], "asr_delta": "whether the room sounds", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000067.wav", "frame_refs": [], "asr_delta": "sounds quiet enough", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000067.wav", "frame_refs": [], "asr_delta": "enough for recording", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "tell me whether the room sounds quiet enough for recording", "assistant_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000068", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000068", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000068.wav", "frame_refs": [], "asr_delta": "convert this spoken", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000068.wav", "frame_refs": [], "asr_delta": "spoken note into a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000068.wav", "frame_refs": [], "asr_delta": "a task for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000068.wav", "frame_refs": [], "asr_delta": "for tomorrow morning", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will create a task for tomorrow morning with the spoken note as the description.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "convert this spoken note into a task for tomorrow morning", "assistant_text": "I will create a task for tomorrow morning with the spoken note as the description.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000069", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000069", "split": "train", "duration_sec": 5.03, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000069.wav", "frame_refs": [], "asr_delta": "give me a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000069.wav", "frame_refs": [], "asr_delta": "a calm reply to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000069.wav", "frame_refs": [], "asr_delta": "to say when", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000069.wav", "frame_refs": [], "asr_delta": "when a meeting runs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.53, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000069.wav", "frame_refs": [], "asr_delta": "runs late", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.53, "t_end": 5.03, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.53]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "give me a calm reply to say when a meeting runs late", "assistant_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000070", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000070", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000070.wav", "frame_refs": [], "asr_delta": "set a timer", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000070.wav", "frame_refs": [], "asr_delta": "timer for 19 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000070.wav", "frame_refs": [], "asr_delta": "minutes while I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000070.wav", "frame_refs": [], "asr_delta": "I stretch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will start a 19 minute timer now and remind you when it ends.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "set a timer for 19 minutes while I stretch", "assistant_text": "I will start a 19 minute timer now and remind you when it ends.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000071", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000071", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000071.wav", "frame_refs": [], "asr_delta": "remind me to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000071.wav", "frame_refs": [], "asr_delta": "to check the oven", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000071.wav", "frame_refs": [], "asr_delta": "oven in 20", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000071.wav", "frame_refs": [], "asr_delta": "20 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will remind you to check the oven in 20 minutes.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "remind me to check the oven in 20 minutes", "assistant_text": "I will remind you to check the oven in 20 minutes.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000072", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000072", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000072.wav", "frame_refs": [], "asr_delta": "what should I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000072.wav", "frame_refs": [], "asr_delta": "I do after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000072.wav", "frame_refs": [], "asr_delta": "the download finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000072.wav", "frame_refs": [], "asr_delta": "finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Open the downloaded file, verify its name, and move it into the project folder.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "what should I do after the download finishes", "assistant_text": "Open the downloaded file, verify its name, and move it into the project folder.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000073", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000073", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000073.wav", "frame_refs": [], "asr_delta": "answer this in", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000073.wav", "frame_refs": [], "asr_delta": "in one sentence why", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000073.wav", "frame_refs": [], "asr_delta": "why is the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000073.wav", "frame_refs": [], "asr_delta": "the sky blue", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "answer this in one sentence why is the sky blue", "assistant_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000074", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000074", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000074.wav", "frame_refs": [], "asr_delta": "pause before responding", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000074.wav", "frame_refs": [], "asr_delta": "responding until I finish", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000074.wav", "frame_refs": [], "asr_delta": "finish this sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000074.wav", "frame_refs": [], "asr_delta": "sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I waited for the end of your sentence and I am ready to respond.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "pause before responding until I finish this sentence", "assistant_text": "I waited for the end of your sentence and I am ready to respond.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000075", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000075", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000075.wav", "frame_refs": [], "asr_delta": "make a short", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000075.wav", "frame_refs": [], "asr_delta": "short checklist for packing", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000075.wav", "frame_refs": [], "asr_delta": "packing headphones and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000075.wav", "frame_refs": [], "asr_delta": "and a charger", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "make a short checklist for packing headphones and a charger", "assistant_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000076", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000076", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000076.wav", "frame_refs": [], "asr_delta": "if I say", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000076.wav", "frame_refs": [], "asr_delta": "say green light start", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000076.wav", "frame_refs": [], "asr_delta": "start the next", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000076.wav", "frame_refs": [], "asr_delta": "next step", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Understood, I will wait for the phrase green light before starting the next step.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "if I say green light start the next step", "assistant_text": "Understood, I will wait for the phrase green light before starting the next step.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000077", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000077", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000077.wav", "frame_refs": [], "asr_delta": "tell me whether", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000077.wav", "frame_refs": [], "asr_delta": "whether the room sounds", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000077.wav", "frame_refs": [], "asr_delta": "sounds quiet enough", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000077.wav", "frame_refs": [], "asr_delta": "enough for recording", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "tell me whether the room sounds quiet enough for recording", "assistant_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000078", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000078", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000078.wav", "frame_refs": [], "asr_delta": "convert this spoken", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000078.wav", "frame_refs": [], "asr_delta": "spoken note into a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000078.wav", "frame_refs": [], "asr_delta": "a task for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000078.wav", "frame_refs": [], "asr_delta": "for tomorrow morning", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will create a task for tomorrow morning with the spoken note as the description.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "convert this spoken note into a task for tomorrow morning", "assistant_text": "I will create a task for tomorrow morning with the spoken note as the description.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000079", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000079", "split": "train", "duration_sec": 5.03, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000079.wav", "frame_refs": [], "asr_delta": "give me a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000079.wav", "frame_refs": [], "asr_delta": "a calm reply to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000079.wav", "frame_refs": [], "asr_delta": "to say when", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000079.wav", "frame_refs": [], "asr_delta": "when a meeting runs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.53, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000079.wav", "frame_refs": [], "asr_delta": "runs late", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.53, "t_end": 5.03, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.53]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "give me a calm reply to say when a meeting runs late", "assistant_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000080", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000080", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000080.wav", "frame_refs": [], "asr_delta": "set a timer", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000080.wav", "frame_refs": [], "asr_delta": "timer for 29 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000080.wav", "frame_refs": [], "asr_delta": "minutes while I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000080.wav", "frame_refs": [], "asr_delta": "I stretch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will start a 29 minute timer now and remind you when it ends.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "set a timer for 29 minutes while I stretch", "assistant_text": "I will start a 29 minute timer now and remind you when it ends.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000081", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000081", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000081.wav", "frame_refs": [], "asr_delta": "remind me to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000081.wav", "frame_refs": [], "asr_delta": "to check the oven", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000081.wav", "frame_refs": [], "asr_delta": "oven in 3", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000081.wav", "frame_refs": [], "asr_delta": "3 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will remind you to check the oven in 3 minutes.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "remind me to check the oven in 3 minutes", "assistant_text": "I will remind you to check the oven in 3 minutes.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000082", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000082", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000082.wav", "frame_refs": [], "asr_delta": "what should I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000082.wav", "frame_refs": [], "asr_delta": "I do after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000082.wav", "frame_refs": [], "asr_delta": "the download finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000082.wav", "frame_refs": [], "asr_delta": "finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Open the downloaded file, verify its name, and move it into the project folder.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "what should I do after the download finishes", "assistant_text": "Open the downloaded file, verify its name, and move it into the project folder.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000083", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000083", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000083.wav", "frame_refs": [], "asr_delta": "answer this in", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000083.wav", "frame_refs": [], "asr_delta": "in one sentence why", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000083.wav", "frame_refs": [], "asr_delta": "why is the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000083.wav", "frame_refs": [], "asr_delta": "the sky blue", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "answer this in one sentence why is the sky blue", "assistant_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000084", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000084", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000084.wav", "frame_refs": [], "asr_delta": "pause before responding", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000084.wav", "frame_refs": [], "asr_delta": "responding until I finish", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000084.wav", "frame_refs": [], "asr_delta": "finish this sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000084.wav", "frame_refs": [], "asr_delta": "sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I waited for the end of your sentence and I am ready to respond.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "pause before responding until I finish this sentence", "assistant_text": "I waited for the end of your sentence and I am ready to respond.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000085", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000085", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000085.wav", "frame_refs": [], "asr_delta": "make a short", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000085.wav", "frame_refs": [], "asr_delta": "short checklist for packing", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000085.wav", "frame_refs": [], "asr_delta": "packing headphones and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000085.wav", "frame_refs": [], "asr_delta": "and a charger", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "make a short checklist for packing headphones and a charger", "assistant_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000086", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000086", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000086.wav", "frame_refs": [], "asr_delta": "if I say", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000086.wav", "frame_refs": [], "asr_delta": "say green light start", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000086.wav", "frame_refs": [], "asr_delta": "start the next", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000086.wav", "frame_refs": [], "asr_delta": "next step", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Understood, I will wait for the phrase green light before starting the next step.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "if I say green light start the next step", "assistant_text": "Understood, I will wait for the phrase green light before starting the next step.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000087", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000087", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000087.wav", "frame_refs": [], "asr_delta": "tell me whether", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000087.wav", "frame_refs": [], "asr_delta": "whether the room sounds", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000087.wav", "frame_refs": [], "asr_delta": "sounds quiet enough", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000087.wav", "frame_refs": [], "asr_delta": "enough for recording", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "tell me whether the room sounds quiet enough for recording", "assistant_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000088", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000088", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000088.wav", "frame_refs": [], "asr_delta": "convert this spoken", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000088.wav", "frame_refs": [], "asr_delta": "spoken note into a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000088.wav", "frame_refs": [], "asr_delta": "a task for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000088.wav", "frame_refs": [], "asr_delta": "for tomorrow morning", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will create a task for tomorrow morning with the spoken note as the description.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "convert this spoken note into a task for tomorrow morning", "assistant_text": "I will create a task for tomorrow morning with the spoken note as the description.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000089", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000089", "split": "train", "duration_sec": 5.03, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000089.wav", "frame_refs": [], "asr_delta": "give me a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000089.wav", "frame_refs": [], "asr_delta": "a calm reply to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000089.wav", "frame_refs": [], "asr_delta": "to say when", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000089.wav", "frame_refs": [], "asr_delta": "when a meeting runs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.53, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000089.wav", "frame_refs": [], "asr_delta": "runs late", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.53, "t_end": 5.03, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.53]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "give me a calm reply to say when a meeting runs late", "assistant_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000090", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000090", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000090.wav", "frame_refs": [], "asr_delta": "set a timer", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000090.wav", "frame_refs": [], "asr_delta": "timer for 12 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000090.wav", "frame_refs": [], "asr_delta": "minutes while I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000090.wav", "frame_refs": [], "asr_delta": "I stretch", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will start a 12 minute timer now and remind you when it ends.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "set a timer for 12 minutes while I stretch", "assistant_text": "I will start a 12 minute timer now and remind you when it ends.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000091", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000091", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000091.wav", "frame_refs": [], "asr_delta": "remind me to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000091.wav", "frame_refs": [], "asr_delta": "to check the oven", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000091.wav", "frame_refs": [], "asr_delta": "oven in 13", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000091.wav", "frame_refs": [], "asr_delta": "13 minutes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will remind you to check the oven in 13 minutes.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "remind me to check the oven in 13 minutes", "assistant_text": "I will remind you to check the oven in 13 minutes.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000092", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000092", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000092.wav", "frame_refs": [], "asr_delta": "what should I", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000092.wav", "frame_refs": [], "asr_delta": "I do after the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000092.wav", "frame_refs": [], "asr_delta": "the download finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000092.wav", "frame_refs": [], "asr_delta": "finishes", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Open the downloaded file, verify its name, and move it into the project folder.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "what should I do after the download finishes", "assistant_text": "Open the downloaded file, verify its name, and move it into the project folder.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000093", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000093", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000093.wav", "frame_refs": [], "asr_delta": "answer this in", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000093.wav", "frame_refs": [], "asr_delta": "in one sentence why", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000093.wav", "frame_refs": [], "asr_delta": "why is the", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000093.wav", "frame_refs": [], "asr_delta": "the sky blue", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "answer this in one sentence why is the sky blue", "assistant_text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000094", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000094", "split": "train", "duration_sec": 3.67, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000094.wav", "frame_refs": [], "asr_delta": "pause before responding", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000094.wav", "frame_refs": [], "asr_delta": "responding until I finish", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000094.wav", "frame_refs": [], "asr_delta": "finish this sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.17, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000094.wav", "frame_refs": [], "asr_delta": "sentence", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.17, "t_end": 3.67, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I waited for the end of your sentence and I am ready to respond.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.17]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "pause before responding until I finish this sentence", "assistant_text": "I waited for the end of your sentence and I am ready to respond.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000095", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000095", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000095.wav", "frame_refs": [], "asr_delta": "make a short", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000095.wav", "frame_refs": [], "asr_delta": "short checklist for packing", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000095.wav", "frame_refs": [], "asr_delta": "packing headphones and", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000095.wav", "frame_refs": [], "asr_delta": "and a charger", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "make a short checklist for packing headphones and a charger", "assistant_text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000096", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000096", "split": "train", "duration_sec": 4.01, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000096.wav", "frame_refs": [], "asr_delta": "if I say", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000096.wav", "frame_refs": [], "asr_delta": "say green light start", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000096.wav", "frame_refs": [], "asr_delta": "start the next", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.51, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000096.wav", "frame_refs": [], "asr_delta": "next step", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.51, "t_end": 4.01, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "Understood, I will wait for the phrase green light before starting the next step.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.51]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "if I say green light start the next step", "assistant_text": "Understood, I will wait for the phrase green light before starting the next step.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000097", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000097", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000097.wav", "frame_refs": [], "asr_delta": "tell me whether", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000097.wav", "frame_refs": [], "asr_delta": "whether the room sounds", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000097.wav", "frame_refs": [], "asr_delta": "sounds quiet enough", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000097.wav", "frame_refs": [], "asr_delta": "enough for recording", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "tell me whether the room sounds quiet enough for recording", "assistant_text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000098", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000098", "split": "train", "duration_sec": 4.35, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000098.wav", "frame_refs": [], "asr_delta": "convert this spoken", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000098.wav", "frame_refs": [], "asr_delta": "spoken note into a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000098.wav", "frame_refs": [], "asr_delta": "a task for", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 3.85, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000098.wav", "frame_refs": [], "asr_delta": "for tomorrow morning", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.85, "t_end": 4.35, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "I will create a task for tomorrow morning with the spoken note as the description.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 3.85]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "convert this spoken note into a task for tomorrow morning", "assistant_text": "I will create a task for tomorrow morning with the spoken note as the description.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} -{"id": "sai_000099", "dataset": "StreamingAudioInteraction", "task_family": "streaming_audio_interaction", "source_dataset": "local_text_dialogues_fallback", "source_id": "fallback_dialogue_000099", "split": "train", "duration_sec": 5.03, "modalities": ["audio", "text"], "timeline": [{"t_start": 0.0, "t_end": 1.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000099.wav", "frame_refs": [], "asr_delta": "give me a", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 1.0, "t_end": 2.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000099.wav", "frame_refs": [], "asr_delta": "a calm reply to", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 2.0, "t_end": 3.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000099.wav", "frame_refs": [], "asr_delta": "to say when", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 3.0, "t_end": 4.0, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000099.wav", "frame_refs": [], "asr_delta": "when a meeting runs", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.0, "t_end": 4.53, "audio_ref": "data/interim/StreamingAudioInteraction/user_sai_000099.wav", "frame_refs": [], "asr_delta": "runs late", "ocr_delta": [], "audio_events": ["speech"], "visual_events": [], "control": "silent", "target_text_delta": null, "target_speech_ref": null}, {"t_start": 4.53, "t_end": 5.03, "audio_ref": null, "frame_refs": [], "asr_delta": "", "ocr_delta": [], "audio_events": [], "visual_events": [], "control": "response", "target_text_delta": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "target_speech_ref": null}], "evidence": {"requires_audio": true, "requires_video": false, "requires_ocr": false, "audio_spans": [[0.0, 4.53]], "video_spans": []}, "quality": {"status": "pass", "score": 1.0, "notes": ["fallback TTS used because CosyVoice is not configured", "fallback alignment used because WhisperX is not detected"]}, "metadata": {"user_text": "give me a calm reply to say when a meeting runs late", "assistant_text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "alignment_tool_mode": "fallback_alignment", "tts_tool_mode": "fallback_tone_tts"}} diff --git a/data/StreamingAudioInteraction/train-00000-of-00001.parquet b/data/StreamingAudioInteraction/train-00000-of-00001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c30e7f3edfae71630f48ff4bbd5cad4d481e4778 --- /dev/null +++ b/data/StreamingAudioInteraction/train-00000-of-00001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44dac6c670aac24713b9373c953ce9f652898ab098f60f20c6ea89ee346b883 +size 58771 diff --git a/data/StreamingAudioInteraction/train.parquet b/data/StreamingAudioInteraction/train.parquet deleted file mode 100644 index dfb86845360f16ee73bcd926727b786efb22dc29..0000000000000000000000000000000000000000 --- a/data/StreamingAudioInteraction/train.parquet +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71aa708acfcdf597a3192b7b0b82a1c161b777600d03b5bb515d073e347eec9e -size 42171 diff --git a/dataset_infos.json b/dataset_infos.json deleted file mode 100644 index e9625c28e5b8ccdea6368704c5c26e0e79228204..0000000000000000000000000000000000000000 --- a/dataset_infos.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "repo_id": "skyzhou06/StreamingOmniDatasets", - "datasets": { - "StreamingAudioInteraction": { - "train": 950, - "eval": 50, - "high_quality": 1000 - }, - "StreamingASRTranslation": { - "train": 950, - "eval": 50, - "high_quality": 1000 - }, - "SpeechOutputAlignment": { - "train": 950, - "eval": 50, - "high_quality": 1000 - }, - "LiveAVCommentary": { - "train": 950, - "eval": 50, - "high_quality": 1000 - }, - "AVJointReasoning": { - "train": 950, - "eval": 50, - "high_quality": 1000 - } - }, - "include_phases": [ - "phase1", - "phase2" - ] -} diff --git a/docs/._LIMITATIONS.md b/docs/._LIMITATIONS.md new file mode 100644 index 0000000000000000000000000000000000000000..8e1f3912ffcdf7cc935b2cdb816680f34db21bab Binary files /dev/null and b/docs/._LIMITATIONS.md differ diff --git a/docs/._MODEL_BACKENDS.md b/docs/._MODEL_BACKENDS.md new file mode 100644 index 0000000000000000000000000000000000000000..8e1f3912ffcdf7cc935b2cdb816680f34db21bab Binary files /dev/null and b/docs/._MODEL_BACKENDS.md differ diff --git a/docs/._RELEASES.md b/docs/._RELEASES.md new file mode 100644 index 0000000000000000000000000000000000000000..8e1f3912ffcdf7cc935b2cdb816680f34db21bab Binary files /dev/null and b/docs/._RELEASES.md differ diff --git a/docs/._SCHEMA.md b/docs/._SCHEMA.md new file mode 100644 index 0000000000000000000000000000000000000000..8e1f3912ffcdf7cc935b2cdb816680f34db21bab Binary files /dev/null and b/docs/._SCHEMA.md differ diff --git a/docs/._SOURCE_PROVENANCE.md b/docs/._SOURCE_PROVENANCE.md new file mode 100644 index 0000000000000000000000000000000000000000..8e1f3912ffcdf7cc935b2cdb816680f34db21bab Binary files /dev/null and b/docs/._SOURCE_PROVENANCE.md differ diff --git a/docs/._TASK_MAPPING.md b/docs/._TASK_MAPPING.md new file mode 100644 index 0000000000000000000000000000000000000000..8e1f3912ffcdf7cc935b2cdb816680f34db21bab Binary files /dev/null and b/docs/._TASK_MAPPING.md differ diff --git a/docs/._V0_2_1_RELEASE_NOTES.md b/docs/._V0_2_1_RELEASE_NOTES.md new file mode 100644 index 0000000000000000000000000000000000000000..8e1f3912ffcdf7cc935b2cdb816680f34db21bab Binary files /dev/null and b/docs/._V0_2_1_RELEASE_NOTES.md differ diff --git a/docs/._VALIDATION.md b/docs/._VALIDATION.md new file mode 100644 index 0000000000000000000000000000000000000000..8e1f3912ffcdf7cc935b2cdb816680f34db21bab Binary files /dev/null and b/docs/._VALIDATION.md differ diff --git a/docs/INTERNAL_SFT_USAGE.md b/docs/INTERNAL_SFT_USAGE.md new file mode 100644 index 0000000000000000000000000000000000000000..774195bd9a799682b9a9080270312e54a5837d18 --- /dev/null +++ b/docs/INTERNAL_SFT_USAGE.md @@ -0,0 +1,7 @@ +# Internal SFT Usage + +`outputs/internal_sft_v0_3/` contains fourteen Parquet splits, materialized package-relative media, and per-config SFT JSONL. + +Explicit adapters are provided for generic streaming, Qwen-Omni-style messages, and MiniCPM-o-style conversations. They intentionally do not claim tokenizer, processor, audio-codec, or speech-decoder compatibility across all model releases. + +Run `scripts/33_validate_sft_readiness.py`, `scripts/34_sft_dataloader_smoke_test.py`, and `scripts/34b_mini_sft_smoke_test.py` before training. diff --git a/docs/LICENSE_AND_PROVENANCE_MATRIX.md b/docs/LICENSE_AND_PROVENANCE_MATRIX.md new file mode 100644 index 0000000000000000000000000000000000000000..f321a350a337a9a5293cda6fc96a52b5d34b7292 --- /dev/null +++ b/docs/LICENSE_AND_PROVENANCE_MATRIX.md @@ -0,0 +1,13 @@ +# License and Provenance Matrix + +| Configuration | Source | Split | Media license | Annotation/license note | Raw media | Recovery | Restriction | +|---|---|---|---|---|---|---|---| +| StreamingAudioInteraction | existing text supervision + generated Piper speech | train/eval | generated asset | project annotation license not separately asserted | generated internally, omitted publicly | deterministic generation | do not infer a permissive upstream license | +| StreamingASRTranslation | existing transcripts + generated Piper speech | train/eval | generated asset | project annotation license not separately asserted | generated internally, omitted publicly | deterministic generation | do not infer a permissive upstream license | +| SpeechOutputAlignment | existing response text + generated Piper speech | train/eval | generated asset | project annotation license not separately asserted | generated internally, omitted publicly | deterministic generation | do not infer a permissive upstream license | +| LiveAVCommentary | facebook/seamless-interaction | train | CC BY-NC 4.0 | derived annotations | omitted | upstream manifest | attribution, non-commercial | +| AVJointReasoning | facebook/seamless-interaction | train | CC BY-NC 4.0 | derived annotations | omitted | upstream manifest | attribution, non-commercial | +| ProactiveAVInteraction | facebook/seamless-interaction | train | CC BY-NC 4.0 | derived Qwen/CLAP/WhisperX annotations | omitted | upstream manifest + clip boundaries | attribution, non-commercial | +| OCRScreenGrounding | deterministic generated UI/document/table/terminal/signage | generated | generated asset | generator ground truth | generated internally, omitted publicly | deterministic generation | not presented as public-sign media or OCR-model output | + +The repository uses `license: other`; no single permissive license is asserted for all configurations. diff --git a/docs/LIMITATIONS.md b/docs/LIMITATIONS.md new file mode 100644 index 0000000000000000000000000000000000000000..8edc61d6f84f111e866150a6cdf67928daf522a7 --- /dev/null +++ b/docs/LIMITATIONS.md @@ -0,0 +1,10 @@ +# Limitations + +- Seamless Interaction-derived media is non-commercial and is reconstructed from upstream rather than redistributed. +- Upstream archives or mirrors may become unavailable. +- Generated speech is useful for serialization and pipeline training checks but is not a substitute for diverse natural speech. +- OCR examples are generated and do not measure real-world OCR robustness. +- VLM/CLAP/WhisperX annotations can contain model errors even after structural validation. +- WhisperX timing is segment-level, not word-level. +- The minimal 12-step training test validates data/collator/backprop integration only; it is not evidence of compatibility with every production model. +- Agent review is not human review. diff --git a/docs/MEDIA_RECONSTRUCTION.md b/docs/MEDIA_RECONSTRUCTION.md new file mode 100644 index 0000000000000000000000000000000000000000..9cc08002f1a078e7ed597bc9426e1f2fe41358ca --- /dev/null +++ b/docs/MEDIA_RECONSTRUCTION.md @@ -0,0 +1,17 @@ +# Media Reconstruction + +Each row points to a configuration manifest through `metadata.media_access.manifest_id`. + +```bash +python scripts/31_reconstruct_media.py \ + --config ProactiveAVInteraction \ + --output-dir outputs/reconstructed_media \ + --limit 10 +``` + +Modes: + +- `reconstruct`: download the declared upstream archive, extract its exact member, and apply the recorded clip boundaries. CC BY-NC media is not included in the repository. +- `generated`: render OCR text from the deterministic recipe or synthesize speech with the documented Piper voice. + +The public package contains no required server-local path. Network availability and upstream license compliance remain the user’s responsibility. diff --git a/docs/MODEL_BACKENDS.md b/docs/MODEL_BACKENDS.md new file mode 100644 index 0000000000000000000000000000000000000000..2860002171eff48aa886d5916c71c1aa9316586f --- /dev/null +++ b/docs/MODEL_BACKENDS.md @@ -0,0 +1,7 @@ +# Model Backends + +- Qwen2.5-VL-7B-Instruct: real frame-conditioned invocations. Only direct or safely repaired structured JSON that passes field validation is accepted. +- CLAP: real audio-tagging scores retained for ProactiveAVInteraction. +- WhisperX small: real segment transcription. Empty no-speech results are explicitly marked `asr_status=no_speech`; timestamps are segment-level. +- OCRScreenGrounding: deterministic generator ground truth, not OCR-model inference. +- Piper `en_US-lessac-medium`: deterministic materialization for the internal speech package. Generated speech is documented as synthetic. diff --git a/docs/RELEASES.md b/docs/RELEASES.md new file mode 100644 index 0000000000000000000000000000000000000000..c147091d3d5260ba4c9dca0d62fe60d57b61aa13 --- /dev/null +++ b/docs/RELEASES.md @@ -0,0 +1,11 @@ +# Releases + +## v0.3-quality-hardened + +- Seven configurations, each 950 train / 50 eval. +- Canonical `streaming_omni_v0.3.1` schema and deterministic timeline chunk IDs. +- Proactive evidence IDs and OCR grounding/target resolution. +- Separate materialized internal SFT and manifest-backed public packages. +- Fourteen consistent Parquet split files and explicit Viewer configuration. + +Earlier v0.3 candidates and the previous remote layout are not publication-quality because their package, media, schema, and Viewer gates were incomplete. diff --git a/docs/SCHEMA.md b/docs/SCHEMA.md new file mode 100644 index 0000000000000000000000000000000000000000..e45e2a9d2eee7b2223d38435c811df7f904f84c8 --- /dev/null +++ b/docs/SCHEMA.md @@ -0,0 +1,19 @@ +# Canonical Schema `streaming_omni_v0.3.1` + +Every row contains `schema_version`, a unique `id`, config/split/source lineage, modalities, duration, a non-empty timeline, evidence, quality metadata, and `metadata.media_access`. + +Every timeline chunk has a deterministic `chunk_0000`-style ID, monotonic `t_start < t_end`, streaming ASR/OCR/audio/visual events, control state, and optional target deltas. Chunk times stay inside `duration_sec`. + +`metadata.media_access` declares exactly one public strategy: `reconstruct` with a stable upstream URL and manifest entry, or `generated` with a deterministic recipe. The internal package rewrites it to `included` with a package-relative path. + +## ProactiveAVInteraction + +`interaction_policy` includes `should_speak`, `speak_timing`, `trigger_type`, `reason_for_silence`, resolvable `evidence_chunk_ids`, optional latency, priority, and interruption permission. A `genuinely_joint` label is used only when both independent audio and visual evidence are materially required. + +## OCRScreenGrounding + +`ocr_grounding` includes `required`, non-empty `text_instances`, normalized `[x1,y1,x2,y2]` boxes, frame timestamps, confidence, source, resolvable `target_instance_ids`, and temporal state fields. Generated examples use `source=generator_ground_truth`; no generator truth is presented as OCR-model inference. + +## Model mode and quality + +`metadata.model_mode` records backend modes. `quality.status` must be `pass` for release rows. WhisperX timestamps are segment-level. diff --git a/docs/SOURCE_PROVENANCE.md b/docs/SOURCE_PROVENANCE.md new file mode 100644 index 0000000000000000000000000000000000000000..c2a6636ce8ca5d551d6e2e5731cf36209c0fc6e0 --- /dev/null +++ b/docs/SOURCE_PROVENANCE.md @@ -0,0 +1,9 @@ +# Source Provenance + +All rows retain `source_id`, `source_dataset`, original identifiers, split assignment, license notes, and a manifest ID. + +- `LiveAVCommentary`, `AVJointReasoning`, and `ProactiveAVInteraction` derive from `facebook/seamless-interaction/train` media under CC BY-NC 4.0. Raw media is omitted; manifests point to upstream archives and clip boundaries. +- The three speech configurations use deterministic generated speech from their existing text supervision. They do not claim that the speech is naturally recorded. +- `OCRScreenGrounding` uses deterministic rendered text and generator ground truth. Entries previously called public signage lacked verifiable public-media provenance and were honestly reclassified as generated signage. + +Forbidden training sources include LiveSports-3K, Daily-Omni, WorldSense, JointAVBench, AVUT-Human, Video-MME eval, OmniPro, Proactive-Sound-Bench, LongVideoBench, MLVU, Video-Holmes, FutureOmni, SeedTTS eval, LongTTS eval, TextVQA VAL, OCRBench eval, DocVQA eval, HallusionBench, and MMHal eval. diff --git a/docs/TASK_MAPPING.md b/docs/TASK_MAPPING.md new file mode 100644 index 0000000000000000000000000000000000000000..b96594fd6b4515cd652c035fb23e9f470974d37c --- /dev/null +++ b/docs/TASK_MAPPING.md @@ -0,0 +1,13 @@ +# Task Mapping + +| Configuration | Primary supervision | Media strategy | +|---|---|---| +| StreamingAudioInteraction | streaming speech interaction/control | generated speech | +| StreamingASRTranslation | streaming ASR/translation text | generated speech | +| SpeechOutputAlignment | response speech timing/alignment | generated speech | +| LiveAVCommentary | live audiovisual commentary | upstream reconstruction | +| AVJointReasoning | grounded audiovisual question answering | upstream reconstruction | +| ProactiveAVInteraction | speak/wait/never policy and evidence | upstream reconstruction | +| OCRScreenGrounding | OCR transcription, instances, boxes, temporal state | deterministic generated image | + +Benchmark names may inform taxonomy and metrics only; the banlist in `SOURCE_PROVENANCE.md` is excluded from row lineage, source manifests, and prompt inputs. diff --git a/docs/V0_2_1_RELEASE_NOTES.md b/docs/V0_2_1_RELEASE_NOTES.md new file mode 100644 index 0000000000000000000000000000000000000000..3f064416eb7c1fadf8596260efce9d734ee49360 --- /dev/null +++ b/docs/V0_2_1_RELEASE_NOTES.md @@ -0,0 +1,25 @@ +# v0.2.1 Release Notes + +## What Changed + +- **No parquet/data changes**: All v0.2 parquet data is unchanged. +- **No v0.2 data rebuild**: Scripts 03-08 were not re-run. +- **No v0.3 data generation**: ProactiveAVInteraction and OCRScreenGrounding data not created. +- **Documentation and examples only**: Added schema docs, task mapping, source provenance, + validation docs, model backend docs, release history, limitations, and runnable examples. +- **Remote smoke tests**: Verification scripts for remote HF upload integrity. + +## Files Added/Updated (v0.2.1) + +- README.md (updated) +- docs/SCHEMA.md, TASK_MAPPING.md, SOURCE_PROVENANCE.md, VALIDATION.md +- docs/MODEL_BACKENDS.md, LIMITATIONS.md, RELEASES.md, V0_2_1_RELEASE_NOTES.md +- examples/load_streaming_omni_dataset.py, stream_remote_dataset.py +- examples/inspect_timeline.py, validate_one_row.py +- scripts/15_remote_hf_smoke_test.py + +## Not Changed + +- All parquet files in data/ +- All report files from v0.2 +- Source media and intermediate files diff --git a/docs/V0_3_RELEASE_NOTES.md b/docs/V0_3_RELEASE_NOTES.md new file mode 100644 index 0000000000000000000000000000000000000000..b734d2e91fe924450e28a4e9e5dc19dffdc94d92 --- /dev/null +++ b/docs/V0_3_RELEASE_NOTES.md @@ -0,0 +1,17 @@ +# v0.3 Quality-Hardened Release Notes + +- Seven configurations, 1,000 rows each (950 train / 50 eval). +- Schema: `streaming_omni_v0.3.1`. +- Timeline chunk IDs, Proactive evidence resolution, and OCR grounding/target resolution cover all applicable rows. +- Qwen2.5-VL, WhisperX, joint-modality, reconstruction, SFT, construction, publication, and remote reports are the authoritative source for final measured values. +- Earlier fallback-parsed VLM captions are not accepted as fully structured output; affected sources are re-inferred and validated. +- OCR is generator ground truth, and WhisperX timing is segment-level. + +Measured hardening results: + +- Qwen2.5-VL-7B: 350/350 real re-invocations; 0 direct JSON, 350 safely repaired JSON, 0 validated partial, 0 invalid/empty; every accepted result passed the required structured-field checks. +- CLAP: 350 existing real audio-tagging outputs retained. +- WhisperX: 350/350 real processing records audited; 339/339 speech-present clips have non-empty transcription, 11 explicit no-speech outcomes, 0 wrapper/timestamp errors. +- Joint modality: 1,000 rows structurally checked and 100 rows agent-reviewed; 43.0% meet the conservative genuinely-joint rule and audited false-joint rate is 0%. +- ProactiveAVInteraction: 1,000 rows, 950/50, 350 unique sources. +- OCRScreenGrounding: 1,000 rows, 950/50, 315 unique sources; generator-ground-truth grounding and target resolution are 100%. diff --git a/docs/VALIDATION.md b/docs/VALIDATION.md new file mode 100644 index 0000000000000000000000000000000000000000..d01867e3e3346fde560d1ef8756a1f2cf2c0b9d3 --- /dev/null +++ b/docs/VALIDATION.md @@ -0,0 +1,9 @@ +# Validation + +Publication requires three independent gates: + +1. `construction_strict_pass=true` from `scripts/36_validate_construction_v0_3.py`. +2. `sft_ready=true` from `scripts/33_validate_sft_readiness.py`. +3. `publication_strict_pass=true` from `scripts/38_validate_public_release.py`. + +All reports must have `fatal_errors=[]`. Upload is additionally blocked unless the expected pre-upload SHA matches. Revision-locked remote verification tests all seven configs and both splits. diff --git a/examples/._inspect_timeline.py b/examples/._inspect_timeline.py new file mode 100644 index 0000000000000000000000000000000000000000..8e1f3912ffcdf7cc935b2cdb816680f34db21bab Binary files /dev/null and b/examples/._inspect_timeline.py differ diff --git a/examples/._load_streaming_omni_dataset.py b/examples/._load_streaming_omni_dataset.py new file mode 100644 index 0000000000000000000000000000000000000000..8e1f3912ffcdf7cc935b2cdb816680f34db21bab Binary files /dev/null and b/examples/._load_streaming_omni_dataset.py differ diff --git a/examples/._stream_remote_dataset.py b/examples/._stream_remote_dataset.py new file mode 100644 index 0000000000000000000000000000000000000000..8e1f3912ffcdf7cc935b2cdb816680f34db21bab Binary files /dev/null and b/examples/._stream_remote_dataset.py differ diff --git a/examples/._validate_one_row.py b/examples/._validate_one_row.py new file mode 100644 index 0000000000000000000000000000000000000000..8e1f3912ffcdf7cc935b2cdb816680f34db21bab Binary files /dev/null and b/examples/._validate_one_row.py differ diff --git a/examples/__pycache__/inspect_timeline.cpython-312.pyc b/examples/__pycache__/inspect_timeline.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..85702eb8f0cd02d5179dce921bf45510314837a9 Binary files /dev/null and b/examples/__pycache__/inspect_timeline.cpython-312.pyc differ diff --git a/examples/__pycache__/load_streaming_omni_dataset.cpython-312.pyc b/examples/__pycache__/load_streaming_omni_dataset.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd534aa272539e0bf41eef5fdaee03897a84c812 Binary files /dev/null and b/examples/__pycache__/load_streaming_omni_dataset.cpython-312.pyc differ diff --git a/examples/__pycache__/stream_remote_dataset.cpython-312.pyc b/examples/__pycache__/stream_remote_dataset.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9594b4b8d0337f6c6dfba4df85bae53d34e7ce96 Binary files /dev/null and b/examples/__pycache__/stream_remote_dataset.cpython-312.pyc differ diff --git a/examples/__pycache__/validate_one_row.cpython-312.pyc b/examples/__pycache__/validate_one_row.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eea12cc2611c0c5d5fad2c0ea2c0248d9e2fb7be Binary files /dev/null and b/examples/__pycache__/validate_one_row.cpython-312.pyc differ diff --git a/examples/inspect_timeline.py b/examples/inspect_timeline.py new file mode 100644 index 0000000000000000000000000000000000000000..a886e2cd7f0e3a57d928fe74ed34afa772fc82af --- /dev/null +++ b/examples/inspect_timeline.py @@ -0,0 +1,35 @@ +#!/usr/bin/env python3 +"""Example: Inspect timeline chunks in detail.""" +from datasets import load_dataset + +REPO = "skyzhou06/StreamingOmniDatasets" +CONFIG = "AVJointReasoning" + +print(f"Loading {REPO}/{CONFIG} eval split...") +try: + ds = load_dataset(REPO, CONFIG, split="eval", streaming=True) + sample = next(iter(ds)) + print(f"Row id: {sample.get('id')}") + print(f"Question: {sample.get('question')}") + print(f"Answer: {sample.get('answer')}") + + timeline = sample.get("timeline", []) + print(f"\nTimeline ({len(timeline)} chunks):") + for i, chunk in enumerate(timeline[:5]): + print(f"\n Chunk {i}:") + print(f" t_start={chunk.get('t_start')}, t_end={chunk.get('t_end')}") + print(f" control={chunk.get('control')}") + asr = chunk.get('asr_delta') + if asr: + print(f" asr_delta={str(asr)[:80]}") + audio_events = chunk.get('audio_events') + if audio_events: + print(f" audio_events={audio_events}") + visual_events = chunk.get('visual_events') + if visual_events: + print(f" visual_events={visual_events}") + if len(timeline) > 5: + print(f"\n ... and {len(timeline)-5} more chunks") +except Exception as e: + print(f"Config-based loading failed: {e}") + print("Try parquet fallback as shown in load_streaming_omni_dataset.py") diff --git a/examples/load_streaming_omni_dataset.py b/examples/load_streaming_omni_dataset.py new file mode 100644 index 0000000000000000000000000000000000000000..bc078ac746517a0ccd8699df09e9098de1d2ac29 --- /dev/null +++ b/examples/load_streaming_omni_dataset.py @@ -0,0 +1,37 @@ +#!/usr/bin/env python3 +"""Example: Load a Streaming Omni dataset config and inspect a row.""" +from datasets import load_dataset + +REPO = "skyzhou06/StreamingOmniDatasets" +CONFIG = "StreamingAudioInteraction" + +print(f"Loading {REPO} config={CONFIG} train split (streaming=True)...") +try: + ds = load_dataset(REPO, CONFIG, split="train", streaming=True) + sample = next(iter(ds)) + print(f"\nSample keys: {list(sample.keys())}") + print(f"id: {sample.get('id')}") + print(f"dataset: {sample.get('dataset')}") + print(f"task_family: {sample.get('task_family')}") + print(f"duration_sec: {sample.get('duration_sec')}") + print(f"modalities: {sample.get('modalities')}") + + timeline = sample.get("timeline", []) + print(f"timeline chunks: {len(timeline)}") + + metadata = sample.get("metadata", {}) + print(f"model_mode: {metadata.get('model_mode')}") + + if timeline: + t0 = timeline[0] + print(f"\nFirst timeline chunk:") + print(f" t_start: {t0.get('t_start')}, t_end: {t0.get('t_end')}") + print(f" control: {t0.get('control')}") + print(f" asr_delta: {str(t0.get('asr_delta'))[:100]}") + +except Exception as e: + print(f"\nConfig-based loading failed: {e}") + print("\nTry loading with data_files/parquet fallback:") + print(" ds = load_dataset('skyzhou06/StreamingOmniDatasets',") + print(" data_files='https://huggingface.co/datasets/skyzhou06/StreamingOmniDatasets/resolve/main/data/train-*.parquet',") + print(" split='train', streaming=True)") diff --git a/examples/stream_remote_dataset.py b/examples/stream_remote_dataset.py new file mode 100644 index 0000000000000000000000000000000000000000..24175a384be3837dc81241174cfc08b927e8c2d7 --- /dev/null +++ b/examples/stream_remote_dataset.py @@ -0,0 +1,23 @@ +#!/usr/bin/env python3 +"""Example: Stream samples from a remote HF dataset.""" +from datasets import load_dataset + +REPO = "skyzhou06/StreamingOmniDatasets" +CONFIG = "LiveAVCommentary" + +print(f"Streaming {REPO}/{CONFIG} train split...") +try: + ds = load_dataset(REPO, CONFIG, split="train", streaming=True) + for i, sample in enumerate(ds.take(3)): + print(f"\n--- Sample {i+1} ---") + print(f" id: {sample.get('id')}") + print(f" dataset: {sample.get('dataset')}") + timeline = sample.get("timeline", []) + print(f" timeline chunks: {len(timeline)}") + if timeline: + controls = [t.get("control") for t in timeline[:5]] + print(f" first 5 controls: {controls}") +except Exception as e: + print(f"\nConfig-based loading failed: {e}") + print("\nTry loading with parquet fallback:") + print(" See examples/load_streaming_omni_dataset.py for fallback example") diff --git a/examples/validate_one_row.py b/examples/validate_one_row.py new file mode 100644 index 0000000000000000000000000000000000000000..1c2b9cdc633548e1672868e7360de4e4303e2094 --- /dev/null +++ b/examples/validate_one_row.py @@ -0,0 +1,64 @@ +#!/usr/bin/env python3 +"""Example: Validate schema and timeline sanity for one row.""" +from datasets import load_dataset + +REPO = "skyzhou06/StreamingOmniDatasets" +REQUIRED_FIELDS = [ + "id", "dataset", "task_family", "source_dataset", "source_id", + "split", "duration_sec", "modalities", "timeline", "evidence", + "quality", "metadata", +] +TIMELINE_FIELDS = [ + "t_start", "t_end", "audio_ref", "frame_refs", "asr_delta", + "ocr_delta", "audio_events", "visual_events", "control", + "target_text_delta", "target_speech_ref", +] + +def validate_row(sample, config_name): + issues = [] + + # Check top-level schema + missing = [f for f in REQUIRED_FIELDS if f not in sample] + if missing: + issues.append(f"Missing schema fields: {missing}") + + # Check timeline + timeline = sample.get("timeline", []) + if not timeline: + issues.append("timeline is empty") + else: + t0 = timeline[0] + missing_tl = [f for f in TIMELINE_FIELDS if f not in t0] + if missing_tl: + issues.append(f"Missing timeline fields: {missing_tl}") + + # AVJointReasoning specific + if config_name == "AVJointReasoning": + if "question" not in sample: + issues.append("Missing AVJointReasoning: question") + if "answer" not in sample: + issues.append("Missing AVJointReasoning: answer") + + # Timeline sanity + for i, chunk in enumerate(timeline): + t_start = chunk.get("t_start", 0) + t_end = chunk.get("t_end", 0) + if t_start > t_end: + issues.append(f"Timeline chunk {i}: t_start > t_end") + + return issues + +for config in ["StreamingAudioInteraction", "AVJointReasoning"]: + print(f"\nValidating {config}...") + try: + ds = load_dataset(REPO, config, split="train", streaming=True) + sample = next(iter(ds)) + issues = validate_row(sample, config) + if issues: + for issue in issues: + print(f" ISSUE: {issue}") + else: + print(f" All checks passed for {sample.get('id')}") + except Exception as e: + print(f" Loading failed: {e}") + print(" Try parquet fallback as shown in load_streaming_omni_dataset.py") diff --git a/manifests/AVJointReasoning.jsonl b/manifests/AVJointReasoning.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8ec03544eedbbdb6519c0b52368f333af319c8c0 --- /dev/null +++ b/manifests/AVJointReasoning.jsonl @@ -0,0 +1,1000 @@ +{"manifest_id": "manifest_6981a9418b2a88e8", "row_id": "AVJointReasoning-seamless_60106e3c1c630b87-00", "source_id": "seamless_60106e3c1c630b87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_60106e3c1c630b87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6981a9418b2a88e8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d7e48abe2720b9e2", "row_id": "AVJointReasoning-seamless_60106e3c1c630b87-01", "source_id": "seamless_60106e3c1c630b87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_60106e3c1c630b87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d7e48abe2720b9e2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_567c46e15e840a29", "row_id": "AVJointReasoning-seamless_60106e3c1c630b87-02", "source_id": "seamless_60106e3c1c630b87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_60106e3c1c630b87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_567c46e15e840a29.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0ca94b700b148bb8", "row_id": "AVJointReasoning-seamless_60106e3c1c630b87-03", "source_id": "seamless_60106e3c1c630b87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_60106e3c1c630b87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0ca94b700b148bb8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bab1ffadf6396810", "row_id": "AVJointReasoning-seamless_60106e3c1c630b87-04", "source_id": "seamless_60106e3c1c630b87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_60106e3c1c630b87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bab1ffadf6396810.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f81822b55eab244e", "row_id": "AVJointReasoning-seamless_60106e3c1c630b87-05", "source_id": "seamless_60106e3c1c630b87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_60106e3c1c630b87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f81822b55eab244e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bb8e1368d41505c6", "row_id": "AVJointReasoning-seamless_60106e3c1c630b87-06", "source_id": "seamless_60106e3c1c630b87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_60106e3c1c630b87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bb8e1368d41505c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_14f53aa103a93202", "row_id": "AVJointReasoning-seamless_60106e3c1c630b87-07", "source_id": "seamless_60106e3c1c630b87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_60106e3c1c630b87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_14f53aa103a93202.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1189ea2ea7f8d339", "row_id": "AVJointReasoning-seamless_60106e3c1c630b87-08", "source_id": "seamless_60106e3c1c630b87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_60106e3c1c630b87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1189ea2ea7f8d339.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_58d5f307be944cff", "row_id": "AVJointReasoning-seamless_60106e3c1c630b87-09", "source_id": "seamless_60106e3c1c630b87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_60106e3c1c630b87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_58d5f307be944cff.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_846e2d4b1202f8cd", "row_id": "AVJointReasoning-seamless_604c4ba32842ac6c-00", "source_id": "seamless_604c4ba32842ac6c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000372_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_604c4ba32842ac6c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_846e2d4b1202f8cd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f9156f7d92d9f344", "row_id": "AVJointReasoning-seamless_604c4ba32842ac6c-01", "source_id": "seamless_604c4ba32842ac6c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000372_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_604c4ba32842ac6c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f9156f7d92d9f344.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d526c09aae12eb62", "row_id": "AVJointReasoning-seamless_604c4ba32842ac6c-02", "source_id": "seamless_604c4ba32842ac6c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000372_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_604c4ba32842ac6c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d526c09aae12eb62.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_85fa0329b8907296", "row_id": "AVJointReasoning-seamless_604c4ba32842ac6c-03", "source_id": "seamless_604c4ba32842ac6c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000372_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_604c4ba32842ac6c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_85fa0329b8907296.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b8e6d0188f5572f5", "row_id": "AVJointReasoning-seamless_604c4ba32842ac6c-04", "source_id": "seamless_604c4ba32842ac6c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000372_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_604c4ba32842ac6c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b8e6d0188f5572f5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b21df9d3b1cc3f4d", "row_id": "AVJointReasoning-seamless_604c4ba32842ac6c-05", "source_id": "seamless_604c4ba32842ac6c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000372_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_604c4ba32842ac6c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b21df9d3b1cc3f4d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3fc860ed8fc72f82", "row_id": "AVJointReasoning-seamless_604c4ba32842ac6c-06", "source_id": "seamless_604c4ba32842ac6c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000372_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_604c4ba32842ac6c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3fc860ed8fc72f82.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cdd343a0ca95914f", "row_id": "AVJointReasoning-seamless_604c4ba32842ac6c-07", "source_id": "seamless_604c4ba32842ac6c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000372_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_604c4ba32842ac6c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_cdd343a0ca95914f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_961f5a1619a5b220", "row_id": "AVJointReasoning-seamless_604c4ba32842ac6c-08", "source_id": "seamless_604c4ba32842ac6c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000372_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_604c4ba32842ac6c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_961f5a1619a5b220.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d166e0c09378d8c6", "row_id": "AVJointReasoning-seamless_604c4ba32842ac6c-09", "source_id": "seamless_604c4ba32842ac6c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000372_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_604c4ba32842ac6c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d166e0c09378d8c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c9fa45187e6df100", "row_id": "AVJointReasoning-seamless_63597df327105095-00", "source_id": "seamless_63597df327105095", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_63597df327105095", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c9fa45187e6df100.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_530633cc9431f117", "row_id": "AVJointReasoning-seamless_63597df327105095-01", "source_id": "seamless_63597df327105095", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_63597df327105095", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_530633cc9431f117.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7bddfb2429293535", "row_id": "AVJointReasoning-seamless_63597df327105095-02", "source_id": "seamless_63597df327105095", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_63597df327105095", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7bddfb2429293535.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e9def009daf75619", "row_id": "AVJointReasoning-seamless_63597df327105095-03", "source_id": "seamless_63597df327105095", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_63597df327105095", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e9def009daf75619.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e009b146aeebab55", "row_id": "AVJointReasoning-seamless_63597df327105095-04", "source_id": "seamless_63597df327105095", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_63597df327105095", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e009b146aeebab55.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_612f0edc023ef120", "row_id": "AVJointReasoning-seamless_63597df327105095-05", "source_id": "seamless_63597df327105095", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_63597df327105095", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_612f0edc023ef120.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_745411d0e771d67c", "row_id": "AVJointReasoning-seamless_63597df327105095-06", "source_id": "seamless_63597df327105095", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_63597df327105095", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_745411d0e771d67c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4bb831873a88475b", "row_id": "AVJointReasoning-seamless_63597df327105095-07", "source_id": "seamless_63597df327105095", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_63597df327105095", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4bb831873a88475b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa77cbe6cff11214", "row_id": "AVJointReasoning-seamless_63597df327105095-08", "source_id": "seamless_63597df327105095", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_63597df327105095", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_aa77cbe6cff11214.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bcae1d1dd35ac5e4", "row_id": "AVJointReasoning-seamless_63597df327105095-09", "source_id": "seamless_63597df327105095", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_63597df327105095", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bcae1d1dd35ac5e4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_469f427ef0bc0625", "row_id": "AVJointReasoning-seamless_657399b2740b3b8d-00", "source_id": "seamless_657399b2740b3b8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000135_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_657399b2740b3b8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_469f427ef0bc0625.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f44781c7816e33b9", "row_id": "AVJointReasoning-seamless_657399b2740b3b8d-01", "source_id": "seamless_657399b2740b3b8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000135_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_657399b2740b3b8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f44781c7816e33b9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7f09a84ad9fb8838", "row_id": "AVJointReasoning-seamless_657399b2740b3b8d-02", "source_id": "seamless_657399b2740b3b8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000135_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_657399b2740b3b8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7f09a84ad9fb8838.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f95863df12395df5", "row_id": "AVJointReasoning-seamless_657399b2740b3b8d-03", "source_id": "seamless_657399b2740b3b8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000135_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_657399b2740b3b8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f95863df12395df5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0a5af3c01ef9c11d", "row_id": "AVJointReasoning-seamless_657399b2740b3b8d-04", "source_id": "seamless_657399b2740b3b8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000135_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_657399b2740b3b8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0a5af3c01ef9c11d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_20ce0b9afd890511", "row_id": "AVJointReasoning-seamless_657399b2740b3b8d-05", "source_id": "seamless_657399b2740b3b8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000135_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_657399b2740b3b8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_20ce0b9afd890511.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dac5c0b842ecc206", "row_id": "AVJointReasoning-seamless_657399b2740b3b8d-06", "source_id": "seamless_657399b2740b3b8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000135_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_657399b2740b3b8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dac5c0b842ecc206.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_46318ade5c5f2b0f", "row_id": "AVJointReasoning-seamless_657399b2740b3b8d-07", "source_id": "seamless_657399b2740b3b8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000135_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_657399b2740b3b8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_46318ade5c5f2b0f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e6a7cc4a86562e85", "row_id": "AVJointReasoning-seamless_657399b2740b3b8d-08", "source_id": "seamless_657399b2740b3b8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000135_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_657399b2740b3b8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e6a7cc4a86562e85.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ecfe571b307c5787", "row_id": "AVJointReasoning-seamless_657399b2740b3b8d-09", "source_id": "seamless_657399b2740b3b8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000135_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_657399b2740b3b8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ecfe571b307c5787.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3673b09d071a98dd", "row_id": "AVJointReasoning-seamless_6650be6ac628c3bf-00", "source_id": "seamless_6650be6ac628c3bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000537_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6650be6ac628c3bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3673b09d071a98dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_182b20ce5990f179", "row_id": "AVJointReasoning-seamless_6650be6ac628c3bf-01", "source_id": "seamless_6650be6ac628c3bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000537_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6650be6ac628c3bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_182b20ce5990f179.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_19f2d1e7804e3afa", "row_id": "AVJointReasoning-seamless_6650be6ac628c3bf-02", "source_id": "seamless_6650be6ac628c3bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000537_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6650be6ac628c3bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_19f2d1e7804e3afa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_42810cc1c6fed829", "row_id": "AVJointReasoning-seamless_6650be6ac628c3bf-03", "source_id": "seamless_6650be6ac628c3bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000537_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6650be6ac628c3bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_42810cc1c6fed829.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_05bbb18ceace8c75", "row_id": "AVJointReasoning-seamless_6650be6ac628c3bf-04", "source_id": "seamless_6650be6ac628c3bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000537_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6650be6ac628c3bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_05bbb18ceace8c75.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2f7dde7f1b164db7", "row_id": "AVJointReasoning-seamless_6650be6ac628c3bf-05", "source_id": "seamless_6650be6ac628c3bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000537_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6650be6ac628c3bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2f7dde7f1b164db7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d73ab168ad8ab480", "row_id": "AVJointReasoning-seamless_6650be6ac628c3bf-06", "source_id": "seamless_6650be6ac628c3bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000537_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6650be6ac628c3bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d73ab168ad8ab480.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_33cdbcfe8589f2c7", "row_id": "AVJointReasoning-seamless_6650be6ac628c3bf-07", "source_id": "seamless_6650be6ac628c3bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000537_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6650be6ac628c3bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_33cdbcfe8589f2c7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_364df67ede737a03", "row_id": "AVJointReasoning-seamless_6650be6ac628c3bf-08", "source_id": "seamless_6650be6ac628c3bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000537_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6650be6ac628c3bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_364df67ede737a03.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9c6798308c455c21", "row_id": "AVJointReasoning-seamless_6650be6ac628c3bf-09", "source_id": "seamless_6650be6ac628c3bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000537_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6650be6ac628c3bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9c6798308c455c21.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d2d59a9a34f6fd19", "row_id": "AVJointReasoning-seamless_694ec706015cea5b-00", "source_id": "seamless_694ec706015cea5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_694ec706015cea5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d2d59a9a34f6fd19.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9a6856a0ff7cb270", "row_id": "AVJointReasoning-seamless_694ec706015cea5b-01", "source_id": "seamless_694ec706015cea5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_694ec706015cea5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9a6856a0ff7cb270.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_52cca5c87c80e1a3", "row_id": "AVJointReasoning-seamless_694ec706015cea5b-02", "source_id": "seamless_694ec706015cea5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_694ec706015cea5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_52cca5c87c80e1a3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6838e5248260e6f8", "row_id": "AVJointReasoning-seamless_694ec706015cea5b-03", "source_id": "seamless_694ec706015cea5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_694ec706015cea5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6838e5248260e6f8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b00418d8006c226", "row_id": "AVJointReasoning-seamless_694ec706015cea5b-04", "source_id": "seamless_694ec706015cea5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_694ec706015cea5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7b00418d8006c226.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e24c65e9b0f2f2d3", "row_id": "AVJointReasoning-seamless_694ec706015cea5b-05", "source_id": "seamless_694ec706015cea5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_694ec706015cea5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e24c65e9b0f2f2d3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_567bb6174fe68ca4", "row_id": "AVJointReasoning-seamless_694ec706015cea5b-06", "source_id": "seamless_694ec706015cea5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_694ec706015cea5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_567bb6174fe68ca4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bf78cdaaac2635ec", "row_id": "AVJointReasoning-seamless_694ec706015cea5b-07", "source_id": "seamless_694ec706015cea5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_694ec706015cea5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bf78cdaaac2635ec.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_27b103de18506912", "row_id": "AVJointReasoning-seamless_694ec706015cea5b-08", "source_id": "seamless_694ec706015cea5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_694ec706015cea5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_27b103de18506912.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e519145e1b6b8b3e", "row_id": "AVJointReasoning-seamless_694ec706015cea5b-09", "source_id": "seamless_694ec706015cea5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_694ec706015cea5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e519145e1b6b8b3e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4b0f02af24021498", "row_id": "AVJointReasoning-seamless_6a056bc8dd8ec57c-00", "source_id": "seamless_6a056bc8dd8ec57c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0061_I00000126_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6a056bc8dd8ec57c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4b0f02af24021498.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5ce24b32b9c0e66c", "row_id": "AVJointReasoning-seamless_6a056bc8dd8ec57c-01", "source_id": "seamless_6a056bc8dd8ec57c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0061_I00000126_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6a056bc8dd8ec57c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5ce24b32b9c0e66c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0634e2bf6dfb6e5d", "row_id": "AVJointReasoning-seamless_6a056bc8dd8ec57c-02", "source_id": "seamless_6a056bc8dd8ec57c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0061_I00000126_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6a056bc8dd8ec57c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0634e2bf6dfb6e5d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_29f169ca7c9b4204", "row_id": "AVJointReasoning-seamless_6a056bc8dd8ec57c-03", "source_id": "seamless_6a056bc8dd8ec57c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0061_I00000126_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6a056bc8dd8ec57c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_29f169ca7c9b4204.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9191242ab316bf0b", "row_id": "AVJointReasoning-seamless_6a056bc8dd8ec57c-04", "source_id": "seamless_6a056bc8dd8ec57c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0061_I00000126_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6a056bc8dd8ec57c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9191242ab316bf0b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c02415f5f4c16f51", "row_id": "AVJointReasoning-seamless_6a056bc8dd8ec57c-05", "source_id": "seamless_6a056bc8dd8ec57c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0061_I00000126_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6a056bc8dd8ec57c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c02415f5f4c16f51.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0ce14e21a5ed62d6", "row_id": "AVJointReasoning-seamless_6a056bc8dd8ec57c-06", "source_id": "seamless_6a056bc8dd8ec57c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0061_I00000126_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6a056bc8dd8ec57c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0ce14e21a5ed62d6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9ee9def2e7ad4497", "row_id": "AVJointReasoning-seamless_6a056bc8dd8ec57c-07", "source_id": "seamless_6a056bc8dd8ec57c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0061_I00000126_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6a056bc8dd8ec57c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9ee9def2e7ad4497.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7a25cb9a32e4c6fd", "row_id": "AVJointReasoning-seamless_6a056bc8dd8ec57c-08", "source_id": "seamless_6a056bc8dd8ec57c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0061_I00000126_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6a056bc8dd8ec57c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7a25cb9a32e4c6fd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e9a63658a83d5c80", "row_id": "AVJointReasoning-seamless_6a056bc8dd8ec57c-09", "source_id": "seamless_6a056bc8dd8ec57c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0061_I00000126_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6a056bc8dd8ec57c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e9a63658a83d5c80.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a228aa005a696abb", "row_id": "AVJointReasoning-seamless_6b60902930c362fd-00", "source_id": "seamless_6b60902930c362fd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6b60902930c362fd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a228aa005a696abb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7f4ff0d98e980aee", "row_id": "AVJointReasoning-seamless_6b60902930c362fd-01", "source_id": "seamless_6b60902930c362fd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6b60902930c362fd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7f4ff0d98e980aee.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a563cb2e16ccc21f", "row_id": "AVJointReasoning-seamless_6b60902930c362fd-02", "source_id": "seamless_6b60902930c362fd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6b60902930c362fd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a563cb2e16ccc21f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_be7d5af18cd7d486", "row_id": "AVJointReasoning-seamless_6b60902930c362fd-03", "source_id": "seamless_6b60902930c362fd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6b60902930c362fd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_be7d5af18cd7d486.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d9d19f45957c1570", "row_id": "AVJointReasoning-seamless_6b60902930c362fd-04", "source_id": "seamless_6b60902930c362fd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6b60902930c362fd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d9d19f45957c1570.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8eae498eb0369db4", "row_id": "AVJointReasoning-seamless_6b60902930c362fd-05", "source_id": "seamless_6b60902930c362fd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6b60902930c362fd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8eae498eb0369db4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_afc3813cf929ae0d", "row_id": "AVJointReasoning-seamless_6b60902930c362fd-06", "source_id": "seamless_6b60902930c362fd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6b60902930c362fd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_afc3813cf929ae0d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ea1b201a3f217141", "row_id": "AVJointReasoning-seamless_6b60902930c362fd-07", "source_id": "seamless_6b60902930c362fd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6b60902930c362fd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ea1b201a3f217141.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4d6b7cfc798577f0", "row_id": "AVJointReasoning-seamless_6b60902930c362fd-08", "source_id": "seamless_6b60902930c362fd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6b60902930c362fd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4d6b7cfc798577f0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0bd25faad95af6bb", "row_id": "AVJointReasoning-seamless_6b60902930c362fd-09", "source_id": "seamless_6b60902930c362fd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6b60902930c362fd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0bd25faad95af6bb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_23bccc1b9b87389f", "row_id": "AVJointReasoning-seamless_6bbc1da6263bcc93-00", "source_id": "seamless_6bbc1da6263bcc93", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_23bccc1b9b87389f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6a353ea87b73c5fa", "row_id": "AVJointReasoning-seamless_6bbc1da6263bcc93-01", "source_id": "seamless_6bbc1da6263bcc93", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6a353ea87b73c5fa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2456a9b6135df2e7", "row_id": "AVJointReasoning-seamless_6bbc1da6263bcc93-02", "source_id": "seamless_6bbc1da6263bcc93", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2456a9b6135df2e7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_33117fce388d3e50", "row_id": "AVJointReasoning-seamless_6bbc1da6263bcc93-03", "source_id": "seamless_6bbc1da6263bcc93", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_33117fce388d3e50.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_53cce4fab90d9419", "row_id": "AVJointReasoning-seamless_6bbc1da6263bcc93-04", "source_id": "seamless_6bbc1da6263bcc93", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_53cce4fab90d9419.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c0ff9d53f825b799", "row_id": "AVJointReasoning-seamless_6bbc1da6263bcc93-05", "source_id": "seamless_6bbc1da6263bcc93", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c0ff9d53f825b799.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e9211ab7682547bc", "row_id": "AVJointReasoning-seamless_6bbc1da6263bcc93-06", "source_id": "seamless_6bbc1da6263bcc93", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e9211ab7682547bc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3c4e3a204ef563dc", "row_id": "AVJointReasoning-seamless_6bbc1da6263bcc93-07", "source_id": "seamless_6bbc1da6263bcc93", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3c4e3a204ef563dc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_768a459fb82e36cd", "row_id": "AVJointReasoning-seamless_6bbc1da6263bcc93-08", "source_id": "seamless_6bbc1da6263bcc93", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_768a459fb82e36cd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4800f152de0521ed", "row_id": "AVJointReasoning-seamless_6bbc1da6263bcc93-09", "source_id": "seamless_6bbc1da6263bcc93", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4800f152de0521ed.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ce90b933ab030802", "row_id": "AVJointReasoning-seamless_6d989377334d26b9-00", "source_id": "seamless_6d989377334d26b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000579_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6d989377334d26b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ce90b933ab030802.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_438318d2357954ba", "row_id": "AVJointReasoning-seamless_6d989377334d26b9-01", "source_id": "seamless_6d989377334d26b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000579_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6d989377334d26b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_438318d2357954ba.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b958f94d80376262", "row_id": "AVJointReasoning-seamless_6d989377334d26b9-02", "source_id": "seamless_6d989377334d26b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000579_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6d989377334d26b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b958f94d80376262.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8c3e32db4fca4448", "row_id": "AVJointReasoning-seamless_6d989377334d26b9-03", "source_id": "seamless_6d989377334d26b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000579_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6d989377334d26b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8c3e32db4fca4448.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_05064085cc31d6ad", "row_id": "AVJointReasoning-seamless_6d989377334d26b9-04", "source_id": "seamless_6d989377334d26b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000579_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6d989377334d26b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_05064085cc31d6ad.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c72eeb1d1f4c4dbd", "row_id": "AVJointReasoning-seamless_6d989377334d26b9-05", "source_id": "seamless_6d989377334d26b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000579_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6d989377334d26b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c72eeb1d1f4c4dbd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fec8bbb189c43a17", "row_id": "AVJointReasoning-seamless_6d989377334d26b9-06", "source_id": "seamless_6d989377334d26b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000579_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6d989377334d26b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fec8bbb189c43a17.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_03e22ba81eedabad", "row_id": "AVJointReasoning-seamless_6d989377334d26b9-07", "source_id": "seamless_6d989377334d26b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000579_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6d989377334d26b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_03e22ba81eedabad.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e53420440027d7e1", "row_id": "AVJointReasoning-seamless_6d989377334d26b9-08", "source_id": "seamless_6d989377334d26b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000579_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6d989377334d26b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e53420440027d7e1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d4a6728a0c2dc81e", "row_id": "AVJointReasoning-seamless_6d989377334d26b9-09", "source_id": "seamless_6d989377334d26b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000579_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6d989377334d26b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d4a6728a0c2dc81e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_019ffeb4d90e1fe3", "row_id": "AVJointReasoning-seamless_6eaef4a701a272e6-00", "source_id": "seamless_6eaef4a701a272e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_019ffeb4d90e1fe3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4313e6606c27306e", "row_id": "AVJointReasoning-seamless_6eaef4a701a272e6-01", "source_id": "seamless_6eaef4a701a272e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4313e6606c27306e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2964d4080bbaa1f0", "row_id": "AVJointReasoning-seamless_6eaef4a701a272e6-02", "source_id": "seamless_6eaef4a701a272e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2964d4080bbaa1f0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_58d33c06f73216ee", "row_id": "AVJointReasoning-seamless_6eaef4a701a272e6-03", "source_id": "seamless_6eaef4a701a272e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_58d33c06f73216ee.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8ad459160258f0ce", "row_id": "AVJointReasoning-seamless_6eaef4a701a272e6-04", "source_id": "seamless_6eaef4a701a272e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8ad459160258f0ce.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_019bc35517ae1a90", "row_id": "AVJointReasoning-seamless_6eaef4a701a272e6-05", "source_id": "seamless_6eaef4a701a272e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_019bc35517ae1a90.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_347e1ce49570bce9", "row_id": "AVJointReasoning-seamless_6eaef4a701a272e6-06", "source_id": "seamless_6eaef4a701a272e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_347e1ce49570bce9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_946f3b0578654b08", "row_id": "AVJointReasoning-seamless_6eaef4a701a272e6-07", "source_id": "seamless_6eaef4a701a272e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_946f3b0578654b08.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e1c206899538c52f", "row_id": "AVJointReasoning-seamless_6eaef4a701a272e6-08", "source_id": "seamless_6eaef4a701a272e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e1c206899538c52f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_264510589bb4b534", "row_id": "AVJointReasoning-seamless_6eaef4a701a272e6-09", "source_id": "seamless_6eaef4a701a272e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_264510589bb4b534.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_088925e78847287f", "row_id": "AVJointReasoning-seamless_70a16a722d391520-00", "source_id": "seamless_70a16a722d391520", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_70a16a722d391520", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_088925e78847287f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_62a88b8dcfca793d", "row_id": "AVJointReasoning-seamless_70a16a722d391520-01", "source_id": "seamless_70a16a722d391520", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_70a16a722d391520", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_62a88b8dcfca793d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d87d8ef97bfc19e8", "row_id": "AVJointReasoning-seamless_70a16a722d391520-02", "source_id": "seamless_70a16a722d391520", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_70a16a722d391520", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d87d8ef97bfc19e8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b9a9e6edafcfa3c4", "row_id": "AVJointReasoning-seamless_70a16a722d391520-03", "source_id": "seamless_70a16a722d391520", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_70a16a722d391520", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b9a9e6edafcfa3c4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b49ecce48e890e0", "row_id": "AVJointReasoning-seamless_70a16a722d391520-04", "source_id": "seamless_70a16a722d391520", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_70a16a722d391520", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7b49ecce48e890e0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dacb285a55a03759", "row_id": "AVJointReasoning-seamless_70a16a722d391520-05", "source_id": "seamless_70a16a722d391520", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_70a16a722d391520", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dacb285a55a03759.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_595c168149c578c1", "row_id": "AVJointReasoning-seamless_70a16a722d391520-06", "source_id": "seamless_70a16a722d391520", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_70a16a722d391520", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_595c168149c578c1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_630a2533c902cad9", "row_id": "AVJointReasoning-seamless_70a16a722d391520-07", "source_id": "seamless_70a16a722d391520", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_70a16a722d391520", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_630a2533c902cad9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d1bd9c92ef34bffe", "row_id": "AVJointReasoning-seamless_70a16a722d391520-08", "source_id": "seamless_70a16a722d391520", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_70a16a722d391520", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d1bd9c92ef34bffe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0460afb89288e66a", "row_id": "AVJointReasoning-seamless_70a16a722d391520-09", "source_id": "seamless_70a16a722d391520", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_70a16a722d391520", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0460afb89288e66a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_61486f1d45dd3bdd", "row_id": "AVJointReasoning-seamless_7112179dce0001b9-00", "source_id": "seamless_7112179dce0001b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_61486f1d45dd3bdd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eded5f848842cb39", "row_id": "AVJointReasoning-seamless_7112179dce0001b9-01", "source_id": "seamless_7112179dce0001b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_eded5f848842cb39.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b44e3865ab35979f", "row_id": "AVJointReasoning-seamless_7112179dce0001b9-02", "source_id": "seamless_7112179dce0001b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b44e3865ab35979f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a2396dc133d429d0", "row_id": "AVJointReasoning-seamless_7112179dce0001b9-03", "source_id": "seamless_7112179dce0001b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a2396dc133d429d0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b04c2a5ce11914d4", "row_id": "AVJointReasoning-seamless_7112179dce0001b9-04", "source_id": "seamless_7112179dce0001b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b04c2a5ce11914d4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a62115b49a5a3e05", "row_id": "AVJointReasoning-seamless_7112179dce0001b9-05", "source_id": "seamless_7112179dce0001b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a62115b49a5a3e05.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e5c87c247260a1f3", "row_id": "AVJointReasoning-seamless_7112179dce0001b9-06", "source_id": "seamless_7112179dce0001b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e5c87c247260a1f3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4c44104ff658bad1", "row_id": "AVJointReasoning-seamless_7112179dce0001b9-07", "source_id": "seamless_7112179dce0001b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4c44104ff658bad1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_788592202da4457b", "row_id": "AVJointReasoning-seamless_7112179dce0001b9-08", "source_id": "seamless_7112179dce0001b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_788592202da4457b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_285a8a5da23ace76", "row_id": "AVJointReasoning-seamless_7112179dce0001b9-09", "source_id": "seamless_7112179dce0001b9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_285a8a5da23ace76.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3f6cea241824c6c8", "row_id": "AVJointReasoning-seamless_740818b3d51b6db7-00", "source_id": "seamless_740818b3d51b6db7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3f6cea241824c6c8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_210d9cdc164fbe3b", "row_id": "AVJointReasoning-seamless_740818b3d51b6db7-01", "source_id": "seamless_740818b3d51b6db7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_210d9cdc164fbe3b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5d7a96c5af3b2e42", "row_id": "AVJointReasoning-seamless_740818b3d51b6db7-02", "source_id": "seamless_740818b3d51b6db7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5d7a96c5af3b2e42.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_981353fe04d13856", "row_id": "AVJointReasoning-seamless_740818b3d51b6db7-03", "source_id": "seamless_740818b3d51b6db7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_981353fe04d13856.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b18d5547d11cdc1d", "row_id": "AVJointReasoning-seamless_740818b3d51b6db7-04", "source_id": "seamless_740818b3d51b6db7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b18d5547d11cdc1d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_19022ec7cc82c6e2", "row_id": "AVJointReasoning-seamless_740818b3d51b6db7-05", "source_id": "seamless_740818b3d51b6db7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_19022ec7cc82c6e2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_10afa7a87db6d655", "row_id": "AVJointReasoning-seamless_740818b3d51b6db7-06", "source_id": "seamless_740818b3d51b6db7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_10afa7a87db6d655.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_69b92c705ea49d16", "row_id": "AVJointReasoning-seamless_740818b3d51b6db7-07", "source_id": "seamless_740818b3d51b6db7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_69b92c705ea49d16.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0c2a6da061c93a06", "row_id": "AVJointReasoning-seamless_740818b3d51b6db7-08", "source_id": "seamless_740818b3d51b6db7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0c2a6da061c93a06.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_df073812dddcaa2a", "row_id": "AVJointReasoning-seamless_740818b3d51b6db7-09", "source_id": "seamless_740818b3d51b6db7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_df073812dddcaa2a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d959fd136fc5678d", "row_id": "AVJointReasoning-seamless_7492920cb0b4111c-00", "source_id": "seamless_7492920cb0b4111c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d959fd136fc5678d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7909a5a228591170", "row_id": "AVJointReasoning-seamless_7492920cb0b4111c-01", "source_id": "seamless_7492920cb0b4111c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7909a5a228591170.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7d0a0b94c26d53de", "row_id": "AVJointReasoning-seamless_7492920cb0b4111c-02", "source_id": "seamless_7492920cb0b4111c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7d0a0b94c26d53de.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b5fcd067b9f6c7e0", "row_id": "AVJointReasoning-seamless_7492920cb0b4111c-03", "source_id": "seamless_7492920cb0b4111c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b5fcd067b9f6c7e0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_402b06d809811fc6", "row_id": "AVJointReasoning-seamless_7492920cb0b4111c-04", "source_id": "seamless_7492920cb0b4111c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_402b06d809811fc6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dd6ddaddb049c179", "row_id": "AVJointReasoning-seamless_7492920cb0b4111c-05", "source_id": "seamless_7492920cb0b4111c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dd6ddaddb049c179.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_143a8de61d178336", "row_id": "AVJointReasoning-seamless_7492920cb0b4111c-06", "source_id": "seamless_7492920cb0b4111c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_143a8de61d178336.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fa8656622f7d4998", "row_id": "AVJointReasoning-seamless_7492920cb0b4111c-07", "source_id": "seamless_7492920cb0b4111c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fa8656622f7d4998.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0f727e3247545600", "row_id": "AVJointReasoning-seamless_7492920cb0b4111c-08", "source_id": "seamless_7492920cb0b4111c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0f727e3247545600.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_207cc7baf74d6a30", "row_id": "AVJointReasoning-seamless_7492920cb0b4111c-09", "source_id": "seamless_7492920cb0b4111c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_207cc7baf74d6a30.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dbdad5f6604b458b", "row_id": "AVJointReasoning-seamless_75bfabed482ff967-00", "source_id": "seamless_75bfabed482ff967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_75bfabed482ff967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dbdad5f6604b458b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_45c400588ab75858", "row_id": "AVJointReasoning-seamless_75bfabed482ff967-01", "source_id": "seamless_75bfabed482ff967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_75bfabed482ff967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_45c400588ab75858.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6a7eae8defd303e9", "row_id": "AVJointReasoning-seamless_75bfabed482ff967-02", "source_id": "seamless_75bfabed482ff967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_75bfabed482ff967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6a7eae8defd303e9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_707b10d4b8b191e7", "row_id": "AVJointReasoning-seamless_75bfabed482ff967-03", "source_id": "seamless_75bfabed482ff967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_75bfabed482ff967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_707b10d4b8b191e7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_55c480b9750da339", "row_id": "AVJointReasoning-seamless_75bfabed482ff967-04", "source_id": "seamless_75bfabed482ff967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_75bfabed482ff967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_55c480b9750da339.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_733fd7e24b9b3d1e", "row_id": "AVJointReasoning-seamless_75bfabed482ff967-05", "source_id": "seamless_75bfabed482ff967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_75bfabed482ff967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_733fd7e24b9b3d1e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6f006814fea156b1", "row_id": "AVJointReasoning-seamless_75bfabed482ff967-06", "source_id": "seamless_75bfabed482ff967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_75bfabed482ff967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6f006814fea156b1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6a40153fa2d8bb99", "row_id": "AVJointReasoning-seamless_75bfabed482ff967-07", "source_id": "seamless_75bfabed482ff967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_75bfabed482ff967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6a40153fa2d8bb99.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dd6824d499cbaf6f", "row_id": "AVJointReasoning-seamless_75bfabed482ff967-08", "source_id": "seamless_75bfabed482ff967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_75bfabed482ff967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dd6824d499cbaf6f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_795f56d49f2558c8", "row_id": "AVJointReasoning-seamless_75bfabed482ff967-09", "source_id": "seamless_75bfabed482ff967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_75bfabed482ff967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_795f56d49f2558c8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_59bfaef1a53e187a", "row_id": "AVJointReasoning-seamless_7af68a2be59c33e2-00", "source_id": "seamless_7af68a2be59c33e2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7af68a2be59c33e2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_59bfaef1a53e187a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bb71e71168da1436", "row_id": "AVJointReasoning-seamless_7af68a2be59c33e2-01", "source_id": "seamless_7af68a2be59c33e2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7af68a2be59c33e2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bb71e71168da1436.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f46fd40b13f42e62", "row_id": "AVJointReasoning-seamless_7af68a2be59c33e2-02", "source_id": "seamless_7af68a2be59c33e2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7af68a2be59c33e2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f46fd40b13f42e62.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ecb7e8ccdfbb3c74", "row_id": "AVJointReasoning-seamless_7af68a2be59c33e2-03", "source_id": "seamless_7af68a2be59c33e2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7af68a2be59c33e2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ecb7e8ccdfbb3c74.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_22a1aa4e6bf0fc4f", "row_id": "AVJointReasoning-seamless_7af68a2be59c33e2-04", "source_id": "seamless_7af68a2be59c33e2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7af68a2be59c33e2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_22a1aa4e6bf0fc4f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c747169118bd7dcb", "row_id": "AVJointReasoning-seamless_7af68a2be59c33e2-05", "source_id": "seamless_7af68a2be59c33e2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7af68a2be59c33e2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c747169118bd7dcb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a9dd03143d1eb867", "row_id": "AVJointReasoning-seamless_7af68a2be59c33e2-06", "source_id": "seamless_7af68a2be59c33e2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7af68a2be59c33e2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a9dd03143d1eb867.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_46415d443f27f25a", "row_id": "AVJointReasoning-seamless_7af68a2be59c33e2-07", "source_id": "seamless_7af68a2be59c33e2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7af68a2be59c33e2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_46415d443f27f25a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_48389fb80215e3cd", "row_id": "AVJointReasoning-seamless_7af68a2be59c33e2-08", "source_id": "seamless_7af68a2be59c33e2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7af68a2be59c33e2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_48389fb80215e3cd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1962c4c012ea91e2", "row_id": "AVJointReasoning-seamless_7af68a2be59c33e2-09", "source_id": "seamless_7af68a2be59c33e2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7af68a2be59c33e2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1962c4c012ea91e2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8d77733f74ca2c34", "row_id": "AVJointReasoning-seamless_7cef37009620e220-00", "source_id": "seamless_7cef37009620e220", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0061_I00000135_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7cef37009620e220", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8d77733f74ca2c34.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e90ca37fbc32820e", "row_id": "AVJointReasoning-seamless_7cef37009620e220-01", "source_id": "seamless_7cef37009620e220", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0061_I00000135_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7cef37009620e220", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e90ca37fbc32820e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_04f321f24aa839d0", "row_id": "AVJointReasoning-seamless_7cef37009620e220-02", "source_id": "seamless_7cef37009620e220", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0061_I00000135_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7cef37009620e220", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_04f321f24aa839d0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d24fdd6b8b05f403", "row_id": "AVJointReasoning-seamless_7cef37009620e220-03", "source_id": "seamless_7cef37009620e220", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0061_I00000135_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7cef37009620e220", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d24fdd6b8b05f403.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6f4fb811a12654a0", "row_id": "AVJointReasoning-seamless_7cef37009620e220-04", "source_id": "seamless_7cef37009620e220", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0061_I00000135_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7cef37009620e220", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6f4fb811a12654a0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_71f486c6ccb2e80d", "row_id": "AVJointReasoning-seamless_7cef37009620e220-05", "source_id": "seamless_7cef37009620e220", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0061_I00000135_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7cef37009620e220", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_71f486c6ccb2e80d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2ba243888e79a525", "row_id": "AVJointReasoning-seamless_7cef37009620e220-06", "source_id": "seamless_7cef37009620e220", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0061_I00000135_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7cef37009620e220", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2ba243888e79a525.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_595296771815ff6b", "row_id": "AVJointReasoning-seamless_7cef37009620e220-07", "source_id": "seamless_7cef37009620e220", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0061_I00000135_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7cef37009620e220", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_595296771815ff6b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f7848c893e0ba83a", "row_id": "AVJointReasoning-seamless_7cef37009620e220-08", "source_id": "seamless_7cef37009620e220", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0061_I00000135_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7cef37009620e220", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f7848c893e0ba83a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa1f71cf823bece8", "row_id": "AVJointReasoning-seamless_7cef37009620e220-09", "source_id": "seamless_7cef37009620e220", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0061_I00000135_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7cef37009620e220", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_aa1f71cf823bece8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fb58cb90e8062b93", "row_id": "AVJointReasoning-seamless_7da2e37f2af70088-00", "source_id": "seamless_7da2e37f2af70088", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000581_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7da2e37f2af70088", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fb58cb90e8062b93.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d827e20398d37ec1", "row_id": "AVJointReasoning-seamless_7da2e37f2af70088-01", "source_id": "seamless_7da2e37f2af70088", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000581_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7da2e37f2af70088", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d827e20398d37ec1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_15ab9acd83ec8f79", "row_id": "AVJointReasoning-seamless_7da2e37f2af70088-02", "source_id": "seamless_7da2e37f2af70088", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000581_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7da2e37f2af70088", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_15ab9acd83ec8f79.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2d303b154ae2e75e", "row_id": "AVJointReasoning-seamless_7da2e37f2af70088-03", "source_id": "seamless_7da2e37f2af70088", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000581_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7da2e37f2af70088", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2d303b154ae2e75e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3b9a355867d2cb12", "row_id": "AVJointReasoning-seamless_7da2e37f2af70088-04", "source_id": "seamless_7da2e37f2af70088", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000581_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7da2e37f2af70088", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3b9a355867d2cb12.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c0a836bc61249868", "row_id": "AVJointReasoning-seamless_7da2e37f2af70088-05", "source_id": "seamless_7da2e37f2af70088", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000581_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7da2e37f2af70088", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c0a836bc61249868.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_05071c3d43ed78ad", "row_id": "AVJointReasoning-seamless_7da2e37f2af70088-06", "source_id": "seamless_7da2e37f2af70088", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000581_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7da2e37f2af70088", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_05071c3d43ed78ad.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c0a454af680af122", "row_id": "AVJointReasoning-seamless_7da2e37f2af70088-07", "source_id": "seamless_7da2e37f2af70088", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000581_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7da2e37f2af70088", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c0a454af680af122.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d636b0f082d00c1e", "row_id": "AVJointReasoning-seamless_7da2e37f2af70088-08", "source_id": "seamless_7da2e37f2af70088", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000581_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7da2e37f2af70088", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d636b0f082d00c1e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ba9d41e0cf2d5a83", "row_id": "AVJointReasoning-seamless_7da2e37f2af70088-09", "source_id": "seamless_7da2e37f2af70088", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000581_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7da2e37f2af70088", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ba9d41e0cf2d5a83.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0e8dcdf55a5c492b", "row_id": "AVJointReasoning-seamless_7dbbcca296da86fc-00", "source_id": "seamless_7dbbcca296da86fc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0e8dcdf55a5c492b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d94913e7a448f167", "row_id": "AVJointReasoning-seamless_7dbbcca296da86fc-01", "source_id": "seamless_7dbbcca296da86fc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d94913e7a448f167.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_db206ce2f8afcd1f", "row_id": "AVJointReasoning-seamless_7dbbcca296da86fc-02", "source_id": "seamless_7dbbcca296da86fc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_db206ce2f8afcd1f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_64d6b362e9d57ff7", "row_id": "AVJointReasoning-seamless_7dbbcca296da86fc-03", "source_id": "seamless_7dbbcca296da86fc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_64d6b362e9d57ff7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3312179fcea553fd", "row_id": "AVJointReasoning-seamless_7dbbcca296da86fc-04", "source_id": "seamless_7dbbcca296da86fc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3312179fcea553fd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8f79fb03ff3a7d8d", "row_id": "AVJointReasoning-seamless_7dbbcca296da86fc-05", "source_id": "seamless_7dbbcca296da86fc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8f79fb03ff3a7d8d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3a0b29777c8a78f4", "row_id": "AVJointReasoning-seamless_7dbbcca296da86fc-06", "source_id": "seamless_7dbbcca296da86fc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3a0b29777c8a78f4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_67459f53b20128fd", "row_id": "AVJointReasoning-seamless_7dbbcca296da86fc-07", "source_id": "seamless_7dbbcca296da86fc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_67459f53b20128fd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6c9461ac042edb70", "row_id": "AVJointReasoning-seamless_7dbbcca296da86fc-08", "source_id": "seamless_7dbbcca296da86fc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6c9461ac042edb70.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_901b78551ee964a0", "row_id": "AVJointReasoning-seamless_7dbbcca296da86fc-09", "source_id": "seamless_7dbbcca296da86fc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_901b78551ee964a0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9bdfc07ff60f6c8a", "row_id": "AVJointReasoning-seamless_7e11b43dfea2ccdf-00", "source_id": "seamless_7e11b43dfea2ccdf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9bdfc07ff60f6c8a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_33213ad6fb243c46", "row_id": "AVJointReasoning-seamless_7e11b43dfea2ccdf-01", "source_id": "seamless_7e11b43dfea2ccdf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_33213ad6fb243c46.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2059553ffc1a8719", "row_id": "AVJointReasoning-seamless_7e11b43dfea2ccdf-02", "source_id": "seamless_7e11b43dfea2ccdf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2059553ffc1a8719.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cead725c02bbdb2e", "row_id": "AVJointReasoning-seamless_7e11b43dfea2ccdf-03", "source_id": "seamless_7e11b43dfea2ccdf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_cead725c02bbdb2e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ca70e40555ca644c", "row_id": "AVJointReasoning-seamless_7e11b43dfea2ccdf-04", "source_id": "seamless_7e11b43dfea2ccdf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ca70e40555ca644c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5a2c86e190529e6a", "row_id": "AVJointReasoning-seamless_7e11b43dfea2ccdf-05", "source_id": "seamless_7e11b43dfea2ccdf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5a2c86e190529e6a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa748d0c5b36278a", "row_id": "AVJointReasoning-seamless_7e11b43dfea2ccdf-06", "source_id": "seamless_7e11b43dfea2ccdf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_aa748d0c5b36278a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_165b5522b11279f4", "row_id": "AVJointReasoning-seamless_7e11b43dfea2ccdf-07", "source_id": "seamless_7e11b43dfea2ccdf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_165b5522b11279f4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2b9dda534f1daec3", "row_id": "AVJointReasoning-seamless_7e11b43dfea2ccdf-08", "source_id": "seamless_7e11b43dfea2ccdf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2b9dda534f1daec3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2f0485e849d054d9", "row_id": "AVJointReasoning-seamless_7e11b43dfea2ccdf-09", "source_id": "seamless_7e11b43dfea2ccdf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2f0485e849d054d9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fc477cd82eccf7c3", "row_id": "AVJointReasoning-seamless_7ec84146ee31fad0-00", "source_id": "seamless_7ec84146ee31fad0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fc477cd82eccf7c3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0ae730fec9723043", "row_id": "AVJointReasoning-seamless_7ec84146ee31fad0-01", "source_id": "seamless_7ec84146ee31fad0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0ae730fec9723043.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_df770ed807394fa0", "row_id": "AVJointReasoning-seamless_7ec84146ee31fad0-02", "source_id": "seamless_7ec84146ee31fad0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_df770ed807394fa0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2743706a9c016637", "row_id": "AVJointReasoning-seamless_7ec84146ee31fad0-03", "source_id": "seamless_7ec84146ee31fad0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2743706a9c016637.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d9db7a177f4fdfa1", "row_id": "AVJointReasoning-seamless_7ec84146ee31fad0-04", "source_id": "seamless_7ec84146ee31fad0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d9db7a177f4fdfa1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_10ee2220cb238e88", "row_id": "AVJointReasoning-seamless_7ec84146ee31fad0-05", "source_id": "seamless_7ec84146ee31fad0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_10ee2220cb238e88.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a92d8100656fcb51", "row_id": "AVJointReasoning-seamless_7ec84146ee31fad0-06", "source_id": "seamless_7ec84146ee31fad0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a92d8100656fcb51.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d58073b996eb6818", "row_id": "AVJointReasoning-seamless_7ec84146ee31fad0-07", "source_id": "seamless_7ec84146ee31fad0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d58073b996eb6818.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_39dfe02bc294f30f", "row_id": "AVJointReasoning-seamless_7ec84146ee31fad0-08", "source_id": "seamless_7ec84146ee31fad0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_39dfe02bc294f30f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ad1973062253541d", "row_id": "AVJointReasoning-seamless_7ec84146ee31fad0-09", "source_id": "seamless_7ec84146ee31fad0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ad1973062253541d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8f8f247fa849f1be", "row_id": "AVJointReasoning-seamless_7f5e54f3980d006e-00", "source_id": "seamless_7f5e54f3980d006e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7f5e54f3980d006e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8f8f247fa849f1be.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bad2f4e1d4d66832", "row_id": "AVJointReasoning-seamless_7f5e54f3980d006e-01", "source_id": "seamless_7f5e54f3980d006e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7f5e54f3980d006e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bad2f4e1d4d66832.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c0595f487bfbb48d", "row_id": "AVJointReasoning-seamless_7f5e54f3980d006e-02", "source_id": "seamless_7f5e54f3980d006e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7f5e54f3980d006e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c0595f487bfbb48d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f48528bee5feca5a", "row_id": "AVJointReasoning-seamless_7f5e54f3980d006e-03", "source_id": "seamless_7f5e54f3980d006e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7f5e54f3980d006e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f48528bee5feca5a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_02cd86f296fcfe40", "row_id": "AVJointReasoning-seamless_7f5e54f3980d006e-04", "source_id": "seamless_7f5e54f3980d006e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7f5e54f3980d006e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_02cd86f296fcfe40.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5d6982831d991315", "row_id": "AVJointReasoning-seamless_7f5e54f3980d006e-05", "source_id": "seamless_7f5e54f3980d006e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7f5e54f3980d006e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5d6982831d991315.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9dfd11801e952b33", "row_id": "AVJointReasoning-seamless_7f5e54f3980d006e-06", "source_id": "seamless_7f5e54f3980d006e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7f5e54f3980d006e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9dfd11801e952b33.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dbcf318cfc8f1d3e", "row_id": "AVJointReasoning-seamless_7f5e54f3980d006e-07", "source_id": "seamless_7f5e54f3980d006e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7f5e54f3980d006e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dbcf318cfc8f1d3e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a0eefbc68e7e080f", "row_id": "AVJointReasoning-seamless_7f5e54f3980d006e-08", "source_id": "seamless_7f5e54f3980d006e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7f5e54f3980d006e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a0eefbc68e7e080f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a5975e51f170c24e", "row_id": "AVJointReasoning-seamless_7f5e54f3980d006e-09", "source_id": "seamless_7f5e54f3980d006e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7f5e54f3980d006e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a5975e51f170c24e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_66ebbc51431f520a", "row_id": "AVJointReasoning-seamless_7fcb770e3428f024-00", "source_id": "seamless_7fcb770e3428f024", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7fcb770e3428f024", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_66ebbc51431f520a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_123f89c010b40e4c", "row_id": "AVJointReasoning-seamless_7fcb770e3428f024-01", "source_id": "seamless_7fcb770e3428f024", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7fcb770e3428f024", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_123f89c010b40e4c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4d32e5fb27b8388c", "row_id": "AVJointReasoning-seamless_7fcb770e3428f024-02", "source_id": "seamless_7fcb770e3428f024", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7fcb770e3428f024", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4d32e5fb27b8388c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a838bef83ad2975c", "row_id": "AVJointReasoning-seamless_7fcb770e3428f024-03", "source_id": "seamless_7fcb770e3428f024", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7fcb770e3428f024", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a838bef83ad2975c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e1c2c9d9e5976d70", "row_id": "AVJointReasoning-seamless_7fcb770e3428f024-04", "source_id": "seamless_7fcb770e3428f024", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7fcb770e3428f024", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e1c2c9d9e5976d70.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_092c01fb48587239", "row_id": "AVJointReasoning-seamless_7fcb770e3428f024-05", "source_id": "seamless_7fcb770e3428f024", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7fcb770e3428f024", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_092c01fb48587239.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ff5549cefeb77570", "row_id": "AVJointReasoning-seamless_7fcb770e3428f024-06", "source_id": "seamless_7fcb770e3428f024", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7fcb770e3428f024", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ff5549cefeb77570.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd78c755954cf5f1", "row_id": "AVJointReasoning-seamless_7fcb770e3428f024-07", "source_id": "seamless_7fcb770e3428f024", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7fcb770e3428f024", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bd78c755954cf5f1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b5121c77eb6be300", "row_id": "AVJointReasoning-seamless_7fcb770e3428f024-08", "source_id": "seamless_7fcb770e3428f024", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7fcb770e3428f024", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b5121c77eb6be300.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6f4b59bebefd173f", "row_id": "AVJointReasoning-seamless_7fcb770e3428f024-09", "source_id": "seamless_7fcb770e3428f024", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_7fcb770e3428f024", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6f4b59bebefd173f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cff302b45ffe3005", "row_id": "AVJointReasoning-seamless_807852bb0262bfa8-00", "source_id": "seamless_807852bb0262bfa8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0059_I00000536_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_807852bb0262bfa8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_cff302b45ffe3005.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cf64d8121de310b3", "row_id": "AVJointReasoning-seamless_807852bb0262bfa8-01", "source_id": "seamless_807852bb0262bfa8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0059_I00000536_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_807852bb0262bfa8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_cf64d8121de310b3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e5f7ee38ef459e85", "row_id": "AVJointReasoning-seamless_807852bb0262bfa8-02", "source_id": "seamless_807852bb0262bfa8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0059_I00000536_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_807852bb0262bfa8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e5f7ee38ef459e85.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_af0d418985bc352c", "row_id": "AVJointReasoning-seamless_807852bb0262bfa8-03", "source_id": "seamless_807852bb0262bfa8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0059_I00000536_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_807852bb0262bfa8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_af0d418985bc352c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1a6800ee55078000", "row_id": "AVJointReasoning-seamless_807852bb0262bfa8-04", "source_id": "seamless_807852bb0262bfa8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0059_I00000536_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_807852bb0262bfa8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1a6800ee55078000.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2925a17b258e6af1", "row_id": "AVJointReasoning-seamless_807852bb0262bfa8-05", "source_id": "seamless_807852bb0262bfa8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0059_I00000536_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_807852bb0262bfa8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2925a17b258e6af1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8f06d371745289b8", "row_id": "AVJointReasoning-seamless_807852bb0262bfa8-06", "source_id": "seamless_807852bb0262bfa8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0059_I00000536_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_807852bb0262bfa8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8f06d371745289b8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_46a9167487698732", "row_id": "AVJointReasoning-seamless_807852bb0262bfa8-07", "source_id": "seamless_807852bb0262bfa8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0059_I00000536_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_807852bb0262bfa8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_46a9167487698732.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_53192b3923e59a90", "row_id": "AVJointReasoning-seamless_807852bb0262bfa8-08", "source_id": "seamless_807852bb0262bfa8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0059_I00000536_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_807852bb0262bfa8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_53192b3923e59a90.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2b0c4d51005ea578", "row_id": "AVJointReasoning-seamless_807852bb0262bfa8-09", "source_id": "seamless_807852bb0262bfa8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0059_I00000536_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_807852bb0262bfa8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2b0c4d51005ea578.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9f94d624017ab29f", "row_id": "AVJointReasoning-seamless_82815cb0e74212bb-00", "source_id": "seamless_82815cb0e74212bb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_82815cb0e74212bb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9f94d624017ab29f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f2a97cd9d7072d2f", "row_id": "AVJointReasoning-seamless_82815cb0e74212bb-01", "source_id": "seamless_82815cb0e74212bb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_82815cb0e74212bb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f2a97cd9d7072d2f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6e5c3c7872574ff4", "row_id": "AVJointReasoning-seamless_82815cb0e74212bb-02", "source_id": "seamless_82815cb0e74212bb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_82815cb0e74212bb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6e5c3c7872574ff4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ebde8780a6d8c59f", "row_id": "AVJointReasoning-seamless_82815cb0e74212bb-03", "source_id": "seamless_82815cb0e74212bb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_82815cb0e74212bb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ebde8780a6d8c59f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c07b3c83258a8bd0", "row_id": "AVJointReasoning-seamless_82815cb0e74212bb-04", "source_id": "seamless_82815cb0e74212bb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_82815cb0e74212bb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c07b3c83258a8bd0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5f358cd74644bdeb", "row_id": "AVJointReasoning-seamless_82815cb0e74212bb-05", "source_id": "seamless_82815cb0e74212bb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_82815cb0e74212bb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5f358cd74644bdeb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_57723862e62c53f9", "row_id": "AVJointReasoning-seamless_82815cb0e74212bb-06", "source_id": "seamless_82815cb0e74212bb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_82815cb0e74212bb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_57723862e62c53f9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_976ae3911cfcca3f", "row_id": "AVJointReasoning-seamless_82815cb0e74212bb-07", "source_id": "seamless_82815cb0e74212bb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_82815cb0e74212bb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_976ae3911cfcca3f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_784fab8c12ad2f43", "row_id": "AVJointReasoning-seamless_82815cb0e74212bb-08", "source_id": "seamless_82815cb0e74212bb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_82815cb0e74212bb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_784fab8c12ad2f43.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e865fabc953e2949", "row_id": "AVJointReasoning-seamless_82815cb0e74212bb-09", "source_id": "seamless_82815cb0e74212bb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_82815cb0e74212bb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e865fabc953e2949.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_735a8b76c2d91f90", "row_id": "AVJointReasoning-seamless_833b07b0454db2f8-00", "source_id": "seamless_833b07b0454db2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0059_I00000575_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_833b07b0454db2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_735a8b76c2d91f90.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a1f40b8bc9180457", "row_id": "AVJointReasoning-seamless_833b07b0454db2f8-01", "source_id": "seamless_833b07b0454db2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0059_I00000575_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_833b07b0454db2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a1f40b8bc9180457.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a111f72b4e325bc1", "row_id": "AVJointReasoning-seamless_833b07b0454db2f8-02", "source_id": "seamless_833b07b0454db2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0059_I00000575_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_833b07b0454db2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a111f72b4e325bc1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8eade04ca9cc1bb1", "row_id": "AVJointReasoning-seamless_833b07b0454db2f8-03", "source_id": "seamless_833b07b0454db2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0059_I00000575_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_833b07b0454db2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8eade04ca9cc1bb1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9ebadbabc739d7e5", "row_id": "AVJointReasoning-seamless_833b07b0454db2f8-04", "source_id": "seamless_833b07b0454db2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0059_I00000575_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_833b07b0454db2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9ebadbabc739d7e5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9db5d2b70b425553", "row_id": "AVJointReasoning-seamless_833b07b0454db2f8-05", "source_id": "seamless_833b07b0454db2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0059_I00000575_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_833b07b0454db2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9db5d2b70b425553.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa0d7b59d77fab33", "row_id": "AVJointReasoning-seamless_833b07b0454db2f8-06", "source_id": "seamless_833b07b0454db2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0059_I00000575_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_833b07b0454db2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_aa0d7b59d77fab33.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8294fcf4095de80a", "row_id": "AVJointReasoning-seamless_833b07b0454db2f8-07", "source_id": "seamless_833b07b0454db2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0059_I00000575_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_833b07b0454db2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8294fcf4095de80a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_00b1cd1edfa9d879", "row_id": "AVJointReasoning-seamless_833b07b0454db2f8-08", "source_id": "seamless_833b07b0454db2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0059_I00000575_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_833b07b0454db2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_00b1cd1edfa9d879.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_624670c19c974b7e", "row_id": "AVJointReasoning-seamless_833b07b0454db2f8-09", "source_id": "seamless_833b07b0454db2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0059_I00000575_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_833b07b0454db2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_624670c19c974b7e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d039b05b34571540", "row_id": "AVJointReasoning-seamless_839ea2efd43f5497-00", "source_id": "seamless_839ea2efd43f5497", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000539_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_839ea2efd43f5497", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d039b05b34571540.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0d85f2aede95c9b7", "row_id": "AVJointReasoning-seamless_839ea2efd43f5497-01", "source_id": "seamless_839ea2efd43f5497", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000539_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_839ea2efd43f5497", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0d85f2aede95c9b7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8aec845ae744fc62", "row_id": "AVJointReasoning-seamless_839ea2efd43f5497-02", "source_id": "seamless_839ea2efd43f5497", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000539_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_839ea2efd43f5497", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8aec845ae744fc62.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_87ffc77d986963ee", "row_id": "AVJointReasoning-seamless_839ea2efd43f5497-03", "source_id": "seamless_839ea2efd43f5497", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000539_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_839ea2efd43f5497", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_87ffc77d986963ee.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9620e0be4dcaee6c", "row_id": "AVJointReasoning-seamless_839ea2efd43f5497-04", "source_id": "seamless_839ea2efd43f5497", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000539_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_839ea2efd43f5497", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9620e0be4dcaee6c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1bf4ddd0aab8272b", "row_id": "AVJointReasoning-seamless_839ea2efd43f5497-05", "source_id": "seamless_839ea2efd43f5497", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000539_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_839ea2efd43f5497", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1bf4ddd0aab8272b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c9490beeab9d00ef", "row_id": "AVJointReasoning-seamless_839ea2efd43f5497-06", "source_id": "seamless_839ea2efd43f5497", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000539_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_839ea2efd43f5497", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c9490beeab9d00ef.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_622672c393eb9c6c", "row_id": "AVJointReasoning-seamless_839ea2efd43f5497-07", "source_id": "seamless_839ea2efd43f5497", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000539_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_839ea2efd43f5497", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_622672c393eb9c6c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a0dd9b375b8fa03", "row_id": "AVJointReasoning-seamless_839ea2efd43f5497-08", "source_id": "seamless_839ea2efd43f5497", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000539_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_839ea2efd43f5497", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4a0dd9b375b8fa03.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_350ca2adab6ad826", "row_id": "AVJointReasoning-seamless_839ea2efd43f5497-09", "source_id": "seamless_839ea2efd43f5497", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000539_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_839ea2efd43f5497", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_350ca2adab6ad826.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_49c12a60afc5569b", "row_id": "AVJointReasoning-seamless_850b2e819b26ea8f-00", "source_id": "seamless_850b2e819b26ea8f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0060_I00000307_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_850b2e819b26ea8f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_49c12a60afc5569b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_409c08f065c6a42b", "row_id": "AVJointReasoning-seamless_850b2e819b26ea8f-01", "source_id": "seamless_850b2e819b26ea8f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0060_I00000307_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_850b2e819b26ea8f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_409c08f065c6a42b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dd6d931bc182863a", "row_id": "AVJointReasoning-seamless_850b2e819b26ea8f-02", "source_id": "seamless_850b2e819b26ea8f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0060_I00000307_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_850b2e819b26ea8f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dd6d931bc182863a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e1821008c59bead0", "row_id": "AVJointReasoning-seamless_850b2e819b26ea8f-03", "source_id": "seamless_850b2e819b26ea8f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0060_I00000307_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_850b2e819b26ea8f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e1821008c59bead0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a2f95a473fbf23aa", "row_id": "AVJointReasoning-seamless_850b2e819b26ea8f-04", "source_id": "seamless_850b2e819b26ea8f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0060_I00000307_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_850b2e819b26ea8f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a2f95a473fbf23aa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c30010d4d7e9985b", "row_id": "AVJointReasoning-seamless_850b2e819b26ea8f-05", "source_id": "seamless_850b2e819b26ea8f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0060_I00000307_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_850b2e819b26ea8f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c30010d4d7e9985b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_34b77ed8daf99aca", "row_id": "AVJointReasoning-seamless_850b2e819b26ea8f-06", "source_id": "seamless_850b2e819b26ea8f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0060_I00000307_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_850b2e819b26ea8f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_34b77ed8daf99aca.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a0b1a8bf1ab73b4d", "row_id": "AVJointReasoning-seamless_850b2e819b26ea8f-07", "source_id": "seamless_850b2e819b26ea8f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0060_I00000307_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_850b2e819b26ea8f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a0b1a8bf1ab73b4d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8d3b6fbbea0c906a", "row_id": "AVJointReasoning-seamless_850b2e819b26ea8f-08", "source_id": "seamless_850b2e819b26ea8f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0060_I00000307_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_850b2e819b26ea8f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8d3b6fbbea0c906a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa1785d87add868d", "row_id": "AVJointReasoning-seamless_850b2e819b26ea8f-09", "source_id": "seamless_850b2e819b26ea8f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0060_I00000307_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_850b2e819b26ea8f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_aa1785d87add868d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa0581976d9bce59", "row_id": "AVJointReasoning-seamless_8636fedac72536ce-00", "source_id": "seamless_8636fedac72536ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8636fedac72536ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_aa0581976d9bce59.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8abaaa6800dac1d1", "row_id": "AVJointReasoning-seamless_8636fedac72536ce-01", "source_id": "seamless_8636fedac72536ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8636fedac72536ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8abaaa6800dac1d1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3b34c24bb19d3f35", "row_id": "AVJointReasoning-seamless_8636fedac72536ce-02", "source_id": "seamless_8636fedac72536ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8636fedac72536ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3b34c24bb19d3f35.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa6649ad81981354", "row_id": "AVJointReasoning-seamless_8636fedac72536ce-03", "source_id": "seamless_8636fedac72536ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8636fedac72536ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_aa6649ad81981354.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5891eaf584296e3f", "row_id": "AVJointReasoning-seamless_8636fedac72536ce-04", "source_id": "seamless_8636fedac72536ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8636fedac72536ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5891eaf584296e3f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5484f8e830e03720", "row_id": "AVJointReasoning-seamless_8636fedac72536ce-05", "source_id": "seamless_8636fedac72536ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8636fedac72536ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5484f8e830e03720.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0ec2abb5ea0cb21a", "row_id": "AVJointReasoning-seamless_8636fedac72536ce-06", "source_id": "seamless_8636fedac72536ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8636fedac72536ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0ec2abb5ea0cb21a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_106d539bf7bfe9af", "row_id": "AVJointReasoning-seamless_8636fedac72536ce-07", "source_id": "seamless_8636fedac72536ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8636fedac72536ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_106d539bf7bfe9af.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1df1aea6fcc73468", "row_id": "AVJointReasoning-seamless_8636fedac72536ce-08", "source_id": "seamless_8636fedac72536ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8636fedac72536ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1df1aea6fcc73468.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1aa36b1a454fc676", "row_id": "AVJointReasoning-seamless_8636fedac72536ce-09", "source_id": "seamless_8636fedac72536ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8636fedac72536ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1aa36b1a454fc676.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0d6ca9b4d3997064", "row_id": "AVJointReasoning-seamless_86dbb7cc9e741de7-00", "source_id": "seamless_86dbb7cc9e741de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000129_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_86dbb7cc9e741de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0d6ca9b4d3997064.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e20dc78dba3040df", "row_id": "AVJointReasoning-seamless_86dbb7cc9e741de7-01", "source_id": "seamless_86dbb7cc9e741de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000129_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_86dbb7cc9e741de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e20dc78dba3040df.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6b2adc19cc41fb39", "row_id": "AVJointReasoning-seamless_86dbb7cc9e741de7-02", "source_id": "seamless_86dbb7cc9e741de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000129_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_86dbb7cc9e741de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6b2adc19cc41fb39.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_382f0e4dea59208e", "row_id": "AVJointReasoning-seamless_86dbb7cc9e741de7-03", "source_id": "seamless_86dbb7cc9e741de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000129_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_86dbb7cc9e741de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_382f0e4dea59208e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ffecf1054edb11ba", "row_id": "AVJointReasoning-seamless_86dbb7cc9e741de7-04", "source_id": "seamless_86dbb7cc9e741de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000129_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_86dbb7cc9e741de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ffecf1054edb11ba.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_627c76362185598e", "row_id": "AVJointReasoning-seamless_86dbb7cc9e741de7-05", "source_id": "seamless_86dbb7cc9e741de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000129_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_86dbb7cc9e741de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_627c76362185598e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fd95328271e14e2f", "row_id": "AVJointReasoning-seamless_86dbb7cc9e741de7-06", "source_id": "seamless_86dbb7cc9e741de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000129_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_86dbb7cc9e741de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fd95328271e14e2f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3562f35471994eb6", "row_id": "AVJointReasoning-seamless_86dbb7cc9e741de7-07", "source_id": "seamless_86dbb7cc9e741de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000129_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_86dbb7cc9e741de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3562f35471994eb6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c763a093ed7263e7", "row_id": "AVJointReasoning-seamless_86dbb7cc9e741de7-08", "source_id": "seamless_86dbb7cc9e741de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000129_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_86dbb7cc9e741de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c763a093ed7263e7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_71b086673d58473f", "row_id": "AVJointReasoning-seamless_86dbb7cc9e741de7-09", "source_id": "seamless_86dbb7cc9e741de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000129_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_86dbb7cc9e741de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_71b086673d58473f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_07be927b65813c08", "row_id": "AVJointReasoning-seamless_87177e6a87e31c8e-00", "source_id": "seamless_87177e6a87e31c8e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0041_I00000376_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87177e6a87e31c8e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_07be927b65813c08.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_28b3b3cabfeb515e", "row_id": "AVJointReasoning-seamless_87177e6a87e31c8e-01", "source_id": "seamless_87177e6a87e31c8e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0041_I00000376_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87177e6a87e31c8e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_28b3b3cabfeb515e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8fb22a9c5d50e08b", "row_id": "AVJointReasoning-seamless_87177e6a87e31c8e-02", "source_id": "seamless_87177e6a87e31c8e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0041_I00000376_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87177e6a87e31c8e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8fb22a9c5d50e08b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f7c2db28f51a12f0", "row_id": "AVJointReasoning-seamless_87177e6a87e31c8e-03", "source_id": "seamless_87177e6a87e31c8e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0041_I00000376_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87177e6a87e31c8e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f7c2db28f51a12f0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_81ec55c189b737fe", "row_id": "AVJointReasoning-seamless_87177e6a87e31c8e-04", "source_id": "seamless_87177e6a87e31c8e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0041_I00000376_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87177e6a87e31c8e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_81ec55c189b737fe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c710f988e61a0c47", "row_id": "AVJointReasoning-seamless_87177e6a87e31c8e-05", "source_id": "seamless_87177e6a87e31c8e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0041_I00000376_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87177e6a87e31c8e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c710f988e61a0c47.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4351760f12743812", "row_id": "AVJointReasoning-seamless_87177e6a87e31c8e-06", "source_id": "seamless_87177e6a87e31c8e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0041_I00000376_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87177e6a87e31c8e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4351760f12743812.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_304102392fc37350", "row_id": "AVJointReasoning-seamless_87177e6a87e31c8e-07", "source_id": "seamless_87177e6a87e31c8e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0041_I00000376_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87177e6a87e31c8e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_304102392fc37350.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a8f04a6695b1f9ac", "row_id": "AVJointReasoning-seamless_87177e6a87e31c8e-08", "source_id": "seamless_87177e6a87e31c8e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0041_I00000376_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87177e6a87e31c8e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a8f04a6695b1f9ac.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1b48a52e9082be06", "row_id": "AVJointReasoning-seamless_87177e6a87e31c8e-09", "source_id": "seamless_87177e6a87e31c8e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0041_I00000376_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87177e6a87e31c8e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1b48a52e9082be06.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_89c87287b11ad22b", "row_id": "AVJointReasoning-seamless_871bb1a60888c032-00", "source_id": "seamless_871bb1a60888c032", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_871bb1a60888c032", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_89c87287b11ad22b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_894544c936afcd5f", "row_id": "AVJointReasoning-seamless_871bb1a60888c032-01", "source_id": "seamless_871bb1a60888c032", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_871bb1a60888c032", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_894544c936afcd5f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0d8bc54d9a02f8f7", "row_id": "AVJointReasoning-seamless_871bb1a60888c032-02", "source_id": "seamless_871bb1a60888c032", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_871bb1a60888c032", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0d8bc54d9a02f8f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd4f3e0c9397af19", "row_id": "AVJointReasoning-seamless_871bb1a60888c032-03", "source_id": "seamless_871bb1a60888c032", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_871bb1a60888c032", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bd4f3e0c9397af19.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3512079dd65f63b0", "row_id": "AVJointReasoning-seamless_871bb1a60888c032-04", "source_id": "seamless_871bb1a60888c032", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_871bb1a60888c032", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3512079dd65f63b0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f0e4aa6f010703cc", "row_id": "AVJointReasoning-seamless_871bb1a60888c032-05", "source_id": "seamless_871bb1a60888c032", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_871bb1a60888c032", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f0e4aa6f010703cc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_abbef34f096ad70f", "row_id": "AVJointReasoning-seamless_871bb1a60888c032-06", "source_id": "seamless_871bb1a60888c032", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_871bb1a60888c032", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_abbef34f096ad70f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_93a9a60489b5aaea", "row_id": "AVJointReasoning-seamless_871bb1a60888c032-07", "source_id": "seamless_871bb1a60888c032", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_871bb1a60888c032", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_93a9a60489b5aaea.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2549a97f2c6e38e0", "row_id": "AVJointReasoning-seamless_871bb1a60888c032-08", "source_id": "seamless_871bb1a60888c032", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_871bb1a60888c032", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2549a97f2c6e38e0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c5e27224642fbb1a", "row_id": "AVJointReasoning-seamless_871bb1a60888c032-09", "source_id": "seamless_871bb1a60888c032", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_871bb1a60888c032", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c5e27224642fbb1a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ee9f72a71729365e", "row_id": "AVJointReasoning-seamless_87f1fe79dd1c0e00-00", "source_id": "seamless_87f1fe79dd1c0e00", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87f1fe79dd1c0e00", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ee9f72a71729365e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9f0fcec94e598d30", "row_id": "AVJointReasoning-seamless_87f1fe79dd1c0e00-01", "source_id": "seamless_87f1fe79dd1c0e00", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87f1fe79dd1c0e00", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9f0fcec94e598d30.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d5fc0b5d082689e1", "row_id": "AVJointReasoning-seamless_87f1fe79dd1c0e00-02", "source_id": "seamless_87f1fe79dd1c0e00", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87f1fe79dd1c0e00", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d5fc0b5d082689e1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7d77677668f1c787", "row_id": "AVJointReasoning-seamless_87f1fe79dd1c0e00-03", "source_id": "seamless_87f1fe79dd1c0e00", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87f1fe79dd1c0e00", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7d77677668f1c787.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_54952091be3dc5be", "row_id": "AVJointReasoning-seamless_87f1fe79dd1c0e00-04", "source_id": "seamless_87f1fe79dd1c0e00", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87f1fe79dd1c0e00", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_54952091be3dc5be.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5aa16366fd09f020", "row_id": "AVJointReasoning-seamless_87f1fe79dd1c0e00-05", "source_id": "seamless_87f1fe79dd1c0e00", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87f1fe79dd1c0e00", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5aa16366fd09f020.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_19d874307d67cffa", "row_id": "AVJointReasoning-seamless_87f1fe79dd1c0e00-06", "source_id": "seamless_87f1fe79dd1c0e00", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87f1fe79dd1c0e00", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_19d874307d67cffa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d11267625938a459", "row_id": "AVJointReasoning-seamless_87f1fe79dd1c0e00-07", "source_id": "seamless_87f1fe79dd1c0e00", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87f1fe79dd1c0e00", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d11267625938a459.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dd90fb05b48cd95e", "row_id": "AVJointReasoning-seamless_87f1fe79dd1c0e00-08", "source_id": "seamless_87f1fe79dd1c0e00", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87f1fe79dd1c0e00", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dd90fb05b48cd95e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_63a4ccd63a44d776", "row_id": "AVJointReasoning-seamless_87f1fe79dd1c0e00-09", "source_id": "seamless_87f1fe79dd1c0e00", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_87f1fe79dd1c0e00", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_63a4ccd63a44d776.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4543d79a903cc504", "row_id": "AVJointReasoning-seamless_881dce956c4bf380-00", "source_id": "seamless_881dce956c4bf380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000543_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_881dce956c4bf380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4543d79a903cc504.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b7da331150614cda", "row_id": "AVJointReasoning-seamless_881dce956c4bf380-01", "source_id": "seamless_881dce956c4bf380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000543_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_881dce956c4bf380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b7da331150614cda.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6629073e032be46c", "row_id": "AVJointReasoning-seamless_881dce956c4bf380-02", "source_id": "seamless_881dce956c4bf380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000543_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_881dce956c4bf380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6629073e032be46c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5e1d7eb5c1506a51", "row_id": "AVJointReasoning-seamless_881dce956c4bf380-03", "source_id": "seamless_881dce956c4bf380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000543_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_881dce956c4bf380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5e1d7eb5c1506a51.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a6639fedae0bfd64", "row_id": "AVJointReasoning-seamless_881dce956c4bf380-04", "source_id": "seamless_881dce956c4bf380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000543_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_881dce956c4bf380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a6639fedae0bfd64.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dae5c5c7a3abb7ff", "row_id": "AVJointReasoning-seamless_881dce956c4bf380-05", "source_id": "seamless_881dce956c4bf380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000543_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_881dce956c4bf380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dae5c5c7a3abb7ff.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_24209aad9f9100ac", "row_id": "AVJointReasoning-seamless_881dce956c4bf380-06", "source_id": "seamless_881dce956c4bf380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000543_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_881dce956c4bf380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_24209aad9f9100ac.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e68338dd169412de", "row_id": "AVJointReasoning-seamless_881dce956c4bf380-07", "source_id": "seamless_881dce956c4bf380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000543_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_881dce956c4bf380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e68338dd169412de.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_174b56aabc2a3bc7", "row_id": "AVJointReasoning-seamless_881dce956c4bf380-08", "source_id": "seamless_881dce956c4bf380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000543_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_881dce956c4bf380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_174b56aabc2a3bc7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e07414f5cf2e13c8", "row_id": "AVJointReasoning-seamless_881dce956c4bf380-09", "source_id": "seamless_881dce956c4bf380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000543_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_881dce956c4bf380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e07414f5cf2e13c8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c3df8407157db250", "row_id": "AVJointReasoning-seamless_896692d908bc3927-00", "source_id": "seamless_896692d908bc3927", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0044_I00000582_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_896692d908bc3927", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c3df8407157db250.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b7c31bc51a7ebe1e", "row_id": "AVJointReasoning-seamless_896692d908bc3927-01", "source_id": "seamless_896692d908bc3927", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0044_I00000582_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_896692d908bc3927", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b7c31bc51a7ebe1e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f7ec11a578d4ef8b", "row_id": "AVJointReasoning-seamless_896692d908bc3927-02", "source_id": "seamless_896692d908bc3927", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0044_I00000582_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_896692d908bc3927", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f7ec11a578d4ef8b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_20af06ae5be8a64c", "row_id": "AVJointReasoning-seamless_896692d908bc3927-03", "source_id": "seamless_896692d908bc3927", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0044_I00000582_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_896692d908bc3927", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_20af06ae5be8a64c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4fe0581d74517cac", "row_id": "AVJointReasoning-seamless_896692d908bc3927-04", "source_id": "seamless_896692d908bc3927", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0044_I00000582_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_896692d908bc3927", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4fe0581d74517cac.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_174c9c6f19e87e44", "row_id": "AVJointReasoning-seamless_896692d908bc3927-05", "source_id": "seamless_896692d908bc3927", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0044_I00000582_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_896692d908bc3927", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_174c9c6f19e87e44.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_67b13503d445c447", "row_id": "AVJointReasoning-seamless_896692d908bc3927-06", "source_id": "seamless_896692d908bc3927", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0044_I00000582_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_896692d908bc3927", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_67b13503d445c447.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6fcda63af4fcf218", "row_id": "AVJointReasoning-seamless_896692d908bc3927-07", "source_id": "seamless_896692d908bc3927", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0044_I00000582_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_896692d908bc3927", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6fcda63af4fcf218.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dde669b684c314a1", "row_id": "AVJointReasoning-seamless_896692d908bc3927-08", "source_id": "seamless_896692d908bc3927", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0044_I00000582_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_896692d908bc3927", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dde669b684c314a1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ed6250e055eba7fa", "row_id": "AVJointReasoning-seamless_896692d908bc3927-09", "source_id": "seamless_896692d908bc3927", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0044_I00000582_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_896692d908bc3927", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ed6250e055eba7fa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f505d05ce3b716e3", "row_id": "AVJointReasoning-seamless_8a3c6b87e142c063-00", "source_id": "seamless_8a3c6b87e142c063", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000579_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8a3c6b87e142c063", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f505d05ce3b716e3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a90af36377034df3", "row_id": "AVJointReasoning-seamless_8a3c6b87e142c063-01", "source_id": "seamless_8a3c6b87e142c063", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000579_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8a3c6b87e142c063", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a90af36377034df3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9298cb2e7c95b626", "row_id": "AVJointReasoning-seamless_8a3c6b87e142c063-02", "source_id": "seamless_8a3c6b87e142c063", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000579_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8a3c6b87e142c063", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9298cb2e7c95b626.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e54c64c5d878e950", "row_id": "AVJointReasoning-seamless_8a3c6b87e142c063-03", "source_id": "seamless_8a3c6b87e142c063", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000579_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8a3c6b87e142c063", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e54c64c5d878e950.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dd593c7ec23d04ed", "row_id": "AVJointReasoning-seamless_8a3c6b87e142c063-04", "source_id": "seamless_8a3c6b87e142c063", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000579_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8a3c6b87e142c063", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dd593c7ec23d04ed.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_48a6316c24b4b20e", "row_id": "AVJointReasoning-seamless_8a3c6b87e142c063-05", "source_id": "seamless_8a3c6b87e142c063", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000579_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8a3c6b87e142c063", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_48a6316c24b4b20e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1d62c8aacef23a17", "row_id": "AVJointReasoning-seamless_8a3c6b87e142c063-06", "source_id": "seamless_8a3c6b87e142c063", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000579_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8a3c6b87e142c063", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1d62c8aacef23a17.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e4ad5de6ca7142b3", "row_id": "AVJointReasoning-seamless_8a3c6b87e142c063-07", "source_id": "seamless_8a3c6b87e142c063", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000579_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8a3c6b87e142c063", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e4ad5de6ca7142b3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd38d9e0ddc9e15e", "row_id": "AVJointReasoning-seamless_8a3c6b87e142c063-08", "source_id": "seamless_8a3c6b87e142c063", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000579_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8a3c6b87e142c063", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bd38d9e0ddc9e15e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e630314a2db64545", "row_id": "AVJointReasoning-seamless_8a3c6b87e142c063-09", "source_id": "seamless_8a3c6b87e142c063", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000579_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8a3c6b87e142c063", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e630314a2db64545.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_61b9a328bf00be01", "row_id": "AVJointReasoning-seamless_8c60ce772ecaf6f2-00", "source_id": "seamless_8c60ce772ecaf6f2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c60ce772ecaf6f2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_61b9a328bf00be01.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_faadf014e8f1a665", "row_id": "AVJointReasoning-seamless_8c60ce772ecaf6f2-01", "source_id": "seamless_8c60ce772ecaf6f2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c60ce772ecaf6f2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_faadf014e8f1a665.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3978dbe1a5959110", "row_id": "AVJointReasoning-seamless_8c60ce772ecaf6f2-02", "source_id": "seamless_8c60ce772ecaf6f2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c60ce772ecaf6f2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3978dbe1a5959110.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_07b8d9710655ef7d", "row_id": "AVJointReasoning-seamless_8c60ce772ecaf6f2-03", "source_id": "seamless_8c60ce772ecaf6f2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c60ce772ecaf6f2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_07b8d9710655ef7d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6ccc001a7f0a0b6b", "row_id": "AVJointReasoning-seamless_8c60ce772ecaf6f2-04", "source_id": "seamless_8c60ce772ecaf6f2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c60ce772ecaf6f2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6ccc001a7f0a0b6b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3a6fde46015c8e0d", "row_id": "AVJointReasoning-seamless_8c60ce772ecaf6f2-05", "source_id": "seamless_8c60ce772ecaf6f2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c60ce772ecaf6f2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3a6fde46015c8e0d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5963db7b78645538", "row_id": "AVJointReasoning-seamless_8c60ce772ecaf6f2-06", "source_id": "seamless_8c60ce772ecaf6f2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c60ce772ecaf6f2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5963db7b78645538.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4d7e7fdc2e6fbef9", "row_id": "AVJointReasoning-seamless_8c60ce772ecaf6f2-07", "source_id": "seamless_8c60ce772ecaf6f2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c60ce772ecaf6f2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4d7e7fdc2e6fbef9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bffa2564f6f6c09a", "row_id": "AVJointReasoning-seamless_8c60ce772ecaf6f2-08", "source_id": "seamless_8c60ce772ecaf6f2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c60ce772ecaf6f2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bffa2564f6f6c09a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1d0fb52471d24e60", "row_id": "AVJointReasoning-seamless_8c60ce772ecaf6f2-09", "source_id": "seamless_8c60ce772ecaf6f2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c60ce772ecaf6f2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1d0fb52471d24e60.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6359b2032030014b", "row_id": "AVJointReasoning-seamless_8c731dd00a0c33f1-00", "source_id": "seamless_8c731dd00a0c33f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000535_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c731dd00a0c33f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6359b2032030014b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1f0b24b19f1f29bc", "row_id": "AVJointReasoning-seamless_8c731dd00a0c33f1-01", "source_id": "seamless_8c731dd00a0c33f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000535_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c731dd00a0c33f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1f0b24b19f1f29bc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2c176ef32557ff0e", "row_id": "AVJointReasoning-seamless_8c731dd00a0c33f1-02", "source_id": "seamless_8c731dd00a0c33f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000535_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c731dd00a0c33f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2c176ef32557ff0e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_94a6567c6c02de06", "row_id": "AVJointReasoning-seamless_8c731dd00a0c33f1-03", "source_id": "seamless_8c731dd00a0c33f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000535_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c731dd00a0c33f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_94a6567c6c02de06.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2f1207d91c1727c6", "row_id": "AVJointReasoning-seamless_8c731dd00a0c33f1-04", "source_id": "seamless_8c731dd00a0c33f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000535_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c731dd00a0c33f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2f1207d91c1727c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5451910d3a4cf3f3", "row_id": "AVJointReasoning-seamless_8c731dd00a0c33f1-05", "source_id": "seamless_8c731dd00a0c33f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000535_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c731dd00a0c33f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5451910d3a4cf3f3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9e6a3aa17bb1b55e", "row_id": "AVJointReasoning-seamless_8c731dd00a0c33f1-06", "source_id": "seamless_8c731dd00a0c33f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000535_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c731dd00a0c33f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9e6a3aa17bb1b55e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ee834462d1f5ec35", "row_id": "AVJointReasoning-seamless_8c731dd00a0c33f1-07", "source_id": "seamless_8c731dd00a0c33f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000535_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c731dd00a0c33f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ee834462d1f5ec35.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a2b595857c51bfdb", "row_id": "AVJointReasoning-seamless_8c731dd00a0c33f1-08", "source_id": "seamless_8c731dd00a0c33f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000535_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c731dd00a0c33f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a2b595857c51bfdb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_858d71a26c824379", "row_id": "AVJointReasoning-seamless_8c731dd00a0c33f1-09", "source_id": "seamless_8c731dd00a0c33f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000535_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8c731dd00a0c33f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_858d71a26c824379.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_344ba1d2ddf70108", "row_id": "AVJointReasoning-seamless_8cc8f13fa699777d-00", "source_id": "seamless_8cc8f13fa699777d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8cc8f13fa699777d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_344ba1d2ddf70108.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eaf7586073f5d411", "row_id": "AVJointReasoning-seamless_8cc8f13fa699777d-01", "source_id": "seamless_8cc8f13fa699777d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8cc8f13fa699777d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_eaf7586073f5d411.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_573aa7b7ad2a4dfd", "row_id": "AVJointReasoning-seamless_8cc8f13fa699777d-02", "source_id": "seamless_8cc8f13fa699777d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8cc8f13fa699777d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_573aa7b7ad2a4dfd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7fc624a5835b3036", "row_id": "AVJointReasoning-seamless_8cc8f13fa699777d-03", "source_id": "seamless_8cc8f13fa699777d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8cc8f13fa699777d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7fc624a5835b3036.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_de7c43387f0ce460", "row_id": "AVJointReasoning-seamless_8cc8f13fa699777d-04", "source_id": "seamless_8cc8f13fa699777d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8cc8f13fa699777d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_de7c43387f0ce460.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_35b8f1d84522fad5", "row_id": "AVJointReasoning-seamless_8cc8f13fa699777d-05", "source_id": "seamless_8cc8f13fa699777d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8cc8f13fa699777d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_35b8f1d84522fad5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_296b380d27f0fcc7", "row_id": "AVJointReasoning-seamless_8cc8f13fa699777d-06", "source_id": "seamless_8cc8f13fa699777d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8cc8f13fa699777d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_296b380d27f0fcc7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a6c77a4f654b4ea", "row_id": "AVJointReasoning-seamless_8cc8f13fa699777d-07", "source_id": "seamless_8cc8f13fa699777d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8cc8f13fa699777d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4a6c77a4f654b4ea.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_635e61618267c2c7", "row_id": "AVJointReasoning-seamless_8cc8f13fa699777d-08", "source_id": "seamless_8cc8f13fa699777d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8cc8f13fa699777d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_635e61618267c2c7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0e0dc30dbe6d4fdf", "row_id": "AVJointReasoning-seamless_8cc8f13fa699777d-09", "source_id": "seamless_8cc8f13fa699777d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8cc8f13fa699777d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0e0dc30dbe6d4fdf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4edb415f3d692ae1", "row_id": "AVJointReasoning-seamless_8e45d420cf050c1a-00", "source_id": "seamless_8e45d420cf050c1a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4edb415f3d692ae1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1908c0cddfc353b0", "row_id": "AVJointReasoning-seamless_8e45d420cf050c1a-01", "source_id": "seamless_8e45d420cf050c1a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1908c0cddfc353b0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f10d31486e728547", "row_id": "AVJointReasoning-seamless_8e45d420cf050c1a-02", "source_id": "seamless_8e45d420cf050c1a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f10d31486e728547.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7a1e0d0f96c8f51f", "row_id": "AVJointReasoning-seamless_8e45d420cf050c1a-03", "source_id": "seamless_8e45d420cf050c1a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7a1e0d0f96c8f51f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_30a91e6903711061", "row_id": "AVJointReasoning-seamless_8e45d420cf050c1a-04", "source_id": "seamless_8e45d420cf050c1a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_30a91e6903711061.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_77433e81dbb3d2a0", "row_id": "AVJointReasoning-seamless_8e45d420cf050c1a-05", "source_id": "seamless_8e45d420cf050c1a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_77433e81dbb3d2a0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d4a57be9a330043f", "row_id": "AVJointReasoning-seamless_8e45d420cf050c1a-06", "source_id": "seamless_8e45d420cf050c1a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d4a57be9a330043f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b5d0a99323440993", "row_id": "AVJointReasoning-seamless_8e45d420cf050c1a-07", "source_id": "seamless_8e45d420cf050c1a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b5d0a99323440993.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_494822be20c7c48c", "row_id": "AVJointReasoning-seamless_8e45d420cf050c1a-08", "source_id": "seamless_8e45d420cf050c1a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_494822be20c7c48c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_17fb24375ff55dc6", "row_id": "AVJointReasoning-seamless_8e45d420cf050c1a-09", "source_id": "seamless_8e45d420cf050c1a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_17fb24375ff55dc6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b58c2215378e093d", "row_id": "AVJointReasoning-seamless_8f1272c785fca5c1-00", "source_id": "seamless_8f1272c785fca5c1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b58c2215378e093d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e65c2928abd2bc3a", "row_id": "AVJointReasoning-seamless_8f1272c785fca5c1-01", "source_id": "seamless_8f1272c785fca5c1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e65c2928abd2bc3a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_21e21d855705c8c8", "row_id": "AVJointReasoning-seamless_8f1272c785fca5c1-02", "source_id": "seamless_8f1272c785fca5c1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_21e21d855705c8c8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_183b6586d6d1d3b6", "row_id": "AVJointReasoning-seamless_8f1272c785fca5c1-03", "source_id": "seamless_8f1272c785fca5c1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_183b6586d6d1d3b6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_30e8abf514e7c561", "row_id": "AVJointReasoning-seamless_8f1272c785fca5c1-04", "source_id": "seamless_8f1272c785fca5c1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_30e8abf514e7c561.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c0f68f83d87ad5dc", "row_id": "AVJointReasoning-seamless_8f1272c785fca5c1-05", "source_id": "seamless_8f1272c785fca5c1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c0f68f83d87ad5dc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8046c8cb1b406d79", "row_id": "AVJointReasoning-seamless_8f1272c785fca5c1-06", "source_id": "seamless_8f1272c785fca5c1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8046c8cb1b406d79.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fae1e7d20fc70ed8", "row_id": "AVJointReasoning-seamless_8f1272c785fca5c1-07", "source_id": "seamless_8f1272c785fca5c1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fae1e7d20fc70ed8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_af78f33feabbdb05", "row_id": "AVJointReasoning-seamless_8f1272c785fca5c1-08", "source_id": "seamless_8f1272c785fca5c1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_af78f33feabbdb05.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a9188fcf726858f1", "row_id": "AVJointReasoning-seamless_8f1272c785fca5c1-09", "source_id": "seamless_8f1272c785fca5c1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a9188fcf726858f1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b8a1c34c3f50d7b6", "row_id": "AVJointReasoning-seamless_8fcd0be8d3e381e6-00", "source_id": "seamless_8fcd0be8d3e381e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b8a1c34c3f50d7b6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_01bd2425851f0127", "row_id": "AVJointReasoning-seamless_8fcd0be8d3e381e6-01", "source_id": "seamless_8fcd0be8d3e381e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_01bd2425851f0127.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9936f1768cb1e160", "row_id": "AVJointReasoning-seamless_8fcd0be8d3e381e6-02", "source_id": "seamless_8fcd0be8d3e381e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9936f1768cb1e160.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6944bb5f17f29c54", "row_id": "AVJointReasoning-seamless_8fcd0be8d3e381e6-03", "source_id": "seamless_8fcd0be8d3e381e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6944bb5f17f29c54.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d061a68428451271", "row_id": "AVJointReasoning-seamless_8fcd0be8d3e381e6-04", "source_id": "seamless_8fcd0be8d3e381e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d061a68428451271.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_28b9e465309920f7", "row_id": "AVJointReasoning-seamless_8fcd0be8d3e381e6-05", "source_id": "seamless_8fcd0be8d3e381e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_28b9e465309920f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fa082c2d3d97966a", "row_id": "AVJointReasoning-seamless_8fcd0be8d3e381e6-06", "source_id": "seamless_8fcd0be8d3e381e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fa082c2d3d97966a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fff9dfbe1abb0635", "row_id": "AVJointReasoning-seamless_8fcd0be8d3e381e6-07", "source_id": "seamless_8fcd0be8d3e381e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fff9dfbe1abb0635.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_46411ea2ebf14a1d", "row_id": "AVJointReasoning-seamless_8fcd0be8d3e381e6-08", "source_id": "seamless_8fcd0be8d3e381e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_46411ea2ebf14a1d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_571b96964c49ef6c", "row_id": "AVJointReasoning-seamless_8fcd0be8d3e381e6-09", "source_id": "seamless_8fcd0be8d3e381e6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_571b96964c49ef6c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8bf134bbf4be70a4", "row_id": "AVJointReasoning-seamless_90a278c392262268-00", "source_id": "seamless_90a278c392262268", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a278c392262268", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8bf134bbf4be70a4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f3a6e25823b3c69a", "row_id": "AVJointReasoning-seamless_90a278c392262268-01", "source_id": "seamless_90a278c392262268", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a278c392262268", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f3a6e25823b3c69a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ab2c735d7d432eb4", "row_id": "AVJointReasoning-seamless_90a278c392262268-02", "source_id": "seamless_90a278c392262268", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a278c392262268", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ab2c735d7d432eb4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d5832fd1df8fae03", "row_id": "AVJointReasoning-seamless_90a278c392262268-03", "source_id": "seamless_90a278c392262268", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a278c392262268", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d5832fd1df8fae03.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a7519688ee594ea0", "row_id": "AVJointReasoning-seamless_90a278c392262268-04", "source_id": "seamless_90a278c392262268", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a278c392262268", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a7519688ee594ea0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5731095df880d6f8", "row_id": "AVJointReasoning-seamless_90a278c392262268-05", "source_id": "seamless_90a278c392262268", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a278c392262268", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5731095df880d6f8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_45ccea661778cac0", "row_id": "AVJointReasoning-seamless_90a278c392262268-06", "source_id": "seamless_90a278c392262268", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a278c392262268", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_45ccea661778cac0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_03f09202c36aa4f8", "row_id": "AVJointReasoning-seamless_90a278c392262268-07", "source_id": "seamless_90a278c392262268", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a278c392262268", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_03f09202c36aa4f8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_59204865bc3018ff", "row_id": "AVJointReasoning-seamless_90a278c392262268-08", "source_id": "seamless_90a278c392262268", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a278c392262268", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_59204865bc3018ff.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_95154b23b30abb29", "row_id": "AVJointReasoning-seamless_90a278c392262268-09", "source_id": "seamless_90a278c392262268", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a278c392262268", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_95154b23b30abb29.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e9f745b80e0323ea", "row_id": "AVJointReasoning-seamless_90a74b79c370d46b-00", "source_id": "seamless_90a74b79c370d46b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a74b79c370d46b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e9f745b80e0323ea.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0f9808c31befbdb5", "row_id": "AVJointReasoning-seamless_90a74b79c370d46b-01", "source_id": "seamless_90a74b79c370d46b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a74b79c370d46b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0f9808c31befbdb5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5f3078b8ac1ffe11", "row_id": "AVJointReasoning-seamless_90a74b79c370d46b-02", "source_id": "seamless_90a74b79c370d46b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a74b79c370d46b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5f3078b8ac1ffe11.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cfc01461fe2ade59", "row_id": "AVJointReasoning-seamless_90a74b79c370d46b-03", "source_id": "seamless_90a74b79c370d46b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a74b79c370d46b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_cfc01461fe2ade59.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ae446576a33f6cae", "row_id": "AVJointReasoning-seamless_90a74b79c370d46b-04", "source_id": "seamless_90a74b79c370d46b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a74b79c370d46b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ae446576a33f6cae.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_48b4009a602c4691", "row_id": "AVJointReasoning-seamless_90a74b79c370d46b-05", "source_id": "seamless_90a74b79c370d46b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a74b79c370d46b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_48b4009a602c4691.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_443cc39c39918f0d", "row_id": "AVJointReasoning-seamless_90a74b79c370d46b-06", "source_id": "seamless_90a74b79c370d46b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a74b79c370d46b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_443cc39c39918f0d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dbe8747aa8897863", "row_id": "AVJointReasoning-seamless_90a74b79c370d46b-07", "source_id": "seamless_90a74b79c370d46b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a74b79c370d46b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dbe8747aa8897863.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7853ae870f1a155f", "row_id": "AVJointReasoning-seamless_90a74b79c370d46b-08", "source_id": "seamless_90a74b79c370d46b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a74b79c370d46b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7853ae870f1a155f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cb87e5bdeaffc512", "row_id": "AVJointReasoning-seamless_90a74b79c370d46b-09", "source_id": "seamless_90a74b79c370d46b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_90a74b79c370d46b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_cb87e5bdeaffc512.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c3a36ebc4beb096b", "row_id": "AVJointReasoning-seamless_930ba0b995115c9d-00", "source_id": "seamless_930ba0b995115c9d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_930ba0b995115c9d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c3a36ebc4beb096b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_56f4a8d1d27da9a9", "row_id": "AVJointReasoning-seamless_930ba0b995115c9d-01", "source_id": "seamless_930ba0b995115c9d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_930ba0b995115c9d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_56f4a8d1d27da9a9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0d875f0eab5a8781", "row_id": "AVJointReasoning-seamless_930ba0b995115c9d-02", "source_id": "seamless_930ba0b995115c9d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_930ba0b995115c9d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0d875f0eab5a8781.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ab3db1bd4489abb4", "row_id": "AVJointReasoning-seamless_930ba0b995115c9d-03", "source_id": "seamless_930ba0b995115c9d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_930ba0b995115c9d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ab3db1bd4489abb4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_29d130a0aabfe36d", "row_id": "AVJointReasoning-seamless_930ba0b995115c9d-04", "source_id": "seamless_930ba0b995115c9d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_930ba0b995115c9d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_29d130a0aabfe36d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b596511ae3303b5e", "row_id": "AVJointReasoning-seamless_930ba0b995115c9d-05", "source_id": "seamless_930ba0b995115c9d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_930ba0b995115c9d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b596511ae3303b5e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2fb0b82af0e4cc01", "row_id": "AVJointReasoning-seamless_930ba0b995115c9d-06", "source_id": "seamless_930ba0b995115c9d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_930ba0b995115c9d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2fb0b82af0e4cc01.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4e3e1d4bc7b14728", "row_id": "AVJointReasoning-seamless_930ba0b995115c9d-07", "source_id": "seamless_930ba0b995115c9d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_930ba0b995115c9d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4e3e1d4bc7b14728.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aadb61142c37e5c7", "row_id": "AVJointReasoning-seamless_930ba0b995115c9d-08", "source_id": "seamless_930ba0b995115c9d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_930ba0b995115c9d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_aadb61142c37e5c7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b308a5b274f3e4c2", "row_id": "AVJointReasoning-seamless_930ba0b995115c9d-09", "source_id": "seamless_930ba0b995115c9d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_930ba0b995115c9d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b308a5b274f3e4c2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c1b619c775c85796", "row_id": "AVJointReasoning-seamless_944a1454314993d0-00", "source_id": "seamless_944a1454314993d0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c1b619c775c85796.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_790cc652e30cd173", "row_id": "AVJointReasoning-seamless_944a1454314993d0-01", "source_id": "seamless_944a1454314993d0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_790cc652e30cd173.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8f4e10a86556a60e", "row_id": "AVJointReasoning-seamless_944a1454314993d0-02", "source_id": "seamless_944a1454314993d0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8f4e10a86556a60e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_83bef0ff057f99c8", "row_id": "AVJointReasoning-seamless_944a1454314993d0-03", "source_id": "seamless_944a1454314993d0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_83bef0ff057f99c8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_60e232aae420a1dc", "row_id": "AVJointReasoning-seamless_944a1454314993d0-04", "source_id": "seamless_944a1454314993d0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_60e232aae420a1dc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f3107679297ec642", "row_id": "AVJointReasoning-seamless_944a1454314993d0-05", "source_id": "seamless_944a1454314993d0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f3107679297ec642.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c30e3ca83a8e6b78", "row_id": "AVJointReasoning-seamless_944a1454314993d0-06", "source_id": "seamless_944a1454314993d0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c30e3ca83a8e6b78.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c2a3dffd487036c6", "row_id": "AVJointReasoning-seamless_944a1454314993d0-07", "source_id": "seamless_944a1454314993d0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c2a3dffd487036c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_41e5a9001ee8ad3a", "row_id": "AVJointReasoning-seamless_944a1454314993d0-08", "source_id": "seamless_944a1454314993d0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_41e5a9001ee8ad3a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b761af4458973292", "row_id": "AVJointReasoning-seamless_944a1454314993d0-09", "source_id": "seamless_944a1454314993d0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b761af4458973292.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_820db89669d1de66", "row_id": "AVJointReasoning-seamless_94d7dad9fb2e2ca7-00", "source_id": "seamless_94d7dad9fb2e2ca7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_94d7dad9fb2e2ca7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_820db89669d1de66.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d7613086a1bbd3ab", "row_id": "AVJointReasoning-seamless_94d7dad9fb2e2ca7-01", "source_id": "seamless_94d7dad9fb2e2ca7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_94d7dad9fb2e2ca7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d7613086a1bbd3ab.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ae24534e07589887", "row_id": "AVJointReasoning-seamless_94d7dad9fb2e2ca7-02", "source_id": "seamless_94d7dad9fb2e2ca7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_94d7dad9fb2e2ca7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ae24534e07589887.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c59b17dfd6751175", "row_id": "AVJointReasoning-seamless_94d7dad9fb2e2ca7-03", "source_id": "seamless_94d7dad9fb2e2ca7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_94d7dad9fb2e2ca7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c59b17dfd6751175.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ef26541e7f2b729c", "row_id": "AVJointReasoning-seamless_94d7dad9fb2e2ca7-04", "source_id": "seamless_94d7dad9fb2e2ca7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_94d7dad9fb2e2ca7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ef26541e7f2b729c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_83e29da7b99d89da", "row_id": "AVJointReasoning-seamless_94d7dad9fb2e2ca7-05", "source_id": "seamless_94d7dad9fb2e2ca7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_94d7dad9fb2e2ca7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_83e29da7b99d89da.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_40f96df4f7741ff9", "row_id": "AVJointReasoning-seamless_94d7dad9fb2e2ca7-06", "source_id": "seamless_94d7dad9fb2e2ca7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_94d7dad9fb2e2ca7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_40f96df4f7741ff9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e152961322628135", "row_id": "AVJointReasoning-seamless_94d7dad9fb2e2ca7-07", "source_id": "seamless_94d7dad9fb2e2ca7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_94d7dad9fb2e2ca7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e152961322628135.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_02c5fea3b958828c", "row_id": "AVJointReasoning-seamless_94d7dad9fb2e2ca7-08", "source_id": "seamless_94d7dad9fb2e2ca7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_94d7dad9fb2e2ca7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_02c5fea3b958828c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d7ba6eab2c80a0d5", "row_id": "AVJointReasoning-seamless_94d7dad9fb2e2ca7-09", "source_id": "seamless_94d7dad9fb2e2ca7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_94d7dad9fb2e2ca7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d7ba6eab2c80a0d5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dd3c4a2b36adb92f", "row_id": "AVJointReasoning-seamless_9546bf484209d7a6-00", "source_id": "seamless_9546bf484209d7a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000504_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9546bf484209d7a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dd3c4a2b36adb92f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1f7726f0fcddabf6", "row_id": "AVJointReasoning-seamless_9546bf484209d7a6-01", "source_id": "seamless_9546bf484209d7a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000504_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9546bf484209d7a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1f7726f0fcddabf6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a87cc7d6a6cbcab0", "row_id": "AVJointReasoning-seamless_9546bf484209d7a6-02", "source_id": "seamless_9546bf484209d7a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000504_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9546bf484209d7a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a87cc7d6a6cbcab0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4826939c88c41bb5", "row_id": "AVJointReasoning-seamless_9546bf484209d7a6-03", "source_id": "seamless_9546bf484209d7a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000504_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9546bf484209d7a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4826939c88c41bb5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f12c5f6e387411f0", "row_id": "AVJointReasoning-seamless_9546bf484209d7a6-04", "source_id": "seamless_9546bf484209d7a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000504_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9546bf484209d7a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f12c5f6e387411f0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d95e2a563a91ab49", "row_id": "AVJointReasoning-seamless_9546bf484209d7a6-05", "source_id": "seamless_9546bf484209d7a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000504_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9546bf484209d7a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d95e2a563a91ab49.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_45cefca03222fdfe", "row_id": "AVJointReasoning-seamless_9546bf484209d7a6-06", "source_id": "seamless_9546bf484209d7a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000504_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9546bf484209d7a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_45cefca03222fdfe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3841d9e2f3706ea7", "row_id": "AVJointReasoning-seamless_9546bf484209d7a6-07", "source_id": "seamless_9546bf484209d7a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000504_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9546bf484209d7a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3841d9e2f3706ea7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_66793be000ec92e6", "row_id": "AVJointReasoning-seamless_9546bf484209d7a6-08", "source_id": "seamless_9546bf484209d7a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000504_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9546bf484209d7a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_66793be000ec92e6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_39bfa0e4dbb2c210", "row_id": "AVJointReasoning-seamless_9546bf484209d7a6-09", "source_id": "seamless_9546bf484209d7a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000504_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9546bf484209d7a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_39bfa0e4dbb2c210.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6ab1bbb6762010cb", "row_id": "AVJointReasoning-seamless_9566012267ae81c9-00", "source_id": "seamless_9566012267ae81c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6ab1bbb6762010cb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_db65c818f2d9b668", "row_id": "AVJointReasoning-seamless_9566012267ae81c9-01", "source_id": "seamless_9566012267ae81c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_db65c818f2d9b668.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c36628a073c1ed4e", "row_id": "AVJointReasoning-seamless_9566012267ae81c9-02", "source_id": "seamless_9566012267ae81c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c36628a073c1ed4e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_168052521682e8a8", "row_id": "AVJointReasoning-seamless_9566012267ae81c9-03", "source_id": "seamless_9566012267ae81c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_168052521682e8a8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c4e28f235dc760dc", "row_id": "AVJointReasoning-seamless_9566012267ae81c9-04", "source_id": "seamless_9566012267ae81c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c4e28f235dc760dc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5ef4b85d45d11291", "row_id": "AVJointReasoning-seamless_9566012267ae81c9-05", "source_id": "seamless_9566012267ae81c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5ef4b85d45d11291.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_65ce2c847a554822", "row_id": "AVJointReasoning-seamless_9566012267ae81c9-06", "source_id": "seamless_9566012267ae81c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_65ce2c847a554822.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b766a97c613da39", "row_id": "AVJointReasoning-seamless_9566012267ae81c9-07", "source_id": "seamless_9566012267ae81c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7b766a97c613da39.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e7be32230e1ce74e", "row_id": "AVJointReasoning-seamless_9566012267ae81c9-08", "source_id": "seamless_9566012267ae81c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e7be32230e1ce74e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_076b3edc273a9491", "row_id": "AVJointReasoning-seamless_9566012267ae81c9-09", "source_id": "seamless_9566012267ae81c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_076b3edc273a9491.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ca7dfc6a9493b012", "row_id": "AVJointReasoning-seamless_95ecd0fcb3dd3e4d-00", "source_id": "seamless_95ecd0fcb3dd3e4d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0059_I00000535_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_95ecd0fcb3dd3e4d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ca7dfc6a9493b012.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f8336e73229192b9", "row_id": "AVJointReasoning-seamless_95ecd0fcb3dd3e4d-01", "source_id": "seamless_95ecd0fcb3dd3e4d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0059_I00000535_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_95ecd0fcb3dd3e4d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f8336e73229192b9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2b6f7f214803ba87", "row_id": "AVJointReasoning-seamless_95ecd0fcb3dd3e4d-02", "source_id": "seamless_95ecd0fcb3dd3e4d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0059_I00000535_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_95ecd0fcb3dd3e4d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2b6f7f214803ba87.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aef3bafabd8c5ed3", "row_id": "AVJointReasoning-seamless_95ecd0fcb3dd3e4d-03", "source_id": "seamless_95ecd0fcb3dd3e4d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0059_I00000535_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_95ecd0fcb3dd3e4d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_aef3bafabd8c5ed3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_76905b78e176068f", "row_id": "AVJointReasoning-seamless_95ecd0fcb3dd3e4d-04", "source_id": "seamless_95ecd0fcb3dd3e4d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0059_I00000535_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_95ecd0fcb3dd3e4d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_76905b78e176068f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_968d64f985844e86", "row_id": "AVJointReasoning-seamless_95ecd0fcb3dd3e4d-05", "source_id": "seamless_95ecd0fcb3dd3e4d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0059_I00000535_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_95ecd0fcb3dd3e4d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_968d64f985844e86.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_15b83c9e084d8a78", "row_id": "AVJointReasoning-seamless_95ecd0fcb3dd3e4d-06", "source_id": "seamless_95ecd0fcb3dd3e4d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0059_I00000535_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_95ecd0fcb3dd3e4d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_15b83c9e084d8a78.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8852c1721cc3d351", "row_id": "AVJointReasoning-seamless_95ecd0fcb3dd3e4d-07", "source_id": "seamless_95ecd0fcb3dd3e4d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0059_I00000535_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_95ecd0fcb3dd3e4d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8852c1721cc3d351.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6185114964ee57c2", "row_id": "AVJointReasoning-seamless_95ecd0fcb3dd3e4d-08", "source_id": "seamless_95ecd0fcb3dd3e4d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0059_I00000535_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_95ecd0fcb3dd3e4d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6185114964ee57c2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_686a677fdd84d090", "row_id": "AVJointReasoning-seamless_95ecd0fcb3dd3e4d-09", "source_id": "seamless_95ecd0fcb3dd3e4d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0059_I00000535_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_95ecd0fcb3dd3e4d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_686a677fdd84d090.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bc99b77cabdd611b", "row_id": "AVJointReasoning-seamless_975364c1a863239b-00", "source_id": "seamless_975364c1a863239b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bc99b77cabdd611b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_59f925a12f18e93c", "row_id": "AVJointReasoning-seamless_975364c1a863239b-01", "source_id": "seamless_975364c1a863239b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_59f925a12f18e93c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_01f9f31a34567898", "row_id": "AVJointReasoning-seamless_975364c1a863239b-02", "source_id": "seamless_975364c1a863239b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_01f9f31a34567898.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_841dda72d596a9fe", "row_id": "AVJointReasoning-seamless_975364c1a863239b-03", "source_id": "seamless_975364c1a863239b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_841dda72d596a9fe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a24f660c4420ef2", "row_id": "AVJointReasoning-seamless_975364c1a863239b-04", "source_id": "seamless_975364c1a863239b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4a24f660c4420ef2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a9660e80bb834879", "row_id": "AVJointReasoning-seamless_975364c1a863239b-05", "source_id": "seamless_975364c1a863239b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a9660e80bb834879.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_018cec5915a59fb2", "row_id": "AVJointReasoning-seamless_975364c1a863239b-06", "source_id": "seamless_975364c1a863239b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_018cec5915a59fb2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bf2b5f6a9835178c", "row_id": "AVJointReasoning-seamless_975364c1a863239b-07", "source_id": "seamless_975364c1a863239b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bf2b5f6a9835178c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d7725148b92c6af3", "row_id": "AVJointReasoning-seamless_975364c1a863239b-08", "source_id": "seamless_975364c1a863239b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d7725148b92c6af3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2b8c217319a93d25", "row_id": "AVJointReasoning-seamless_975364c1a863239b-09", "source_id": "seamless_975364c1a863239b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2b8c217319a93d25.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5f0c90746c082353", "row_id": "AVJointReasoning-seamless_97550f61051d9f03-00", "source_id": "seamless_97550f61051d9f03", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0054_I00000785_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_97550f61051d9f03", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5f0c90746c082353.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fbf98f2a0320f9d3", "row_id": "AVJointReasoning-seamless_97550f61051d9f03-01", "source_id": "seamless_97550f61051d9f03", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0054_I00000785_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_97550f61051d9f03", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fbf98f2a0320f9d3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_600a8f8374431b9f", "row_id": "AVJointReasoning-seamless_97550f61051d9f03-02", "source_id": "seamless_97550f61051d9f03", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0054_I00000785_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_97550f61051d9f03", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_600a8f8374431b9f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_db2b4faf4870325d", "row_id": "AVJointReasoning-seamless_97550f61051d9f03-03", "source_id": "seamless_97550f61051d9f03", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0054_I00000785_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_97550f61051d9f03", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_db2b4faf4870325d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b6f9e583b39f3e17", "row_id": "AVJointReasoning-seamless_97550f61051d9f03-04", "source_id": "seamless_97550f61051d9f03", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0054_I00000785_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_97550f61051d9f03", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b6f9e583b39f3e17.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a24434f0af3b475f", "row_id": "AVJointReasoning-seamless_97550f61051d9f03-05", "source_id": "seamless_97550f61051d9f03", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0054_I00000785_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_97550f61051d9f03", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a24434f0af3b475f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9d74ac2f02b2b7fa", "row_id": "AVJointReasoning-seamless_97550f61051d9f03-06", "source_id": "seamless_97550f61051d9f03", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0054_I00000785_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_97550f61051d9f03", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9d74ac2f02b2b7fa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7ef49e21316be893", "row_id": "AVJointReasoning-seamless_97550f61051d9f03-07", "source_id": "seamless_97550f61051d9f03", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0054_I00000785_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_97550f61051d9f03", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7ef49e21316be893.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c5926ff478129ef0", "row_id": "AVJointReasoning-seamless_97550f61051d9f03-08", "source_id": "seamless_97550f61051d9f03", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0054_I00000785_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_97550f61051d9f03", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c5926ff478129ef0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd793b0e82a4dcd0", "row_id": "AVJointReasoning-seamless_97550f61051d9f03-09", "source_id": "seamless_97550f61051d9f03", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0054_I00000785_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_97550f61051d9f03", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bd793b0e82a4dcd0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7496dbece215438b", "row_id": "AVJointReasoning-seamless_9802af4d982665c9-00", "source_id": "seamless_9802af4d982665c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9802af4d982665c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7496dbece215438b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0c41d1a111d1855e", "row_id": "AVJointReasoning-seamless_9802af4d982665c9-01", "source_id": "seamless_9802af4d982665c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9802af4d982665c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0c41d1a111d1855e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0486c2017b3c3cca", "row_id": "AVJointReasoning-seamless_9802af4d982665c9-02", "source_id": "seamless_9802af4d982665c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9802af4d982665c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0486c2017b3c3cca.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0e7f3b7048abb071", "row_id": "AVJointReasoning-seamless_9802af4d982665c9-03", "source_id": "seamless_9802af4d982665c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9802af4d982665c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0e7f3b7048abb071.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6c92173d066c1144", "row_id": "AVJointReasoning-seamless_9802af4d982665c9-04", "source_id": "seamless_9802af4d982665c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9802af4d982665c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6c92173d066c1144.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_47ecf0f6610d1785", "row_id": "AVJointReasoning-seamless_9802af4d982665c9-05", "source_id": "seamless_9802af4d982665c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9802af4d982665c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_47ecf0f6610d1785.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_86a487c1784aab8e", "row_id": "AVJointReasoning-seamless_9802af4d982665c9-06", "source_id": "seamless_9802af4d982665c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9802af4d982665c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_86a487c1784aab8e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_798dd803467bb5ed", "row_id": "AVJointReasoning-seamless_9802af4d982665c9-07", "source_id": "seamless_9802af4d982665c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9802af4d982665c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_798dd803467bb5ed.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_51e55472efd3d554", "row_id": "AVJointReasoning-seamless_9802af4d982665c9-08", "source_id": "seamless_9802af4d982665c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9802af4d982665c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_51e55472efd3d554.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a9b5d24a9ebf3def", "row_id": "AVJointReasoning-seamless_9802af4d982665c9-09", "source_id": "seamless_9802af4d982665c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9802af4d982665c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a9b5d24a9ebf3def.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a84c2437a766b7e5", "row_id": "AVJointReasoning-seamless_994933721d4ab1bf-00", "source_id": "seamless_994933721d4ab1bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_994933721d4ab1bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a84c2437a766b7e5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_074cd9f84e547c8b", "row_id": "AVJointReasoning-seamless_994933721d4ab1bf-01", "source_id": "seamless_994933721d4ab1bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_994933721d4ab1bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_074cd9f84e547c8b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_decfe2d6c1ef554e", "row_id": "AVJointReasoning-seamless_994933721d4ab1bf-02", "source_id": "seamless_994933721d4ab1bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_994933721d4ab1bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_decfe2d6c1ef554e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c6aa627147f46be4", "row_id": "AVJointReasoning-seamless_994933721d4ab1bf-03", "source_id": "seamless_994933721d4ab1bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_994933721d4ab1bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c6aa627147f46be4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_723d36e91bcc6529", "row_id": "AVJointReasoning-seamless_994933721d4ab1bf-04", "source_id": "seamless_994933721d4ab1bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_994933721d4ab1bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_723d36e91bcc6529.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_024598f93fc485dd", "row_id": "AVJointReasoning-seamless_994933721d4ab1bf-05", "source_id": "seamless_994933721d4ab1bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_994933721d4ab1bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_024598f93fc485dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8d3490c8be15dac0", "row_id": "AVJointReasoning-seamless_994933721d4ab1bf-06", "source_id": "seamless_994933721d4ab1bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_994933721d4ab1bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8d3490c8be15dac0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f17b2381304dc1a0", "row_id": "AVJointReasoning-seamless_994933721d4ab1bf-07", "source_id": "seamless_994933721d4ab1bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_994933721d4ab1bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f17b2381304dc1a0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a8263a569df37cab", "row_id": "AVJointReasoning-seamless_994933721d4ab1bf-08", "source_id": "seamless_994933721d4ab1bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_994933721d4ab1bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a8263a569df37cab.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7d12937b6ccfc03d", "row_id": "AVJointReasoning-seamless_994933721d4ab1bf-09", "source_id": "seamless_994933721d4ab1bf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_994933721d4ab1bf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7d12937b6ccfc03d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_05f44e107d0d731e", "row_id": "AVJointReasoning-seamless_99ccb17e49ddd86e-00", "source_id": "seamless_99ccb17e49ddd86e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0045_I00000579_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_99ccb17e49ddd86e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_05f44e107d0d731e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_392732ad52519e58", "row_id": "AVJointReasoning-seamless_99ccb17e49ddd86e-01", "source_id": "seamless_99ccb17e49ddd86e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0045_I00000579_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_99ccb17e49ddd86e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_392732ad52519e58.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4169073c1a532583", "row_id": "AVJointReasoning-seamless_99ccb17e49ddd86e-02", "source_id": "seamless_99ccb17e49ddd86e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0045_I00000579_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_99ccb17e49ddd86e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4169073c1a532583.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a56de4740f577a6", "row_id": "AVJointReasoning-seamless_99ccb17e49ddd86e-03", "source_id": "seamless_99ccb17e49ddd86e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0045_I00000579_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_99ccb17e49ddd86e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4a56de4740f577a6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1c489bbff7df06e8", "row_id": "AVJointReasoning-seamless_99ccb17e49ddd86e-04", "source_id": "seamless_99ccb17e49ddd86e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0045_I00000579_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_99ccb17e49ddd86e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1c489bbff7df06e8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ca294c335753fb8b", "row_id": "AVJointReasoning-seamless_99ccb17e49ddd86e-05", "source_id": "seamless_99ccb17e49ddd86e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0045_I00000579_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_99ccb17e49ddd86e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ca294c335753fb8b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3a6c0598f29f2411", "row_id": "AVJointReasoning-seamless_99ccb17e49ddd86e-06", "source_id": "seamless_99ccb17e49ddd86e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0045_I00000579_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_99ccb17e49ddd86e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3a6c0598f29f2411.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_15bebe5b68c8644b", "row_id": "AVJointReasoning-seamless_99ccb17e49ddd86e-07", "source_id": "seamless_99ccb17e49ddd86e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0045_I00000579_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_99ccb17e49ddd86e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_15bebe5b68c8644b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_151b5d9bef406006", "row_id": "AVJointReasoning-seamless_99ccb17e49ddd86e-08", "source_id": "seamless_99ccb17e49ddd86e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0045_I00000579_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_99ccb17e49ddd86e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_151b5d9bef406006.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_846f47c8edb9b653", "row_id": "AVJointReasoning-seamless_99ccb17e49ddd86e-09", "source_id": "seamless_99ccb17e49ddd86e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0045_I00000579_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_99ccb17e49ddd86e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_846f47c8edb9b653.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_194bd4020461ceb6", "row_id": "AVJointReasoning-seamless_9a2c337c2f84d3b4-00", "source_id": "seamless_9a2c337c2f84d3b4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a2c337c2f84d3b4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_194bd4020461ceb6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dcbca4756ef424e1", "row_id": "AVJointReasoning-seamless_9a2c337c2f84d3b4-01", "source_id": "seamless_9a2c337c2f84d3b4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a2c337c2f84d3b4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dcbca4756ef424e1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_47b94422182f388b", "row_id": "AVJointReasoning-seamless_9a2c337c2f84d3b4-02", "source_id": "seamless_9a2c337c2f84d3b4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a2c337c2f84d3b4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_47b94422182f388b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_341db02925c7a87e", "row_id": "AVJointReasoning-seamless_9a2c337c2f84d3b4-03", "source_id": "seamless_9a2c337c2f84d3b4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a2c337c2f84d3b4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_341db02925c7a87e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1f0ed44e806ff89f", "row_id": "AVJointReasoning-seamless_9a2c337c2f84d3b4-04", "source_id": "seamless_9a2c337c2f84d3b4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a2c337c2f84d3b4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1f0ed44e806ff89f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_63d1af79213d8952", "row_id": "AVJointReasoning-seamless_9a2c337c2f84d3b4-05", "source_id": "seamless_9a2c337c2f84d3b4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a2c337c2f84d3b4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_63d1af79213d8952.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e8f5927ad460aebc", "row_id": "AVJointReasoning-seamless_9a2c337c2f84d3b4-06", "source_id": "seamless_9a2c337c2f84d3b4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a2c337c2f84d3b4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e8f5927ad460aebc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_38065622fc09d895", "row_id": "AVJointReasoning-seamless_9a2c337c2f84d3b4-07", "source_id": "seamless_9a2c337c2f84d3b4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a2c337c2f84d3b4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_38065622fc09d895.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fdec49c1d13dda3f", "row_id": "AVJointReasoning-seamless_9a2c337c2f84d3b4-08", "source_id": "seamless_9a2c337c2f84d3b4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a2c337c2f84d3b4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fdec49c1d13dda3f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_32368722e18e88e5", "row_id": "AVJointReasoning-seamless_9a2c337c2f84d3b4-09", "source_id": "seamless_9a2c337c2f84d3b4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a2c337c2f84d3b4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_32368722e18e88e5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e7fba1331239d5b7", "row_id": "AVJointReasoning-seamless_9a72c31d1507af30-00", "source_id": "seamless_9a72c31d1507af30", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0041_I00000371_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a72c31d1507af30", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e7fba1331239d5b7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6a70928a87351724", "row_id": "AVJointReasoning-seamless_9a72c31d1507af30-01", "source_id": "seamless_9a72c31d1507af30", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0041_I00000371_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a72c31d1507af30", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6a70928a87351724.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ce3065617a22878a", "row_id": "AVJointReasoning-seamless_9a72c31d1507af30-02", "source_id": "seamless_9a72c31d1507af30", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0041_I00000371_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a72c31d1507af30", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ce3065617a22878a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_63e13afa442e8b67", "row_id": "AVJointReasoning-seamless_9a72c31d1507af30-03", "source_id": "seamless_9a72c31d1507af30", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0041_I00000371_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a72c31d1507af30", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_63e13afa442e8b67.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d854bfe2ad7d8db6", "row_id": "AVJointReasoning-seamless_9a72c31d1507af30-04", "source_id": "seamless_9a72c31d1507af30", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0041_I00000371_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a72c31d1507af30", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d854bfe2ad7d8db6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d5bf4a5b5c568b79", "row_id": "AVJointReasoning-seamless_9a72c31d1507af30-05", "source_id": "seamless_9a72c31d1507af30", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0041_I00000371_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a72c31d1507af30", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d5bf4a5b5c568b79.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3ed2e15d50514798", "row_id": "AVJointReasoning-seamless_9a72c31d1507af30-06", "source_id": "seamless_9a72c31d1507af30", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0041_I00000371_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a72c31d1507af30", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3ed2e15d50514798.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_312db270d846163f", "row_id": "AVJointReasoning-seamless_9a72c31d1507af30-07", "source_id": "seamless_9a72c31d1507af30", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0041_I00000371_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a72c31d1507af30", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_312db270d846163f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5844cb98665f0273", "row_id": "AVJointReasoning-seamless_9a72c31d1507af30-08", "source_id": "seamless_9a72c31d1507af30", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0041_I00000371_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a72c31d1507af30", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5844cb98665f0273.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b5f741777843a475", "row_id": "AVJointReasoning-seamless_9a72c31d1507af30-09", "source_id": "seamless_9a72c31d1507af30", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0041_I00000371_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9a72c31d1507af30", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b5f741777843a475.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5fe99a37c53143d9", "row_id": "AVJointReasoning-seamless_9b731885030a8a35-00", "source_id": "seamless_9b731885030a8a35", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0045_I00000126_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b731885030a8a35", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5fe99a37c53143d9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c3f111fc4b2fc82b", "row_id": "AVJointReasoning-seamless_9b731885030a8a35-01", "source_id": "seamless_9b731885030a8a35", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0045_I00000126_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b731885030a8a35", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c3f111fc4b2fc82b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fae76f1b96ab694b", "row_id": "AVJointReasoning-seamless_9b731885030a8a35-02", "source_id": "seamless_9b731885030a8a35", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0045_I00000126_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b731885030a8a35", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fae76f1b96ab694b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ffc64d84260fad2d", "row_id": "AVJointReasoning-seamless_9b731885030a8a35-03", "source_id": "seamless_9b731885030a8a35", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0045_I00000126_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b731885030a8a35", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ffc64d84260fad2d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd0c50efdbab33cd", "row_id": "AVJointReasoning-seamless_9b731885030a8a35-04", "source_id": "seamless_9b731885030a8a35", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0045_I00000126_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b731885030a8a35", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bd0c50efdbab33cd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d9e02782ddb0bd51", "row_id": "AVJointReasoning-seamless_9b731885030a8a35-05", "source_id": "seamless_9b731885030a8a35", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0045_I00000126_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b731885030a8a35", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d9e02782ddb0bd51.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_657add64b3a2d98b", "row_id": "AVJointReasoning-seamless_9b731885030a8a35-06", "source_id": "seamless_9b731885030a8a35", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0045_I00000126_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b731885030a8a35", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_657add64b3a2d98b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_46630c24081a7c7d", "row_id": "AVJointReasoning-seamless_9b731885030a8a35-07", "source_id": "seamless_9b731885030a8a35", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0045_I00000126_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b731885030a8a35", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_46630c24081a7c7d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f3d863d607751f09", "row_id": "AVJointReasoning-seamless_9b731885030a8a35-08", "source_id": "seamless_9b731885030a8a35", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0045_I00000126_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b731885030a8a35", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f3d863d607751f09.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6dec66ddb963a77f", "row_id": "AVJointReasoning-seamless_9b731885030a8a35-09", "source_id": "seamless_9b731885030a8a35", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0045_I00000126_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b731885030a8a35", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6dec66ddb963a77f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd9bb5a02cae0cd9", "row_id": "AVJointReasoning-seamless_9b7f639cfb7d0c65-00", "source_id": "seamless_9b7f639cfb7d0c65", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b7f639cfb7d0c65", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bd9bb5a02cae0cd9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5b4cffc63500f7f2", "row_id": "AVJointReasoning-seamless_9b7f639cfb7d0c65-01", "source_id": "seamless_9b7f639cfb7d0c65", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b7f639cfb7d0c65", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5b4cffc63500f7f2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a44a5d0547b68431", "row_id": "AVJointReasoning-seamless_9b7f639cfb7d0c65-02", "source_id": "seamless_9b7f639cfb7d0c65", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b7f639cfb7d0c65", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a44a5d0547b68431.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b733b2a14ebc385", "row_id": "AVJointReasoning-seamless_9b7f639cfb7d0c65-03", "source_id": "seamless_9b7f639cfb7d0c65", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b7f639cfb7d0c65", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7b733b2a14ebc385.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_589cfd7af65aa5c5", "row_id": "AVJointReasoning-seamless_9b7f639cfb7d0c65-04", "source_id": "seamless_9b7f639cfb7d0c65", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b7f639cfb7d0c65", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_589cfd7af65aa5c5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b303339f5aea3c69", "row_id": "AVJointReasoning-seamless_9b7f639cfb7d0c65-05", "source_id": "seamless_9b7f639cfb7d0c65", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b7f639cfb7d0c65", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b303339f5aea3c69.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a0338405ff169829", "row_id": "AVJointReasoning-seamless_9b7f639cfb7d0c65-06", "source_id": "seamless_9b7f639cfb7d0c65", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b7f639cfb7d0c65", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a0338405ff169829.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e52ddef4f68b39c0", "row_id": "AVJointReasoning-seamless_9b7f639cfb7d0c65-07", "source_id": "seamless_9b7f639cfb7d0c65", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b7f639cfb7d0c65", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e52ddef4f68b39c0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_60038ba454c73ca6", "row_id": "AVJointReasoning-seamless_9b7f639cfb7d0c65-08", "source_id": "seamless_9b7f639cfb7d0c65", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b7f639cfb7d0c65", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_60038ba454c73ca6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1512b4226e279932", "row_id": "AVJointReasoning-seamless_9b7f639cfb7d0c65-09", "source_id": "seamless_9b7f639cfb7d0c65", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9b7f639cfb7d0c65", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1512b4226e279932.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_566e8f435e2841e3", "row_id": "AVJointReasoning-seamless_9cdff45e6a923503-00", "source_id": "seamless_9cdff45e6a923503", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_566e8f435e2841e3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_437edf2961e0b47f", "row_id": "AVJointReasoning-seamless_9cdff45e6a923503-01", "source_id": "seamless_9cdff45e6a923503", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_437edf2961e0b47f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fcf897f0ed730a5d", "row_id": "AVJointReasoning-seamless_9cdff45e6a923503-02", "source_id": "seamless_9cdff45e6a923503", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fcf897f0ed730a5d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_05c09d39e3e384dd", "row_id": "AVJointReasoning-seamless_9cdff45e6a923503-03", "source_id": "seamless_9cdff45e6a923503", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_05c09d39e3e384dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_852282aa6f479e50", "row_id": "AVJointReasoning-seamless_9cdff45e6a923503-04", "source_id": "seamless_9cdff45e6a923503", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_852282aa6f479e50.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_83487c6e89d54cd5", "row_id": "AVJointReasoning-seamless_9cdff45e6a923503-05", "source_id": "seamless_9cdff45e6a923503", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_83487c6e89d54cd5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_27dcab1aad75d42b", "row_id": "AVJointReasoning-seamless_9cdff45e6a923503-06", "source_id": "seamless_9cdff45e6a923503", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_27dcab1aad75d42b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_38c5483d0202fb9a", "row_id": "AVJointReasoning-seamless_9cdff45e6a923503-07", "source_id": "seamless_9cdff45e6a923503", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_38c5483d0202fb9a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f1ea6cb869e2ec77", "row_id": "AVJointReasoning-seamless_9cdff45e6a923503-08", "source_id": "seamless_9cdff45e6a923503", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f1ea6cb869e2ec77.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ecb51b3b3289a8f4", "row_id": "AVJointReasoning-seamless_9cdff45e6a923503-09", "source_id": "seamless_9cdff45e6a923503", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ecb51b3b3289a8f4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5e5245c9e0ee7316", "row_id": "AVJointReasoning-seamless_9e19681cc0de1f52-00", "source_id": "seamless_9e19681cc0de1f52", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5e5245c9e0ee7316.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_800060cffcf8915a", "row_id": "AVJointReasoning-seamless_9e19681cc0de1f52-01", "source_id": "seamless_9e19681cc0de1f52", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_800060cffcf8915a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9a70d01cca53ecec", "row_id": "AVJointReasoning-seamless_9e19681cc0de1f52-02", "source_id": "seamless_9e19681cc0de1f52", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9a70d01cca53ecec.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f29b1dd2f03fb112", "row_id": "AVJointReasoning-seamless_9e19681cc0de1f52-03", "source_id": "seamless_9e19681cc0de1f52", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f29b1dd2f03fb112.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ec61f7086178f1ed", "row_id": "AVJointReasoning-seamless_9e19681cc0de1f52-04", "source_id": "seamless_9e19681cc0de1f52", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ec61f7086178f1ed.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c93a15b52f1b8ccd", "row_id": "AVJointReasoning-seamless_9e19681cc0de1f52-05", "source_id": "seamless_9e19681cc0de1f52", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c93a15b52f1b8ccd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a36e70ef9109c1d4", "row_id": "AVJointReasoning-seamless_9e19681cc0de1f52-06", "source_id": "seamless_9e19681cc0de1f52", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a36e70ef9109c1d4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8db22821bc4aea78", "row_id": "AVJointReasoning-seamless_9e19681cc0de1f52-07", "source_id": "seamless_9e19681cc0de1f52", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8db22821bc4aea78.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6850a33938a23aa1", "row_id": "AVJointReasoning-seamless_9e19681cc0de1f52-08", "source_id": "seamless_9e19681cc0de1f52", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6850a33938a23aa1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c064fb6f3caf5646", "row_id": "AVJointReasoning-seamless_9e19681cc0de1f52-09", "source_id": "seamless_9e19681cc0de1f52", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c064fb6f3caf5646.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_27a23a1b7b4b24c3", "row_id": "AVJointReasoning-seamless_9efb3d28b4b43bcc-00", "source_id": "seamless_9efb3d28b4b43bcc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9efb3d28b4b43bcc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_27a23a1b7b4b24c3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0edfd0af965c5c1b", "row_id": "AVJointReasoning-seamless_9efb3d28b4b43bcc-01", "source_id": "seamless_9efb3d28b4b43bcc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9efb3d28b4b43bcc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0edfd0af965c5c1b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a749c79f76420479", "row_id": "AVJointReasoning-seamless_9efb3d28b4b43bcc-02", "source_id": "seamless_9efb3d28b4b43bcc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9efb3d28b4b43bcc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a749c79f76420479.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_216471299fff77e1", "row_id": "AVJointReasoning-seamless_9efb3d28b4b43bcc-03", "source_id": "seamless_9efb3d28b4b43bcc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9efb3d28b4b43bcc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_216471299fff77e1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_25bc6ebc2d121594", "row_id": "AVJointReasoning-seamless_9efb3d28b4b43bcc-04", "source_id": "seamless_9efb3d28b4b43bcc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9efb3d28b4b43bcc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_25bc6ebc2d121594.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b140e4ab578357bd", "row_id": "AVJointReasoning-seamless_9efb3d28b4b43bcc-05", "source_id": "seamless_9efb3d28b4b43bcc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9efb3d28b4b43bcc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b140e4ab578357bd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d34edb8a0e85b383", "row_id": "AVJointReasoning-seamless_9efb3d28b4b43bcc-06", "source_id": "seamless_9efb3d28b4b43bcc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9efb3d28b4b43bcc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d34edb8a0e85b383.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_92bca2994476fc9a", "row_id": "AVJointReasoning-seamless_9efb3d28b4b43bcc-07", "source_id": "seamless_9efb3d28b4b43bcc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9efb3d28b4b43bcc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_92bca2994476fc9a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_943c42cfea210b82", "row_id": "AVJointReasoning-seamless_9efb3d28b4b43bcc-08", "source_id": "seamless_9efb3d28b4b43bcc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9efb3d28b4b43bcc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_943c42cfea210b82.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ac3b204bb0595a28", "row_id": "AVJointReasoning-seamless_9efb3d28b4b43bcc-09", "source_id": "seamless_9efb3d28b4b43bcc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9efb3d28b4b43bcc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ac3b204bb0595a28.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_333b365806f9b152", "row_id": "AVJointReasoning-seamless_9f38c1a9b0247edf-00", "source_id": "seamless_9f38c1a9b0247edf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0057_I00000376_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9f38c1a9b0247edf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_333b365806f9b152.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_14c1955fbdd3e689", "row_id": "AVJointReasoning-seamless_9f38c1a9b0247edf-01", "source_id": "seamless_9f38c1a9b0247edf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0057_I00000376_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9f38c1a9b0247edf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_14c1955fbdd3e689.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a945661d314602cc", "row_id": "AVJointReasoning-seamless_9f38c1a9b0247edf-02", "source_id": "seamless_9f38c1a9b0247edf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0057_I00000376_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9f38c1a9b0247edf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a945661d314602cc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_940ae59ec65e97b0", "row_id": "AVJointReasoning-seamless_9f38c1a9b0247edf-03", "source_id": "seamless_9f38c1a9b0247edf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0057_I00000376_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9f38c1a9b0247edf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_940ae59ec65e97b0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_94cebc4ecd5795c5", "row_id": "AVJointReasoning-seamless_9f38c1a9b0247edf-04", "source_id": "seamless_9f38c1a9b0247edf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0057_I00000376_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9f38c1a9b0247edf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_94cebc4ecd5795c5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fce1e4246167ae36", "row_id": "AVJointReasoning-seamless_9f38c1a9b0247edf-05", "source_id": "seamless_9f38c1a9b0247edf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0057_I00000376_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9f38c1a9b0247edf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fce1e4246167ae36.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4dea05c79b0e459c", "row_id": "AVJointReasoning-seamless_9f38c1a9b0247edf-06", "source_id": "seamless_9f38c1a9b0247edf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0057_I00000376_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9f38c1a9b0247edf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4dea05c79b0e459c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e33d95d7ad1d5500", "row_id": "AVJointReasoning-seamless_9f38c1a9b0247edf-07", "source_id": "seamless_9f38c1a9b0247edf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0057_I00000376_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9f38c1a9b0247edf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e33d95d7ad1d5500.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_10d4b571c9abb7ad", "row_id": "AVJointReasoning-seamless_9f38c1a9b0247edf-08", "source_id": "seamless_9f38c1a9b0247edf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0057_I00000376_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9f38c1a9b0247edf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_10d4b571c9abb7ad.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d3db5c6fcf36c761", "row_id": "AVJointReasoning-seamless_9f38c1a9b0247edf-09", "source_id": "seamless_9f38c1a9b0247edf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0057_I00000376_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_9f38c1a9b0247edf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d3db5c6fcf36c761.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c7b108416338e5d2", "row_id": "AVJointReasoning-seamless_a0d61ba33a34168a-00", "source_id": "seamless_a0d61ba33a34168a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a0d61ba33a34168a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c7b108416338e5d2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_81abfd52f3bbfc11", "row_id": "AVJointReasoning-seamless_a0d61ba33a34168a-01", "source_id": "seamless_a0d61ba33a34168a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a0d61ba33a34168a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_81abfd52f3bbfc11.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5fa2b57ce8f3a03d", "row_id": "AVJointReasoning-seamless_a0d61ba33a34168a-02", "source_id": "seamless_a0d61ba33a34168a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a0d61ba33a34168a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5fa2b57ce8f3a03d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c85b6b65f563ecde", "row_id": "AVJointReasoning-seamless_a0d61ba33a34168a-03", "source_id": "seamless_a0d61ba33a34168a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a0d61ba33a34168a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c85b6b65f563ecde.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d096f7756e05292a", "row_id": "AVJointReasoning-seamless_a0d61ba33a34168a-04", "source_id": "seamless_a0d61ba33a34168a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a0d61ba33a34168a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d096f7756e05292a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e1aee44a970a6522", "row_id": "AVJointReasoning-seamless_a0d61ba33a34168a-05", "source_id": "seamless_a0d61ba33a34168a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a0d61ba33a34168a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e1aee44a970a6522.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0d4369de3274847f", "row_id": "AVJointReasoning-seamless_a0d61ba33a34168a-06", "source_id": "seamless_a0d61ba33a34168a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a0d61ba33a34168a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0d4369de3274847f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_36f705bb987182ec", "row_id": "AVJointReasoning-seamless_a0d61ba33a34168a-07", "source_id": "seamless_a0d61ba33a34168a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a0d61ba33a34168a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_36f705bb987182ec.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b717db267ff93e41", "row_id": "AVJointReasoning-seamless_a0d61ba33a34168a-08", "source_id": "seamless_a0d61ba33a34168a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a0d61ba33a34168a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b717db267ff93e41.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e3166030971b9d35", "row_id": "AVJointReasoning-seamless_a0d61ba33a34168a-09", "source_id": "seamless_a0d61ba33a34168a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a0d61ba33a34168a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e3166030971b9d35.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6b9716bd4a2e4ae2", "row_id": "AVJointReasoning-seamless_a21f8e78957228f4-00", "source_id": "seamless_a21f8e78957228f4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6b9716bd4a2e4ae2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3a0addb039018f0d", "row_id": "AVJointReasoning-seamless_a21f8e78957228f4-01", "source_id": "seamless_a21f8e78957228f4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3a0addb039018f0d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_89843b7f239142ac", "row_id": "AVJointReasoning-seamless_a21f8e78957228f4-02", "source_id": "seamless_a21f8e78957228f4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_89843b7f239142ac.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_580e2b8b131da0f1", "row_id": "AVJointReasoning-seamless_a21f8e78957228f4-03", "source_id": "seamless_a21f8e78957228f4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_580e2b8b131da0f1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_84219002faecee9e", "row_id": "AVJointReasoning-seamless_a21f8e78957228f4-04", "source_id": "seamless_a21f8e78957228f4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_84219002faecee9e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1f9743aacadbf023", "row_id": "AVJointReasoning-seamless_a21f8e78957228f4-05", "source_id": "seamless_a21f8e78957228f4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1f9743aacadbf023.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_062ddab39f4504df", "row_id": "AVJointReasoning-seamless_a21f8e78957228f4-06", "source_id": "seamless_a21f8e78957228f4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_062ddab39f4504df.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_262d3b8a84fb24d6", "row_id": "AVJointReasoning-seamless_a21f8e78957228f4-07", "source_id": "seamless_a21f8e78957228f4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_262d3b8a84fb24d6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1ba99f5883e6daa8", "row_id": "AVJointReasoning-seamless_a21f8e78957228f4-08", "source_id": "seamless_a21f8e78957228f4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1ba99f5883e6daa8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4b48324e87448134", "row_id": "AVJointReasoning-seamless_a21f8e78957228f4-09", "source_id": "seamless_a21f8e78957228f4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4b48324e87448134.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f8ee9e3dff175b97", "row_id": "AVJointReasoning-seamless_a2c96a84a1e2e870-00", "source_id": "seamless_a2c96a84a1e2e870", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a2c96a84a1e2e870", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f8ee9e3dff175b97.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2f4b8a1deb604988", "row_id": "AVJointReasoning-seamless_a2c96a84a1e2e870-01", "source_id": "seamless_a2c96a84a1e2e870", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a2c96a84a1e2e870", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2f4b8a1deb604988.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_47a85fdaad82cd4a", "row_id": "AVJointReasoning-seamless_a2c96a84a1e2e870-02", "source_id": "seamless_a2c96a84a1e2e870", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a2c96a84a1e2e870", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_47a85fdaad82cd4a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_953ec009aca330f7", "row_id": "AVJointReasoning-seamless_a2c96a84a1e2e870-03", "source_id": "seamless_a2c96a84a1e2e870", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a2c96a84a1e2e870", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_953ec009aca330f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fab9662c2ee645c3", "row_id": "AVJointReasoning-seamless_a2c96a84a1e2e870-04", "source_id": "seamless_a2c96a84a1e2e870", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a2c96a84a1e2e870", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fab9662c2ee645c3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_800642bd26c0f48d", "row_id": "AVJointReasoning-seamless_a2c96a84a1e2e870-05", "source_id": "seamless_a2c96a84a1e2e870", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a2c96a84a1e2e870", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_800642bd26c0f48d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_51e34b80b257c978", "row_id": "AVJointReasoning-seamless_a2c96a84a1e2e870-06", "source_id": "seamless_a2c96a84a1e2e870", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a2c96a84a1e2e870", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_51e34b80b257c978.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_da540c0070eebeba", "row_id": "AVJointReasoning-seamless_a2c96a84a1e2e870-07", "source_id": "seamless_a2c96a84a1e2e870", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a2c96a84a1e2e870", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_da540c0070eebeba.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0ba8249b00766936", "row_id": "AVJointReasoning-seamless_a2c96a84a1e2e870-08", "source_id": "seamless_a2c96a84a1e2e870", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a2c96a84a1e2e870", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0ba8249b00766936.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e64641a1aac277bf", "row_id": "AVJointReasoning-seamless_a2c96a84a1e2e870-09", "source_id": "seamless_a2c96a84a1e2e870", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a2c96a84a1e2e870", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e64641a1aac277bf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6b780547c16fc8ab", "row_id": "AVJointReasoning-seamless_a310bf2925a0a765-00", "source_id": "seamless_a310bf2925a0a765", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000309_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a310bf2925a0a765", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6b780547c16fc8ab.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3dc55a3e784f4405", "row_id": "AVJointReasoning-seamless_a310bf2925a0a765-01", "source_id": "seamless_a310bf2925a0a765", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000309_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a310bf2925a0a765", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3dc55a3e784f4405.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_478dfeae66cdd920", "row_id": "AVJointReasoning-seamless_a310bf2925a0a765-02", "source_id": "seamless_a310bf2925a0a765", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000309_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a310bf2925a0a765", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_478dfeae66cdd920.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fdf1a1cafef5af20", "row_id": "AVJointReasoning-seamless_a310bf2925a0a765-03", "source_id": "seamless_a310bf2925a0a765", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000309_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a310bf2925a0a765", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fdf1a1cafef5af20.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_07405f0cf91015c4", "row_id": "AVJointReasoning-seamless_a310bf2925a0a765-04", "source_id": "seamless_a310bf2925a0a765", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000309_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a310bf2925a0a765", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_07405f0cf91015c4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d2d50f37267e6ffd", "row_id": "AVJointReasoning-seamless_a310bf2925a0a765-05", "source_id": "seamless_a310bf2925a0a765", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000309_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a310bf2925a0a765", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d2d50f37267e6ffd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5bb6b8952d63b40a", "row_id": "AVJointReasoning-seamless_a310bf2925a0a765-06", "source_id": "seamless_a310bf2925a0a765", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000309_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a310bf2925a0a765", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5bb6b8952d63b40a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_01b99104d74d74b4", "row_id": "AVJointReasoning-seamless_a310bf2925a0a765-07", "source_id": "seamless_a310bf2925a0a765", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000309_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a310bf2925a0a765", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_01b99104d74d74b4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ecde431a9b24d979", "row_id": "AVJointReasoning-seamless_a310bf2925a0a765-08", "source_id": "seamless_a310bf2925a0a765", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000309_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a310bf2925a0a765", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ecde431a9b24d979.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_395a073a92f1f92f", "row_id": "AVJointReasoning-seamless_a310bf2925a0a765-09", "source_id": "seamless_a310bf2925a0a765", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000309_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a310bf2925a0a765", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_395a073a92f1f92f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a876d26488988ab8", "row_id": "AVJointReasoning-seamless_a5b2a7ac01bd6154-00", "source_id": "seamless_a5b2a7ac01bd6154", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a5b2a7ac01bd6154", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a876d26488988ab8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0212164c6521728c", "row_id": "AVJointReasoning-seamless_a5b2a7ac01bd6154-01", "source_id": "seamless_a5b2a7ac01bd6154", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a5b2a7ac01bd6154", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0212164c6521728c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_929ee24409578331", "row_id": "AVJointReasoning-seamless_a5b2a7ac01bd6154-02", "source_id": "seamless_a5b2a7ac01bd6154", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a5b2a7ac01bd6154", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_929ee24409578331.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_58ad53f27fb8a2df", "row_id": "AVJointReasoning-seamless_a5b2a7ac01bd6154-03", "source_id": "seamless_a5b2a7ac01bd6154", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a5b2a7ac01bd6154", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_58ad53f27fb8a2df.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1175b8292fb40b29", "row_id": "AVJointReasoning-seamless_a5b2a7ac01bd6154-04", "source_id": "seamless_a5b2a7ac01bd6154", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a5b2a7ac01bd6154", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1175b8292fb40b29.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_45ca0d5b5bcfab7c", "row_id": "AVJointReasoning-seamless_a5b2a7ac01bd6154-05", "source_id": "seamless_a5b2a7ac01bd6154", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a5b2a7ac01bd6154", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_45ca0d5b5bcfab7c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_303a3435ff1f025b", "row_id": "AVJointReasoning-seamless_a5b2a7ac01bd6154-06", "source_id": "seamless_a5b2a7ac01bd6154", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a5b2a7ac01bd6154", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_303a3435ff1f025b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_adaad36e50ed620f", "row_id": "AVJointReasoning-seamless_a5b2a7ac01bd6154-07", "source_id": "seamless_a5b2a7ac01bd6154", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a5b2a7ac01bd6154", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_adaad36e50ed620f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e2c5d43dd219705f", "row_id": "AVJointReasoning-seamless_a5b2a7ac01bd6154-08", "source_id": "seamless_a5b2a7ac01bd6154", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a5b2a7ac01bd6154", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e2c5d43dd219705f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dff1a80eec80f314", "row_id": "AVJointReasoning-seamless_a5b2a7ac01bd6154-09", "source_id": "seamless_a5b2a7ac01bd6154", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a5b2a7ac01bd6154", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dff1a80eec80f314.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3f0b6835aea663db", "row_id": "AVJointReasoning-seamless_a70bbee4904ee5db-00", "source_id": "seamless_a70bbee4904ee5db", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3f0b6835aea663db.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8f26a9c5a7ec42ac", "row_id": "AVJointReasoning-seamless_a70bbee4904ee5db-01", "source_id": "seamless_a70bbee4904ee5db", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8f26a9c5a7ec42ac.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b683f8981db7f41c", "row_id": "AVJointReasoning-seamless_a70bbee4904ee5db-02", "source_id": "seamless_a70bbee4904ee5db", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b683f8981db7f41c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7a9d89224976ceca", "row_id": "AVJointReasoning-seamless_a70bbee4904ee5db-03", "source_id": "seamless_a70bbee4904ee5db", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7a9d89224976ceca.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6be5b64d3da315bb", "row_id": "AVJointReasoning-seamless_a70bbee4904ee5db-04", "source_id": "seamless_a70bbee4904ee5db", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6be5b64d3da315bb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a481a84de7c9e693", "row_id": "AVJointReasoning-seamless_a70bbee4904ee5db-05", "source_id": "seamless_a70bbee4904ee5db", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a481a84de7c9e693.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d19ac6f5bd571d96", "row_id": "AVJointReasoning-seamless_a70bbee4904ee5db-06", "source_id": "seamless_a70bbee4904ee5db", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d19ac6f5bd571d96.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_83096f7cfd473d30", "row_id": "AVJointReasoning-seamless_a70bbee4904ee5db-07", "source_id": "seamless_a70bbee4904ee5db", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_83096f7cfd473d30.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa191c5f1bb8e3e0", "row_id": "AVJointReasoning-seamless_a70bbee4904ee5db-08", "source_id": "seamless_a70bbee4904ee5db", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_aa191c5f1bb8e3e0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f0c6b74f54712064", "row_id": "AVJointReasoning-seamless_a70bbee4904ee5db-09", "source_id": "seamless_a70bbee4904ee5db", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f0c6b74f54712064.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6da2d27c28efc9fb", "row_id": "AVJointReasoning-seamless_a94ba85d4f33dc2b-00", "source_id": "seamless_a94ba85d4f33dc2b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a94ba85d4f33dc2b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6da2d27c28efc9fb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bb4bb544d7feb331", "row_id": "AVJointReasoning-seamless_a94ba85d4f33dc2b-01", "source_id": "seamless_a94ba85d4f33dc2b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a94ba85d4f33dc2b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bb4bb544d7feb331.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_821a277479b3d28b", "row_id": "AVJointReasoning-seamless_a94ba85d4f33dc2b-02", "source_id": "seamless_a94ba85d4f33dc2b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a94ba85d4f33dc2b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_821a277479b3d28b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_35860005edc39180", "row_id": "AVJointReasoning-seamless_a94ba85d4f33dc2b-03", "source_id": "seamless_a94ba85d4f33dc2b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a94ba85d4f33dc2b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_35860005edc39180.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_721a810ea270bd90", "row_id": "AVJointReasoning-seamless_a94ba85d4f33dc2b-04", "source_id": "seamless_a94ba85d4f33dc2b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a94ba85d4f33dc2b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_721a810ea270bd90.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6811104bee8ae01c", "row_id": "AVJointReasoning-seamless_a94ba85d4f33dc2b-05", "source_id": "seamless_a94ba85d4f33dc2b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a94ba85d4f33dc2b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6811104bee8ae01c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9d957678f683ec20", "row_id": "AVJointReasoning-seamless_a94ba85d4f33dc2b-06", "source_id": "seamless_a94ba85d4f33dc2b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a94ba85d4f33dc2b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9d957678f683ec20.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0efb6e310e8366b3", "row_id": "AVJointReasoning-seamless_a94ba85d4f33dc2b-07", "source_id": "seamless_a94ba85d4f33dc2b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a94ba85d4f33dc2b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0efb6e310e8366b3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a8f5aea8864e9a0f", "row_id": "AVJointReasoning-seamless_a94ba85d4f33dc2b-08", "source_id": "seamless_a94ba85d4f33dc2b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a94ba85d4f33dc2b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a8f5aea8864e9a0f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9cd2df3f00a20871", "row_id": "AVJointReasoning-seamless_a94ba85d4f33dc2b-09", "source_id": "seamless_a94ba85d4f33dc2b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_a94ba85d4f33dc2b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9cd2df3f00a20871.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_79c2a9f58c015137", "row_id": "AVJointReasoning-seamless_aa5432251af285c0-00", "source_id": "seamless_aa5432251af285c0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_aa5432251af285c0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_79c2a9f58c015137.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_76b4a796a8b1b204", "row_id": "AVJointReasoning-seamless_aa5432251af285c0-01", "source_id": "seamless_aa5432251af285c0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_aa5432251af285c0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_76b4a796a8b1b204.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_de533bf07cd568f6", "row_id": "AVJointReasoning-seamless_aa5432251af285c0-02", "source_id": "seamless_aa5432251af285c0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_aa5432251af285c0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_de533bf07cd568f6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_16eaf02dc1cef090", "row_id": "AVJointReasoning-seamless_aa5432251af285c0-03", "source_id": "seamless_aa5432251af285c0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_aa5432251af285c0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_16eaf02dc1cef090.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9f221a5fe38d21b3", "row_id": "AVJointReasoning-seamless_aa5432251af285c0-04", "source_id": "seamless_aa5432251af285c0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_aa5432251af285c0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9f221a5fe38d21b3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d0ffa19cfd07adb6", "row_id": "AVJointReasoning-seamless_aa5432251af285c0-05", "source_id": "seamless_aa5432251af285c0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_aa5432251af285c0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d0ffa19cfd07adb6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2bd876914fa5a528", "row_id": "AVJointReasoning-seamless_aa5432251af285c0-06", "source_id": "seamless_aa5432251af285c0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_aa5432251af285c0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2bd876914fa5a528.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fafad9fa9829a6ab", "row_id": "AVJointReasoning-seamless_aa5432251af285c0-07", "source_id": "seamless_aa5432251af285c0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_aa5432251af285c0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fafad9fa9829a6ab.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0f07d34f29f562a5", "row_id": "AVJointReasoning-seamless_aa5432251af285c0-08", "source_id": "seamless_aa5432251af285c0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_aa5432251af285c0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0f07d34f29f562a5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_50237b9d4a485c91", "row_id": "AVJointReasoning-seamless_aa5432251af285c0-09", "source_id": "seamless_aa5432251af285c0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_aa5432251af285c0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_50237b9d4a485c91.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_599523e9634b635b", "row_id": "AVJointReasoning-seamless_ab06b54ab1bbbf40-00", "source_id": "seamless_ab06b54ab1bbbf40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab06b54ab1bbbf40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_599523e9634b635b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_209effc7af2e0fcc", "row_id": "AVJointReasoning-seamless_ab06b54ab1bbbf40-01", "source_id": "seamless_ab06b54ab1bbbf40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab06b54ab1bbbf40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_209effc7af2e0fcc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_271c2cd3b2a9d8cc", "row_id": "AVJointReasoning-seamless_ab06b54ab1bbbf40-02", "source_id": "seamless_ab06b54ab1bbbf40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab06b54ab1bbbf40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_271c2cd3b2a9d8cc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_94dace3f2aa9f1bd", "row_id": "AVJointReasoning-seamless_ab06b54ab1bbbf40-03", "source_id": "seamless_ab06b54ab1bbbf40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab06b54ab1bbbf40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_94dace3f2aa9f1bd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d7d1605fb050bdee", "row_id": "AVJointReasoning-seamless_ab06b54ab1bbbf40-04", "source_id": "seamless_ab06b54ab1bbbf40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab06b54ab1bbbf40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d7d1605fb050bdee.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d1921cce6a71a5a2", "row_id": "AVJointReasoning-seamless_ab06b54ab1bbbf40-05", "source_id": "seamless_ab06b54ab1bbbf40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab06b54ab1bbbf40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d1921cce6a71a5a2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_740956fc6aaf41df", "row_id": "AVJointReasoning-seamless_ab06b54ab1bbbf40-06", "source_id": "seamless_ab06b54ab1bbbf40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab06b54ab1bbbf40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_740956fc6aaf41df.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1b3344310679f1d8", "row_id": "AVJointReasoning-seamless_ab06b54ab1bbbf40-07", "source_id": "seamless_ab06b54ab1bbbf40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab06b54ab1bbbf40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1b3344310679f1d8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f6c6d459d3af34c1", "row_id": "AVJointReasoning-seamless_ab06b54ab1bbbf40-08", "source_id": "seamless_ab06b54ab1bbbf40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab06b54ab1bbbf40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f6c6d459d3af34c1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_562d9cbead10fa50", "row_id": "AVJointReasoning-seamless_ab06b54ab1bbbf40-09", "source_id": "seamless_ab06b54ab1bbbf40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab06b54ab1bbbf40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_562d9cbead10fa50.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_35e49dd96bbe43c6", "row_id": "AVJointReasoning-seamless_ab6b7cad23716de7-00", "source_id": "seamless_ab6b7cad23716de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000535_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab6b7cad23716de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_35e49dd96bbe43c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b2286f23290d57fa", "row_id": "AVJointReasoning-seamless_ab6b7cad23716de7-01", "source_id": "seamless_ab6b7cad23716de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000535_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab6b7cad23716de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b2286f23290d57fa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0a3b4b364283837d", "row_id": "AVJointReasoning-seamless_ab6b7cad23716de7-02", "source_id": "seamless_ab6b7cad23716de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000535_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab6b7cad23716de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0a3b4b364283837d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_834e233797f2cf4f", "row_id": "AVJointReasoning-seamless_ab6b7cad23716de7-03", "source_id": "seamless_ab6b7cad23716de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000535_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab6b7cad23716de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_834e233797f2cf4f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e60f533248e8d8f7", "row_id": "AVJointReasoning-seamless_ab6b7cad23716de7-04", "source_id": "seamless_ab6b7cad23716de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000535_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab6b7cad23716de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e60f533248e8d8f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ea7a717e48d8a77e", "row_id": "AVJointReasoning-seamless_ab6b7cad23716de7-05", "source_id": "seamless_ab6b7cad23716de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000535_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab6b7cad23716de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ea7a717e48d8a77e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cbbba962abbedf13", "row_id": "AVJointReasoning-seamless_ab6b7cad23716de7-06", "source_id": "seamless_ab6b7cad23716de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000535_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab6b7cad23716de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_cbbba962abbedf13.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_888f41e77a2028ee", "row_id": "AVJointReasoning-seamless_ab6b7cad23716de7-07", "source_id": "seamless_ab6b7cad23716de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000535_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab6b7cad23716de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_888f41e77a2028ee.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d2444daa092a18ee", "row_id": "AVJointReasoning-seamless_ab6b7cad23716de7-08", "source_id": "seamless_ab6b7cad23716de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000535_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab6b7cad23716de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d2444daa092a18ee.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_63baad3bc01201e3", "row_id": "AVJointReasoning-seamless_ab6b7cad23716de7-09", "source_id": "seamless_ab6b7cad23716de7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000535_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab6b7cad23716de7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_63baad3bc01201e3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c0f5a3ba87b32b3a", "row_id": "AVJointReasoning-seamless_ab86b74468106bfb-00", "source_id": "seamless_ab86b74468106bfb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0042_I00000480_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab86b74468106bfb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c0f5a3ba87b32b3a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_30d8e28732ad443e", "row_id": "AVJointReasoning-seamless_ab86b74468106bfb-01", "source_id": "seamless_ab86b74468106bfb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0042_I00000480_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab86b74468106bfb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_30d8e28732ad443e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8e37c7539a07fe94", "row_id": "AVJointReasoning-seamless_ab86b74468106bfb-02", "source_id": "seamless_ab86b74468106bfb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0042_I00000480_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab86b74468106bfb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8e37c7539a07fe94.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_08e196f4da2b118c", "row_id": "AVJointReasoning-seamless_ab86b74468106bfb-03", "source_id": "seamless_ab86b74468106bfb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0042_I00000480_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab86b74468106bfb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_08e196f4da2b118c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b71a4f25ec227fb9", "row_id": "AVJointReasoning-seamless_ab86b74468106bfb-04", "source_id": "seamless_ab86b74468106bfb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0042_I00000480_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab86b74468106bfb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b71a4f25ec227fb9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_db34f2d7dca873f0", "row_id": "AVJointReasoning-seamless_ab86b74468106bfb-05", "source_id": "seamless_ab86b74468106bfb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0042_I00000480_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab86b74468106bfb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_db34f2d7dca873f0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6a4bfe748be75264", "row_id": "AVJointReasoning-seamless_ab86b74468106bfb-06", "source_id": "seamless_ab86b74468106bfb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0042_I00000480_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab86b74468106bfb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6a4bfe748be75264.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_760fbf5645ac7f12", "row_id": "AVJointReasoning-seamless_ab86b74468106bfb-07", "source_id": "seamless_ab86b74468106bfb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0042_I00000480_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab86b74468106bfb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_760fbf5645ac7f12.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2ba183f76d466dd0", "row_id": "AVJointReasoning-seamless_ab86b74468106bfb-08", "source_id": "seamless_ab86b74468106bfb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0042_I00000480_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab86b74468106bfb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2ba183f76d466dd0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1709e4e699af6a20", "row_id": "AVJointReasoning-seamless_ab86b74468106bfb-09", "source_id": "seamless_ab86b74468106bfb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0042_I00000480_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ab86b74468106bfb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1709e4e699af6a20.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bf7ed5d62e304787", "row_id": "AVJointReasoning-seamless_ac032614ea2df4c2-00", "source_id": "seamless_ac032614ea2df4c2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ac032614ea2df4c2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bf7ed5d62e304787.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c36bdb81629a2ef9", "row_id": "AVJointReasoning-seamless_ac032614ea2df4c2-01", "source_id": "seamless_ac032614ea2df4c2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ac032614ea2df4c2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c36bdb81629a2ef9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_75e2eb7b944c7ef9", "row_id": "AVJointReasoning-seamless_ac032614ea2df4c2-02", "source_id": "seamless_ac032614ea2df4c2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ac032614ea2df4c2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_75e2eb7b944c7ef9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_736e6d59bbbcdc3d", "row_id": "AVJointReasoning-seamless_ac032614ea2df4c2-03", "source_id": "seamless_ac032614ea2df4c2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ac032614ea2df4c2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_736e6d59bbbcdc3d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2fe97bd3b8e593ae", "row_id": "AVJointReasoning-seamless_ac032614ea2df4c2-04", "source_id": "seamless_ac032614ea2df4c2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ac032614ea2df4c2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2fe97bd3b8e593ae.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_de4e046522841b59", "row_id": "AVJointReasoning-seamless_ac032614ea2df4c2-05", "source_id": "seamless_ac032614ea2df4c2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ac032614ea2df4c2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_de4e046522841b59.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d7bf22835fca9d16", "row_id": "AVJointReasoning-seamless_ac032614ea2df4c2-06", "source_id": "seamless_ac032614ea2df4c2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ac032614ea2df4c2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d7bf22835fca9d16.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5f49334ab500858e", "row_id": "AVJointReasoning-seamless_ac032614ea2df4c2-07", "source_id": "seamless_ac032614ea2df4c2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ac032614ea2df4c2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5f49334ab500858e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_85ad8a59949c393f", "row_id": "AVJointReasoning-seamless_ac032614ea2df4c2-08", "source_id": "seamless_ac032614ea2df4c2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ac032614ea2df4c2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_85ad8a59949c393f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_02ac215b445dfe73", "row_id": "AVJointReasoning-seamless_ac032614ea2df4c2-09", "source_id": "seamless_ac032614ea2df4c2", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ac032614ea2df4c2", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_02ac215b445dfe73.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a7a643365e4e4059", "row_id": "AVJointReasoning-seamless_ae22fa6b806e0945-00", "source_id": "seamless_ae22fa6b806e0945", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a7a643365e4e4059.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2f7804ec08df7238", "row_id": "AVJointReasoning-seamless_ae22fa6b806e0945-01", "source_id": "seamless_ae22fa6b806e0945", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2f7804ec08df7238.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f79d52bf81b81f54", "row_id": "AVJointReasoning-seamless_ae22fa6b806e0945-02", "source_id": "seamless_ae22fa6b806e0945", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f79d52bf81b81f54.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b4a5d5b7f32b22f2", "row_id": "AVJointReasoning-seamless_ae22fa6b806e0945-03", "source_id": "seamless_ae22fa6b806e0945", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b4a5d5b7f32b22f2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ae1ecec180147183", "row_id": "AVJointReasoning-seamless_ae22fa6b806e0945-04", "source_id": "seamless_ae22fa6b806e0945", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ae1ecec180147183.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b0cfae7bf67fbf40", "row_id": "AVJointReasoning-seamless_ae22fa6b806e0945-05", "source_id": "seamless_ae22fa6b806e0945", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b0cfae7bf67fbf40.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4e17167c0b0b0ca8", "row_id": "AVJointReasoning-seamless_ae22fa6b806e0945-06", "source_id": "seamless_ae22fa6b806e0945", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4e17167c0b0b0ca8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_476caeea7e4cc9c2", "row_id": "AVJointReasoning-seamless_ae22fa6b806e0945-07", "source_id": "seamless_ae22fa6b806e0945", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_476caeea7e4cc9c2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b07bab2a4dbf690a", "row_id": "AVJointReasoning-seamless_ae22fa6b806e0945-08", "source_id": "seamless_ae22fa6b806e0945", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b07bab2a4dbf690a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d46d43d3db9959f9", "row_id": "AVJointReasoning-seamless_ae22fa6b806e0945-09", "source_id": "seamless_ae22fa6b806e0945", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d46d43d3db9959f9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a4155242a13ebc4c", "row_id": "AVJointReasoning-seamless_afaa4d976a249e6b-00", "source_id": "seamless_afaa4d976a249e6b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000131_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_afaa4d976a249e6b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a4155242a13ebc4c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1c20ff3390c0ef5e", "row_id": "AVJointReasoning-seamless_afaa4d976a249e6b-01", "source_id": "seamless_afaa4d976a249e6b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000131_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_afaa4d976a249e6b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1c20ff3390c0ef5e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_081ad2380e60b7f7", "row_id": "AVJointReasoning-seamless_afaa4d976a249e6b-02", "source_id": "seamless_afaa4d976a249e6b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000131_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_afaa4d976a249e6b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_081ad2380e60b7f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8200d75e52c9db2d", "row_id": "AVJointReasoning-seamless_afaa4d976a249e6b-03", "source_id": "seamless_afaa4d976a249e6b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000131_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_afaa4d976a249e6b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8200d75e52c9db2d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0a54891291a17812", "row_id": "AVJointReasoning-seamless_afaa4d976a249e6b-04", "source_id": "seamless_afaa4d976a249e6b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000131_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_afaa4d976a249e6b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0a54891291a17812.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d46f715ba2212ed7", "row_id": "AVJointReasoning-seamless_afaa4d976a249e6b-05", "source_id": "seamless_afaa4d976a249e6b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000131_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_afaa4d976a249e6b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d46f715ba2212ed7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c1532bd02f926065", "row_id": "AVJointReasoning-seamless_afaa4d976a249e6b-06", "source_id": "seamless_afaa4d976a249e6b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000131_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_afaa4d976a249e6b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c1532bd02f926065.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f532f4349d8a4614", "row_id": "AVJointReasoning-seamless_afaa4d976a249e6b-07", "source_id": "seamless_afaa4d976a249e6b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000131_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_afaa4d976a249e6b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f532f4349d8a4614.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1748bdef4c1b1249", "row_id": "AVJointReasoning-seamless_afaa4d976a249e6b-08", "source_id": "seamless_afaa4d976a249e6b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000131_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_afaa4d976a249e6b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1748bdef4c1b1249.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a83fc435ffa63d65", "row_id": "AVJointReasoning-seamless_afaa4d976a249e6b-09", "source_id": "seamless_afaa4d976a249e6b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000131_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_afaa4d976a249e6b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a83fc435ffa63d65.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_070769178e6be150", "row_id": "AVJointReasoning-seamless_b0a9470c010624c9-00", "source_id": "seamless_b0a9470c010624c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000484_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b0a9470c010624c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_070769178e6be150.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8ad738e9682949b5", "row_id": "AVJointReasoning-seamless_b0a9470c010624c9-01", "source_id": "seamless_b0a9470c010624c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000484_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b0a9470c010624c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8ad738e9682949b5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9aeaf6db0162e52d", "row_id": "AVJointReasoning-seamless_b0a9470c010624c9-02", "source_id": "seamless_b0a9470c010624c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000484_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b0a9470c010624c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9aeaf6db0162e52d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_31190a57bda0a49d", "row_id": "AVJointReasoning-seamless_b0a9470c010624c9-03", "source_id": "seamless_b0a9470c010624c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000484_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b0a9470c010624c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_31190a57bda0a49d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_831cd222b10ea0dd", "row_id": "AVJointReasoning-seamless_b0a9470c010624c9-04", "source_id": "seamless_b0a9470c010624c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000484_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b0a9470c010624c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_831cd222b10ea0dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_68750e9b787f7f7a", "row_id": "AVJointReasoning-seamless_b0a9470c010624c9-05", "source_id": "seamless_b0a9470c010624c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000484_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b0a9470c010624c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_68750e9b787f7f7a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_411715b1caf6b89c", "row_id": "AVJointReasoning-seamless_b0a9470c010624c9-06", "source_id": "seamless_b0a9470c010624c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000484_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b0a9470c010624c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_411715b1caf6b89c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_295fe4337358267f", "row_id": "AVJointReasoning-seamless_b0a9470c010624c9-07", "source_id": "seamless_b0a9470c010624c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000484_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b0a9470c010624c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_295fe4337358267f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_de2b75d2240cbf7d", "row_id": "AVJointReasoning-seamless_b0a9470c010624c9-08", "source_id": "seamless_b0a9470c010624c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000484_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b0a9470c010624c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_de2b75d2240cbf7d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7a814def21f2b528", "row_id": "AVJointReasoning-seamless_b0a9470c010624c9-09", "source_id": "seamless_b0a9470c010624c9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000484_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b0a9470c010624c9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7a814def21f2b528.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b36913b63eb2ba1b", "row_id": "AVJointReasoning-seamless_b1847e062a9053bd-00", "source_id": "seamless_b1847e062a9053bd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0060_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b1847e062a9053bd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b36913b63eb2ba1b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eb6ff6a58b1ba7f7", "row_id": "AVJointReasoning-seamless_b1847e062a9053bd-01", "source_id": "seamless_b1847e062a9053bd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0060_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b1847e062a9053bd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_eb6ff6a58b1ba7f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f7a38d47c65bb5d3", "row_id": "AVJointReasoning-seamless_b1847e062a9053bd-02", "source_id": "seamless_b1847e062a9053bd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0060_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b1847e062a9053bd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f7a38d47c65bb5d3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5929bbce5944b1c7", "row_id": "AVJointReasoning-seamless_b1847e062a9053bd-03", "source_id": "seamless_b1847e062a9053bd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0060_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b1847e062a9053bd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5929bbce5944b1c7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8c5e12af707af14b", "row_id": "AVJointReasoning-seamless_b1847e062a9053bd-04", "source_id": "seamless_b1847e062a9053bd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0060_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b1847e062a9053bd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8c5e12af707af14b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e55bd20bf191b355", "row_id": "AVJointReasoning-seamless_b1847e062a9053bd-05", "source_id": "seamless_b1847e062a9053bd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0060_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b1847e062a9053bd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e55bd20bf191b355.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2a5f6cec91769670", "row_id": "AVJointReasoning-seamless_b1847e062a9053bd-06", "source_id": "seamless_b1847e062a9053bd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0060_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b1847e062a9053bd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2a5f6cec91769670.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b4199a6ebb50accb", "row_id": "AVJointReasoning-seamless_b1847e062a9053bd-07", "source_id": "seamless_b1847e062a9053bd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0060_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b1847e062a9053bd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b4199a6ebb50accb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9e8ef5480b87d6e6", "row_id": "AVJointReasoning-seamless_b1847e062a9053bd-08", "source_id": "seamless_b1847e062a9053bd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0060_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b1847e062a9053bd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9e8ef5480b87d6e6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3c3a85293ea8d7a9", "row_id": "AVJointReasoning-seamless_b1847e062a9053bd-09", "source_id": "seamless_b1847e062a9053bd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0060_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b1847e062a9053bd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3c3a85293ea8d7a9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f5596a996772fbb3", "row_id": "AVJointReasoning-seamless_b2f1c991d9bc567f-00", "source_id": "seamless_b2f1c991d9bc567f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0044_I00000126_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b2f1c991d9bc567f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f5596a996772fbb3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b524cadc74d13006", "row_id": "AVJointReasoning-seamless_b2f1c991d9bc567f-01", "source_id": "seamless_b2f1c991d9bc567f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0044_I00000126_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b2f1c991d9bc567f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b524cadc74d13006.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_68559c210646ec38", "row_id": "AVJointReasoning-seamless_b2f1c991d9bc567f-02", "source_id": "seamless_b2f1c991d9bc567f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0044_I00000126_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b2f1c991d9bc567f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_68559c210646ec38.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_db10a4b5b114ab65", "row_id": "AVJointReasoning-seamless_b2f1c991d9bc567f-03", "source_id": "seamless_b2f1c991d9bc567f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0044_I00000126_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b2f1c991d9bc567f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_db10a4b5b114ab65.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c1d64aea786f2c44", "row_id": "AVJointReasoning-seamless_b2f1c991d9bc567f-04", "source_id": "seamless_b2f1c991d9bc567f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0044_I00000126_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b2f1c991d9bc567f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c1d64aea786f2c44.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_be4daea85e5485dc", "row_id": "AVJointReasoning-seamless_b2f1c991d9bc567f-05", "source_id": "seamless_b2f1c991d9bc567f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0044_I00000126_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b2f1c991d9bc567f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_be4daea85e5485dc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8e10d812de9fa6fd", "row_id": "AVJointReasoning-seamless_b2f1c991d9bc567f-06", "source_id": "seamless_b2f1c991d9bc567f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0044_I00000126_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b2f1c991d9bc567f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8e10d812de9fa6fd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b5707793f721ff0b", "row_id": "AVJointReasoning-seamless_b2f1c991d9bc567f-07", "source_id": "seamless_b2f1c991d9bc567f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0044_I00000126_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b2f1c991d9bc567f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b5707793f721ff0b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eb6dc4411e5ae48b", "row_id": "AVJointReasoning-seamless_b2f1c991d9bc567f-08", "source_id": "seamless_b2f1c991d9bc567f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0044_I00000126_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b2f1c991d9bc567f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_eb6dc4411e5ae48b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_19186e0e021b64e6", "row_id": "AVJointReasoning-seamless_b2f1c991d9bc567f-09", "source_id": "seamless_b2f1c991d9bc567f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0044_I00000126_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b2f1c991d9bc567f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_19186e0e021b64e6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_36a291e1ff80e853", "row_id": "AVJointReasoning-seamless_b4b534f0dda15bf6-00", "source_id": "seamless_b4b534f0dda15bf6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_36a291e1ff80e853.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ce5f23164ef32ece", "row_id": "AVJointReasoning-seamless_b4b534f0dda15bf6-01", "source_id": "seamless_b4b534f0dda15bf6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ce5f23164ef32ece.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f9d843f50f2c1e43", "row_id": "AVJointReasoning-seamless_b4b534f0dda15bf6-02", "source_id": "seamless_b4b534f0dda15bf6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f9d843f50f2c1e43.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ccacfe138f7b76f7", "row_id": "AVJointReasoning-seamless_b4b534f0dda15bf6-03", "source_id": "seamless_b4b534f0dda15bf6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ccacfe138f7b76f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c5c77bb583960213", "row_id": "AVJointReasoning-seamless_b4b534f0dda15bf6-04", "source_id": "seamless_b4b534f0dda15bf6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c5c77bb583960213.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3fbffbb9c096fd67", "row_id": "AVJointReasoning-seamless_b4b534f0dda15bf6-05", "source_id": "seamless_b4b534f0dda15bf6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3fbffbb9c096fd67.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fb10be39eccdbea0", "row_id": "AVJointReasoning-seamless_b4b534f0dda15bf6-06", "source_id": "seamless_b4b534f0dda15bf6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fb10be39eccdbea0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_83b3b59d013f8a55", "row_id": "AVJointReasoning-seamless_b4b534f0dda15bf6-07", "source_id": "seamless_b4b534f0dda15bf6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_83b3b59d013f8a55.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_07777f1ed63e009c", "row_id": "AVJointReasoning-seamless_b4b534f0dda15bf6-08", "source_id": "seamless_b4b534f0dda15bf6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_07777f1ed63e009c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0656b967d844a240", "row_id": "AVJointReasoning-seamless_b4b534f0dda15bf6-09", "source_id": "seamless_b4b534f0dda15bf6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0656b967d844a240.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_52448c85a0ab0778", "row_id": "AVJointReasoning-seamless_b522c7f8707b9105-00", "source_id": "seamless_b522c7f8707b9105", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0039_I00000129_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b522c7f8707b9105", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_52448c85a0ab0778.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e878a719ef82b83e", "row_id": "AVJointReasoning-seamless_b522c7f8707b9105-01", "source_id": "seamless_b522c7f8707b9105", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0039_I00000129_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b522c7f8707b9105", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e878a719ef82b83e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_53015d769c613739", "row_id": "AVJointReasoning-seamless_b522c7f8707b9105-02", "source_id": "seamless_b522c7f8707b9105", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0039_I00000129_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b522c7f8707b9105", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_53015d769c613739.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_820d401487562dcb", "row_id": "AVJointReasoning-seamless_b522c7f8707b9105-03", "source_id": "seamless_b522c7f8707b9105", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0039_I00000129_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b522c7f8707b9105", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_820d401487562dcb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8d41f8353bf15fc2", "row_id": "AVJointReasoning-seamless_b522c7f8707b9105-04", "source_id": "seamless_b522c7f8707b9105", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0039_I00000129_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b522c7f8707b9105", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8d41f8353bf15fc2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cfbdb8f03327f690", "row_id": "AVJointReasoning-seamless_b522c7f8707b9105-05", "source_id": "seamless_b522c7f8707b9105", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0039_I00000129_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b522c7f8707b9105", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_cfbdb8f03327f690.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b73d0b62b82f5abd", "row_id": "AVJointReasoning-seamless_b522c7f8707b9105-06", "source_id": "seamless_b522c7f8707b9105", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0039_I00000129_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b522c7f8707b9105", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b73d0b62b82f5abd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_03f4610f70cedb00", "row_id": "AVJointReasoning-seamless_b522c7f8707b9105-07", "source_id": "seamless_b522c7f8707b9105", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0039_I00000129_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b522c7f8707b9105", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_03f4610f70cedb00.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_729fd008273807bf", "row_id": "AVJointReasoning-seamless_b522c7f8707b9105-08", "source_id": "seamless_b522c7f8707b9105", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0039_I00000129_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b522c7f8707b9105", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_729fd008273807bf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4633d1ea5885392f", "row_id": "AVJointReasoning-seamless_b522c7f8707b9105-09", "source_id": "seamless_b522c7f8707b9105", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0039_I00000129_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b522c7f8707b9105", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4633d1ea5885392f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_df199468de3ef0eb", "row_id": "AVJointReasoning-seamless_b59f230187e1f922-00", "source_id": "seamless_b59f230187e1f922", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b59f230187e1f922", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_df199468de3ef0eb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1af0b83ac051841a", "row_id": "AVJointReasoning-seamless_b59f230187e1f922-01", "source_id": "seamless_b59f230187e1f922", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b59f230187e1f922", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1af0b83ac051841a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f54b8fea32540404", "row_id": "AVJointReasoning-seamless_b59f230187e1f922-02", "source_id": "seamless_b59f230187e1f922", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b59f230187e1f922", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f54b8fea32540404.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_46e47a7ea1178e71", "row_id": "AVJointReasoning-seamless_b59f230187e1f922-03", "source_id": "seamless_b59f230187e1f922", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b59f230187e1f922", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_46e47a7ea1178e71.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b59ba6329c8fa36e", "row_id": "AVJointReasoning-seamless_b59f230187e1f922-04", "source_id": "seamless_b59f230187e1f922", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b59f230187e1f922", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b59ba6329c8fa36e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_da12121601f9e41d", "row_id": "AVJointReasoning-seamless_b59f230187e1f922-05", "source_id": "seamless_b59f230187e1f922", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b59f230187e1f922", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_da12121601f9e41d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_013301bea2e8bd09", "row_id": "AVJointReasoning-seamless_b59f230187e1f922-06", "source_id": "seamless_b59f230187e1f922", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b59f230187e1f922", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_013301bea2e8bd09.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eb60198b0c4dea50", "row_id": "AVJointReasoning-seamless_b59f230187e1f922-07", "source_id": "seamless_b59f230187e1f922", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b59f230187e1f922", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_eb60198b0c4dea50.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2cf826a2f1cadcbc", "row_id": "AVJointReasoning-seamless_b59f230187e1f922-08", "source_id": "seamless_b59f230187e1f922", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b59f230187e1f922", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2cf826a2f1cadcbc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ff06636145016c08", "row_id": "AVJointReasoning-seamless_b59f230187e1f922-09", "source_id": "seamless_b59f230187e1f922", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b59f230187e1f922", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ff06636145016c08.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9c42434a5cda3f74", "row_id": "AVJointReasoning-seamless_b77e817fd65a7921-00", "source_id": "seamless_b77e817fd65a7921", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b77e817fd65a7921", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9c42434a5cda3f74.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_27323f4a0ac576c3", "row_id": "AVJointReasoning-seamless_b77e817fd65a7921-01", "source_id": "seamless_b77e817fd65a7921", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b77e817fd65a7921", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_27323f4a0ac576c3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d7347ae0c331699d", "row_id": "AVJointReasoning-seamless_b77e817fd65a7921-02", "source_id": "seamless_b77e817fd65a7921", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b77e817fd65a7921", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d7347ae0c331699d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e5379a0c1990d77c", "row_id": "AVJointReasoning-seamless_b77e817fd65a7921-03", "source_id": "seamless_b77e817fd65a7921", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b77e817fd65a7921", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e5379a0c1990d77c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1e99c1aed5d090b5", "row_id": "AVJointReasoning-seamless_b77e817fd65a7921-04", "source_id": "seamless_b77e817fd65a7921", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b77e817fd65a7921", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1e99c1aed5d090b5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ed27833932558e38", "row_id": "AVJointReasoning-seamless_b77e817fd65a7921-05", "source_id": "seamless_b77e817fd65a7921", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b77e817fd65a7921", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ed27833932558e38.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_37785cfdbc871e03", "row_id": "AVJointReasoning-seamless_b77e817fd65a7921-06", "source_id": "seamless_b77e817fd65a7921", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b77e817fd65a7921", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_37785cfdbc871e03.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0062cf90ef0225e5", "row_id": "AVJointReasoning-seamless_b77e817fd65a7921-07", "source_id": "seamless_b77e817fd65a7921", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b77e817fd65a7921", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0062cf90ef0225e5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b503f201b671c4b1", "row_id": "AVJointReasoning-seamless_b77e817fd65a7921-08", "source_id": "seamless_b77e817fd65a7921", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b77e817fd65a7921", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b503f201b671c4b1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c0e7a47ac1a53082", "row_id": "AVJointReasoning-seamless_b77e817fd65a7921-09", "source_id": "seamless_b77e817fd65a7921", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b77e817fd65a7921", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c0e7a47ac1a53082.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_922c199b0bbde389", "row_id": "AVJointReasoning-seamless_b8d8d9214c426d70-00", "source_id": "seamless_b8d8d9214c426d70", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0061_I00000138_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b8d8d9214c426d70", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_922c199b0bbde389.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c5a24eae54154a4b", "row_id": "AVJointReasoning-seamless_b8d8d9214c426d70-01", "source_id": "seamless_b8d8d9214c426d70", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0061_I00000138_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b8d8d9214c426d70", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c5a24eae54154a4b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fba61c648826b9f7", "row_id": "AVJointReasoning-seamless_b8d8d9214c426d70-02", "source_id": "seamless_b8d8d9214c426d70", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0061_I00000138_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b8d8d9214c426d70", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fba61c648826b9f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cd936a1cbe722e46", "row_id": "AVJointReasoning-seamless_b8d8d9214c426d70-03", "source_id": "seamless_b8d8d9214c426d70", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0061_I00000138_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b8d8d9214c426d70", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_cd936a1cbe722e46.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c7108716be747ceb", "row_id": "AVJointReasoning-seamless_b8d8d9214c426d70-04", "source_id": "seamless_b8d8d9214c426d70", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0061_I00000138_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b8d8d9214c426d70", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c7108716be747ceb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b919ae3a69125968", "row_id": "AVJointReasoning-seamless_b8d8d9214c426d70-05", "source_id": "seamless_b8d8d9214c426d70", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0061_I00000138_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b8d8d9214c426d70", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b919ae3a69125968.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_74d5a65a99b07636", "row_id": "AVJointReasoning-seamless_b8d8d9214c426d70-06", "source_id": "seamless_b8d8d9214c426d70", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0061_I00000138_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b8d8d9214c426d70", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_74d5a65a99b07636.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3b4368b428b73f39", "row_id": "AVJointReasoning-seamless_b8d8d9214c426d70-07", "source_id": "seamless_b8d8d9214c426d70", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0061_I00000138_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b8d8d9214c426d70", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3b4368b428b73f39.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9720778d0e9181e7", "row_id": "AVJointReasoning-seamless_b8d8d9214c426d70-08", "source_id": "seamless_b8d8d9214c426d70", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0061_I00000138_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b8d8d9214c426d70", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9720778d0e9181e7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0fa4367e9a972069", "row_id": "AVJointReasoning-seamless_b8d8d9214c426d70-09", "source_id": "seamless_b8d8d9214c426d70", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0061_I00000138_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b8d8d9214c426d70", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0fa4367e9a972069.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eed6514a291ae57a", "row_id": "AVJointReasoning-seamless_b929337710be6446-00", "source_id": "seamless_b929337710be6446", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_eed6514a291ae57a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7dd36ff62a7c6ec5", "row_id": "AVJointReasoning-seamless_b929337710be6446-01", "source_id": "seamless_b929337710be6446", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7dd36ff62a7c6ec5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d10f580eb8141b23", "row_id": "AVJointReasoning-seamless_b929337710be6446-02", "source_id": "seamless_b929337710be6446", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d10f580eb8141b23.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fe605b9e12836f11", "row_id": "AVJointReasoning-seamless_b929337710be6446-03", "source_id": "seamless_b929337710be6446", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_fe605b9e12836f11.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_80d436c545ad9483", "row_id": "AVJointReasoning-seamless_b929337710be6446-04", "source_id": "seamless_b929337710be6446", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_80d436c545ad9483.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2084988137178c5e", "row_id": "AVJointReasoning-seamless_b929337710be6446-05", "source_id": "seamless_b929337710be6446", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2084988137178c5e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a6be9a91c2452dc2", "row_id": "AVJointReasoning-seamless_b929337710be6446-06", "source_id": "seamless_b929337710be6446", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a6be9a91c2452dc2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_711455cae698a8f1", "row_id": "AVJointReasoning-seamless_b929337710be6446-07", "source_id": "seamless_b929337710be6446", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_711455cae698a8f1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7bd9161c235a9fb0", "row_id": "AVJointReasoning-seamless_b929337710be6446-08", "source_id": "seamless_b929337710be6446", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7bd9161c235a9fb0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9a56e80bb2bd4749", "row_id": "AVJointReasoning-seamless_b929337710be6446-09", "source_id": "seamless_b929337710be6446", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9a56e80bb2bd4749.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_52e73001a7e76d91", "row_id": "AVJointReasoning-seamless_b92d21e8a7a63198-00", "source_id": "seamless_b92d21e8a7a63198", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b92d21e8a7a63198", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_52e73001a7e76d91.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f2e203e1b4ed7ce3", "row_id": "AVJointReasoning-seamless_b92d21e8a7a63198-01", "source_id": "seamless_b92d21e8a7a63198", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b92d21e8a7a63198", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f2e203e1b4ed7ce3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0d565f274d1fa798", "row_id": "AVJointReasoning-seamless_b92d21e8a7a63198-02", "source_id": "seamless_b92d21e8a7a63198", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b92d21e8a7a63198", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0d565f274d1fa798.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c238c97693c41c1f", "row_id": "AVJointReasoning-seamless_b92d21e8a7a63198-03", "source_id": "seamless_b92d21e8a7a63198", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b92d21e8a7a63198", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c238c97693c41c1f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ed4554cb6cb68b45", "row_id": "AVJointReasoning-seamless_b92d21e8a7a63198-04", "source_id": "seamless_b92d21e8a7a63198", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b92d21e8a7a63198", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ed4554cb6cb68b45.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e8c554522711d76a", "row_id": "AVJointReasoning-seamless_b92d21e8a7a63198-05", "source_id": "seamless_b92d21e8a7a63198", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b92d21e8a7a63198", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e8c554522711d76a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d898f39b719252cf", "row_id": "AVJointReasoning-seamless_b92d21e8a7a63198-06", "source_id": "seamless_b92d21e8a7a63198", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b92d21e8a7a63198", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d898f39b719252cf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_669ce585374ab3ea", "row_id": "AVJointReasoning-seamless_b92d21e8a7a63198-07", "source_id": "seamless_b92d21e8a7a63198", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b92d21e8a7a63198", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_669ce585374ab3ea.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ac91a7d6a66b62eb", "row_id": "AVJointReasoning-seamless_b92d21e8a7a63198-08", "source_id": "seamless_b92d21e8a7a63198", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b92d21e8a7a63198", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ac91a7d6a66b62eb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eac596d9ad86f9ec", "row_id": "AVJointReasoning-seamless_b92d21e8a7a63198-09", "source_id": "seamless_b92d21e8a7a63198", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b92d21e8a7a63198", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_eac596d9ad86f9ec.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_26c60afc29904ff5", "row_id": "AVJointReasoning-seamless_b9d9f2143d9d1798-00", "source_id": "seamless_b9d9f2143d9d1798", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000498_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b9d9f2143d9d1798", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_26c60afc29904ff5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ef93851fdb77c40e", "row_id": "AVJointReasoning-seamless_b9d9f2143d9d1798-01", "source_id": "seamless_b9d9f2143d9d1798", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000498_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b9d9f2143d9d1798", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ef93851fdb77c40e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9c1677ffdce4f3cb", "row_id": "AVJointReasoning-seamless_b9d9f2143d9d1798-02", "source_id": "seamless_b9d9f2143d9d1798", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000498_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b9d9f2143d9d1798", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9c1677ffdce4f3cb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c6714b299d3bb4a2", "row_id": "AVJointReasoning-seamless_b9d9f2143d9d1798-03", "source_id": "seamless_b9d9f2143d9d1798", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000498_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b9d9f2143d9d1798", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c6714b299d3bb4a2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3bdcb82ca93406e3", "row_id": "AVJointReasoning-seamless_b9d9f2143d9d1798-04", "source_id": "seamless_b9d9f2143d9d1798", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000498_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b9d9f2143d9d1798", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3bdcb82ca93406e3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2ad1e6535cee4eae", "row_id": "AVJointReasoning-seamless_b9d9f2143d9d1798-05", "source_id": "seamless_b9d9f2143d9d1798", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000498_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b9d9f2143d9d1798", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2ad1e6535cee4eae.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dc989e0ab0570e67", "row_id": "AVJointReasoning-seamless_b9d9f2143d9d1798-06", "source_id": "seamless_b9d9f2143d9d1798", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000498_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b9d9f2143d9d1798", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dc989e0ab0570e67.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_57608609b97df99e", "row_id": "AVJointReasoning-seamless_b9d9f2143d9d1798-07", "source_id": "seamless_b9d9f2143d9d1798", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000498_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b9d9f2143d9d1798", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_57608609b97df99e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aff345bcd3c98687", "row_id": "AVJointReasoning-seamless_b9d9f2143d9d1798-08", "source_id": "seamless_b9d9f2143d9d1798", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000498_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b9d9f2143d9d1798", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_aff345bcd3c98687.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e7b3ed03cddb22cd", "row_id": "AVJointReasoning-seamless_b9d9f2143d9d1798-09", "source_id": "seamless_b9d9f2143d9d1798", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000498_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_b9d9f2143d9d1798", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e7b3ed03cddb22cd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_11074a30b5a95460", "row_id": "AVJointReasoning-seamless_bec24b182abb8a46-00", "source_id": "seamless_bec24b182abb8a46", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000481_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bec24b182abb8a46", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_11074a30b5a95460.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1fc91d13a03a91e3", "row_id": "AVJointReasoning-seamless_bec24b182abb8a46-01", "source_id": "seamless_bec24b182abb8a46", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000481_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bec24b182abb8a46", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1fc91d13a03a91e3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_04ba7845a4a5781c", "row_id": "AVJointReasoning-seamless_bec24b182abb8a46-02", "source_id": "seamless_bec24b182abb8a46", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000481_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bec24b182abb8a46", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_04ba7845a4a5781c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4f63a2c051e4fc45", "row_id": "AVJointReasoning-seamless_bec24b182abb8a46-03", "source_id": "seamless_bec24b182abb8a46", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000481_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bec24b182abb8a46", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4f63a2c051e4fc45.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_630ced9f370c7153", "row_id": "AVJointReasoning-seamless_bec24b182abb8a46-04", "source_id": "seamless_bec24b182abb8a46", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000481_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bec24b182abb8a46", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_630ced9f370c7153.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5e76e9169d7dec91", "row_id": "AVJointReasoning-seamless_bec24b182abb8a46-05", "source_id": "seamless_bec24b182abb8a46", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000481_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bec24b182abb8a46", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5e76e9169d7dec91.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bb6dafdd9a03862a", "row_id": "AVJointReasoning-seamless_bec24b182abb8a46-06", "source_id": "seamless_bec24b182abb8a46", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000481_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bec24b182abb8a46", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bb6dafdd9a03862a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a38e483a21cdd361", "row_id": "AVJointReasoning-seamless_bec24b182abb8a46-07", "source_id": "seamless_bec24b182abb8a46", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000481_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bec24b182abb8a46", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a38e483a21cdd361.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_54d091b33f231810", "row_id": "AVJointReasoning-seamless_bec24b182abb8a46-08", "source_id": "seamless_bec24b182abb8a46", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000481_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bec24b182abb8a46", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_54d091b33f231810.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e984c05fcc6d7656", "row_id": "AVJointReasoning-seamless_bec24b182abb8a46-09", "source_id": "seamless_bec24b182abb8a46", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000481_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bec24b182abb8a46", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e984c05fcc6d7656.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_87050c224d211a45", "row_id": "AVJointReasoning-seamless_bf72336fd88da669-00", "source_id": "seamless_bf72336fd88da669", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf72336fd88da669", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_87050c224d211a45.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9f24636c0e2d3051", "row_id": "AVJointReasoning-seamless_bf72336fd88da669-01", "source_id": "seamless_bf72336fd88da669", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf72336fd88da669", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9f24636c0e2d3051.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9e514559f1c3e030", "row_id": "AVJointReasoning-seamless_bf72336fd88da669-02", "source_id": "seamless_bf72336fd88da669", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf72336fd88da669", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9e514559f1c3e030.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bafa4a5e9a7c832f", "row_id": "AVJointReasoning-seamless_bf72336fd88da669-03", "source_id": "seamless_bf72336fd88da669", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf72336fd88da669", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bafa4a5e9a7c832f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8d42afd113bf7f2a", "row_id": "AVJointReasoning-seamless_bf72336fd88da669-04", "source_id": "seamless_bf72336fd88da669", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf72336fd88da669", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8d42afd113bf7f2a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_88f61c5c97165c13", "row_id": "AVJointReasoning-seamless_bf72336fd88da669-05", "source_id": "seamless_bf72336fd88da669", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf72336fd88da669", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_88f61c5c97165c13.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bf6d5696d767aeb9", "row_id": "AVJointReasoning-seamless_bf72336fd88da669-06", "source_id": "seamless_bf72336fd88da669", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf72336fd88da669", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bf6d5696d767aeb9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e8ce514cdf1baa78", "row_id": "AVJointReasoning-seamless_bf72336fd88da669-07", "source_id": "seamless_bf72336fd88da669", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf72336fd88da669", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e8ce514cdf1baa78.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7a96db3627896890", "row_id": "AVJointReasoning-seamless_bf72336fd88da669-08", "source_id": "seamless_bf72336fd88da669", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf72336fd88da669", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7a96db3627896890.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eb679307d3b3da7d", "row_id": "AVJointReasoning-seamless_bf72336fd88da669-09", "source_id": "seamless_bf72336fd88da669", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf72336fd88da669", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_eb679307d3b3da7d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_875b3a41efe44824", "row_id": "AVJointReasoning-seamless_bf8818cc5635ed87-00", "source_id": "seamless_bf8818cc5635ed87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf8818cc5635ed87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_875b3a41efe44824.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_78a1183e81b82ff7", "row_id": "AVJointReasoning-seamless_bf8818cc5635ed87-01", "source_id": "seamless_bf8818cc5635ed87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf8818cc5635ed87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_78a1183e81b82ff7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7bfca149895416ae", "row_id": "AVJointReasoning-seamless_bf8818cc5635ed87-02", "source_id": "seamless_bf8818cc5635ed87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf8818cc5635ed87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7bfca149895416ae.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f2c055aed84fd7e7", "row_id": "AVJointReasoning-seamless_bf8818cc5635ed87-03", "source_id": "seamless_bf8818cc5635ed87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf8818cc5635ed87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f2c055aed84fd7e7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_385140c425da8928", "row_id": "AVJointReasoning-seamless_bf8818cc5635ed87-04", "source_id": "seamless_bf8818cc5635ed87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf8818cc5635ed87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_385140c425da8928.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c6bc9629556bf596", "row_id": "AVJointReasoning-seamless_bf8818cc5635ed87-05", "source_id": "seamless_bf8818cc5635ed87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf8818cc5635ed87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c6bc9629556bf596.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a92316970f46f17b", "row_id": "AVJointReasoning-seamless_bf8818cc5635ed87-06", "source_id": "seamless_bf8818cc5635ed87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf8818cc5635ed87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a92316970f46f17b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_36fa099b3fc4edbd", "row_id": "AVJointReasoning-seamless_bf8818cc5635ed87-07", "source_id": "seamless_bf8818cc5635ed87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf8818cc5635ed87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_36fa099b3fc4edbd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_523f43bd603a30e2", "row_id": "AVJointReasoning-seamless_bf8818cc5635ed87-08", "source_id": "seamless_bf8818cc5635ed87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf8818cc5635ed87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_523f43bd603a30e2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ec3d6d6d11c552b2", "row_id": "AVJointReasoning-seamless_bf8818cc5635ed87-09", "source_id": "seamless_bf8818cc5635ed87", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_bf8818cc5635ed87", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ec3d6d6d11c552b2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_da04536bc7a705f0", "row_id": "AVJointReasoning-seamless_c0534eb0aa3e3c31-00", "source_id": "seamless_c0534eb0aa3e3c31", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c0534eb0aa3e3c31", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_da04536bc7a705f0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6c36559c03bbf707", "row_id": "AVJointReasoning-seamless_c0534eb0aa3e3c31-01", "source_id": "seamless_c0534eb0aa3e3c31", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c0534eb0aa3e3c31", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6c36559c03bbf707.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9e7b3e2ca43e069b", "row_id": "AVJointReasoning-seamless_c0534eb0aa3e3c31-02", "source_id": "seamless_c0534eb0aa3e3c31", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c0534eb0aa3e3c31", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9e7b3e2ca43e069b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9f567bfdff5f5db5", "row_id": "AVJointReasoning-seamless_c0534eb0aa3e3c31-03", "source_id": "seamless_c0534eb0aa3e3c31", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c0534eb0aa3e3c31", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9f567bfdff5f5db5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8042939bcf7f2784", "row_id": "AVJointReasoning-seamless_c0534eb0aa3e3c31-04", "source_id": "seamless_c0534eb0aa3e3c31", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c0534eb0aa3e3c31", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8042939bcf7f2784.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0723da53929d5f14", "row_id": "AVJointReasoning-seamless_c0534eb0aa3e3c31-05", "source_id": "seamless_c0534eb0aa3e3c31", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c0534eb0aa3e3c31", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0723da53929d5f14.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5b9b60b79b124539", "row_id": "AVJointReasoning-seamless_c0534eb0aa3e3c31-06", "source_id": "seamless_c0534eb0aa3e3c31", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c0534eb0aa3e3c31", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5b9b60b79b124539.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8bd78025cc18f83a", "row_id": "AVJointReasoning-seamless_c0534eb0aa3e3c31-07", "source_id": "seamless_c0534eb0aa3e3c31", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c0534eb0aa3e3c31", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8bd78025cc18f83a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_28a79e684f12d7ef", "row_id": "AVJointReasoning-seamless_c0534eb0aa3e3c31-08", "source_id": "seamless_c0534eb0aa3e3c31", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c0534eb0aa3e3c31", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_28a79e684f12d7ef.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_07373ae7bc91084a", "row_id": "AVJointReasoning-seamless_c0534eb0aa3e3c31-09", "source_id": "seamless_c0534eb0aa3e3c31", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c0534eb0aa3e3c31", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_07373ae7bc91084a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_669d20b29165e8d4", "row_id": "AVJointReasoning-seamless_c13057b414a5781c-00", "source_id": "seamless_c13057b414a5781c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000375_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c13057b414a5781c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_669d20b29165e8d4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_940b3033881c4ea6", "row_id": "AVJointReasoning-seamless_c13057b414a5781c-01", "source_id": "seamless_c13057b414a5781c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000375_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c13057b414a5781c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_940b3033881c4ea6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d84f1192eac81d59", "row_id": "AVJointReasoning-seamless_c13057b414a5781c-02", "source_id": "seamless_c13057b414a5781c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000375_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c13057b414a5781c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d84f1192eac81d59.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_97f9b2357bc6ec98", "row_id": "AVJointReasoning-seamless_c13057b414a5781c-03", "source_id": "seamless_c13057b414a5781c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000375_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c13057b414a5781c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_97f9b2357bc6ec98.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_37f821b326ef0d28", "row_id": "AVJointReasoning-seamless_c13057b414a5781c-04", "source_id": "seamless_c13057b414a5781c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000375_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c13057b414a5781c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_37f821b326ef0d28.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_772f6c5982e3564f", "row_id": "AVJointReasoning-seamless_c13057b414a5781c-05", "source_id": "seamless_c13057b414a5781c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000375_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c13057b414a5781c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_772f6c5982e3564f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1afb87c6aae6659e", "row_id": "AVJointReasoning-seamless_c13057b414a5781c-06", "source_id": "seamless_c13057b414a5781c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000375_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c13057b414a5781c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1afb87c6aae6659e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a707ff820e28855", "row_id": "AVJointReasoning-seamless_c13057b414a5781c-07", "source_id": "seamless_c13057b414a5781c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000375_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c13057b414a5781c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_4a707ff820e28855.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0bbd2e276113d832", "row_id": "AVJointReasoning-seamless_c13057b414a5781c-08", "source_id": "seamless_c13057b414a5781c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000375_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c13057b414a5781c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0bbd2e276113d832.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_666a0fa59164d6fc", "row_id": "AVJointReasoning-seamless_c13057b414a5781c-09", "source_id": "seamless_c13057b414a5781c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000375_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c13057b414a5781c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_666a0fa59164d6fc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5d233a6460225258", "row_id": "AVJointReasoning-seamless_c1809c7d749ef488-00", "source_id": "seamless_c1809c7d749ef488", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0038_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c1809c7d749ef488", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5d233a6460225258.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_596eafc034dd3ede", "row_id": "AVJointReasoning-seamless_c1809c7d749ef488-01", "source_id": "seamless_c1809c7d749ef488", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0038_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c1809c7d749ef488", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_596eafc034dd3ede.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bbcbec3e84713854", "row_id": "AVJointReasoning-seamless_c1809c7d749ef488-02", "source_id": "seamless_c1809c7d749ef488", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0038_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c1809c7d749ef488", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bbcbec3e84713854.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1f25a1044dc1e857", "row_id": "AVJointReasoning-seamless_c1809c7d749ef488-03", "source_id": "seamless_c1809c7d749ef488", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0038_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c1809c7d749ef488", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1f25a1044dc1e857.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c25d63b1480b6a37", "row_id": "AVJointReasoning-seamless_c1809c7d749ef488-04", "source_id": "seamless_c1809c7d749ef488", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0038_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c1809c7d749ef488", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c25d63b1480b6a37.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6c883c7d70945a85", "row_id": "AVJointReasoning-seamless_c1809c7d749ef488-05", "source_id": "seamless_c1809c7d749ef488", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0038_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c1809c7d749ef488", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6c883c7d70945a85.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7a31ec223ff51576", "row_id": "AVJointReasoning-seamless_c1809c7d749ef488-06", "source_id": "seamless_c1809c7d749ef488", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0038_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c1809c7d749ef488", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_7a31ec223ff51576.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_80691c98fa417981", "row_id": "AVJointReasoning-seamless_c1809c7d749ef488-07", "source_id": "seamless_c1809c7d749ef488", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0038_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c1809c7d749ef488", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_80691c98fa417981.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_254fb160fb9a33e7", "row_id": "AVJointReasoning-seamless_c1809c7d749ef488-08", "source_id": "seamless_c1809c7d749ef488", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0038_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c1809c7d749ef488", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_254fb160fb9a33e7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0329bca0915af8f3", "row_id": "AVJointReasoning-seamless_c1809c7d749ef488-09", "source_id": "seamless_c1809c7d749ef488", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0038_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c1809c7d749ef488", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0329bca0915af8f3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b2535611f22aa220", "row_id": "AVJointReasoning-seamless_c2398507d0ab899f-00", "source_id": "seamless_c2398507d0ab899f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0055_I00000307_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c2398507d0ab899f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_b2535611f22aa220.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2ab4e012e78ab67e", "row_id": "AVJointReasoning-seamless_c2398507d0ab899f-01", "source_id": "seamless_c2398507d0ab899f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0055_I00000307_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c2398507d0ab899f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2ab4e012e78ab67e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e87bd0b26cd1ee00", "row_id": "AVJointReasoning-seamless_c2398507d0ab899f-02", "source_id": "seamless_c2398507d0ab899f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0055_I00000307_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c2398507d0ab899f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e87bd0b26cd1ee00.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ded8ea3edc06e275", "row_id": "AVJointReasoning-seamless_c2398507d0ab899f-03", "source_id": "seamless_c2398507d0ab899f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0055_I00000307_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c2398507d0ab899f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ded8ea3edc06e275.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0df1950c94c7526a", "row_id": "AVJointReasoning-seamless_c2398507d0ab899f-04", "source_id": "seamless_c2398507d0ab899f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0055_I00000307_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c2398507d0ab899f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0df1950c94c7526a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3d3bab8c8fea9156", "row_id": "AVJointReasoning-seamless_c2398507d0ab899f-05", "source_id": "seamless_c2398507d0ab899f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0055_I00000307_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c2398507d0ab899f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3d3bab8c8fea9156.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d849734b32164136", "row_id": "AVJointReasoning-seamless_c2398507d0ab899f-06", "source_id": "seamless_c2398507d0ab899f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0055_I00000307_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c2398507d0ab899f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d849734b32164136.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c91aeec12deead8c", "row_id": "AVJointReasoning-seamless_c2398507d0ab899f-07", "source_id": "seamless_c2398507d0ab899f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0055_I00000307_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c2398507d0ab899f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c91aeec12deead8c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_97c089c20f4a2563", "row_id": "AVJointReasoning-seamless_c2398507d0ab899f-08", "source_id": "seamless_c2398507d0ab899f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0055_I00000307_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c2398507d0ab899f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_97c089c20f4a2563.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ace98674e10518a3", "row_id": "AVJointReasoning-seamless_c2398507d0ab899f-09", "source_id": "seamless_c2398507d0ab899f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0055_I00000307_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c2398507d0ab899f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ace98674e10518a3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_116cae66e2d62dec", "row_id": "AVJointReasoning-seamless_c294cd54dbd714ad-00", "source_id": "seamless_c294cd54dbd714ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000307_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c294cd54dbd714ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_116cae66e2d62dec.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e21a94fc0dfe4211", "row_id": "AVJointReasoning-seamless_c294cd54dbd714ad-01", "source_id": "seamless_c294cd54dbd714ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000307_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c294cd54dbd714ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_e21a94fc0dfe4211.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_48b0f5dfb1d8d683", "row_id": "AVJointReasoning-seamless_c294cd54dbd714ad-02", "source_id": "seamless_c294cd54dbd714ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000307_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c294cd54dbd714ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_48b0f5dfb1d8d683.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_34d846c8ea08f4f8", "row_id": "AVJointReasoning-seamless_c294cd54dbd714ad-03", "source_id": "seamless_c294cd54dbd714ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000307_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c294cd54dbd714ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_34d846c8ea08f4f8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0f1f0d3e975b0cb7", "row_id": "AVJointReasoning-seamless_c294cd54dbd714ad-04", "source_id": "seamless_c294cd54dbd714ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000307_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c294cd54dbd714ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0f1f0d3e975b0cb7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_128a503d9df91717", "row_id": "AVJointReasoning-seamless_c294cd54dbd714ad-05", "source_id": "seamless_c294cd54dbd714ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000307_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c294cd54dbd714ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_128a503d9df91717.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dcae7a95c37fc302", "row_id": "AVJointReasoning-seamless_c294cd54dbd714ad-06", "source_id": "seamless_c294cd54dbd714ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000307_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c294cd54dbd714ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_dcae7a95c37fc302.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8ac48f2c461b128d", "row_id": "AVJointReasoning-seamless_c294cd54dbd714ad-07", "source_id": "seamless_c294cd54dbd714ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000307_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c294cd54dbd714ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_8ac48f2c461b128d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6161275c827510e2", "row_id": "AVJointReasoning-seamless_c294cd54dbd714ad-08", "source_id": "seamless_c294cd54dbd714ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000307_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c294cd54dbd714ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6161275c827510e2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd7b40ef165b984e", "row_id": "AVJointReasoning-seamless_c294cd54dbd714ad-09", "source_id": "seamless_c294cd54dbd714ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000307_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c294cd54dbd714ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_bd7b40ef165b984e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2bf4cd600c7977c6", "row_id": "AVJointReasoning-seamless_c4228f3d479e1380-00", "source_id": "seamless_c4228f3d479e1380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c4228f3d479e1380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_2bf4cd600c7977c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5009baf7dc843bbe", "row_id": "AVJointReasoning-seamless_c4228f3d479e1380-01", "source_id": "seamless_c4228f3d479e1380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c4228f3d479e1380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_5009baf7dc843bbe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_08eaa57f4c435585", "row_id": "AVJointReasoning-seamless_c4228f3d479e1380-02", "source_id": "seamless_c4228f3d479e1380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c4228f3d479e1380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_08eaa57f4c435585.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1ee53acdbeaa7a11", "row_id": "AVJointReasoning-seamless_c4228f3d479e1380-03", "source_id": "seamless_c4228f3d479e1380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c4228f3d479e1380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_1ee53acdbeaa7a11.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ea6c6a3953151515", "row_id": "AVJointReasoning-seamless_c4228f3d479e1380-04", "source_id": "seamless_c4228f3d479e1380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c4228f3d479e1380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ea6c6a3953151515.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ebdc94375d337157", "row_id": "AVJointReasoning-seamless_c4228f3d479e1380-05", "source_id": "seamless_c4228f3d479e1380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c4228f3d479e1380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_ebdc94375d337157.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_473a17bf66512cb5", "row_id": "AVJointReasoning-seamless_c4228f3d479e1380-06", "source_id": "seamless_c4228f3d479e1380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c4228f3d479e1380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_473a17bf66512cb5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3369d8847657adbb", "row_id": "AVJointReasoning-seamless_c4228f3d479e1380-07", "source_id": "seamless_c4228f3d479e1380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c4228f3d479e1380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_3369d8847657adbb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_654048b227edb4c7", "row_id": "AVJointReasoning-seamless_c4228f3d479e1380-08", "source_id": "seamless_c4228f3d479e1380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c4228f3d479e1380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_654048b227edb4c7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c524c355c6203b6a", "row_id": "AVJointReasoning-seamless_c4228f3d479e1380-09", "source_id": "seamless_c4228f3d479e1380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c4228f3d479e1380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c524c355c6203b6a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c6e15509bffceab6", "row_id": "AVJointReasoning-seamless_c42d8c775012a15f-00", "source_id": "seamless_c42d8c775012a15f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000581_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c42d8c775012a15f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_c6e15509bffceab6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_11ff49b4b393003d", "row_id": "AVJointReasoning-seamless_c42d8c775012a15f-01", "source_id": "seamless_c42d8c775012a15f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000581_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c42d8c775012a15f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_11ff49b4b393003d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_89ac6c09a2357b5d", "row_id": "AVJointReasoning-seamless_c42d8c775012a15f-02", "source_id": "seamless_c42d8c775012a15f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000581_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c42d8c775012a15f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_89ac6c09a2357b5d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_527681120c4e1ed5", "row_id": "AVJointReasoning-seamless_c42d8c775012a15f-03", "source_id": "seamless_c42d8c775012a15f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000581_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c42d8c775012a15f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_527681120c4e1ed5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa3da413481c16a4", "row_id": "AVJointReasoning-seamless_c42d8c775012a15f-04", "source_id": "seamless_c42d8c775012a15f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000581_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c42d8c775012a15f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_aa3da413481c16a4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_22c14c40238d06fd", "row_id": "AVJointReasoning-seamless_c42d8c775012a15f-05", "source_id": "seamless_c42d8c775012a15f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000581_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c42d8c775012a15f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_22c14c40238d06fd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6d7980669846d047", "row_id": "AVJointReasoning-seamless_c42d8c775012a15f-06", "source_id": "seamless_c42d8c775012a15f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000581_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c42d8c775012a15f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6d7980669846d047.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a3bda2b6965281b1", "row_id": "AVJointReasoning-seamless_c42d8c775012a15f-07", "source_id": "seamless_c42d8c775012a15f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000581_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c42d8c775012a15f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_a3bda2b6965281b1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f92f7c519f12b5f9", "row_id": "AVJointReasoning-seamless_c42d8c775012a15f-08", "source_id": "seamless_c42d8c775012a15f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000581_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c42d8c775012a15f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_f92f7c519f12b5f9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6747faa0434ab832", "row_id": "AVJointReasoning-seamless_c42d8c775012a15f-09", "source_id": "seamless_c42d8c775012a15f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000581_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c42d8c775012a15f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_6747faa0434ab832.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d50be4525aca5440", "row_id": "AVJointReasoning-seamless_c46fe9ab712c3fbf-00", "source_id": "seamless_c46fe9ab712c3fbf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c46fe9ab712c3fbf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_d50be4525aca5440.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_225530118e1a1fd3", "row_id": "AVJointReasoning-seamless_c46fe9ab712c3fbf-01", "source_id": "seamless_c46fe9ab712c3fbf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c46fe9ab712c3fbf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_225530118e1a1fd3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9668aff1ed91490d", "row_id": "AVJointReasoning-seamless_c46fe9ab712c3fbf-02", "source_id": "seamless_c46fe9ab712c3fbf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c46fe9ab712c3fbf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_9668aff1ed91490d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_165ba081c5b57e7f", "row_id": "AVJointReasoning-seamless_c46fe9ab712c3fbf-03", "source_id": "seamless_c46fe9ab712c3fbf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c46fe9ab712c3fbf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_165ba081c5b57e7f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0b819d1354e5f15f", "row_id": "AVJointReasoning-seamless_c46fe9ab712c3fbf-04", "source_id": "seamless_c46fe9ab712c3fbf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c46fe9ab712c3fbf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0b819d1354e5f15f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_437b64f03923aab5", "row_id": "AVJointReasoning-seamless_c46fe9ab712c3fbf-05", "source_id": "seamless_c46fe9ab712c3fbf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c46fe9ab712c3fbf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_437b64f03923aab5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_501e278f1d0d552d", "row_id": "AVJointReasoning-seamless_c46fe9ab712c3fbf-06", "source_id": "seamless_c46fe9ab712c3fbf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c46fe9ab712c3fbf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_501e278f1d0d552d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0ab8d5c275735cfd", "row_id": "AVJointReasoning-seamless_c46fe9ab712c3fbf-07", "source_id": "seamless_c46fe9ab712c3fbf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c46fe9ab712c3fbf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_0ab8d5c275735cfd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_335b3c3e5f90961f", "row_id": "AVJointReasoning-seamless_c46fe9ab712c3fbf-08", "source_id": "seamless_c46fe9ab712c3fbf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c46fe9ab712c3fbf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_335b3c3e5f90961f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_505874d28529772e", "row_id": "AVJointReasoning-seamless_c46fe9ab712c3fbf-09", "source_id": "seamless_c46fe9ab712c3fbf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_c46fe9ab712c3fbf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/AVJointReasoning/manifest_505874d28529772e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} diff --git a/manifests/LiveAVCommentary.jsonl b/manifests/LiveAVCommentary.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6cbcc016b42a53122609fa65104d9c6897b2a1d1 --- /dev/null +++ b/manifests/LiveAVCommentary.jsonl @@ -0,0 +1,1000 @@ +{"manifest_id": "manifest_81a24edf278f7652", "row_id": "LiveAVCommentary-seamless_005d803373cb6578-00", "source_id": "seamless_005d803373cb6578", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_005d803373cb6578", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_81a24edf278f7652.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c41416757700de40", "row_id": "LiveAVCommentary-seamless_005d803373cb6578-01", "source_id": "seamless_005d803373cb6578", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_005d803373cb6578", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c41416757700de40.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_71df8c75246aa406", "row_id": "LiveAVCommentary-seamless_005d803373cb6578-02", "source_id": "seamless_005d803373cb6578", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_005d803373cb6578", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_71df8c75246aa406.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e5744ed542ca8ac5", "row_id": "LiveAVCommentary-seamless_005d803373cb6578-03", "source_id": "seamless_005d803373cb6578", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_005d803373cb6578", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e5744ed542ca8ac5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d3542a55c3c1cafb", "row_id": "LiveAVCommentary-seamless_005d803373cb6578-04", "source_id": "seamless_005d803373cb6578", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_005d803373cb6578", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d3542a55c3c1cafb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dbd6533f035d26e9", "row_id": "LiveAVCommentary-seamless_005d803373cb6578-05", "source_id": "seamless_005d803373cb6578", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_005d803373cb6578", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_dbd6533f035d26e9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1be94f85a4d73aac", "row_id": "LiveAVCommentary-seamless_005d803373cb6578-06", "source_id": "seamless_005d803373cb6578", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_005d803373cb6578", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1be94f85a4d73aac.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_22d6e86d32d995af", "row_id": "LiveAVCommentary-seamless_005d803373cb6578-07", "source_id": "seamless_005d803373cb6578", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_005d803373cb6578", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_22d6e86d32d995af.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3e43870fdc5f4379", "row_id": "LiveAVCommentary-seamless_005d803373cb6578-08", "source_id": "seamless_005d803373cb6578", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_005d803373cb6578", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3e43870fdc5f4379.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bbd82434bbe2e54a", "row_id": "LiveAVCommentary-seamless_005d803373cb6578-09", "source_id": "seamless_005d803373cb6578", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_005d803373cb6578", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bbd82434bbe2e54a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a06e6679b1e0a14a", "row_id": "LiveAVCommentary-seamless_01c6fc9fe873f99a-00", "source_id": "seamless_01c6fc9fe873f99a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_01c6fc9fe873f99a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a06e6679b1e0a14a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d012204a1ae4a7f4", "row_id": "LiveAVCommentary-seamless_01c6fc9fe873f99a-01", "source_id": "seamless_01c6fc9fe873f99a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_01c6fc9fe873f99a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d012204a1ae4a7f4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_857390b93b4d97fc", "row_id": "LiveAVCommentary-seamless_01c6fc9fe873f99a-02", "source_id": "seamless_01c6fc9fe873f99a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_01c6fc9fe873f99a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_857390b93b4d97fc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_986874ef6dcd0aac", "row_id": "LiveAVCommentary-seamless_01c6fc9fe873f99a-03", "source_id": "seamless_01c6fc9fe873f99a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_01c6fc9fe873f99a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_986874ef6dcd0aac.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_00d23066a04cadec", "row_id": "LiveAVCommentary-seamless_01c6fc9fe873f99a-04", "source_id": "seamless_01c6fc9fe873f99a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_01c6fc9fe873f99a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_00d23066a04cadec.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa1b06af19a04973", "row_id": "LiveAVCommentary-seamless_01c6fc9fe873f99a-05", "source_id": "seamless_01c6fc9fe873f99a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_01c6fc9fe873f99a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_aa1b06af19a04973.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_caa4abf89b30647d", "row_id": "LiveAVCommentary-seamless_01c6fc9fe873f99a-06", "source_id": "seamless_01c6fc9fe873f99a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_01c6fc9fe873f99a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_caa4abf89b30647d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5b6d56a9f668eca6", "row_id": "LiveAVCommentary-seamless_01c6fc9fe873f99a-07", "source_id": "seamless_01c6fc9fe873f99a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_01c6fc9fe873f99a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5b6d56a9f668eca6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b257cc0f4429c525", "row_id": "LiveAVCommentary-seamless_01c6fc9fe873f99a-08", "source_id": "seamless_01c6fc9fe873f99a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_01c6fc9fe873f99a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b257cc0f4429c525.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d50d70ce1a4b3ea7", "row_id": "LiveAVCommentary-seamless_01c6fc9fe873f99a-09", "source_id": "seamless_01c6fc9fe873f99a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_01c6fc9fe873f99a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d50d70ce1a4b3ea7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8a6f4f3ab0c179a2", "row_id": "LiveAVCommentary-seamless_02a3f09a98efe3ac-00", "source_id": "seamless_02a3f09a98efe3ac", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02a3f09a98efe3ac", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8a6f4f3ab0c179a2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_97c60efd1898447a", "row_id": "LiveAVCommentary-seamless_02a3f09a98efe3ac-01", "source_id": "seamless_02a3f09a98efe3ac", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02a3f09a98efe3ac", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_97c60efd1898447a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1a0a48825d7d9c49", "row_id": "LiveAVCommentary-seamless_02a3f09a98efe3ac-02", "source_id": "seamless_02a3f09a98efe3ac", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02a3f09a98efe3ac", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1a0a48825d7d9c49.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0244cf2d35c2de58", "row_id": "LiveAVCommentary-seamless_02a3f09a98efe3ac-03", "source_id": "seamless_02a3f09a98efe3ac", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02a3f09a98efe3ac", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0244cf2d35c2de58.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_30a53b08ee9a3f9f", "row_id": "LiveAVCommentary-seamless_02a3f09a98efe3ac-04", "source_id": "seamless_02a3f09a98efe3ac", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02a3f09a98efe3ac", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_30a53b08ee9a3f9f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_579e3b02eee779f7", "row_id": "LiveAVCommentary-seamless_02a3f09a98efe3ac-05", "source_id": "seamless_02a3f09a98efe3ac", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02a3f09a98efe3ac", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_579e3b02eee779f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e53e91fcd48b04eb", "row_id": "LiveAVCommentary-seamless_02a3f09a98efe3ac-06", "source_id": "seamless_02a3f09a98efe3ac", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02a3f09a98efe3ac", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e53e91fcd48b04eb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_573b3740a321756e", "row_id": "LiveAVCommentary-seamless_02a3f09a98efe3ac-07", "source_id": "seamless_02a3f09a98efe3ac", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02a3f09a98efe3ac", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_573b3740a321756e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_53251c6e6e701783", "row_id": "LiveAVCommentary-seamless_02a3f09a98efe3ac-08", "source_id": "seamless_02a3f09a98efe3ac", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02a3f09a98efe3ac", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_53251c6e6e701783.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b5078f9d80aac573", "row_id": "LiveAVCommentary-seamless_02a3f09a98efe3ac-09", "source_id": "seamless_02a3f09a98efe3ac", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02a3f09a98efe3ac", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b5078f9d80aac573.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1314dcd0b2fb88d1", "row_id": "LiveAVCommentary-seamless_02c9847afab79960-00", "source_id": "seamless_02c9847afab79960", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02c9847afab79960", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1314dcd0b2fb88d1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_71d61a2002f08295", "row_id": "LiveAVCommentary-seamless_02c9847afab79960-01", "source_id": "seamless_02c9847afab79960", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02c9847afab79960", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_71d61a2002f08295.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3fcce496b78d3a04", "row_id": "LiveAVCommentary-seamless_02c9847afab79960-02", "source_id": "seamless_02c9847afab79960", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02c9847afab79960", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3fcce496b78d3a04.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b43c0d2b99b4fd87", "row_id": "LiveAVCommentary-seamless_02c9847afab79960-03", "source_id": "seamless_02c9847afab79960", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02c9847afab79960", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b43c0d2b99b4fd87.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_15c43d33ae235b4d", "row_id": "LiveAVCommentary-seamless_02c9847afab79960-04", "source_id": "seamless_02c9847afab79960", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02c9847afab79960", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_15c43d33ae235b4d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6ddc7f0eeff339c9", "row_id": "LiveAVCommentary-seamless_02c9847afab79960-05", "source_id": "seamless_02c9847afab79960", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02c9847afab79960", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6ddc7f0eeff339c9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f3e1974b29b411ae", "row_id": "LiveAVCommentary-seamless_02c9847afab79960-06", "source_id": "seamless_02c9847afab79960", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02c9847afab79960", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f3e1974b29b411ae.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fc0f99ca6500192a", "row_id": "LiveAVCommentary-seamless_02c9847afab79960-07", "source_id": "seamless_02c9847afab79960", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02c9847afab79960", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fc0f99ca6500192a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c3757e1b9db15b1c", "row_id": "LiveAVCommentary-seamless_02c9847afab79960-08", "source_id": "seamless_02c9847afab79960", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02c9847afab79960", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c3757e1b9db15b1c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a21b4abd967ada0c", "row_id": "LiveAVCommentary-seamless_02c9847afab79960-09", "source_id": "seamless_02c9847afab79960", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_02c9847afab79960", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a21b4abd967ada0c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ad53d6a8457804df", "row_id": "LiveAVCommentary-seamless_03b1ce66a7436e09-00", "source_id": "seamless_03b1ce66a7436e09", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ad53d6a8457804df.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3a591e375eea1f75", "row_id": "LiveAVCommentary-seamless_03b1ce66a7436e09-01", "source_id": "seamless_03b1ce66a7436e09", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3a591e375eea1f75.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7e66044bcf17d4bf", "row_id": "LiveAVCommentary-seamless_03b1ce66a7436e09-02", "source_id": "seamless_03b1ce66a7436e09", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7e66044bcf17d4bf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_18a8b94debf272c3", "row_id": "LiveAVCommentary-seamless_03b1ce66a7436e09-03", "source_id": "seamless_03b1ce66a7436e09", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_18a8b94debf272c3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1fce5770f3967a5d", "row_id": "LiveAVCommentary-seamless_03b1ce66a7436e09-04", "source_id": "seamless_03b1ce66a7436e09", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1fce5770f3967a5d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8c9b37714673c21e", "row_id": "LiveAVCommentary-seamless_03b1ce66a7436e09-05", "source_id": "seamless_03b1ce66a7436e09", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8c9b37714673c21e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_617a13395cc5d87a", "row_id": "LiveAVCommentary-seamless_03b1ce66a7436e09-06", "source_id": "seamless_03b1ce66a7436e09", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_617a13395cc5d87a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ad411008528d7b09", "row_id": "LiveAVCommentary-seamless_03b1ce66a7436e09-07", "source_id": "seamless_03b1ce66a7436e09", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ad411008528d7b09.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bed7e5b5c4edd072", "row_id": "LiveAVCommentary-seamless_03b1ce66a7436e09-08", "source_id": "seamless_03b1ce66a7436e09", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bed7e5b5c4edd072.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e41ce0bbb9209516", "row_id": "LiveAVCommentary-seamless_03b1ce66a7436e09-09", "source_id": "seamless_03b1ce66a7436e09", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e41ce0bbb9209516.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_596cf0947b013bc2", "row_id": "LiveAVCommentary-seamless_04141eda7dad3568-00", "source_id": "seamless_04141eda7dad3568", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000581_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04141eda7dad3568", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_596cf0947b013bc2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_324a200f69260335", "row_id": "LiveAVCommentary-seamless_04141eda7dad3568-01", "source_id": "seamless_04141eda7dad3568", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000581_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04141eda7dad3568", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_324a200f69260335.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_35d37413df86333b", "row_id": "LiveAVCommentary-seamless_04141eda7dad3568-02", "source_id": "seamless_04141eda7dad3568", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000581_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04141eda7dad3568", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_35d37413df86333b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_29d945796c57f589", "row_id": "LiveAVCommentary-seamless_04141eda7dad3568-03", "source_id": "seamless_04141eda7dad3568", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000581_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04141eda7dad3568", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_29d945796c57f589.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_98e58d9eeb0200bf", "row_id": "LiveAVCommentary-seamless_04141eda7dad3568-04", "source_id": "seamless_04141eda7dad3568", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000581_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04141eda7dad3568", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_98e58d9eeb0200bf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_679f5628e4b6b0ca", "row_id": "LiveAVCommentary-seamless_04141eda7dad3568-05", "source_id": "seamless_04141eda7dad3568", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000581_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04141eda7dad3568", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_679f5628e4b6b0ca.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e897aeb431fcf45d", "row_id": "LiveAVCommentary-seamless_04141eda7dad3568-06", "source_id": "seamless_04141eda7dad3568", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000581_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04141eda7dad3568", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e897aeb431fcf45d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f6ab0fb1affb5f22", "row_id": "LiveAVCommentary-seamless_04141eda7dad3568-07", "source_id": "seamless_04141eda7dad3568", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000581_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04141eda7dad3568", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f6ab0fb1affb5f22.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0939646fd3b13d90", "row_id": "LiveAVCommentary-seamless_04141eda7dad3568-08", "source_id": "seamless_04141eda7dad3568", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000581_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04141eda7dad3568", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0939646fd3b13d90.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b0ea5906d079f966", "row_id": "LiveAVCommentary-seamless_04141eda7dad3568-09", "source_id": "seamless_04141eda7dad3568", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000581_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04141eda7dad3568", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b0ea5906d079f966.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_be39727d686a0b6c", "row_id": "LiveAVCommentary-seamless_041b36945513fb59-00", "source_id": "seamless_041b36945513fb59", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_be39727d686a0b6c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e7f6523732ef0ef7", "row_id": "LiveAVCommentary-seamless_041b36945513fb59-01", "source_id": "seamless_041b36945513fb59", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e7f6523732ef0ef7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bf7eb3f8be3177e3", "row_id": "LiveAVCommentary-seamless_041b36945513fb59-02", "source_id": "seamless_041b36945513fb59", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bf7eb3f8be3177e3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_678cf66ebe1bbd72", "row_id": "LiveAVCommentary-seamless_041b36945513fb59-03", "source_id": "seamless_041b36945513fb59", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_678cf66ebe1bbd72.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ce0f2c3f739b0269", "row_id": "LiveAVCommentary-seamless_041b36945513fb59-04", "source_id": "seamless_041b36945513fb59", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ce0f2c3f739b0269.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_593e5f36e291f2e6", "row_id": "LiveAVCommentary-seamless_041b36945513fb59-05", "source_id": "seamless_041b36945513fb59", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_593e5f36e291f2e6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_256ea2646d88aaac", "row_id": "LiveAVCommentary-seamless_041b36945513fb59-06", "source_id": "seamless_041b36945513fb59", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_256ea2646d88aaac.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_42e16c1b4c29651b", "row_id": "LiveAVCommentary-seamless_041b36945513fb59-07", "source_id": "seamless_041b36945513fb59", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_42e16c1b4c29651b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2986aea859d9b11d", "row_id": "LiveAVCommentary-seamless_041b36945513fb59-08", "source_id": "seamless_041b36945513fb59", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2986aea859d9b11d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5a698e67d51ae78d", "row_id": "LiveAVCommentary-seamless_041b36945513fb59-09", "source_id": "seamless_041b36945513fb59", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5a698e67d51ae78d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1ba4111a6cdd1777", "row_id": "LiveAVCommentary-seamless_04e9baf3643cb23e-00", "source_id": "seamless_04e9baf3643cb23e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1ba4111a6cdd1777.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_05603ef25244bfec", "row_id": "LiveAVCommentary-seamless_04e9baf3643cb23e-01", "source_id": "seamless_04e9baf3643cb23e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_05603ef25244bfec.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_047243ee6777196c", "row_id": "LiveAVCommentary-seamless_04e9baf3643cb23e-02", "source_id": "seamless_04e9baf3643cb23e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_047243ee6777196c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_414935173adce959", "row_id": "LiveAVCommentary-seamless_04e9baf3643cb23e-03", "source_id": "seamless_04e9baf3643cb23e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_414935173adce959.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_72e017bc5455e6b4", "row_id": "LiveAVCommentary-seamless_04e9baf3643cb23e-04", "source_id": "seamless_04e9baf3643cb23e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_72e017bc5455e6b4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_62a2f9695f28e02b", "row_id": "LiveAVCommentary-seamless_04e9baf3643cb23e-05", "source_id": "seamless_04e9baf3643cb23e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_62a2f9695f28e02b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f0687ffff63f23f4", "row_id": "LiveAVCommentary-seamless_04e9baf3643cb23e-06", "source_id": "seamless_04e9baf3643cb23e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f0687ffff63f23f4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c082a2c749f35a96", "row_id": "LiveAVCommentary-seamless_04e9baf3643cb23e-07", "source_id": "seamless_04e9baf3643cb23e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c082a2c749f35a96.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ab29b7ec19e20e7f", "row_id": "LiveAVCommentary-seamless_04e9baf3643cb23e-08", "source_id": "seamless_04e9baf3643cb23e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ab29b7ec19e20e7f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d0a56a0d58c1cc40", "row_id": "LiveAVCommentary-seamless_04e9baf3643cb23e-09", "source_id": "seamless_04e9baf3643cb23e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d0a56a0d58c1cc40.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_54e4cd7f033d70d3", "row_id": "LiveAVCommentary-seamless_085082f464bb77cb-00", "source_id": "seamless_085082f464bb77cb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0056_I00000543_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_085082f464bb77cb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_54e4cd7f033d70d3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e9222038841a951b", "row_id": "LiveAVCommentary-seamless_085082f464bb77cb-01", "source_id": "seamless_085082f464bb77cb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0056_I00000543_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_085082f464bb77cb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e9222038841a951b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fe30b208e6b6b055", "row_id": "LiveAVCommentary-seamless_085082f464bb77cb-02", "source_id": "seamless_085082f464bb77cb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0056_I00000543_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_085082f464bb77cb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fe30b208e6b6b055.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_51081fc38e4d35dd", "row_id": "LiveAVCommentary-seamless_085082f464bb77cb-03", "source_id": "seamless_085082f464bb77cb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0056_I00000543_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_085082f464bb77cb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_51081fc38e4d35dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_842aa900237a97f0", "row_id": "LiveAVCommentary-seamless_085082f464bb77cb-04", "source_id": "seamless_085082f464bb77cb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0056_I00000543_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_085082f464bb77cb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_842aa900237a97f0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6eba4a70f918c94c", "row_id": "LiveAVCommentary-seamless_085082f464bb77cb-05", "source_id": "seamless_085082f464bb77cb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0056_I00000543_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_085082f464bb77cb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6eba4a70f918c94c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e0e5d02594a82d6e", "row_id": "LiveAVCommentary-seamless_085082f464bb77cb-06", "source_id": "seamless_085082f464bb77cb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0056_I00000543_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_085082f464bb77cb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e0e5d02594a82d6e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8f48beedf16f233d", "row_id": "LiveAVCommentary-seamless_085082f464bb77cb-07", "source_id": "seamless_085082f464bb77cb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0056_I00000543_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_085082f464bb77cb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8f48beedf16f233d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_571c591d2efbf431", "row_id": "LiveAVCommentary-seamless_085082f464bb77cb-08", "source_id": "seamless_085082f464bb77cb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0056_I00000543_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_085082f464bb77cb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_571c591d2efbf431.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_47e42d2823ff5954", "row_id": "LiveAVCommentary-seamless_085082f464bb77cb-09", "source_id": "seamless_085082f464bb77cb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0056_I00000543_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_085082f464bb77cb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_47e42d2823ff5954.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b690e88255bdbee1", "row_id": "LiveAVCommentary-seamless_09820fca5dddd57f-00", "source_id": "seamless_09820fca5dddd57f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0044_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_09820fca5dddd57f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b690e88255bdbee1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5d0858108f536247", "row_id": "LiveAVCommentary-seamless_09820fca5dddd57f-01", "source_id": "seamless_09820fca5dddd57f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0044_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_09820fca5dddd57f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5d0858108f536247.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4fac74c96ed7d0e9", "row_id": "LiveAVCommentary-seamless_09820fca5dddd57f-02", "source_id": "seamless_09820fca5dddd57f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0044_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_09820fca5dddd57f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4fac74c96ed7d0e9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_560bf12e882ef42e", "row_id": "LiveAVCommentary-seamless_09820fca5dddd57f-03", "source_id": "seamless_09820fca5dddd57f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0044_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_09820fca5dddd57f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_560bf12e882ef42e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2a6d184722947727", "row_id": "LiveAVCommentary-seamless_09820fca5dddd57f-04", "source_id": "seamless_09820fca5dddd57f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0044_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_09820fca5dddd57f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2a6d184722947727.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d2a11237203450ab", "row_id": "LiveAVCommentary-seamless_09820fca5dddd57f-05", "source_id": "seamless_09820fca5dddd57f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0044_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_09820fca5dddd57f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d2a11237203450ab.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa4b09937c003a9c", "row_id": "LiveAVCommentary-seamless_09820fca5dddd57f-06", "source_id": "seamless_09820fca5dddd57f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0044_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_09820fca5dddd57f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_aa4b09937c003a9c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3641bcd94be654b0", "row_id": "LiveAVCommentary-seamless_09820fca5dddd57f-07", "source_id": "seamless_09820fca5dddd57f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0044_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_09820fca5dddd57f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3641bcd94be654b0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0e6c70eb6a240130", "row_id": "LiveAVCommentary-seamless_09820fca5dddd57f-08", "source_id": "seamless_09820fca5dddd57f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0044_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_09820fca5dddd57f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0e6c70eb6a240130.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1dc07caa21b44b3c", "row_id": "LiveAVCommentary-seamless_09820fca5dddd57f-09", "source_id": "seamless_09820fca5dddd57f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0044_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_09820fca5dddd57f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1dc07caa21b44b3c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2243c26d076b4454", "row_id": "LiveAVCommentary-seamless_0b4bd2d37478b11b-00", "source_id": "seamless_0b4bd2d37478b11b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0b4bd2d37478b11b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2243c26d076b4454.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bc9e1e55e3e3ec94", "row_id": "LiveAVCommentary-seamless_0b4bd2d37478b11b-01", "source_id": "seamless_0b4bd2d37478b11b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0b4bd2d37478b11b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bc9e1e55e3e3ec94.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_67d887ace2bb1143", "row_id": "LiveAVCommentary-seamless_0b4bd2d37478b11b-02", "source_id": "seamless_0b4bd2d37478b11b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0b4bd2d37478b11b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_67d887ace2bb1143.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e4b7d14e62306623", "row_id": "LiveAVCommentary-seamless_0b4bd2d37478b11b-03", "source_id": "seamless_0b4bd2d37478b11b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0b4bd2d37478b11b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e4b7d14e62306623.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_81b8b78daaa47ce6", "row_id": "LiveAVCommentary-seamless_0b4bd2d37478b11b-04", "source_id": "seamless_0b4bd2d37478b11b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0b4bd2d37478b11b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_81b8b78daaa47ce6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1c0c417d0ac4f851", "row_id": "LiveAVCommentary-seamless_0b4bd2d37478b11b-05", "source_id": "seamless_0b4bd2d37478b11b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0b4bd2d37478b11b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1c0c417d0ac4f851.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b00ea56aa45b122e", "row_id": "LiveAVCommentary-seamless_0b4bd2d37478b11b-06", "source_id": "seamless_0b4bd2d37478b11b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0b4bd2d37478b11b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b00ea56aa45b122e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ab15cb63c12c3a5c", "row_id": "LiveAVCommentary-seamless_0b4bd2d37478b11b-07", "source_id": "seamless_0b4bd2d37478b11b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0b4bd2d37478b11b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ab15cb63c12c3a5c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c69eb88c13a2791b", "row_id": "LiveAVCommentary-seamless_0b4bd2d37478b11b-08", "source_id": "seamless_0b4bd2d37478b11b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0b4bd2d37478b11b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c69eb88c13a2791b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3cbab5d9ddcec217", "row_id": "LiveAVCommentary-seamless_0b4bd2d37478b11b-09", "source_id": "seamless_0b4bd2d37478b11b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0b4bd2d37478b11b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3cbab5d9ddcec217.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cf895cbb67f39a14", "row_id": "LiveAVCommentary-seamless_0c69a84f8bad5598-00", "source_id": "seamless_0c69a84f8bad5598", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0c69a84f8bad5598", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cf895cbb67f39a14.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_05d6d5ffd5d38d89", "row_id": "LiveAVCommentary-seamless_0c69a84f8bad5598-01", "source_id": "seamless_0c69a84f8bad5598", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0c69a84f8bad5598", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_05d6d5ffd5d38d89.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a3dc299deddd8c00", "row_id": "LiveAVCommentary-seamless_0c69a84f8bad5598-02", "source_id": "seamless_0c69a84f8bad5598", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0c69a84f8bad5598", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a3dc299deddd8c00.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4556186aba9aa18f", "row_id": "LiveAVCommentary-seamless_0c69a84f8bad5598-03", "source_id": "seamless_0c69a84f8bad5598", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0c69a84f8bad5598", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4556186aba9aa18f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4d17a7d85f05abe1", "row_id": "LiveAVCommentary-seamless_0c69a84f8bad5598-04", "source_id": "seamless_0c69a84f8bad5598", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0c69a84f8bad5598", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4d17a7d85f05abe1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ef8390afb8b92122", "row_id": "LiveAVCommentary-seamless_0c69a84f8bad5598-05", "source_id": "seamless_0c69a84f8bad5598", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0c69a84f8bad5598", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ef8390afb8b92122.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_62cefa5eaae04206", "row_id": "LiveAVCommentary-seamless_0c69a84f8bad5598-06", "source_id": "seamless_0c69a84f8bad5598", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0c69a84f8bad5598", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_62cefa5eaae04206.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0a6a5d081aae9b21", "row_id": "LiveAVCommentary-seamless_0c69a84f8bad5598-07", "source_id": "seamless_0c69a84f8bad5598", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0c69a84f8bad5598", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0a6a5d081aae9b21.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b0002a178f7c0b6c", "row_id": "LiveAVCommentary-seamless_0c69a84f8bad5598-08", "source_id": "seamless_0c69a84f8bad5598", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0c69a84f8bad5598", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b0002a178f7c0b6c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c4871711defe57f4", "row_id": "LiveAVCommentary-seamless_0c69a84f8bad5598-09", "source_id": "seamless_0c69a84f8bad5598", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0c69a84f8bad5598", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c4871711defe57f4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2611607a03a1380a", "row_id": "LiveAVCommentary-seamless_0cb062822a735ceb-00", "source_id": "seamless_0cb062822a735ceb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2611607a03a1380a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ee6429bdc3af3f5d", "row_id": "LiveAVCommentary-seamless_0cb062822a735ceb-01", "source_id": "seamless_0cb062822a735ceb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ee6429bdc3af3f5d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_813643dfeb614059", "row_id": "LiveAVCommentary-seamless_0cb062822a735ceb-02", "source_id": "seamless_0cb062822a735ceb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_813643dfeb614059.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7101cc31b50fa59e", "row_id": "LiveAVCommentary-seamless_0cb062822a735ceb-03", "source_id": "seamless_0cb062822a735ceb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7101cc31b50fa59e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2b0c3bcf920a649e", "row_id": "LiveAVCommentary-seamless_0cb062822a735ceb-04", "source_id": "seamless_0cb062822a735ceb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2b0c3bcf920a649e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2a95f96ce559b3c9", "row_id": "LiveAVCommentary-seamless_0cb062822a735ceb-05", "source_id": "seamless_0cb062822a735ceb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2a95f96ce559b3c9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1717ed694e0bd8a1", "row_id": "LiveAVCommentary-seamless_0cb062822a735ceb-06", "source_id": "seamless_0cb062822a735ceb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1717ed694e0bd8a1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d64ac4c6336ffe0f", "row_id": "LiveAVCommentary-seamless_0cb062822a735ceb-07", "source_id": "seamless_0cb062822a735ceb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d64ac4c6336ffe0f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2b3de4305e75c0d8", "row_id": "LiveAVCommentary-seamless_0cb062822a735ceb-08", "source_id": "seamless_0cb062822a735ceb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2b3de4305e75c0d8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1f84f0bb49637bd7", "row_id": "LiveAVCommentary-seamless_0cb062822a735ceb-09", "source_id": "seamless_0cb062822a735ceb", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1f84f0bb49637bd7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c9d1cd04ea6ba55d", "row_id": "LiveAVCommentary-seamless_0f0aa9c2d1314733-00", "source_id": "seamless_0f0aa9c2d1314733", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000126_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0f0aa9c2d1314733", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c9d1cd04ea6ba55d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_399d98917b9cb799", "row_id": "LiveAVCommentary-seamless_0f0aa9c2d1314733-01", "source_id": "seamless_0f0aa9c2d1314733", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000126_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0f0aa9c2d1314733", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_399d98917b9cb799.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0392b25499c1d045", "row_id": "LiveAVCommentary-seamless_0f0aa9c2d1314733-02", "source_id": "seamless_0f0aa9c2d1314733", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000126_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0f0aa9c2d1314733", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0392b25499c1d045.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a11587a649a96a63", "row_id": "LiveAVCommentary-seamless_0f0aa9c2d1314733-03", "source_id": "seamless_0f0aa9c2d1314733", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000126_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0f0aa9c2d1314733", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a11587a649a96a63.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2c0a968bbb00f0d8", "row_id": "LiveAVCommentary-seamless_0f0aa9c2d1314733-04", "source_id": "seamless_0f0aa9c2d1314733", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000126_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0f0aa9c2d1314733", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2c0a968bbb00f0d8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_74927aa6151463eb", "row_id": "LiveAVCommentary-seamless_0f0aa9c2d1314733-05", "source_id": "seamless_0f0aa9c2d1314733", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000126_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0f0aa9c2d1314733", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_74927aa6151463eb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_52ad9d5d1d44933d", "row_id": "LiveAVCommentary-seamless_0f0aa9c2d1314733-06", "source_id": "seamless_0f0aa9c2d1314733", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000126_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0f0aa9c2d1314733", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_52ad9d5d1d44933d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9ab6fce07d8801d3", "row_id": "LiveAVCommentary-seamless_0f0aa9c2d1314733-07", "source_id": "seamless_0f0aa9c2d1314733", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000126_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0f0aa9c2d1314733", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9ab6fce07d8801d3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_85ee71fcfe94f112", "row_id": "LiveAVCommentary-seamless_0f0aa9c2d1314733-08", "source_id": "seamless_0f0aa9c2d1314733", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000126_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0f0aa9c2d1314733", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_85ee71fcfe94f112.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6b0327797ae4a176", "row_id": "LiveAVCommentary-seamless_0f0aa9c2d1314733-09", "source_id": "seamless_0f0aa9c2d1314733", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000126_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_0f0aa9c2d1314733", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6b0327797ae4a176.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3ba13dd4af1cbd3c", "row_id": "LiveAVCommentary-seamless_10fb4a073639591e-00", "source_id": "seamless_10fb4a073639591e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000129_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_10fb4a073639591e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3ba13dd4af1cbd3c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_df65f8899e705e9b", "row_id": "LiveAVCommentary-seamless_10fb4a073639591e-01", "source_id": "seamless_10fb4a073639591e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000129_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_10fb4a073639591e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_df65f8899e705e9b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_646a5106e885a2d3", "row_id": "LiveAVCommentary-seamless_10fb4a073639591e-02", "source_id": "seamless_10fb4a073639591e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000129_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_10fb4a073639591e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_646a5106e885a2d3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c75d540f20c910b8", "row_id": "LiveAVCommentary-seamless_10fb4a073639591e-03", "source_id": "seamless_10fb4a073639591e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000129_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_10fb4a073639591e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c75d540f20c910b8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_176b6f6b4288673a", "row_id": "LiveAVCommentary-seamless_10fb4a073639591e-04", "source_id": "seamless_10fb4a073639591e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000129_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_10fb4a073639591e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_176b6f6b4288673a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1716b9164b744a12", "row_id": "LiveAVCommentary-seamless_10fb4a073639591e-05", "source_id": "seamless_10fb4a073639591e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000129_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_10fb4a073639591e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1716b9164b744a12.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5ce851f8d5004b29", "row_id": "LiveAVCommentary-seamless_10fb4a073639591e-06", "source_id": "seamless_10fb4a073639591e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000129_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_10fb4a073639591e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5ce851f8d5004b29.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_55a57010b51d341d", "row_id": "LiveAVCommentary-seamless_10fb4a073639591e-07", "source_id": "seamless_10fb4a073639591e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000129_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_10fb4a073639591e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_55a57010b51d341d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_100dbe25d9589060", "row_id": "LiveAVCommentary-seamless_10fb4a073639591e-08", "source_id": "seamless_10fb4a073639591e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000129_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_10fb4a073639591e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_100dbe25d9589060.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_71ff61e813b6c253", "row_id": "LiveAVCommentary-seamless_10fb4a073639591e-09", "source_id": "seamless_10fb4a073639591e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000129_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_10fb4a073639591e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_71ff61e813b6c253.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d9adfcd3eb0c6e7f", "row_id": "LiveAVCommentary-seamless_11589946e7af02bc-00", "source_id": "seamless_11589946e7af02bc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0059_I00000135_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11589946e7af02bc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d9adfcd3eb0c6e7f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c659aa9d2f00a7fa", "row_id": "LiveAVCommentary-seamless_11589946e7af02bc-01", "source_id": "seamless_11589946e7af02bc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0059_I00000135_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11589946e7af02bc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c659aa9d2f00a7fa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2f0bfe51d5b76f52", "row_id": "LiveAVCommentary-seamless_11589946e7af02bc-02", "source_id": "seamless_11589946e7af02bc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0059_I00000135_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11589946e7af02bc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2f0bfe51d5b76f52.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9835a62c427ab43c", "row_id": "LiveAVCommentary-seamless_11589946e7af02bc-03", "source_id": "seamless_11589946e7af02bc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0059_I00000135_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11589946e7af02bc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9835a62c427ab43c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9564dff5500b4777", "row_id": "LiveAVCommentary-seamless_11589946e7af02bc-04", "source_id": "seamless_11589946e7af02bc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0059_I00000135_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11589946e7af02bc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9564dff5500b4777.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0f42d461eb22cab9", "row_id": "LiveAVCommentary-seamless_11589946e7af02bc-05", "source_id": "seamless_11589946e7af02bc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0059_I00000135_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11589946e7af02bc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0f42d461eb22cab9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5a751858c577b331", "row_id": "LiveAVCommentary-seamless_11589946e7af02bc-06", "source_id": "seamless_11589946e7af02bc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0059_I00000135_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11589946e7af02bc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5a751858c577b331.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_36f521f9c7d02db4", "row_id": "LiveAVCommentary-seamless_11589946e7af02bc-07", "source_id": "seamless_11589946e7af02bc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0059_I00000135_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11589946e7af02bc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_36f521f9c7d02db4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d2d0fb6c8396a454", "row_id": "LiveAVCommentary-seamless_11589946e7af02bc-08", "source_id": "seamless_11589946e7af02bc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0059_I00000135_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11589946e7af02bc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d2d0fb6c8396a454.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4ec45cc4d19cc380", "row_id": "LiveAVCommentary-seamless_11589946e7af02bc-09", "source_id": "seamless_11589946e7af02bc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0059_I00000135_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11589946e7af02bc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4ec45cc4d19cc380.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_698bd735607715e1", "row_id": "LiveAVCommentary-seamless_11fd4047c149cfb4-00", "source_id": "seamless_11fd4047c149cfb4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11fd4047c149cfb4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_698bd735607715e1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_06c27cfeabcb9b4c", "row_id": "LiveAVCommentary-seamless_11fd4047c149cfb4-01", "source_id": "seamless_11fd4047c149cfb4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11fd4047c149cfb4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_06c27cfeabcb9b4c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9841d6f74898c68e", "row_id": "LiveAVCommentary-seamless_11fd4047c149cfb4-02", "source_id": "seamless_11fd4047c149cfb4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11fd4047c149cfb4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9841d6f74898c68e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3140510f3a08b0a5", "row_id": "LiveAVCommentary-seamless_11fd4047c149cfb4-03", "source_id": "seamless_11fd4047c149cfb4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11fd4047c149cfb4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3140510f3a08b0a5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7448a44af4774ab1", "row_id": "LiveAVCommentary-seamless_11fd4047c149cfb4-04", "source_id": "seamless_11fd4047c149cfb4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11fd4047c149cfb4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7448a44af4774ab1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_df01398c732306d7", "row_id": "LiveAVCommentary-seamless_11fd4047c149cfb4-05", "source_id": "seamless_11fd4047c149cfb4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11fd4047c149cfb4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_df01398c732306d7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_92d174b9d879c5fd", "row_id": "LiveAVCommentary-seamless_11fd4047c149cfb4-06", "source_id": "seamless_11fd4047c149cfb4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11fd4047c149cfb4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_92d174b9d879c5fd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b000f98dfbb7915a", "row_id": "LiveAVCommentary-seamless_11fd4047c149cfb4-07", "source_id": "seamless_11fd4047c149cfb4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11fd4047c149cfb4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b000f98dfbb7915a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_321cead33fb058ce", "row_id": "LiveAVCommentary-seamless_11fd4047c149cfb4-08", "source_id": "seamless_11fd4047c149cfb4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11fd4047c149cfb4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_321cead33fb058ce.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a39c1c7df77277ab", "row_id": "LiveAVCommentary-seamless_11fd4047c149cfb4-09", "source_id": "seamless_11fd4047c149cfb4", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_11fd4047c149cfb4", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a39c1c7df77277ab.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5bb22865bfb763f3", "row_id": "LiveAVCommentary-seamless_17b92aa30191469f-00", "source_id": "seamless_17b92aa30191469f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5bb22865bfb763f3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3397cbeef3a6ea37", "row_id": "LiveAVCommentary-seamless_17b92aa30191469f-01", "source_id": "seamless_17b92aa30191469f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3397cbeef3a6ea37.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f141c569fca7a4b4", "row_id": "LiveAVCommentary-seamless_17b92aa30191469f-02", "source_id": "seamless_17b92aa30191469f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f141c569fca7a4b4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b24ddb731851c7c2", "row_id": "LiveAVCommentary-seamless_17b92aa30191469f-03", "source_id": "seamless_17b92aa30191469f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b24ddb731851c7c2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4d598271e3714067", "row_id": "LiveAVCommentary-seamless_17b92aa30191469f-04", "source_id": "seamless_17b92aa30191469f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4d598271e3714067.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7d5eb0e678cca15b", "row_id": "LiveAVCommentary-seamless_17b92aa30191469f-05", "source_id": "seamless_17b92aa30191469f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7d5eb0e678cca15b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d32ab0abf4c93ab9", "row_id": "LiveAVCommentary-seamless_17b92aa30191469f-06", "source_id": "seamless_17b92aa30191469f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d32ab0abf4c93ab9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_409aaea0cd064190", "row_id": "LiveAVCommentary-seamless_17b92aa30191469f-07", "source_id": "seamless_17b92aa30191469f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_409aaea0cd064190.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3c4206697c8fcc75", "row_id": "LiveAVCommentary-seamless_17b92aa30191469f-08", "source_id": "seamless_17b92aa30191469f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3c4206697c8fcc75.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_801720abf2e5d1b8", "row_id": "LiveAVCommentary-seamless_17b92aa30191469f-09", "source_id": "seamless_17b92aa30191469f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_801720abf2e5d1b8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_83767af52b3da1eb", "row_id": "LiveAVCommentary-seamless_1a5d5648804a2769-00", "source_id": "seamless_1a5d5648804a2769", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_83767af52b3da1eb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f84447286afca09c", "row_id": "LiveAVCommentary-seamless_1a5d5648804a2769-01", "source_id": "seamless_1a5d5648804a2769", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f84447286afca09c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6d1735db3d85d7f8", "row_id": "LiveAVCommentary-seamless_1a5d5648804a2769-02", "source_id": "seamless_1a5d5648804a2769", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6d1735db3d85d7f8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c3fe6b6b6a9393a8", "row_id": "LiveAVCommentary-seamless_1a5d5648804a2769-03", "source_id": "seamless_1a5d5648804a2769", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c3fe6b6b6a9393a8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b5dd29b0de3a098", "row_id": "LiveAVCommentary-seamless_1a5d5648804a2769-04", "source_id": "seamless_1a5d5648804a2769", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7b5dd29b0de3a098.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c4c14de603788061", "row_id": "LiveAVCommentary-seamless_1a5d5648804a2769-05", "source_id": "seamless_1a5d5648804a2769", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c4c14de603788061.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_783815f41584d665", "row_id": "LiveAVCommentary-seamless_1a5d5648804a2769-06", "source_id": "seamless_1a5d5648804a2769", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_783815f41584d665.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_13f93b4895c70bfe", "row_id": "LiveAVCommentary-seamless_1a5d5648804a2769-07", "source_id": "seamless_1a5d5648804a2769", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_13f93b4895c70bfe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_45544ff87a61980f", "row_id": "LiveAVCommentary-seamless_1a5d5648804a2769-08", "source_id": "seamless_1a5d5648804a2769", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_45544ff87a61980f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e27aa5c743fd6a78", "row_id": "LiveAVCommentary-seamless_1a5d5648804a2769-09", "source_id": "seamless_1a5d5648804a2769", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e27aa5c743fd6a78.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c82df50ee789abcb", "row_id": "LiveAVCommentary-seamless_1e3a327504ef95df-00", "source_id": "seamless_1e3a327504ef95df", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0060_I00000138_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e3a327504ef95df", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c82df50ee789abcb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6d2dcc664257ee05", "row_id": "LiveAVCommentary-seamless_1e3a327504ef95df-01", "source_id": "seamless_1e3a327504ef95df", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0060_I00000138_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e3a327504ef95df", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6d2dcc664257ee05.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2b1c97fe6f43ff27", "row_id": "LiveAVCommentary-seamless_1e3a327504ef95df-02", "source_id": "seamless_1e3a327504ef95df", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0060_I00000138_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e3a327504ef95df", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2b1c97fe6f43ff27.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_60c029772965592b", "row_id": "LiveAVCommentary-seamless_1e3a327504ef95df-03", "source_id": "seamless_1e3a327504ef95df", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0060_I00000138_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e3a327504ef95df", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_60c029772965592b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c43879aec600a5c7", "row_id": "LiveAVCommentary-seamless_1e3a327504ef95df-04", "source_id": "seamless_1e3a327504ef95df", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0060_I00000138_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e3a327504ef95df", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c43879aec600a5c7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b5487fa823795264", "row_id": "LiveAVCommentary-seamless_1e3a327504ef95df-05", "source_id": "seamless_1e3a327504ef95df", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0060_I00000138_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e3a327504ef95df", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b5487fa823795264.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_17f7fbc9d17478b3", "row_id": "LiveAVCommentary-seamless_1e3a327504ef95df-06", "source_id": "seamless_1e3a327504ef95df", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0060_I00000138_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e3a327504ef95df", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_17f7fbc9d17478b3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f75adb836cc973af", "row_id": "LiveAVCommentary-seamless_1e3a327504ef95df-07", "source_id": "seamless_1e3a327504ef95df", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0060_I00000138_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e3a327504ef95df", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f75adb836cc973af.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e535b16595c029c9", "row_id": "LiveAVCommentary-seamless_1e3a327504ef95df-08", "source_id": "seamless_1e3a327504ef95df", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0060_I00000138_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e3a327504ef95df", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e535b16595c029c9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f58ee38c95c6e90b", "row_id": "LiveAVCommentary-seamless_1e3a327504ef95df-09", "source_id": "seamless_1e3a327504ef95df", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0060_I00000138_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e3a327504ef95df", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f58ee38c95c6e90b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_50ee011a689b1fcb", "row_id": "LiveAVCommentary-seamless_1e844fa8d591364e-00", "source_id": "seamless_1e844fa8d591364e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e844fa8d591364e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_50ee011a689b1fcb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d7bd1add67f6bd5e", "row_id": "LiveAVCommentary-seamless_1e844fa8d591364e-01", "source_id": "seamless_1e844fa8d591364e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e844fa8d591364e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d7bd1add67f6bd5e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_80870b2785e97b08", "row_id": "LiveAVCommentary-seamless_1e844fa8d591364e-02", "source_id": "seamless_1e844fa8d591364e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e844fa8d591364e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_80870b2785e97b08.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_84e6d3cee478e5c5", "row_id": "LiveAVCommentary-seamless_1e844fa8d591364e-03", "source_id": "seamless_1e844fa8d591364e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e844fa8d591364e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_84e6d3cee478e5c5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4474000988c16d5e", "row_id": "LiveAVCommentary-seamless_1e844fa8d591364e-04", "source_id": "seamless_1e844fa8d591364e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e844fa8d591364e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4474000988c16d5e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bbf3cccdf515e918", "row_id": "LiveAVCommentary-seamless_1e844fa8d591364e-05", "source_id": "seamless_1e844fa8d591364e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e844fa8d591364e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bbf3cccdf515e918.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1c51a4752e534fc6", "row_id": "LiveAVCommentary-seamless_1e844fa8d591364e-06", "source_id": "seamless_1e844fa8d591364e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e844fa8d591364e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1c51a4752e534fc6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d0475bcc9357dca7", "row_id": "LiveAVCommentary-seamless_1e844fa8d591364e-07", "source_id": "seamless_1e844fa8d591364e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e844fa8d591364e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d0475bcc9357dca7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7ad9297a1e43138c", "row_id": "LiveAVCommentary-seamless_1e844fa8d591364e-08", "source_id": "seamless_1e844fa8d591364e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e844fa8d591364e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7ad9297a1e43138c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a571d211dab051ec", "row_id": "LiveAVCommentary-seamless_1e844fa8d591364e-09", "source_id": "seamless_1e844fa8d591364e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1e844fa8d591364e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a571d211dab051ec.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_244570f56f7d34ce", "row_id": "LiveAVCommentary-seamless_1ea9cd8ba02bebff-00", "source_id": "seamless_1ea9cd8ba02bebff", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_244570f56f7d34ce.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4b02712e36e09908", "row_id": "LiveAVCommentary-seamless_1ea9cd8ba02bebff-01", "source_id": "seamless_1ea9cd8ba02bebff", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4b02712e36e09908.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_91e54eb553f0e3c2", "row_id": "LiveAVCommentary-seamless_1ea9cd8ba02bebff-02", "source_id": "seamless_1ea9cd8ba02bebff", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_91e54eb553f0e3c2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_45d75e3a968bc705", "row_id": "LiveAVCommentary-seamless_1ea9cd8ba02bebff-03", "source_id": "seamless_1ea9cd8ba02bebff", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_45d75e3a968bc705.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e9ce25847ea877a0", "row_id": "LiveAVCommentary-seamless_1ea9cd8ba02bebff-04", "source_id": "seamless_1ea9cd8ba02bebff", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e9ce25847ea877a0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3b68b4358c24b13c", "row_id": "LiveAVCommentary-seamless_1ea9cd8ba02bebff-05", "source_id": "seamless_1ea9cd8ba02bebff", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3b68b4358c24b13c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_befb9c66ca6dcb3e", "row_id": "LiveAVCommentary-seamless_1ea9cd8ba02bebff-06", "source_id": "seamless_1ea9cd8ba02bebff", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_befb9c66ca6dcb3e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e979ee405d33b72f", "row_id": "LiveAVCommentary-seamless_1ea9cd8ba02bebff-07", "source_id": "seamless_1ea9cd8ba02bebff", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e979ee405d33b72f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_847127587a4ef273", "row_id": "LiveAVCommentary-seamless_1ea9cd8ba02bebff-08", "source_id": "seamless_1ea9cd8ba02bebff", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_847127587a4ef273.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eff2732578e67c71", "row_id": "LiveAVCommentary-seamless_1ea9cd8ba02bebff-09", "source_id": "seamless_1ea9cd8ba02bebff", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_eff2732578e67c71.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1eda3a3710745c2f", "row_id": "LiveAVCommentary-seamless_1ed54db53a9be2f8-00", "source_id": "seamless_1ed54db53a9be2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0058_I00000480_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ed54db53a9be2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1eda3a3710745c2f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3501a3e2613e1aec", "row_id": "LiveAVCommentary-seamless_1ed54db53a9be2f8-01", "source_id": "seamless_1ed54db53a9be2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0058_I00000480_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ed54db53a9be2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3501a3e2613e1aec.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d10cee450940f7d6", "row_id": "LiveAVCommentary-seamless_1ed54db53a9be2f8-02", "source_id": "seamless_1ed54db53a9be2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0058_I00000480_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ed54db53a9be2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d10cee450940f7d6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5712a335383b7e3f", "row_id": "LiveAVCommentary-seamless_1ed54db53a9be2f8-03", "source_id": "seamless_1ed54db53a9be2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0058_I00000480_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ed54db53a9be2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5712a335383b7e3f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4f7051e27bf468cb", "row_id": "LiveAVCommentary-seamless_1ed54db53a9be2f8-04", "source_id": "seamless_1ed54db53a9be2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0058_I00000480_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ed54db53a9be2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4f7051e27bf468cb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8f18bb6670daf284", "row_id": "LiveAVCommentary-seamless_1ed54db53a9be2f8-05", "source_id": "seamless_1ed54db53a9be2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0058_I00000480_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ed54db53a9be2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8f18bb6670daf284.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_632b0e52a61a1c30", "row_id": "LiveAVCommentary-seamless_1ed54db53a9be2f8-06", "source_id": "seamless_1ed54db53a9be2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0058_I00000480_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ed54db53a9be2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_632b0e52a61a1c30.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2a18c33a731d02cf", "row_id": "LiveAVCommentary-seamless_1ed54db53a9be2f8-07", "source_id": "seamless_1ed54db53a9be2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0058_I00000480_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ed54db53a9be2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2a18c33a731d02cf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_66853d9f5fd2febb", "row_id": "LiveAVCommentary-seamless_1ed54db53a9be2f8-08", "source_id": "seamless_1ed54db53a9be2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0058_I00000480_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ed54db53a9be2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_66853d9f5fd2febb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_022acf61cda8047f", "row_id": "LiveAVCommentary-seamless_1ed54db53a9be2f8-09", "source_id": "seamless_1ed54db53a9be2f8", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0058_I00000480_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ed54db53a9be2f8", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_022acf61cda8047f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ff6fef88ce215c25", "row_id": "LiveAVCommentary-seamless_1ef52388c8bc6d27-00", "source_id": "seamless_1ef52388c8bc6d27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ef52388c8bc6d27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ff6fef88ce215c25.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1c1a336c1817f2eb", "row_id": "LiveAVCommentary-seamless_1ef52388c8bc6d27-01", "source_id": "seamless_1ef52388c8bc6d27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ef52388c8bc6d27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1c1a336c1817f2eb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_34b6a06e373f2604", "row_id": "LiveAVCommentary-seamless_1ef52388c8bc6d27-02", "source_id": "seamless_1ef52388c8bc6d27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ef52388c8bc6d27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_34b6a06e373f2604.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b4195b9c75f9bfbd", "row_id": "LiveAVCommentary-seamless_1ef52388c8bc6d27-03", "source_id": "seamless_1ef52388c8bc6d27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ef52388c8bc6d27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b4195b9c75f9bfbd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3d1f23a05bf6eb63", "row_id": "LiveAVCommentary-seamless_1ef52388c8bc6d27-04", "source_id": "seamless_1ef52388c8bc6d27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ef52388c8bc6d27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3d1f23a05bf6eb63.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e961392c51280719", "row_id": "LiveAVCommentary-seamless_1ef52388c8bc6d27-05", "source_id": "seamless_1ef52388c8bc6d27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ef52388c8bc6d27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e961392c51280719.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d411b59e8ccf3bbe", "row_id": "LiveAVCommentary-seamless_1ef52388c8bc6d27-06", "source_id": "seamless_1ef52388c8bc6d27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ef52388c8bc6d27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d411b59e8ccf3bbe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b727c2021ab1df5c", "row_id": "LiveAVCommentary-seamless_1ef52388c8bc6d27-07", "source_id": "seamless_1ef52388c8bc6d27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ef52388c8bc6d27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b727c2021ab1df5c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_12276bf5ab13b178", "row_id": "LiveAVCommentary-seamless_1ef52388c8bc6d27-08", "source_id": "seamless_1ef52388c8bc6d27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ef52388c8bc6d27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_12276bf5ab13b178.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_79c62af413c6f1e8", "row_id": "LiveAVCommentary-seamless_1ef52388c8bc6d27-09", "source_id": "seamless_1ef52388c8bc6d27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1ef52388c8bc6d27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_79c62af413c6f1e8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5a5c926114255d9d", "row_id": "LiveAVCommentary-seamless_1f2dd15f8a709171-00", "source_id": "seamless_1f2dd15f8a709171", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f2dd15f8a709171", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5a5c926114255d9d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_29d90fb5fc03a3ba", "row_id": "LiveAVCommentary-seamless_1f2dd15f8a709171-01", "source_id": "seamless_1f2dd15f8a709171", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f2dd15f8a709171", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_29d90fb5fc03a3ba.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a6f8e90e913ee428", "row_id": "LiveAVCommentary-seamless_1f2dd15f8a709171-02", "source_id": "seamless_1f2dd15f8a709171", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f2dd15f8a709171", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a6f8e90e913ee428.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_911811f58d74418d", "row_id": "LiveAVCommentary-seamless_1f2dd15f8a709171-03", "source_id": "seamless_1f2dd15f8a709171", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f2dd15f8a709171", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_911811f58d74418d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fefec5fb07a518fe", "row_id": "LiveAVCommentary-seamless_1f2dd15f8a709171-04", "source_id": "seamless_1f2dd15f8a709171", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f2dd15f8a709171", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fefec5fb07a518fe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d9d79c3f5204ba1e", "row_id": "LiveAVCommentary-seamless_1f2dd15f8a709171-05", "source_id": "seamless_1f2dd15f8a709171", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f2dd15f8a709171", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d9d79c3f5204ba1e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a5d0718fbf50eb31", "row_id": "LiveAVCommentary-seamless_1f2dd15f8a709171-06", "source_id": "seamless_1f2dd15f8a709171", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f2dd15f8a709171", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a5d0718fbf50eb31.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6af0d84ba6460ab4", "row_id": "LiveAVCommentary-seamless_1f2dd15f8a709171-07", "source_id": "seamless_1f2dd15f8a709171", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f2dd15f8a709171", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6af0d84ba6460ab4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4adc54529b1efb4c", "row_id": "LiveAVCommentary-seamless_1f2dd15f8a709171-08", "source_id": "seamless_1f2dd15f8a709171", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f2dd15f8a709171", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4adc54529b1efb4c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d92e140613fd2a29", "row_id": "LiveAVCommentary-seamless_1f2dd15f8a709171-09", "source_id": "seamless_1f2dd15f8a709171", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f2dd15f8a709171", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d92e140613fd2a29.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8ad2b162843b179c", "row_id": "LiveAVCommentary-seamless_1f7785548b3aa37c-00", "source_id": "seamless_1f7785548b3aa37c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8ad2b162843b179c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3170e3bcf1ab0ff0", "row_id": "LiveAVCommentary-seamless_1f7785548b3aa37c-01", "source_id": "seamless_1f7785548b3aa37c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3170e3bcf1ab0ff0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ea40d84ad612c289", "row_id": "LiveAVCommentary-seamless_1f7785548b3aa37c-02", "source_id": "seamless_1f7785548b3aa37c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ea40d84ad612c289.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_265d38d425037249", "row_id": "LiveAVCommentary-seamless_1f7785548b3aa37c-03", "source_id": "seamless_1f7785548b3aa37c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_265d38d425037249.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ba323e238f3c7830", "row_id": "LiveAVCommentary-seamless_1f7785548b3aa37c-04", "source_id": "seamless_1f7785548b3aa37c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ba323e238f3c7830.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_587070fae7d16418", "row_id": "LiveAVCommentary-seamless_1f7785548b3aa37c-05", "source_id": "seamless_1f7785548b3aa37c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_587070fae7d16418.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3a8ce821130d592f", "row_id": "LiveAVCommentary-seamless_1f7785548b3aa37c-06", "source_id": "seamless_1f7785548b3aa37c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3a8ce821130d592f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d446fac6c5b1e3b5", "row_id": "LiveAVCommentary-seamless_1f7785548b3aa37c-07", "source_id": "seamless_1f7785548b3aa37c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d446fac6c5b1e3b5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f26eca4b510a76fa", "row_id": "LiveAVCommentary-seamless_1f7785548b3aa37c-08", "source_id": "seamless_1f7785548b3aa37c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f26eca4b510a76fa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f0ee347575214779", "row_id": "LiveAVCommentary-seamless_1f7785548b3aa37c-09", "source_id": "seamless_1f7785548b3aa37c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f0ee347575214779.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b16409610eb087e6", "row_id": "LiveAVCommentary-seamless_1fa0b4c8f5034acc-00", "source_id": "seamless_1fa0b4c8f5034acc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000140_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fa0b4c8f5034acc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b16409610eb087e6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5345cc242284bcdc", "row_id": "LiveAVCommentary-seamless_1fa0b4c8f5034acc-01", "source_id": "seamless_1fa0b4c8f5034acc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000140_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fa0b4c8f5034acc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5345cc242284bcdc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_64819d41b5be3fd3", "row_id": "LiveAVCommentary-seamless_1fa0b4c8f5034acc-02", "source_id": "seamless_1fa0b4c8f5034acc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000140_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fa0b4c8f5034acc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_64819d41b5be3fd3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3accbd6878366b4b", "row_id": "LiveAVCommentary-seamless_1fa0b4c8f5034acc-03", "source_id": "seamless_1fa0b4c8f5034acc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000140_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fa0b4c8f5034acc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3accbd6878366b4b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c102ea54dd3a4d69", "row_id": "LiveAVCommentary-seamless_1fa0b4c8f5034acc-04", "source_id": "seamless_1fa0b4c8f5034acc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000140_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fa0b4c8f5034acc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c102ea54dd3a4d69.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e4b68db67ff661a5", "row_id": "LiveAVCommentary-seamless_1fa0b4c8f5034acc-05", "source_id": "seamless_1fa0b4c8f5034acc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000140_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fa0b4c8f5034acc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e4b68db67ff661a5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d488d67446e4e7a8", "row_id": "LiveAVCommentary-seamless_1fa0b4c8f5034acc-06", "source_id": "seamless_1fa0b4c8f5034acc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000140_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fa0b4c8f5034acc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d488d67446e4e7a8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a11280bb9caead11", "row_id": "LiveAVCommentary-seamless_1fa0b4c8f5034acc-07", "source_id": "seamless_1fa0b4c8f5034acc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000140_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fa0b4c8f5034acc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a11280bb9caead11.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_24de946de3ec3e78", "row_id": "LiveAVCommentary-seamless_1fa0b4c8f5034acc-08", "source_id": "seamless_1fa0b4c8f5034acc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000140_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fa0b4c8f5034acc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_24de946de3ec3e78.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d1099430444f3ceb", "row_id": "LiveAVCommentary-seamless_1fa0b4c8f5034acc-09", "source_id": "seamless_1fa0b4c8f5034acc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000140_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fa0b4c8f5034acc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d1099430444f3ceb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0279bfb77fda17c6", "row_id": "LiveAVCommentary-seamless_1fc2a6aacf9f1460-00", "source_id": "seamless_1fc2a6aacf9f1460", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fc2a6aacf9f1460", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0279bfb77fda17c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3f5b859c21498683", "row_id": "LiveAVCommentary-seamless_1fc2a6aacf9f1460-01", "source_id": "seamless_1fc2a6aacf9f1460", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fc2a6aacf9f1460", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3f5b859c21498683.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_31326e83ffe0bc86", "row_id": "LiveAVCommentary-seamless_1fc2a6aacf9f1460-02", "source_id": "seamless_1fc2a6aacf9f1460", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fc2a6aacf9f1460", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_31326e83ffe0bc86.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_921fc4ad316c23bf", "row_id": "LiveAVCommentary-seamless_1fc2a6aacf9f1460-03", "source_id": "seamless_1fc2a6aacf9f1460", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fc2a6aacf9f1460", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_921fc4ad316c23bf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1cab205920e94e68", "row_id": "LiveAVCommentary-seamless_1fc2a6aacf9f1460-04", "source_id": "seamless_1fc2a6aacf9f1460", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fc2a6aacf9f1460", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1cab205920e94e68.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_558edf5c45ac40da", "row_id": "LiveAVCommentary-seamless_1fc2a6aacf9f1460-05", "source_id": "seamless_1fc2a6aacf9f1460", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fc2a6aacf9f1460", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_558edf5c45ac40da.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7345134e288e0c8a", "row_id": "LiveAVCommentary-seamless_1fc2a6aacf9f1460-06", "source_id": "seamless_1fc2a6aacf9f1460", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fc2a6aacf9f1460", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7345134e288e0c8a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f498dc448217c7ae", "row_id": "LiveAVCommentary-seamless_1fc2a6aacf9f1460-07", "source_id": "seamless_1fc2a6aacf9f1460", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fc2a6aacf9f1460", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f498dc448217c7ae.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_54bd0fc8b17328f5", "row_id": "LiveAVCommentary-seamless_1fc2a6aacf9f1460-08", "source_id": "seamless_1fc2a6aacf9f1460", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fc2a6aacf9f1460", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_54bd0fc8b17328f5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_25858613d308702e", "row_id": "LiveAVCommentary-seamless_1fc2a6aacf9f1460-09", "source_id": "seamless_1fc2a6aacf9f1460", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_1fc2a6aacf9f1460", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_25858613d308702e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_edb3901beb1ccf09", "row_id": "LiveAVCommentary-seamless_22b69f4a26e1f80c-00", "source_id": "seamless_22b69f4a26e1f80c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000578_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22b69f4a26e1f80c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_edb3901beb1ccf09.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1dacdf5cec72d104", "row_id": "LiveAVCommentary-seamless_22b69f4a26e1f80c-01", "source_id": "seamless_22b69f4a26e1f80c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000578_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22b69f4a26e1f80c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1dacdf5cec72d104.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2054f44cd7100cf9", "row_id": "LiveAVCommentary-seamless_22b69f4a26e1f80c-02", "source_id": "seamless_22b69f4a26e1f80c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000578_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22b69f4a26e1f80c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2054f44cd7100cf9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ee5eb8a999f2cd05", "row_id": "LiveAVCommentary-seamless_22b69f4a26e1f80c-03", "source_id": "seamless_22b69f4a26e1f80c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000578_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22b69f4a26e1f80c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ee5eb8a999f2cd05.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_92842f8ed44dbab6", "row_id": "LiveAVCommentary-seamless_22b69f4a26e1f80c-04", "source_id": "seamless_22b69f4a26e1f80c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000578_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22b69f4a26e1f80c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_92842f8ed44dbab6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fa895a8f4deb89a6", "row_id": "LiveAVCommentary-seamless_22b69f4a26e1f80c-05", "source_id": "seamless_22b69f4a26e1f80c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000578_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22b69f4a26e1f80c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fa895a8f4deb89a6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c412aa72491f794e", "row_id": "LiveAVCommentary-seamless_22b69f4a26e1f80c-06", "source_id": "seamless_22b69f4a26e1f80c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000578_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22b69f4a26e1f80c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c412aa72491f794e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9265b01da7a06463", "row_id": "LiveAVCommentary-seamless_22b69f4a26e1f80c-07", "source_id": "seamless_22b69f4a26e1f80c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000578_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22b69f4a26e1f80c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9265b01da7a06463.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d0fe1361f3622218", "row_id": "LiveAVCommentary-seamless_22b69f4a26e1f80c-08", "source_id": "seamless_22b69f4a26e1f80c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000578_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22b69f4a26e1f80c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d0fe1361f3622218.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3f0bca888b76770b", "row_id": "LiveAVCommentary-seamless_22b69f4a26e1f80c-09", "source_id": "seamless_22b69f4a26e1f80c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000578_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22b69f4a26e1f80c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3f0bca888b76770b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8a829ddf08fbff8c", "row_id": "LiveAVCommentary-seamless_22e209d34ca52f2e-00", "source_id": "seamless_22e209d34ca52f2e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8a829ddf08fbff8c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f158c914da903f95", "row_id": "LiveAVCommentary-seamless_22e209d34ca52f2e-01", "source_id": "seamless_22e209d34ca52f2e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f158c914da903f95.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_36233839fc860267", "row_id": "LiveAVCommentary-seamless_22e209d34ca52f2e-02", "source_id": "seamless_22e209d34ca52f2e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_36233839fc860267.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3f514cf2f46e3dfd", "row_id": "LiveAVCommentary-seamless_22e209d34ca52f2e-03", "source_id": "seamless_22e209d34ca52f2e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3f514cf2f46e3dfd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_66e276d89e122a5a", "row_id": "LiveAVCommentary-seamless_22e209d34ca52f2e-04", "source_id": "seamless_22e209d34ca52f2e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_66e276d89e122a5a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cf27e882351e8c0f", "row_id": "LiveAVCommentary-seamless_22e209d34ca52f2e-05", "source_id": "seamless_22e209d34ca52f2e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cf27e882351e8c0f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_da545eba1024328e", "row_id": "LiveAVCommentary-seamless_22e209d34ca52f2e-06", "source_id": "seamless_22e209d34ca52f2e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_da545eba1024328e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c2a096c3bba80471", "row_id": "LiveAVCommentary-seamless_22e209d34ca52f2e-07", "source_id": "seamless_22e209d34ca52f2e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c2a096c3bba80471.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5c19e4c4f3e4bb89", "row_id": "LiveAVCommentary-seamless_22e209d34ca52f2e-08", "source_id": "seamless_22e209d34ca52f2e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5c19e4c4f3e4bb89.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6a194833400f8135", "row_id": "LiveAVCommentary-seamless_22e209d34ca52f2e-09", "source_id": "seamless_22e209d34ca52f2e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6a194833400f8135.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b63447d8c18632b0", "row_id": "LiveAVCommentary-seamless_241f9c9f54cee831-00", "source_id": "seamless_241f9c9f54cee831", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000372_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_241f9c9f54cee831", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b63447d8c18632b0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ff526226db8302c6", "row_id": "LiveAVCommentary-seamless_241f9c9f54cee831-01", "source_id": "seamless_241f9c9f54cee831", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000372_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_241f9c9f54cee831", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ff526226db8302c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2a6dec0f842c06d7", "row_id": "LiveAVCommentary-seamless_241f9c9f54cee831-02", "source_id": "seamless_241f9c9f54cee831", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000372_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_241f9c9f54cee831", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2a6dec0f842c06d7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cbe3e4b8cf802595", "row_id": "LiveAVCommentary-seamless_241f9c9f54cee831-03", "source_id": "seamless_241f9c9f54cee831", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000372_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_241f9c9f54cee831", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cbe3e4b8cf802595.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_22aaa6c7d92d7d60", "row_id": "LiveAVCommentary-seamless_241f9c9f54cee831-04", "source_id": "seamless_241f9c9f54cee831", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000372_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_241f9c9f54cee831", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_22aaa6c7d92d7d60.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f9609dcea87f1f1b", "row_id": "LiveAVCommentary-seamless_241f9c9f54cee831-05", "source_id": "seamless_241f9c9f54cee831", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000372_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_241f9c9f54cee831", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f9609dcea87f1f1b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ee720fc85662d537", "row_id": "LiveAVCommentary-seamless_241f9c9f54cee831-06", "source_id": "seamless_241f9c9f54cee831", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000372_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_241f9c9f54cee831", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ee720fc85662d537.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_056bbf3055d06ccd", "row_id": "LiveAVCommentary-seamless_241f9c9f54cee831-07", "source_id": "seamless_241f9c9f54cee831", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000372_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_241f9c9f54cee831", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_056bbf3055d06ccd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b83b13fa473407ee", "row_id": "LiveAVCommentary-seamless_241f9c9f54cee831-08", "source_id": "seamless_241f9c9f54cee831", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000372_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_241f9c9f54cee831", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b83b13fa473407ee.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3c77f181ae999b1d", "row_id": "LiveAVCommentary-seamless_241f9c9f54cee831-09", "source_id": "seamless_241f9c9f54cee831", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000372_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_241f9c9f54cee831", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3c77f181ae999b1d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a625e5d03261b4ee", "row_id": "LiveAVCommentary-seamless_248e1b7a4205680a-00", "source_id": "seamless_248e1b7a4205680a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_248e1b7a4205680a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a625e5d03261b4ee.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a7d9032ba5d81410", "row_id": "LiveAVCommentary-seamless_248e1b7a4205680a-01", "source_id": "seamless_248e1b7a4205680a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_248e1b7a4205680a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a7d9032ba5d81410.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_60f44ba50fef226d", "row_id": "LiveAVCommentary-seamless_248e1b7a4205680a-02", "source_id": "seamless_248e1b7a4205680a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_248e1b7a4205680a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_60f44ba50fef226d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_36f4b2bc138345de", "row_id": "LiveAVCommentary-seamless_248e1b7a4205680a-03", "source_id": "seamless_248e1b7a4205680a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_248e1b7a4205680a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_36f4b2bc138345de.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f7b380fd6d58b99f", "row_id": "LiveAVCommentary-seamless_248e1b7a4205680a-04", "source_id": "seamless_248e1b7a4205680a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_248e1b7a4205680a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f7b380fd6d58b99f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1e06e0ff3eca482d", "row_id": "LiveAVCommentary-seamless_248e1b7a4205680a-05", "source_id": "seamless_248e1b7a4205680a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_248e1b7a4205680a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1e06e0ff3eca482d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ca71ee36080062de", "row_id": "LiveAVCommentary-seamless_248e1b7a4205680a-06", "source_id": "seamless_248e1b7a4205680a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_248e1b7a4205680a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ca71ee36080062de.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_806edb8fce363227", "row_id": "LiveAVCommentary-seamless_248e1b7a4205680a-07", "source_id": "seamless_248e1b7a4205680a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_248e1b7a4205680a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_806edb8fce363227.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b26c443a93ffbab9", "row_id": "LiveAVCommentary-seamless_248e1b7a4205680a-08", "source_id": "seamless_248e1b7a4205680a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_248e1b7a4205680a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b26c443a93ffbab9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4594a8df87d09cc3", "row_id": "LiveAVCommentary-seamless_248e1b7a4205680a-09", "source_id": "seamless_248e1b7a4205680a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_248e1b7a4205680a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4594a8df87d09cc3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7e44ea98167c76d1", "row_id": "LiveAVCommentary-seamless_24afdec6c209837a-00", "source_id": "seamless_24afdec6c209837a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24afdec6c209837a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7e44ea98167c76d1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f243e6f680a18223", "row_id": "LiveAVCommentary-seamless_24afdec6c209837a-01", "source_id": "seamless_24afdec6c209837a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24afdec6c209837a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f243e6f680a18223.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a83be9bbafc3d151", "row_id": "LiveAVCommentary-seamless_24afdec6c209837a-02", "source_id": "seamless_24afdec6c209837a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24afdec6c209837a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a83be9bbafc3d151.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fcbe88b90849644d", "row_id": "LiveAVCommentary-seamless_24afdec6c209837a-03", "source_id": "seamless_24afdec6c209837a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24afdec6c209837a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fcbe88b90849644d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8eb5a934b43f9f8b", "row_id": "LiveAVCommentary-seamless_24afdec6c209837a-04", "source_id": "seamless_24afdec6c209837a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24afdec6c209837a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8eb5a934b43f9f8b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a599189897aeda8f", "row_id": "LiveAVCommentary-seamless_24afdec6c209837a-05", "source_id": "seamless_24afdec6c209837a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24afdec6c209837a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a599189897aeda8f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4510545500bd52c8", "row_id": "LiveAVCommentary-seamless_24afdec6c209837a-06", "source_id": "seamless_24afdec6c209837a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24afdec6c209837a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4510545500bd52c8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e20575c0657ef014", "row_id": "LiveAVCommentary-seamless_24afdec6c209837a-07", "source_id": "seamless_24afdec6c209837a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24afdec6c209837a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e20575c0657ef014.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f1b156f4680514f8", "row_id": "LiveAVCommentary-seamless_24afdec6c209837a-08", "source_id": "seamless_24afdec6c209837a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24afdec6c209837a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f1b156f4680514f8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dd2d87061532ab45", "row_id": "LiveAVCommentary-seamless_24afdec6c209837a-09", "source_id": "seamless_24afdec6c209837a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24afdec6c209837a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_dd2d87061532ab45.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d248019f44ae4a0f", "row_id": "LiveAVCommentary-seamless_24fdea1dfd668dec-00", "source_id": "seamless_24fdea1dfd668dec", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24fdea1dfd668dec", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d248019f44ae4a0f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_368f2e84121c01a6", "row_id": "LiveAVCommentary-seamless_24fdea1dfd668dec-01", "source_id": "seamless_24fdea1dfd668dec", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24fdea1dfd668dec", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_368f2e84121c01a6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e19e14565ec29a64", "row_id": "LiveAVCommentary-seamless_24fdea1dfd668dec-02", "source_id": "seamless_24fdea1dfd668dec", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24fdea1dfd668dec", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e19e14565ec29a64.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c568e6d2cf700876", "row_id": "LiveAVCommentary-seamless_24fdea1dfd668dec-03", "source_id": "seamless_24fdea1dfd668dec", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24fdea1dfd668dec", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c568e6d2cf700876.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aedbb994638d3a6e", "row_id": "LiveAVCommentary-seamless_24fdea1dfd668dec-04", "source_id": "seamless_24fdea1dfd668dec", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24fdea1dfd668dec", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_aedbb994638d3a6e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9d9a1aa661b8d36f", "row_id": "LiveAVCommentary-seamless_24fdea1dfd668dec-05", "source_id": "seamless_24fdea1dfd668dec", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24fdea1dfd668dec", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9d9a1aa661b8d36f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cf1e686298e24419", "row_id": "LiveAVCommentary-seamless_24fdea1dfd668dec-06", "source_id": "seamless_24fdea1dfd668dec", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24fdea1dfd668dec", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cf1e686298e24419.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d79d521c27c6f080", "row_id": "LiveAVCommentary-seamless_24fdea1dfd668dec-07", "source_id": "seamless_24fdea1dfd668dec", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24fdea1dfd668dec", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d79d521c27c6f080.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0db0a79bfddd10b2", "row_id": "LiveAVCommentary-seamless_24fdea1dfd668dec-08", "source_id": "seamless_24fdea1dfd668dec", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24fdea1dfd668dec", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0db0a79bfddd10b2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5449df31087fbc25", "row_id": "LiveAVCommentary-seamless_24fdea1dfd668dec-09", "source_id": "seamless_24fdea1dfd668dec", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_24fdea1dfd668dec", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5449df31087fbc25.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2780a63b06a49178", "row_id": "LiveAVCommentary-seamless_26bd1c79402f9941-00", "source_id": "seamless_26bd1c79402f9941", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000487_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26bd1c79402f9941", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2780a63b06a49178.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ed0201651b96e9c5", "row_id": "LiveAVCommentary-seamless_26bd1c79402f9941-01", "source_id": "seamless_26bd1c79402f9941", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000487_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26bd1c79402f9941", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ed0201651b96e9c5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a8b59ffd72b945f2", "row_id": "LiveAVCommentary-seamless_26bd1c79402f9941-02", "source_id": "seamless_26bd1c79402f9941", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000487_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26bd1c79402f9941", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a8b59ffd72b945f2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_032bb5d3fd1cba23", "row_id": "LiveAVCommentary-seamless_26bd1c79402f9941-03", "source_id": "seamless_26bd1c79402f9941", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000487_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26bd1c79402f9941", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_032bb5d3fd1cba23.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_497903da35b1d376", "row_id": "LiveAVCommentary-seamless_26bd1c79402f9941-04", "source_id": "seamless_26bd1c79402f9941", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000487_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26bd1c79402f9941", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_497903da35b1d376.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_96d04fe21f2f1ef9", "row_id": "LiveAVCommentary-seamless_26bd1c79402f9941-05", "source_id": "seamless_26bd1c79402f9941", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000487_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26bd1c79402f9941", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_96d04fe21f2f1ef9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3c6e14c3f5c6cdae", "row_id": "LiveAVCommentary-seamless_26bd1c79402f9941-06", "source_id": "seamless_26bd1c79402f9941", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000487_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26bd1c79402f9941", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3c6e14c3f5c6cdae.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b9b345b5aca1620", "row_id": "LiveAVCommentary-seamless_26bd1c79402f9941-07", "source_id": "seamless_26bd1c79402f9941", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000487_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26bd1c79402f9941", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7b9b345b5aca1620.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8af5078d45757508", "row_id": "LiveAVCommentary-seamless_26bd1c79402f9941-08", "source_id": "seamless_26bd1c79402f9941", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000487_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26bd1c79402f9941", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8af5078d45757508.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0c63c629d4c6f616", "row_id": "LiveAVCommentary-seamless_26bd1c79402f9941-09", "source_id": "seamless_26bd1c79402f9941", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000487_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26bd1c79402f9941", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0c63c629d4c6f616.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8c9575cd7716a319", "row_id": "LiveAVCommentary-seamless_26cc434900399e6d-00", "source_id": "seamless_26cc434900399e6d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26cc434900399e6d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8c9575cd7716a319.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7973924aef07cbd0", "row_id": "LiveAVCommentary-seamless_26cc434900399e6d-01", "source_id": "seamless_26cc434900399e6d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26cc434900399e6d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7973924aef07cbd0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_563a2cd698139208", "row_id": "LiveAVCommentary-seamless_26cc434900399e6d-02", "source_id": "seamless_26cc434900399e6d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26cc434900399e6d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_563a2cd698139208.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_36110ca4115049b6", "row_id": "LiveAVCommentary-seamless_26cc434900399e6d-03", "source_id": "seamless_26cc434900399e6d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26cc434900399e6d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_36110ca4115049b6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ed1f7bdc4ff6cde7", "row_id": "LiveAVCommentary-seamless_26cc434900399e6d-04", "source_id": "seamless_26cc434900399e6d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26cc434900399e6d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ed1f7bdc4ff6cde7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b57145886a14cca0", "row_id": "LiveAVCommentary-seamless_26cc434900399e6d-05", "source_id": "seamless_26cc434900399e6d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26cc434900399e6d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b57145886a14cca0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a448cd691d78b365", "row_id": "LiveAVCommentary-seamless_26cc434900399e6d-06", "source_id": "seamless_26cc434900399e6d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26cc434900399e6d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a448cd691d78b365.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f68048d184be99b1", "row_id": "LiveAVCommentary-seamless_26cc434900399e6d-07", "source_id": "seamless_26cc434900399e6d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26cc434900399e6d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f68048d184be99b1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_51037dc4773f192a", "row_id": "LiveAVCommentary-seamless_26cc434900399e6d-08", "source_id": "seamless_26cc434900399e6d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26cc434900399e6d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_51037dc4773f192a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5a1e4075bc5ac090", "row_id": "LiveAVCommentary-seamless_26cc434900399e6d-09", "source_id": "seamless_26cc434900399e6d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_26cc434900399e6d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5a1e4075bc5ac090.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_31b3437f693e7e50", "row_id": "LiveAVCommentary-seamless_2826330b13f7dbd5-00", "source_id": "seamless_2826330b13f7dbd5", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000582_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2826330b13f7dbd5", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_31b3437f693e7e50.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_edf6edcc21b0e372", "row_id": "LiveAVCommentary-seamless_2826330b13f7dbd5-01", "source_id": "seamless_2826330b13f7dbd5", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000582_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2826330b13f7dbd5", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_edf6edcc21b0e372.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_de25bc84301367f1", "row_id": "LiveAVCommentary-seamless_2826330b13f7dbd5-02", "source_id": "seamless_2826330b13f7dbd5", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000582_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2826330b13f7dbd5", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_de25bc84301367f1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a14a43411feccefb", "row_id": "LiveAVCommentary-seamless_2826330b13f7dbd5-03", "source_id": "seamless_2826330b13f7dbd5", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000582_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2826330b13f7dbd5", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a14a43411feccefb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9e7fbac581a2c714", "row_id": "LiveAVCommentary-seamless_2826330b13f7dbd5-04", "source_id": "seamless_2826330b13f7dbd5", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000582_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2826330b13f7dbd5", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9e7fbac581a2c714.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0f112bed8f99ebd7", "row_id": "LiveAVCommentary-seamless_2826330b13f7dbd5-05", "source_id": "seamless_2826330b13f7dbd5", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000582_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2826330b13f7dbd5", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0f112bed8f99ebd7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_828ffba352ac22ee", "row_id": "LiveAVCommentary-seamless_2826330b13f7dbd5-06", "source_id": "seamless_2826330b13f7dbd5", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000582_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2826330b13f7dbd5", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_828ffba352ac22ee.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ecb460889b83b587", "row_id": "LiveAVCommentary-seamless_2826330b13f7dbd5-07", "source_id": "seamless_2826330b13f7dbd5", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000582_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2826330b13f7dbd5", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ecb460889b83b587.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_17686b55d9b7b99f", "row_id": "LiveAVCommentary-seamless_2826330b13f7dbd5-08", "source_id": "seamless_2826330b13f7dbd5", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000582_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2826330b13f7dbd5", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_17686b55d9b7b99f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4da8d7328995a628", "row_id": "LiveAVCommentary-seamless_2826330b13f7dbd5-09", "source_id": "seamless_2826330b13f7dbd5", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000582_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2826330b13f7dbd5", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4da8d7328995a628.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bb1bfa4bc39ece34", "row_id": "LiveAVCommentary-seamless_2874967bcfb491e3-00", "source_id": "seamless_2874967bcfb491e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bb1bfa4bc39ece34.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_97d32208c95ffa20", "row_id": "LiveAVCommentary-seamless_2874967bcfb491e3-01", "source_id": "seamless_2874967bcfb491e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_97d32208c95ffa20.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6701603abfa5d8a0", "row_id": "LiveAVCommentary-seamless_2874967bcfb491e3-02", "source_id": "seamless_2874967bcfb491e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6701603abfa5d8a0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_567513b909f75947", "row_id": "LiveAVCommentary-seamless_2874967bcfb491e3-03", "source_id": "seamless_2874967bcfb491e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_567513b909f75947.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_70d44f97d85773ad", "row_id": "LiveAVCommentary-seamless_2874967bcfb491e3-04", "source_id": "seamless_2874967bcfb491e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_70d44f97d85773ad.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2532cabce15c9da3", "row_id": "LiveAVCommentary-seamless_2874967bcfb491e3-05", "source_id": "seamless_2874967bcfb491e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2532cabce15c9da3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c6955718b36d0869", "row_id": "LiveAVCommentary-seamless_2874967bcfb491e3-06", "source_id": "seamless_2874967bcfb491e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c6955718b36d0869.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b8b5aa4513143e0", "row_id": "LiveAVCommentary-seamless_2874967bcfb491e3-07", "source_id": "seamless_2874967bcfb491e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7b8b5aa4513143e0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0d9b871bc78d1055", "row_id": "LiveAVCommentary-seamless_2874967bcfb491e3-08", "source_id": "seamless_2874967bcfb491e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0d9b871bc78d1055.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_76b2c5814b48e0a2", "row_id": "LiveAVCommentary-seamless_2874967bcfb491e3-09", "source_id": "seamless_2874967bcfb491e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_76b2c5814b48e0a2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d153d61fa6366729", "row_id": "LiveAVCommentary-seamless_28a37b2304c64e8d-00", "source_id": "seamless_28a37b2304c64e8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_28a37b2304c64e8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d153d61fa6366729.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b25cb000ec1de80f", "row_id": "LiveAVCommentary-seamless_28a37b2304c64e8d-01", "source_id": "seamless_28a37b2304c64e8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_28a37b2304c64e8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b25cb000ec1de80f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2b2b71b0e6dab0b0", "row_id": "LiveAVCommentary-seamless_28a37b2304c64e8d-02", "source_id": "seamless_28a37b2304c64e8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_28a37b2304c64e8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2b2b71b0e6dab0b0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_087756f7d4a545e0", "row_id": "LiveAVCommentary-seamless_28a37b2304c64e8d-03", "source_id": "seamless_28a37b2304c64e8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_28a37b2304c64e8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_087756f7d4a545e0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_19ae9b8ec6c98787", "row_id": "LiveAVCommentary-seamless_28a37b2304c64e8d-04", "source_id": "seamless_28a37b2304c64e8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_28a37b2304c64e8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_19ae9b8ec6c98787.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5b46a4edfeee0369", "row_id": "LiveAVCommentary-seamless_28a37b2304c64e8d-05", "source_id": "seamless_28a37b2304c64e8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_28a37b2304c64e8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5b46a4edfeee0369.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d1457342944d485d", "row_id": "LiveAVCommentary-seamless_28a37b2304c64e8d-06", "source_id": "seamless_28a37b2304c64e8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_28a37b2304c64e8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d1457342944d485d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_78e66478f8c7828c", "row_id": "LiveAVCommentary-seamless_28a37b2304c64e8d-07", "source_id": "seamless_28a37b2304c64e8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_28a37b2304c64e8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_78e66478f8c7828c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3caab95537162a8c", "row_id": "LiveAVCommentary-seamless_28a37b2304c64e8d-08", "source_id": "seamless_28a37b2304c64e8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_28a37b2304c64e8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3caab95537162a8c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0c154c50bb2ebccf", "row_id": "LiveAVCommentary-seamless_28a37b2304c64e8d-09", "source_id": "seamless_28a37b2304c64e8d", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_28a37b2304c64e8d", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0c154c50bb2ebccf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8596b2abb0f76cb8", "row_id": "LiveAVCommentary-seamless_2959bbfa6626edea-00", "source_id": "seamless_2959bbfa6626edea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8596b2abb0f76cb8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4dec461c1a17e7f2", "row_id": "LiveAVCommentary-seamless_2959bbfa6626edea-01", "source_id": "seamless_2959bbfa6626edea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4dec461c1a17e7f2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_93ca628be6a6fe57", "row_id": "LiveAVCommentary-seamless_2959bbfa6626edea-02", "source_id": "seamless_2959bbfa6626edea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_93ca628be6a6fe57.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2c7a06a7dd824230", "row_id": "LiveAVCommentary-seamless_2959bbfa6626edea-03", "source_id": "seamless_2959bbfa6626edea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2c7a06a7dd824230.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0f0662b3b25034f8", "row_id": "LiveAVCommentary-seamless_2959bbfa6626edea-04", "source_id": "seamless_2959bbfa6626edea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0f0662b3b25034f8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_60d23748e5c3ed2b", "row_id": "LiveAVCommentary-seamless_2959bbfa6626edea-05", "source_id": "seamless_2959bbfa6626edea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_60d23748e5c3ed2b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_40af643dd012dbb6", "row_id": "LiveAVCommentary-seamless_2959bbfa6626edea-06", "source_id": "seamless_2959bbfa6626edea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_40af643dd012dbb6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_21c4c0912c791c05", "row_id": "LiveAVCommentary-seamless_2959bbfa6626edea-07", "source_id": "seamless_2959bbfa6626edea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_21c4c0912c791c05.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1cf36d1294c65568", "row_id": "LiveAVCommentary-seamless_2959bbfa6626edea-08", "source_id": "seamless_2959bbfa6626edea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1cf36d1294c65568.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_24ca7f0a929c9c67", "row_id": "LiveAVCommentary-seamless_2959bbfa6626edea-09", "source_id": "seamless_2959bbfa6626edea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_24ca7f0a929c9c67.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4156f27dda580582", "row_id": "LiveAVCommentary-seamless_29776b6f6e3ace27-00", "source_id": "seamless_29776b6f6e3ace27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0054_I00000131_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29776b6f6e3ace27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4156f27dda580582.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_922ee22b3b4e9cdb", "row_id": "LiveAVCommentary-seamless_29776b6f6e3ace27-01", "source_id": "seamless_29776b6f6e3ace27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0054_I00000131_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29776b6f6e3ace27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_922ee22b3b4e9cdb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f1dcf53d533c5ad7", "row_id": "LiveAVCommentary-seamless_29776b6f6e3ace27-02", "source_id": "seamless_29776b6f6e3ace27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0054_I00000131_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29776b6f6e3ace27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f1dcf53d533c5ad7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_01c4420be1957fcb", "row_id": "LiveAVCommentary-seamless_29776b6f6e3ace27-03", "source_id": "seamless_29776b6f6e3ace27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0054_I00000131_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29776b6f6e3ace27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_01c4420be1957fcb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_27129edc72bb0bf2", "row_id": "LiveAVCommentary-seamless_29776b6f6e3ace27-04", "source_id": "seamless_29776b6f6e3ace27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0054_I00000131_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29776b6f6e3ace27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_27129edc72bb0bf2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d9f33f6bfd683c14", "row_id": "LiveAVCommentary-seamless_29776b6f6e3ace27-05", "source_id": "seamless_29776b6f6e3ace27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0054_I00000131_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29776b6f6e3ace27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d9f33f6bfd683c14.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_26cff5d0b966f1a8", "row_id": "LiveAVCommentary-seamless_29776b6f6e3ace27-06", "source_id": "seamless_29776b6f6e3ace27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0054_I00000131_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29776b6f6e3ace27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_26cff5d0b966f1a8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9aab5a1ba548ea58", "row_id": "LiveAVCommentary-seamless_29776b6f6e3ace27-07", "source_id": "seamless_29776b6f6e3ace27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0054_I00000131_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29776b6f6e3ace27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9aab5a1ba548ea58.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1aed939b103df08a", "row_id": "LiveAVCommentary-seamless_29776b6f6e3ace27-08", "source_id": "seamless_29776b6f6e3ace27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0054_I00000131_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29776b6f6e3ace27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1aed939b103df08a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_88f123c0f649a5ba", "row_id": "LiveAVCommentary-seamless_29776b6f6e3ace27-09", "source_id": "seamless_29776b6f6e3ace27", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0054_I00000131_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29776b6f6e3ace27", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_88f123c0f649a5ba.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9a3e8388f34bec43", "row_id": "LiveAVCommentary-seamless_29a6803548d6aa98-00", "source_id": "seamless_29a6803548d6aa98", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9a3e8388f34bec43.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8b6cfe9bd3fc75f3", "row_id": "LiveAVCommentary-seamless_29a6803548d6aa98-01", "source_id": "seamless_29a6803548d6aa98", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8b6cfe9bd3fc75f3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fe78dd60664626fd", "row_id": "LiveAVCommentary-seamless_29a6803548d6aa98-02", "source_id": "seamless_29a6803548d6aa98", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fe78dd60664626fd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5032e2102f7e3733", "row_id": "LiveAVCommentary-seamless_29a6803548d6aa98-03", "source_id": "seamless_29a6803548d6aa98", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5032e2102f7e3733.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_74270ebbba359cb2", "row_id": "LiveAVCommentary-seamless_29a6803548d6aa98-04", "source_id": "seamless_29a6803548d6aa98", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_74270ebbba359cb2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e48ab48e04d6e99f", "row_id": "LiveAVCommentary-seamless_29a6803548d6aa98-05", "source_id": "seamless_29a6803548d6aa98", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e48ab48e04d6e99f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b85295a6a029659", "row_id": "LiveAVCommentary-seamless_29a6803548d6aa98-06", "source_id": "seamless_29a6803548d6aa98", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7b85295a6a029659.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4dde98c8ba5d10c0", "row_id": "LiveAVCommentary-seamless_29a6803548d6aa98-07", "source_id": "seamless_29a6803548d6aa98", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4dde98c8ba5d10c0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5c16ca36a8687be9", "row_id": "LiveAVCommentary-seamless_29a6803548d6aa98-08", "source_id": "seamless_29a6803548d6aa98", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5c16ca36a8687be9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_48e28abc631cebb9", "row_id": "LiveAVCommentary-seamless_29a6803548d6aa98-09", "source_id": "seamless_29a6803548d6aa98", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_48e28abc631cebb9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9d6d04da6a59d4e1", "row_id": "LiveAVCommentary-seamless_2abd1ef3590179b0-00", "source_id": "seamless_2abd1ef3590179b0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2abd1ef3590179b0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9d6d04da6a59d4e1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9da7bd503578a4eb", "row_id": "LiveAVCommentary-seamless_2abd1ef3590179b0-01", "source_id": "seamless_2abd1ef3590179b0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2abd1ef3590179b0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9da7bd503578a4eb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0ceae086635bb7f5", "row_id": "LiveAVCommentary-seamless_2abd1ef3590179b0-02", "source_id": "seamless_2abd1ef3590179b0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2abd1ef3590179b0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0ceae086635bb7f5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f5d3be5035a8b401", "row_id": "LiveAVCommentary-seamless_2abd1ef3590179b0-03", "source_id": "seamless_2abd1ef3590179b0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2abd1ef3590179b0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f5d3be5035a8b401.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_87ba957733c13a3d", "row_id": "LiveAVCommentary-seamless_2abd1ef3590179b0-04", "source_id": "seamless_2abd1ef3590179b0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2abd1ef3590179b0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_87ba957733c13a3d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_14fc118bfb9a1e09", "row_id": "LiveAVCommentary-seamless_2abd1ef3590179b0-05", "source_id": "seamless_2abd1ef3590179b0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2abd1ef3590179b0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_14fc118bfb9a1e09.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d6200d2b873795e3", "row_id": "LiveAVCommentary-seamless_2abd1ef3590179b0-06", "source_id": "seamless_2abd1ef3590179b0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2abd1ef3590179b0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d6200d2b873795e3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7fa0bcfc73f3c428", "row_id": "LiveAVCommentary-seamless_2abd1ef3590179b0-07", "source_id": "seamless_2abd1ef3590179b0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2abd1ef3590179b0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7fa0bcfc73f3c428.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cabe6123f113bbf0", "row_id": "LiveAVCommentary-seamless_2abd1ef3590179b0-08", "source_id": "seamless_2abd1ef3590179b0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2abd1ef3590179b0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cabe6123f113bbf0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a9437bd48919ad9", "row_id": "LiveAVCommentary-seamless_2abd1ef3590179b0-09", "source_id": "seamless_2abd1ef3590179b0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2abd1ef3590179b0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4a9437bd48919ad9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f3a607252313e206", "row_id": "LiveAVCommentary-seamless_2b3d740f8ec5fc1b-00", "source_id": "seamless_2b3d740f8ec5fc1b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f3a607252313e206.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ca0e81b167853a41", "row_id": "LiveAVCommentary-seamless_2b3d740f8ec5fc1b-01", "source_id": "seamless_2b3d740f8ec5fc1b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ca0e81b167853a41.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d3a22115c89ba778", "row_id": "LiveAVCommentary-seamless_2b3d740f8ec5fc1b-02", "source_id": "seamless_2b3d740f8ec5fc1b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d3a22115c89ba778.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e9296527d0a78025", "row_id": "LiveAVCommentary-seamless_2b3d740f8ec5fc1b-03", "source_id": "seamless_2b3d740f8ec5fc1b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e9296527d0a78025.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_81eb223dd0282091", "row_id": "LiveAVCommentary-seamless_2b3d740f8ec5fc1b-04", "source_id": "seamless_2b3d740f8ec5fc1b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_81eb223dd0282091.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a0780eaea7a26db3", "row_id": "LiveAVCommentary-seamless_2b3d740f8ec5fc1b-05", "source_id": "seamless_2b3d740f8ec5fc1b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a0780eaea7a26db3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a213c4ffe45714c3", "row_id": "LiveAVCommentary-seamless_2b3d740f8ec5fc1b-06", "source_id": "seamless_2b3d740f8ec5fc1b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a213c4ffe45714c3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f5e4c8a7e9ce08e1", "row_id": "LiveAVCommentary-seamless_2b3d740f8ec5fc1b-07", "source_id": "seamless_2b3d740f8ec5fc1b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f5e4c8a7e9ce08e1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7d85f958f4f378ed", "row_id": "LiveAVCommentary-seamless_2b3d740f8ec5fc1b-08", "source_id": "seamless_2b3d740f8ec5fc1b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7d85f958f4f378ed.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c93a4ab85841ceae", "row_id": "LiveAVCommentary-seamless_2b3d740f8ec5fc1b-09", "source_id": "seamless_2b3d740f8ec5fc1b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c93a4ab85841ceae.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3808e5373bdd4af7", "row_id": "LiveAVCommentary-seamless_2b7e0506b38589d3-00", "source_id": "seamless_2b7e0506b38589d3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3808e5373bdd4af7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9bbd2f8f5297f210", "row_id": "LiveAVCommentary-seamless_2b7e0506b38589d3-01", "source_id": "seamless_2b7e0506b38589d3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9bbd2f8f5297f210.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9db4566ee4e0fd5a", "row_id": "LiveAVCommentary-seamless_2b7e0506b38589d3-02", "source_id": "seamless_2b7e0506b38589d3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9db4566ee4e0fd5a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_11135336040d3f4e", "row_id": "LiveAVCommentary-seamless_2b7e0506b38589d3-03", "source_id": "seamless_2b7e0506b38589d3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_11135336040d3f4e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d2d85eaf0a6fa0e4", "row_id": "LiveAVCommentary-seamless_2b7e0506b38589d3-04", "source_id": "seamless_2b7e0506b38589d3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d2d85eaf0a6fa0e4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c8ff62b91c78586b", "row_id": "LiveAVCommentary-seamless_2b7e0506b38589d3-05", "source_id": "seamless_2b7e0506b38589d3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c8ff62b91c78586b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f619ac33202bdfdc", "row_id": "LiveAVCommentary-seamless_2b7e0506b38589d3-06", "source_id": "seamless_2b7e0506b38589d3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f619ac33202bdfdc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_29e678d2ba3bbc71", "row_id": "LiveAVCommentary-seamless_2b7e0506b38589d3-07", "source_id": "seamless_2b7e0506b38589d3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_29e678d2ba3bbc71.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_79ca9d371eb1c490", "row_id": "LiveAVCommentary-seamless_2b7e0506b38589d3-08", "source_id": "seamless_2b7e0506b38589d3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_79ca9d371eb1c490.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6abade0b7469d0c1", "row_id": "LiveAVCommentary-seamless_2b7e0506b38589d3-09", "source_id": "seamless_2b7e0506b38589d3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6abade0b7469d0c1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b1ccaebe4c9dbab4", "row_id": "LiveAVCommentary-seamless_2c95967bbefc07dc-00", "source_id": "seamless_2c95967bbefc07dc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0056_I00000502_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2c95967bbefc07dc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b1ccaebe4c9dbab4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd0f1f9db2a1d2d0", "row_id": "LiveAVCommentary-seamless_2c95967bbefc07dc-01", "source_id": "seamless_2c95967bbefc07dc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0056_I00000502_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2c95967bbefc07dc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bd0f1f9db2a1d2d0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_34e702473a0d5183", "row_id": "LiveAVCommentary-seamless_2c95967bbefc07dc-02", "source_id": "seamless_2c95967bbefc07dc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0056_I00000502_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2c95967bbefc07dc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_34e702473a0d5183.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_733e457ff42cf96f", "row_id": "LiveAVCommentary-seamless_2c95967bbefc07dc-03", "source_id": "seamless_2c95967bbefc07dc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0056_I00000502_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2c95967bbefc07dc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_733e457ff42cf96f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3c35c3fa02acb4da", "row_id": "LiveAVCommentary-seamless_2c95967bbefc07dc-04", "source_id": "seamless_2c95967bbefc07dc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0056_I00000502_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2c95967bbefc07dc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3c35c3fa02acb4da.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_93ed1cd3ac910587", "row_id": "LiveAVCommentary-seamless_2c95967bbefc07dc-05", "source_id": "seamless_2c95967bbefc07dc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0056_I00000502_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2c95967bbefc07dc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_93ed1cd3ac910587.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_13ed7f54cbdc784d", "row_id": "LiveAVCommentary-seamless_2c95967bbefc07dc-06", "source_id": "seamless_2c95967bbefc07dc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0056_I00000502_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2c95967bbefc07dc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_13ed7f54cbdc784d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b13ce7ddb3b468fc", "row_id": "LiveAVCommentary-seamless_2c95967bbefc07dc-07", "source_id": "seamless_2c95967bbefc07dc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0056_I00000502_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2c95967bbefc07dc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b13ce7ddb3b468fc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bf99222ed70d3e60", "row_id": "LiveAVCommentary-seamless_2c95967bbefc07dc-08", "source_id": "seamless_2c95967bbefc07dc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0056_I00000502_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2c95967bbefc07dc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bf99222ed70d3e60.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_30cff6a5979a804a", "row_id": "LiveAVCommentary-seamless_2c95967bbefc07dc-09", "source_id": "seamless_2c95967bbefc07dc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0056_I00000502_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2c95967bbefc07dc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_30cff6a5979a804a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_489a26404db0ddcc", "row_id": "LiveAVCommentary-seamless_2cb450992e0a72f1-00", "source_id": "seamless_2cb450992e0a72f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0055_I00000770_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2cb450992e0a72f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_489a26404db0ddcc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e16fa9071dcd9f76", "row_id": "LiveAVCommentary-seamless_2cb450992e0a72f1-01", "source_id": "seamless_2cb450992e0a72f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0055_I00000770_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2cb450992e0a72f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e16fa9071dcd9f76.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e3d722d9eadcd19f", "row_id": "LiveAVCommentary-seamless_2cb450992e0a72f1-02", "source_id": "seamless_2cb450992e0a72f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0055_I00000770_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2cb450992e0a72f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e3d722d9eadcd19f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_44532d95c9c114d6", "row_id": "LiveAVCommentary-seamless_2cb450992e0a72f1-03", "source_id": "seamless_2cb450992e0a72f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0055_I00000770_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2cb450992e0a72f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_44532d95c9c114d6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9bded1a5abcfea9a", "row_id": "LiveAVCommentary-seamless_2cb450992e0a72f1-04", "source_id": "seamless_2cb450992e0a72f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0055_I00000770_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2cb450992e0a72f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9bded1a5abcfea9a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_296b72ae605a6e53", "row_id": "LiveAVCommentary-seamless_2cb450992e0a72f1-05", "source_id": "seamless_2cb450992e0a72f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0055_I00000770_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2cb450992e0a72f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_296b72ae605a6e53.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d67aa74cd8ae8f36", "row_id": "LiveAVCommentary-seamless_2cb450992e0a72f1-06", "source_id": "seamless_2cb450992e0a72f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0055_I00000770_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2cb450992e0a72f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d67aa74cd8ae8f36.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a43625d6bbc52d32", "row_id": "LiveAVCommentary-seamless_2cb450992e0a72f1-07", "source_id": "seamless_2cb450992e0a72f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0055_I00000770_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2cb450992e0a72f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a43625d6bbc52d32.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_871f7bd4b51f5c77", "row_id": "LiveAVCommentary-seamless_2cb450992e0a72f1-08", "source_id": "seamless_2cb450992e0a72f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0055_I00000770_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2cb450992e0a72f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_871f7bd4b51f5c77.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0637973a533bed11", "row_id": "LiveAVCommentary-seamless_2cb450992e0a72f1-09", "source_id": "seamless_2cb450992e0a72f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0055_I00000770_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2cb450992e0a72f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0637973a533bed11.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_188a46ac1e275ae9", "row_id": "LiveAVCommentary-seamless_2dc267092f8c9e99-00", "source_id": "seamless_2dc267092f8c9e99", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2dc267092f8c9e99", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_188a46ac1e275ae9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1a3cb19c074970dd", "row_id": "LiveAVCommentary-seamless_2dc267092f8c9e99-01", "source_id": "seamless_2dc267092f8c9e99", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2dc267092f8c9e99", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1a3cb19c074970dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_23c786523d153ca1", "row_id": "LiveAVCommentary-seamless_2dc267092f8c9e99-02", "source_id": "seamless_2dc267092f8c9e99", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2dc267092f8c9e99", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_23c786523d153ca1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6d277709124c0109", "row_id": "LiveAVCommentary-seamless_2dc267092f8c9e99-03", "source_id": "seamless_2dc267092f8c9e99", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2dc267092f8c9e99", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6d277709124c0109.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b73d72573924c7fa", "row_id": "LiveAVCommentary-seamless_2dc267092f8c9e99-04", "source_id": "seamless_2dc267092f8c9e99", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2dc267092f8c9e99", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b73d72573924c7fa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aae5e9372c514ce1", "row_id": "LiveAVCommentary-seamless_2dc267092f8c9e99-05", "source_id": "seamless_2dc267092f8c9e99", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2dc267092f8c9e99", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_aae5e9372c514ce1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8f71f46367e8c384", "row_id": "LiveAVCommentary-seamless_2dc267092f8c9e99-06", "source_id": "seamless_2dc267092f8c9e99", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2dc267092f8c9e99", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8f71f46367e8c384.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2dcbcc7fb3ac727c", "row_id": "LiveAVCommentary-seamless_2dc267092f8c9e99-07", "source_id": "seamless_2dc267092f8c9e99", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2dc267092f8c9e99", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2dcbcc7fb3ac727c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5c9c82396b347dc6", "row_id": "LiveAVCommentary-seamless_2dc267092f8c9e99-08", "source_id": "seamless_2dc267092f8c9e99", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2dc267092f8c9e99", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5c9c82396b347dc6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a9b970ae97d5983e", "row_id": "LiveAVCommentary-seamless_2dc267092f8c9e99-09", "source_id": "seamless_2dc267092f8c9e99", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2dc267092f8c9e99", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a9b970ae97d5983e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0f8f569064fb439c", "row_id": "LiveAVCommentary-seamless_2e03903daf3eb074-00", "source_id": "seamless_2e03903daf3eb074", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2e03903daf3eb074", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0f8f569064fb439c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_33c12d8881c9dbd8", "row_id": "LiveAVCommentary-seamless_2e03903daf3eb074-01", "source_id": "seamless_2e03903daf3eb074", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2e03903daf3eb074", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_33c12d8881c9dbd8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6e7553f8e8400dd2", "row_id": "LiveAVCommentary-seamless_2e03903daf3eb074-02", "source_id": "seamless_2e03903daf3eb074", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2e03903daf3eb074", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6e7553f8e8400dd2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_616e0c4735a66d6a", "row_id": "LiveAVCommentary-seamless_2e03903daf3eb074-03", "source_id": "seamless_2e03903daf3eb074", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2e03903daf3eb074", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_616e0c4735a66d6a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_88fc7aa7316fb7fb", "row_id": "LiveAVCommentary-seamless_2e03903daf3eb074-04", "source_id": "seamless_2e03903daf3eb074", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2e03903daf3eb074", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_88fc7aa7316fb7fb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_68779c6abe7e0ad1", "row_id": "LiveAVCommentary-seamless_2e03903daf3eb074-05", "source_id": "seamless_2e03903daf3eb074", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2e03903daf3eb074", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_68779c6abe7e0ad1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_34f452a1002a1e92", "row_id": "LiveAVCommentary-seamless_2e03903daf3eb074-06", "source_id": "seamless_2e03903daf3eb074", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2e03903daf3eb074", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_34f452a1002a1e92.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bdba41332f37f56b", "row_id": "LiveAVCommentary-seamless_2e03903daf3eb074-07", "source_id": "seamless_2e03903daf3eb074", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2e03903daf3eb074", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bdba41332f37f56b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4f2a6a4c59f76360", "row_id": "LiveAVCommentary-seamless_2e03903daf3eb074-08", "source_id": "seamless_2e03903daf3eb074", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2e03903daf3eb074", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4f2a6a4c59f76360.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0300587cc8f417b3", "row_id": "LiveAVCommentary-seamless_2e03903daf3eb074-09", "source_id": "seamless_2e03903daf3eb074", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2e03903daf3eb074", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0300587cc8f417b3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9393f028020b14b5", "row_id": "LiveAVCommentary-seamless_2f59832f3303479c-00", "source_id": "seamless_2f59832f3303479c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0042_I00000483_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f59832f3303479c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9393f028020b14b5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2bbe6cc36bf6f29c", "row_id": "LiveAVCommentary-seamless_2f59832f3303479c-01", "source_id": "seamless_2f59832f3303479c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0042_I00000483_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f59832f3303479c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2bbe6cc36bf6f29c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ce604d04e69a239c", "row_id": "LiveAVCommentary-seamless_2f59832f3303479c-02", "source_id": "seamless_2f59832f3303479c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0042_I00000483_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f59832f3303479c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ce604d04e69a239c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f43b6f95137bab08", "row_id": "LiveAVCommentary-seamless_2f59832f3303479c-03", "source_id": "seamless_2f59832f3303479c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0042_I00000483_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f59832f3303479c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f43b6f95137bab08.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_95bf3a0051d34a04", "row_id": "LiveAVCommentary-seamless_2f59832f3303479c-04", "source_id": "seamless_2f59832f3303479c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0042_I00000483_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f59832f3303479c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_95bf3a0051d34a04.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5beeffa106a1b047", "row_id": "LiveAVCommentary-seamless_2f59832f3303479c-05", "source_id": "seamless_2f59832f3303479c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0042_I00000483_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f59832f3303479c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5beeffa106a1b047.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_87123ebaeac5b130", "row_id": "LiveAVCommentary-seamless_2f59832f3303479c-06", "source_id": "seamless_2f59832f3303479c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0042_I00000483_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f59832f3303479c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_87123ebaeac5b130.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1148dabe07e71cf5", "row_id": "LiveAVCommentary-seamless_2f59832f3303479c-07", "source_id": "seamless_2f59832f3303479c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0042_I00000483_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f59832f3303479c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1148dabe07e71cf5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_da8cd2cb05b4e9f0", "row_id": "LiveAVCommentary-seamless_2f59832f3303479c-08", "source_id": "seamless_2f59832f3303479c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0042_I00000483_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f59832f3303479c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_da8cd2cb05b4e9f0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_971e3219c94e66d3", "row_id": "LiveAVCommentary-seamless_2f59832f3303479c-09", "source_id": "seamless_2f59832f3303479c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0042_I00000483_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f59832f3303479c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_971e3219c94e66d3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_21a7b5a6a111a5ad", "row_id": "LiveAVCommentary-seamless_2f66eea3e9177783-00", "source_id": "seamless_2f66eea3e9177783", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_21a7b5a6a111a5ad.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_003aaa73ce3d560b", "row_id": "LiveAVCommentary-seamless_2f66eea3e9177783-01", "source_id": "seamless_2f66eea3e9177783", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_003aaa73ce3d560b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4f6dea1e964112d8", "row_id": "LiveAVCommentary-seamless_2f66eea3e9177783-02", "source_id": "seamless_2f66eea3e9177783", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4f6dea1e964112d8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c40717c6618a654a", "row_id": "LiveAVCommentary-seamless_2f66eea3e9177783-03", "source_id": "seamless_2f66eea3e9177783", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c40717c6618a654a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f01ff54133597585", "row_id": "LiveAVCommentary-seamless_2f66eea3e9177783-04", "source_id": "seamless_2f66eea3e9177783", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f01ff54133597585.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_db230e3c7d92e0f6", "row_id": "LiveAVCommentary-seamless_2f66eea3e9177783-05", "source_id": "seamless_2f66eea3e9177783", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_db230e3c7d92e0f6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_54df22ac685b8b00", "row_id": "LiveAVCommentary-seamless_2f66eea3e9177783-06", "source_id": "seamless_2f66eea3e9177783", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_54df22ac685b8b00.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3d94f95c92a1b5bb", "row_id": "LiveAVCommentary-seamless_2f66eea3e9177783-07", "source_id": "seamless_2f66eea3e9177783", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3d94f95c92a1b5bb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f53bf08ac460be04", "row_id": "LiveAVCommentary-seamless_2f66eea3e9177783-08", "source_id": "seamless_2f66eea3e9177783", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f53bf08ac460be04.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5a35755505bdc466", "row_id": "LiveAVCommentary-seamless_2f66eea3e9177783-09", "source_id": "seamless_2f66eea3e9177783", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5a35755505bdc466.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a317c991070291e1", "row_id": "LiveAVCommentary-seamless_30c59acbf2cbd53b-00", "source_id": "seamless_30c59acbf2cbd53b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30c59acbf2cbd53b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a317c991070291e1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_63ac7221b9a16b6a", "row_id": "LiveAVCommentary-seamless_30c59acbf2cbd53b-01", "source_id": "seamless_30c59acbf2cbd53b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30c59acbf2cbd53b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_63ac7221b9a16b6a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4712b92c6a4a52a5", "row_id": "LiveAVCommentary-seamless_30c59acbf2cbd53b-02", "source_id": "seamless_30c59acbf2cbd53b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30c59acbf2cbd53b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4712b92c6a4a52a5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_67440a7315a48461", "row_id": "LiveAVCommentary-seamless_30c59acbf2cbd53b-03", "source_id": "seamless_30c59acbf2cbd53b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30c59acbf2cbd53b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_67440a7315a48461.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cc200633ba959802", "row_id": "LiveAVCommentary-seamless_30c59acbf2cbd53b-04", "source_id": "seamless_30c59acbf2cbd53b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30c59acbf2cbd53b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cc200633ba959802.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ec4ff5fb578210b1", "row_id": "LiveAVCommentary-seamless_30c59acbf2cbd53b-05", "source_id": "seamless_30c59acbf2cbd53b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30c59acbf2cbd53b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ec4ff5fb578210b1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0f673ec1d5dd9d5d", "row_id": "LiveAVCommentary-seamless_30c59acbf2cbd53b-06", "source_id": "seamless_30c59acbf2cbd53b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30c59acbf2cbd53b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0f673ec1d5dd9d5d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a2580f91e7704408", "row_id": "LiveAVCommentary-seamless_30c59acbf2cbd53b-07", "source_id": "seamless_30c59acbf2cbd53b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30c59acbf2cbd53b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a2580f91e7704408.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_68d26bd178c24d9c", "row_id": "LiveAVCommentary-seamless_30c59acbf2cbd53b-08", "source_id": "seamless_30c59acbf2cbd53b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30c59acbf2cbd53b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_68d26bd178c24d9c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_62fb70b3e9627e7b", "row_id": "LiveAVCommentary-seamless_30c59acbf2cbd53b-09", "source_id": "seamless_30c59acbf2cbd53b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30c59acbf2cbd53b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_62fb70b3e9627e7b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_79c4be3e1be851e3", "row_id": "LiveAVCommentary-seamless_30f2128b423ea09f-00", "source_id": "seamless_30f2128b423ea09f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30f2128b423ea09f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_79c4be3e1be851e3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7ba11e178deed309", "row_id": "LiveAVCommentary-seamless_30f2128b423ea09f-01", "source_id": "seamless_30f2128b423ea09f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30f2128b423ea09f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7ba11e178deed309.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4dc77cc169550e82", "row_id": "LiveAVCommentary-seamless_30f2128b423ea09f-02", "source_id": "seamless_30f2128b423ea09f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30f2128b423ea09f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4dc77cc169550e82.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e5ff6fe0dafab8b0", "row_id": "LiveAVCommentary-seamless_30f2128b423ea09f-03", "source_id": "seamless_30f2128b423ea09f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30f2128b423ea09f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e5ff6fe0dafab8b0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d2314f89ab8e5ad0", "row_id": "LiveAVCommentary-seamless_30f2128b423ea09f-04", "source_id": "seamless_30f2128b423ea09f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30f2128b423ea09f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d2314f89ab8e5ad0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_05c13bbee3738ea7", "row_id": "LiveAVCommentary-seamless_30f2128b423ea09f-05", "source_id": "seamless_30f2128b423ea09f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30f2128b423ea09f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_05c13bbee3738ea7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1e96ab8a29ac1fdd", "row_id": "LiveAVCommentary-seamless_30f2128b423ea09f-06", "source_id": "seamless_30f2128b423ea09f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30f2128b423ea09f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1e96ab8a29ac1fdd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_18ed02592878a3f5", "row_id": "LiveAVCommentary-seamless_30f2128b423ea09f-07", "source_id": "seamless_30f2128b423ea09f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30f2128b423ea09f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_18ed02592878a3f5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bbfea76547398154", "row_id": "LiveAVCommentary-seamless_30f2128b423ea09f-08", "source_id": "seamless_30f2128b423ea09f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30f2128b423ea09f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bbfea76547398154.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a152f2686f0bda0a", "row_id": "LiveAVCommentary-seamless_30f2128b423ea09f-09", "source_id": "seamless_30f2128b423ea09f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_30f2128b423ea09f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a152f2686f0bda0a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ff726b9bc86cd424", "row_id": "LiveAVCommentary-seamless_32c8dfe6629eea48-00", "source_id": "seamless_32c8dfe6629eea48", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_32c8dfe6629eea48", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ff726b9bc86cd424.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_551adf465b9948fa", "row_id": "LiveAVCommentary-seamless_32c8dfe6629eea48-01", "source_id": "seamless_32c8dfe6629eea48", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_32c8dfe6629eea48", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_551adf465b9948fa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0815a6058e778a91", "row_id": "LiveAVCommentary-seamless_32c8dfe6629eea48-02", "source_id": "seamless_32c8dfe6629eea48", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_32c8dfe6629eea48", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0815a6058e778a91.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_44213eb1478bdd46", "row_id": "LiveAVCommentary-seamless_32c8dfe6629eea48-03", "source_id": "seamless_32c8dfe6629eea48", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_32c8dfe6629eea48", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_44213eb1478bdd46.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8e6547f69b1599c3", "row_id": "LiveAVCommentary-seamless_32c8dfe6629eea48-04", "source_id": "seamless_32c8dfe6629eea48", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_32c8dfe6629eea48", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8e6547f69b1599c3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e82c646ace6858b1", "row_id": "LiveAVCommentary-seamless_32c8dfe6629eea48-05", "source_id": "seamless_32c8dfe6629eea48", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_32c8dfe6629eea48", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e82c646ace6858b1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_83ffcda6516009dc", "row_id": "LiveAVCommentary-seamless_32c8dfe6629eea48-06", "source_id": "seamless_32c8dfe6629eea48", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_32c8dfe6629eea48", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_83ffcda6516009dc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9d3f616235c19946", "row_id": "LiveAVCommentary-seamless_32c8dfe6629eea48-07", "source_id": "seamless_32c8dfe6629eea48", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_32c8dfe6629eea48", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9d3f616235c19946.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ce6ad4148b1ce3c1", "row_id": "LiveAVCommentary-seamless_32c8dfe6629eea48-08", "source_id": "seamless_32c8dfe6629eea48", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_32c8dfe6629eea48", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ce6ad4148b1ce3c1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0542eed46d8b92d2", "row_id": "LiveAVCommentary-seamless_32c8dfe6629eea48-09", "source_id": "seamless_32c8dfe6629eea48", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_32c8dfe6629eea48", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0542eed46d8b92d2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c904de549623266e", "row_id": "LiveAVCommentary-seamless_348a0345c4faa03f-00", "source_id": "seamless_348a0345c4faa03f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_348a0345c4faa03f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c904de549623266e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a6033889675382f8", "row_id": "LiveAVCommentary-seamless_348a0345c4faa03f-01", "source_id": "seamless_348a0345c4faa03f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_348a0345c4faa03f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a6033889675382f8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_99883f3abf5b99ea", "row_id": "LiveAVCommentary-seamless_348a0345c4faa03f-02", "source_id": "seamless_348a0345c4faa03f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_348a0345c4faa03f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_99883f3abf5b99ea.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3b92fe2d3cce5e43", "row_id": "LiveAVCommentary-seamless_348a0345c4faa03f-03", "source_id": "seamless_348a0345c4faa03f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_348a0345c4faa03f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3b92fe2d3cce5e43.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_03d2becaed04332f", "row_id": "LiveAVCommentary-seamless_348a0345c4faa03f-04", "source_id": "seamless_348a0345c4faa03f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_348a0345c4faa03f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_03d2becaed04332f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_062dc58856c5f076", "row_id": "LiveAVCommentary-seamless_348a0345c4faa03f-05", "source_id": "seamless_348a0345c4faa03f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_348a0345c4faa03f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_062dc58856c5f076.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_255b5ff88c64cadd", "row_id": "LiveAVCommentary-seamless_348a0345c4faa03f-06", "source_id": "seamless_348a0345c4faa03f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_348a0345c4faa03f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_255b5ff88c64cadd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4ecc087b970b28bf", "row_id": "LiveAVCommentary-seamless_348a0345c4faa03f-07", "source_id": "seamless_348a0345c4faa03f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_348a0345c4faa03f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4ecc087b970b28bf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a340f65863b2c785", "row_id": "LiveAVCommentary-seamless_348a0345c4faa03f-08", "source_id": "seamless_348a0345c4faa03f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_348a0345c4faa03f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a340f65863b2c785.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0fb2510db12b60fb", "row_id": "LiveAVCommentary-seamless_348a0345c4faa03f-09", "source_id": "seamless_348a0345c4faa03f", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_348a0345c4faa03f", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0fb2510db12b60fb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4f7f95ac4e76da5b", "row_id": "LiveAVCommentary-seamless_34d11a8f55b6e698-00", "source_id": "seamless_34d11a8f55b6e698", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_34d11a8f55b6e698", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4f7f95ac4e76da5b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bcae54bd0968994c", "row_id": "LiveAVCommentary-seamless_34d11a8f55b6e698-01", "source_id": "seamless_34d11a8f55b6e698", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_34d11a8f55b6e698", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bcae54bd0968994c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ac973d4bf807f9c0", "row_id": "LiveAVCommentary-seamless_34d11a8f55b6e698-02", "source_id": "seamless_34d11a8f55b6e698", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_34d11a8f55b6e698", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ac973d4bf807f9c0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9a9cee5cad897c92", "row_id": "LiveAVCommentary-seamless_34d11a8f55b6e698-03", "source_id": "seamless_34d11a8f55b6e698", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_34d11a8f55b6e698", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9a9cee5cad897c92.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f1e811aa1afef34f", "row_id": "LiveAVCommentary-seamless_34d11a8f55b6e698-04", "source_id": "seamless_34d11a8f55b6e698", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_34d11a8f55b6e698", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f1e811aa1afef34f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_710bd8b4eb1ef737", "row_id": "LiveAVCommentary-seamless_34d11a8f55b6e698-05", "source_id": "seamless_34d11a8f55b6e698", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_34d11a8f55b6e698", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_710bd8b4eb1ef737.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_acb1355d915183e2", "row_id": "LiveAVCommentary-seamless_34d11a8f55b6e698-06", "source_id": "seamless_34d11a8f55b6e698", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_34d11a8f55b6e698", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_acb1355d915183e2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b9146a9dd7e59e06", "row_id": "LiveAVCommentary-seamless_34d11a8f55b6e698-07", "source_id": "seamless_34d11a8f55b6e698", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_34d11a8f55b6e698", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b9146a9dd7e59e06.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_af52016c848da8f2", "row_id": "LiveAVCommentary-seamless_34d11a8f55b6e698-08", "source_id": "seamless_34d11a8f55b6e698", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_34d11a8f55b6e698", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_af52016c848da8f2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b017dcbf82f470c5", "row_id": "LiveAVCommentary-seamless_34d11a8f55b6e698-09", "source_id": "seamless_34d11a8f55b6e698", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_34d11a8f55b6e698", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b017dcbf82f470c5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2665bd67433ccef1", "row_id": "LiveAVCommentary-seamless_3593e769e8c360a6-00", "source_id": "seamless_3593e769e8c360a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2665bd67433ccef1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fc299fe8cb114c6f", "row_id": "LiveAVCommentary-seamless_3593e769e8c360a6-01", "source_id": "seamless_3593e769e8c360a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fc299fe8cb114c6f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_32bf783949faea87", "row_id": "LiveAVCommentary-seamless_3593e769e8c360a6-02", "source_id": "seamless_3593e769e8c360a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_32bf783949faea87.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_33c787da021e68cf", "row_id": "LiveAVCommentary-seamless_3593e769e8c360a6-03", "source_id": "seamless_3593e769e8c360a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_33c787da021e68cf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_96c8cb5f8b66198a", "row_id": "LiveAVCommentary-seamless_3593e769e8c360a6-04", "source_id": "seamless_3593e769e8c360a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_96c8cb5f8b66198a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9a2659f2553a9bf8", "row_id": "LiveAVCommentary-seamless_3593e769e8c360a6-05", "source_id": "seamless_3593e769e8c360a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9a2659f2553a9bf8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c94349ac9161d59f", "row_id": "LiveAVCommentary-seamless_3593e769e8c360a6-06", "source_id": "seamless_3593e769e8c360a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c94349ac9161d59f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ccc9f487495d20da", "row_id": "LiveAVCommentary-seamless_3593e769e8c360a6-07", "source_id": "seamless_3593e769e8c360a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ccc9f487495d20da.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5a9d4c615140ee67", "row_id": "LiveAVCommentary-seamless_3593e769e8c360a6-08", "source_id": "seamless_3593e769e8c360a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5a9d4c615140ee67.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5fca841cb8b98ee0", "row_id": "LiveAVCommentary-seamless_3593e769e8c360a6-09", "source_id": "seamless_3593e769e8c360a6", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5fca841cb8b98ee0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0d6222ec46388154", "row_id": "LiveAVCommentary-seamless_3763ccfcc6e58380-00", "source_id": "seamless_3763ccfcc6e58380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0045_I00000579_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3763ccfcc6e58380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0d6222ec46388154.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bab599571e93f380", "row_id": "LiveAVCommentary-seamless_3763ccfcc6e58380-01", "source_id": "seamless_3763ccfcc6e58380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0045_I00000579_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3763ccfcc6e58380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bab599571e93f380.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_46a4d82244cb46ef", "row_id": "LiveAVCommentary-seamless_3763ccfcc6e58380-02", "source_id": "seamless_3763ccfcc6e58380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0045_I00000579_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3763ccfcc6e58380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_46a4d82244cb46ef.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b1d0dace797aec0", "row_id": "LiveAVCommentary-seamless_3763ccfcc6e58380-03", "source_id": "seamless_3763ccfcc6e58380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0045_I00000579_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3763ccfcc6e58380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7b1d0dace797aec0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b674ef1698593738", "row_id": "LiveAVCommentary-seamless_3763ccfcc6e58380-04", "source_id": "seamless_3763ccfcc6e58380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0045_I00000579_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3763ccfcc6e58380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b674ef1698593738.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4974a970dc27e8c6", "row_id": "LiveAVCommentary-seamless_3763ccfcc6e58380-05", "source_id": "seamless_3763ccfcc6e58380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0045_I00000579_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3763ccfcc6e58380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4974a970dc27e8c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2206026aad3c933b", "row_id": "LiveAVCommentary-seamless_3763ccfcc6e58380-06", "source_id": "seamless_3763ccfcc6e58380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0045_I00000579_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3763ccfcc6e58380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2206026aad3c933b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cc95230224495aaa", "row_id": "LiveAVCommentary-seamless_3763ccfcc6e58380-07", "source_id": "seamless_3763ccfcc6e58380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0045_I00000579_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3763ccfcc6e58380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cc95230224495aaa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_603e4ccd78190a67", "row_id": "LiveAVCommentary-seamless_3763ccfcc6e58380-08", "source_id": "seamless_3763ccfcc6e58380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0045_I00000579_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3763ccfcc6e58380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_603e4ccd78190a67.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9b17fa63e00a18b8", "row_id": "LiveAVCommentary-seamless_3763ccfcc6e58380-09", "source_id": "seamless_3763ccfcc6e58380", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0045_I00000579_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3763ccfcc6e58380", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9b17fa63e00a18b8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_199df06a20058df5", "row_id": "LiveAVCommentary-seamless_3941d901e3531b40-00", "source_id": "seamless_3941d901e3531b40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_199df06a20058df5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_83b5949df2dddcbe", "row_id": "LiveAVCommentary-seamless_3941d901e3531b40-01", "source_id": "seamless_3941d901e3531b40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_83b5949df2dddcbe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bcf057637353642f", "row_id": "LiveAVCommentary-seamless_3941d901e3531b40-02", "source_id": "seamless_3941d901e3531b40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bcf057637353642f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0c9261137195dc46", "row_id": "LiveAVCommentary-seamless_3941d901e3531b40-03", "source_id": "seamless_3941d901e3531b40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0c9261137195dc46.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6f1bb765c29a65da", "row_id": "LiveAVCommentary-seamless_3941d901e3531b40-04", "source_id": "seamless_3941d901e3531b40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6f1bb765c29a65da.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_62e8f2a8fff8938a", "row_id": "LiveAVCommentary-seamless_3941d901e3531b40-05", "source_id": "seamless_3941d901e3531b40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_62e8f2a8fff8938a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_542dea849bc67584", "row_id": "LiveAVCommentary-seamless_3941d901e3531b40-06", "source_id": "seamless_3941d901e3531b40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_542dea849bc67584.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e328461ba07b62b2", "row_id": "LiveAVCommentary-seamless_3941d901e3531b40-07", "source_id": "seamless_3941d901e3531b40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e328461ba07b62b2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7db53dcd15b7be91", "row_id": "LiveAVCommentary-seamless_3941d901e3531b40-08", "source_id": "seamless_3941d901e3531b40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7db53dcd15b7be91.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5960ffbec90c0990", "row_id": "LiveAVCommentary-seamless_3941d901e3531b40-09", "source_id": "seamless_3941d901e3531b40", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5960ffbec90c0990.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_24eaadfe2303cd45", "row_id": "LiveAVCommentary-seamless_398fd5d08b4fb5ad-00", "source_id": "seamless_398fd5d08b4fb5ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_24eaadfe2303cd45.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_568eeb142040dd2c", "row_id": "LiveAVCommentary-seamless_398fd5d08b4fb5ad-01", "source_id": "seamless_398fd5d08b4fb5ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_568eeb142040dd2c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fcbb6191341dc207", "row_id": "LiveAVCommentary-seamless_398fd5d08b4fb5ad-02", "source_id": "seamless_398fd5d08b4fb5ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fcbb6191341dc207.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_28276c8f290a7398", "row_id": "LiveAVCommentary-seamless_398fd5d08b4fb5ad-03", "source_id": "seamless_398fd5d08b4fb5ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_28276c8f290a7398.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eaa329d9884a4e53", "row_id": "LiveAVCommentary-seamless_398fd5d08b4fb5ad-04", "source_id": "seamless_398fd5d08b4fb5ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_eaa329d9884a4e53.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_96847ea03da394d8", "row_id": "LiveAVCommentary-seamless_398fd5d08b4fb5ad-05", "source_id": "seamless_398fd5d08b4fb5ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_96847ea03da394d8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9f7a83cb6d5df655", "row_id": "LiveAVCommentary-seamless_398fd5d08b4fb5ad-06", "source_id": "seamless_398fd5d08b4fb5ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9f7a83cb6d5df655.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4f53c061714dcb07", "row_id": "LiveAVCommentary-seamless_398fd5d08b4fb5ad-07", "source_id": "seamless_398fd5d08b4fb5ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4f53c061714dcb07.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ce9f3dc1a22db3b4", "row_id": "LiveAVCommentary-seamless_398fd5d08b4fb5ad-08", "source_id": "seamless_398fd5d08b4fb5ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ce9f3dc1a22db3b4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e4f86ea1976fbc4d", "row_id": "LiveAVCommentary-seamless_398fd5d08b4fb5ad-09", "source_id": "seamless_398fd5d08b4fb5ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e4f86ea1976fbc4d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a7d298355e423ef4", "row_id": "LiveAVCommentary-seamless_3c9cff14c7611089-00", "source_id": "seamless_3c9cff14c7611089", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3c9cff14c7611089", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a7d298355e423ef4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d0c291618b921371", "row_id": "LiveAVCommentary-seamless_3c9cff14c7611089-01", "source_id": "seamless_3c9cff14c7611089", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3c9cff14c7611089", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d0c291618b921371.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_339a466aaf02a76b", "row_id": "LiveAVCommentary-seamless_3c9cff14c7611089-02", "source_id": "seamless_3c9cff14c7611089", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3c9cff14c7611089", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_339a466aaf02a76b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_be1a7fecb48bbda7", "row_id": "LiveAVCommentary-seamless_3c9cff14c7611089-03", "source_id": "seamless_3c9cff14c7611089", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3c9cff14c7611089", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_be1a7fecb48bbda7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d02aa3252fd02f0b", "row_id": "LiveAVCommentary-seamless_3c9cff14c7611089-04", "source_id": "seamless_3c9cff14c7611089", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3c9cff14c7611089", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d02aa3252fd02f0b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1f6de43640b74b99", "row_id": "LiveAVCommentary-seamless_3c9cff14c7611089-05", "source_id": "seamless_3c9cff14c7611089", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3c9cff14c7611089", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1f6de43640b74b99.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_081b5c30531fd629", "row_id": "LiveAVCommentary-seamless_3c9cff14c7611089-06", "source_id": "seamless_3c9cff14c7611089", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3c9cff14c7611089", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_081b5c30531fd629.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_824a6284c85352dd", "row_id": "LiveAVCommentary-seamless_3c9cff14c7611089-07", "source_id": "seamless_3c9cff14c7611089", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3c9cff14c7611089", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_824a6284c85352dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_141f62cc46268feb", "row_id": "LiveAVCommentary-seamless_3c9cff14c7611089-08", "source_id": "seamless_3c9cff14c7611089", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3c9cff14c7611089", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_141f62cc46268feb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bb9e80d55a1e6570", "row_id": "LiveAVCommentary-seamless_3c9cff14c7611089-09", "source_id": "seamless_3c9cff14c7611089", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3c9cff14c7611089", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bb9e80d55a1e6570.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_36c66f1a262a6d46", "row_id": "LiveAVCommentary-seamless_3d0ee7d5c3b10967-00", "source_id": "seamless_3d0ee7d5c3b10967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_36c66f1a262a6d46.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2fecf3a6029f442b", "row_id": "LiveAVCommentary-seamless_3d0ee7d5c3b10967-01", "source_id": "seamless_3d0ee7d5c3b10967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2fecf3a6029f442b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_89c4b3a856255158", "row_id": "LiveAVCommentary-seamless_3d0ee7d5c3b10967-02", "source_id": "seamless_3d0ee7d5c3b10967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_89c4b3a856255158.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9d2a68c7bca65144", "row_id": "LiveAVCommentary-seamless_3d0ee7d5c3b10967-03", "source_id": "seamless_3d0ee7d5c3b10967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9d2a68c7bca65144.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2afb7ecdd5b8d88a", "row_id": "LiveAVCommentary-seamless_3d0ee7d5c3b10967-04", "source_id": "seamless_3d0ee7d5c3b10967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2afb7ecdd5b8d88a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b2609865687aac7e", "row_id": "LiveAVCommentary-seamless_3d0ee7d5c3b10967-05", "source_id": "seamless_3d0ee7d5c3b10967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b2609865687aac7e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_115227f02b9594ae", "row_id": "LiveAVCommentary-seamless_3d0ee7d5c3b10967-06", "source_id": "seamless_3d0ee7d5c3b10967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_115227f02b9594ae.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ec48fc1c9fd1e127", "row_id": "LiveAVCommentary-seamless_3d0ee7d5c3b10967-07", "source_id": "seamless_3d0ee7d5c3b10967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ec48fc1c9fd1e127.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8eefce5aa8ed2b28", "row_id": "LiveAVCommentary-seamless_3d0ee7d5c3b10967-08", "source_id": "seamless_3d0ee7d5c3b10967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8eefce5aa8ed2b28.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7f34ce437e4d5d5c", "row_id": "LiveAVCommentary-seamless_3d0ee7d5c3b10967-09", "source_id": "seamless_3d0ee7d5c3b10967", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7f34ce437e4d5d5c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_28f5eb48600ac947", "row_id": "LiveAVCommentary-seamless_3e983c205280f581-00", "source_id": "seamless_3e983c205280f581", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0055_I00000125_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3e983c205280f581", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_28f5eb48600ac947.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_809a54ea4ac18051", "row_id": "LiveAVCommentary-seamless_3e983c205280f581-01", "source_id": "seamless_3e983c205280f581", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0055_I00000125_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3e983c205280f581", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_809a54ea4ac18051.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0d93bf92c9987b05", "row_id": "LiveAVCommentary-seamless_3e983c205280f581-02", "source_id": "seamless_3e983c205280f581", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0055_I00000125_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3e983c205280f581", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0d93bf92c9987b05.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_433c8f387922360d", "row_id": "LiveAVCommentary-seamless_3e983c205280f581-03", "source_id": "seamless_3e983c205280f581", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0055_I00000125_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3e983c205280f581", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_433c8f387922360d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8e867dc9e723b1c6", "row_id": "LiveAVCommentary-seamless_3e983c205280f581-04", "source_id": "seamless_3e983c205280f581", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0055_I00000125_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3e983c205280f581", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8e867dc9e723b1c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_93bf9369c24f7c3b", "row_id": "LiveAVCommentary-seamless_3e983c205280f581-05", "source_id": "seamless_3e983c205280f581", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0055_I00000125_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3e983c205280f581", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_93bf9369c24f7c3b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1aa85d67dddf230d", "row_id": "LiveAVCommentary-seamless_3e983c205280f581-06", "source_id": "seamless_3e983c205280f581", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0055_I00000125_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3e983c205280f581", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1aa85d67dddf230d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d4406bb0cf335884", "row_id": "LiveAVCommentary-seamless_3e983c205280f581-07", "source_id": "seamless_3e983c205280f581", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0055_I00000125_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3e983c205280f581", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d4406bb0cf335884.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9121edbe2491901c", "row_id": "LiveAVCommentary-seamless_3e983c205280f581-08", "source_id": "seamless_3e983c205280f581", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0055_I00000125_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3e983c205280f581", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9121edbe2491901c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_569d26940ebef08c", "row_id": "LiveAVCommentary-seamless_3e983c205280f581-09", "source_id": "seamless_3e983c205280f581", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0055_I00000125_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3e983c205280f581", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_569d26940ebef08c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d5f8c8c5d2cf1ff3", "row_id": "LiveAVCommentary-seamless_3fb2eefccd54d72c-00", "source_id": "seamless_3fb2eefccd54d72c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d5f8c8c5d2cf1ff3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_49838cb35ac7c726", "row_id": "LiveAVCommentary-seamless_3fb2eefccd54d72c-01", "source_id": "seamless_3fb2eefccd54d72c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_49838cb35ac7c726.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7eea65321bfbe139", "row_id": "LiveAVCommentary-seamless_3fb2eefccd54d72c-02", "source_id": "seamless_3fb2eefccd54d72c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7eea65321bfbe139.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a4cafd84f92d6459", "row_id": "LiveAVCommentary-seamless_3fb2eefccd54d72c-03", "source_id": "seamless_3fb2eefccd54d72c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a4cafd84f92d6459.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1ac76648987d12a7", "row_id": "LiveAVCommentary-seamless_3fb2eefccd54d72c-04", "source_id": "seamless_3fb2eefccd54d72c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1ac76648987d12a7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f7b0d2fde9383896", "row_id": "LiveAVCommentary-seamless_3fb2eefccd54d72c-05", "source_id": "seamless_3fb2eefccd54d72c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f7b0d2fde9383896.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_42c051a973490a7a", "row_id": "LiveAVCommentary-seamless_3fb2eefccd54d72c-06", "source_id": "seamless_3fb2eefccd54d72c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_42c051a973490a7a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5e36d0e308171dd2", "row_id": "LiveAVCommentary-seamless_3fb2eefccd54d72c-07", "source_id": "seamless_3fb2eefccd54d72c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5e36d0e308171dd2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_95615e5540f0ac04", "row_id": "LiveAVCommentary-seamless_3fb2eefccd54d72c-08", "source_id": "seamless_3fb2eefccd54d72c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_95615e5540f0ac04.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8a21d97a21565fc3", "row_id": "LiveAVCommentary-seamless_3fb2eefccd54d72c-09", "source_id": "seamless_3fb2eefccd54d72c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8a21d97a21565fc3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b5677237accd636e", "row_id": "LiveAVCommentary-seamless_4079632811f0f559-00", "source_id": "seamless_4079632811f0f559", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0071_I00000125_P0106.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4079632811f0f559", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b5677237accd636e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8986bd1227123c30", "row_id": "LiveAVCommentary-seamless_4079632811f0f559-01", "source_id": "seamless_4079632811f0f559", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0071_I00000125_P0106.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4079632811f0f559", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8986bd1227123c30.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_76c6c8528f06a2f2", "row_id": "LiveAVCommentary-seamless_4079632811f0f559-02", "source_id": "seamless_4079632811f0f559", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0071_I00000125_P0106.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4079632811f0f559", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_76c6c8528f06a2f2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_394ed6e83e8cf355", "row_id": "LiveAVCommentary-seamless_4079632811f0f559-03", "source_id": "seamless_4079632811f0f559", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0071_I00000125_P0106.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4079632811f0f559", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_394ed6e83e8cf355.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a0612d4546be7a0c", "row_id": "LiveAVCommentary-seamless_4079632811f0f559-04", "source_id": "seamless_4079632811f0f559", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0071_I00000125_P0106.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4079632811f0f559", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a0612d4546be7a0c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c4485a7b591b59be", "row_id": "LiveAVCommentary-seamless_4079632811f0f559-05", "source_id": "seamless_4079632811f0f559", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0071_I00000125_P0106.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4079632811f0f559", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c4485a7b591b59be.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3f3fe285bc23b822", "row_id": "LiveAVCommentary-seamless_4079632811f0f559-06", "source_id": "seamless_4079632811f0f559", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0071_I00000125_P0106.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4079632811f0f559", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3f3fe285bc23b822.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a8ac3599e56aec56", "row_id": "LiveAVCommentary-seamless_4079632811f0f559-07", "source_id": "seamless_4079632811f0f559", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0071_I00000125_P0106.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4079632811f0f559", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a8ac3599e56aec56.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_50051c0fdf9cf38d", "row_id": "LiveAVCommentary-seamless_4079632811f0f559-08", "source_id": "seamless_4079632811f0f559", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0071_I00000125_P0106.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4079632811f0f559", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_50051c0fdf9cf38d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c32d14f2f2ea1e53", "row_id": "LiveAVCommentary-seamless_4079632811f0f559-09", "source_id": "seamless_4079632811f0f559", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0071_I00000125_P0106.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4079632811f0f559", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c32d14f2f2ea1e53.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_43981b326a7832ab", "row_id": "LiveAVCommentary-seamless_40c901692614bd66-00", "source_id": "seamless_40c901692614bd66", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_43981b326a7832ab.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1a2f481428493523", "row_id": "LiveAVCommentary-seamless_40c901692614bd66-01", "source_id": "seamless_40c901692614bd66", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1a2f481428493523.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0537f898054120aa", "row_id": "LiveAVCommentary-seamless_40c901692614bd66-02", "source_id": "seamless_40c901692614bd66", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0537f898054120aa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d9ec411696fc82f8", "row_id": "LiveAVCommentary-seamless_40c901692614bd66-03", "source_id": "seamless_40c901692614bd66", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d9ec411696fc82f8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_059511386f8395f8", "row_id": "LiveAVCommentary-seamless_40c901692614bd66-04", "source_id": "seamless_40c901692614bd66", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_059511386f8395f8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c41d5f3cc1bcbabd", "row_id": "LiveAVCommentary-seamless_40c901692614bd66-05", "source_id": "seamless_40c901692614bd66", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c41d5f3cc1bcbabd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bcb82d86a51b683a", "row_id": "LiveAVCommentary-seamless_40c901692614bd66-06", "source_id": "seamless_40c901692614bd66", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bcb82d86a51b683a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6e3876ba8ba46cac", "row_id": "LiveAVCommentary-seamless_40c901692614bd66-07", "source_id": "seamless_40c901692614bd66", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6e3876ba8ba46cac.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4d7d2a92826a66f7", "row_id": "LiveAVCommentary-seamless_40c901692614bd66-08", "source_id": "seamless_40c901692614bd66", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4d7d2a92826a66f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1333912d321302eb", "row_id": "LiveAVCommentary-seamless_40c901692614bd66-09", "source_id": "seamless_40c901692614bd66", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1333912d321302eb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6019dde5f93c78d4", "row_id": "LiveAVCommentary-seamless_414ff5f755c2e69e-00", "source_id": "seamless_414ff5f755c2e69e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6019dde5f93c78d4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e149646583d4bb0c", "row_id": "LiveAVCommentary-seamless_414ff5f755c2e69e-01", "source_id": "seamless_414ff5f755c2e69e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e149646583d4bb0c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_52f30c274a3ae9a3", "row_id": "LiveAVCommentary-seamless_414ff5f755c2e69e-02", "source_id": "seamless_414ff5f755c2e69e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_52f30c274a3ae9a3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ff8c2f23dbea71a3", "row_id": "LiveAVCommentary-seamless_414ff5f755c2e69e-03", "source_id": "seamless_414ff5f755c2e69e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ff8c2f23dbea71a3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_973b4b1cdc2296b1", "row_id": "LiveAVCommentary-seamless_414ff5f755c2e69e-04", "source_id": "seamless_414ff5f755c2e69e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_973b4b1cdc2296b1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_af1a44e9d78de035", "row_id": "LiveAVCommentary-seamless_414ff5f755c2e69e-05", "source_id": "seamless_414ff5f755c2e69e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_af1a44e9d78de035.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_61d63dae16019397", "row_id": "LiveAVCommentary-seamless_414ff5f755c2e69e-06", "source_id": "seamless_414ff5f755c2e69e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_61d63dae16019397.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_57e6089c3fd250a7", "row_id": "LiveAVCommentary-seamless_414ff5f755c2e69e-07", "source_id": "seamless_414ff5f755c2e69e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_57e6089c3fd250a7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ae399b04aa67201d", "row_id": "LiveAVCommentary-seamless_414ff5f755c2e69e-08", "source_id": "seamless_414ff5f755c2e69e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ae399b04aa67201d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d1d4595057c1728b", "row_id": "LiveAVCommentary-seamless_414ff5f755c2e69e-09", "source_id": "seamless_414ff5f755c2e69e", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d1d4595057c1728b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f2ae40013bf7fd5f", "row_id": "LiveAVCommentary-seamless_42324bd23de5e7f1-00", "source_id": "seamless_42324bd23de5e7f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42324bd23de5e7f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f2ae40013bf7fd5f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9e5cdcdff8638bd3", "row_id": "LiveAVCommentary-seamless_42324bd23de5e7f1-01", "source_id": "seamless_42324bd23de5e7f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42324bd23de5e7f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9e5cdcdff8638bd3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aab416e97e307dd9", "row_id": "LiveAVCommentary-seamless_42324bd23de5e7f1-02", "source_id": "seamless_42324bd23de5e7f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42324bd23de5e7f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_aab416e97e307dd9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b9a6b358de637edf", "row_id": "LiveAVCommentary-seamless_42324bd23de5e7f1-03", "source_id": "seamless_42324bd23de5e7f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42324bd23de5e7f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b9a6b358de637edf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1e6e541c58f4747a", "row_id": "LiveAVCommentary-seamless_42324bd23de5e7f1-04", "source_id": "seamless_42324bd23de5e7f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42324bd23de5e7f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1e6e541c58f4747a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b99916dc1a4f60b", "row_id": "LiveAVCommentary-seamless_42324bd23de5e7f1-05", "source_id": "seamless_42324bd23de5e7f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42324bd23de5e7f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7b99916dc1a4f60b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9c9f7e322c495322", "row_id": "LiveAVCommentary-seamless_42324bd23de5e7f1-06", "source_id": "seamless_42324bd23de5e7f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42324bd23de5e7f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9c9f7e322c495322.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_49e9b7789a32164f", "row_id": "LiveAVCommentary-seamless_42324bd23de5e7f1-07", "source_id": "seamless_42324bd23de5e7f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42324bd23de5e7f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_49e9b7789a32164f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_373d8b1db1739791", "row_id": "LiveAVCommentary-seamless_42324bd23de5e7f1-08", "source_id": "seamless_42324bd23de5e7f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42324bd23de5e7f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_373d8b1db1739791.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fcdbe4419d1ae74e", "row_id": "LiveAVCommentary-seamless_42324bd23de5e7f1-09", "source_id": "seamless_42324bd23de5e7f1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42324bd23de5e7f1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fcdbe4419d1ae74e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6e36a47002702b72", "row_id": "LiveAVCommentary-seamless_42737f6b7392b518-00", "source_id": "seamless_42737f6b7392b518", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6e36a47002702b72.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a7fd3330520da780", "row_id": "LiveAVCommentary-seamless_42737f6b7392b518-01", "source_id": "seamless_42737f6b7392b518", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a7fd3330520da780.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f1fcc4b430a5cb4c", "row_id": "LiveAVCommentary-seamless_42737f6b7392b518-02", "source_id": "seamless_42737f6b7392b518", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f1fcc4b430a5cb4c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c9d173002266f18d", "row_id": "LiveAVCommentary-seamless_42737f6b7392b518-03", "source_id": "seamless_42737f6b7392b518", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c9d173002266f18d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2ef5b835a3bacb6f", "row_id": "LiveAVCommentary-seamless_42737f6b7392b518-04", "source_id": "seamless_42737f6b7392b518", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2ef5b835a3bacb6f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0f9cd23477d9f791", "row_id": "LiveAVCommentary-seamless_42737f6b7392b518-05", "source_id": "seamless_42737f6b7392b518", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0f9cd23477d9f791.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_07bc181b30ad307f", "row_id": "LiveAVCommentary-seamless_42737f6b7392b518-06", "source_id": "seamless_42737f6b7392b518", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_07bc181b30ad307f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a368d8777aecee54", "row_id": "LiveAVCommentary-seamless_42737f6b7392b518-07", "source_id": "seamless_42737f6b7392b518", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a368d8777aecee54.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2753f7bbf9575130", "row_id": "LiveAVCommentary-seamless_42737f6b7392b518-08", "source_id": "seamless_42737f6b7392b518", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2753f7bbf9575130.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_52ae3cf3019887f9", "row_id": "LiveAVCommentary-seamless_42737f6b7392b518-09", "source_id": "seamless_42737f6b7392b518", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_52ae3cf3019887f9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3361cc51ad88ac80", "row_id": "LiveAVCommentary-seamless_43b0a70944ac1e41-00", "source_id": "seamless_43b0a70944ac1e41", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3361cc51ad88ac80.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3a605cd66607a66e", "row_id": "LiveAVCommentary-seamless_43b0a70944ac1e41-01", "source_id": "seamless_43b0a70944ac1e41", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3a605cd66607a66e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_36c262d4e2d771e7", "row_id": "LiveAVCommentary-seamless_43b0a70944ac1e41-02", "source_id": "seamless_43b0a70944ac1e41", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_36c262d4e2d771e7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5078981e94eaeebe", "row_id": "LiveAVCommentary-seamless_43b0a70944ac1e41-03", "source_id": "seamless_43b0a70944ac1e41", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5078981e94eaeebe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_af17b2b92e171458", "row_id": "LiveAVCommentary-seamless_43b0a70944ac1e41-04", "source_id": "seamless_43b0a70944ac1e41", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_af17b2b92e171458.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a0090937db8c33f2", "row_id": "LiveAVCommentary-seamless_43b0a70944ac1e41-05", "source_id": "seamless_43b0a70944ac1e41", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a0090937db8c33f2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_adfa78784cfc964a", "row_id": "LiveAVCommentary-seamless_43b0a70944ac1e41-06", "source_id": "seamless_43b0a70944ac1e41", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_adfa78784cfc964a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cef7080aaccd0e97", "row_id": "LiveAVCommentary-seamless_43b0a70944ac1e41-07", "source_id": "seamless_43b0a70944ac1e41", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cef7080aaccd0e97.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_962778aba6305965", "row_id": "LiveAVCommentary-seamless_43b0a70944ac1e41-08", "source_id": "seamless_43b0a70944ac1e41", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_962778aba6305965.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_24ea732b8a5be945", "row_id": "LiveAVCommentary-seamless_43b0a70944ac1e41-09", "source_id": "seamless_43b0a70944ac1e41", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_24ea732b8a5be945.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6aaed208240f89b0", "row_id": "LiveAVCommentary-seamless_44c50e4f92fb6aa0-00", "source_id": "seamless_44c50e4f92fb6aa0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_44c50e4f92fb6aa0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6aaed208240f89b0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cf9dc70bd1a2743c", "row_id": "LiveAVCommentary-seamless_44c50e4f92fb6aa0-01", "source_id": "seamless_44c50e4f92fb6aa0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_44c50e4f92fb6aa0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cf9dc70bd1a2743c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f7c271b5dd7c9bc6", "row_id": "LiveAVCommentary-seamless_44c50e4f92fb6aa0-02", "source_id": "seamless_44c50e4f92fb6aa0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_44c50e4f92fb6aa0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f7c271b5dd7c9bc6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b3d4998954eb2018", "row_id": "LiveAVCommentary-seamless_44c50e4f92fb6aa0-03", "source_id": "seamless_44c50e4f92fb6aa0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_44c50e4f92fb6aa0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b3d4998954eb2018.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_761f697c43bf2fe5", "row_id": "LiveAVCommentary-seamless_44c50e4f92fb6aa0-04", "source_id": "seamless_44c50e4f92fb6aa0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_44c50e4f92fb6aa0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_761f697c43bf2fe5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8db6a7069a7fa9c9", "row_id": "LiveAVCommentary-seamless_44c50e4f92fb6aa0-05", "source_id": "seamless_44c50e4f92fb6aa0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_44c50e4f92fb6aa0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8db6a7069a7fa9c9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a21fe823855aa0cc", "row_id": "LiveAVCommentary-seamless_44c50e4f92fb6aa0-06", "source_id": "seamless_44c50e4f92fb6aa0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_44c50e4f92fb6aa0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a21fe823855aa0cc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e596842533efe3d2", "row_id": "LiveAVCommentary-seamless_44c50e4f92fb6aa0-07", "source_id": "seamless_44c50e4f92fb6aa0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_44c50e4f92fb6aa0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e596842533efe3d2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_61daca4ad0388552", "row_id": "LiveAVCommentary-seamless_44c50e4f92fb6aa0-08", "source_id": "seamless_44c50e4f92fb6aa0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_44c50e4f92fb6aa0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_61daca4ad0388552.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_67d447d30569c880", "row_id": "LiveAVCommentary-seamless_44c50e4f92fb6aa0-09", "source_id": "seamless_44c50e4f92fb6aa0", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_44c50e4f92fb6aa0", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_67d447d30569c880.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_feb2d50510b97eb4", "row_id": "LiveAVCommentary-seamless_4620aa4d4ed8f7ea-00", "source_id": "seamless_4620aa4d4ed8f7ea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000579_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4620aa4d4ed8f7ea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_feb2d50510b97eb4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5298ee754a42a0ce", "row_id": "LiveAVCommentary-seamless_4620aa4d4ed8f7ea-01", "source_id": "seamless_4620aa4d4ed8f7ea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000579_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4620aa4d4ed8f7ea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5298ee754a42a0ce.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5e6cfbdb15bb00ba", "row_id": "LiveAVCommentary-seamless_4620aa4d4ed8f7ea-02", "source_id": "seamless_4620aa4d4ed8f7ea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000579_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4620aa4d4ed8f7ea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5e6cfbdb15bb00ba.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b810d852f643636", "row_id": "LiveAVCommentary-seamless_4620aa4d4ed8f7ea-03", "source_id": "seamless_4620aa4d4ed8f7ea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000579_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4620aa4d4ed8f7ea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7b810d852f643636.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7606d69503c5d260", "row_id": "LiveAVCommentary-seamless_4620aa4d4ed8f7ea-04", "source_id": "seamless_4620aa4d4ed8f7ea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000579_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4620aa4d4ed8f7ea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7606d69503c5d260.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f39c1894caeb1482", "row_id": "LiveAVCommentary-seamless_4620aa4d4ed8f7ea-05", "source_id": "seamless_4620aa4d4ed8f7ea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000579_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4620aa4d4ed8f7ea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f39c1894caeb1482.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4aa5376be40e1f35", "row_id": "LiveAVCommentary-seamless_4620aa4d4ed8f7ea-06", "source_id": "seamless_4620aa4d4ed8f7ea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000579_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4620aa4d4ed8f7ea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4aa5376be40e1f35.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_51a56571c962908e", "row_id": "LiveAVCommentary-seamless_4620aa4d4ed8f7ea-07", "source_id": "seamless_4620aa4d4ed8f7ea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000579_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4620aa4d4ed8f7ea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_51a56571c962908e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_64863393a8e8139a", "row_id": "LiveAVCommentary-seamless_4620aa4d4ed8f7ea-08", "source_id": "seamless_4620aa4d4ed8f7ea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000579_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4620aa4d4ed8f7ea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_64863393a8e8139a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f29690d1f20f8b75", "row_id": "LiveAVCommentary-seamless_4620aa4d4ed8f7ea-09", "source_id": "seamless_4620aa4d4ed8f7ea", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000579_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4620aa4d4ed8f7ea", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f29690d1f20f8b75.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_06fd7c48b4844a51", "row_id": "LiveAVCommentary-seamless_47dd34bfd65b83e3-00", "source_id": "seamless_47dd34bfd65b83e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000125_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_47dd34bfd65b83e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_06fd7c48b4844a51.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_29efa890620d71be", "row_id": "LiveAVCommentary-seamless_47dd34bfd65b83e3-01", "source_id": "seamless_47dd34bfd65b83e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000125_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_47dd34bfd65b83e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_29efa890620d71be.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ba0d913514432301", "row_id": "LiveAVCommentary-seamless_47dd34bfd65b83e3-02", "source_id": "seamless_47dd34bfd65b83e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000125_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_47dd34bfd65b83e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ba0d913514432301.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_df53fab8094e4514", "row_id": "LiveAVCommentary-seamless_47dd34bfd65b83e3-03", "source_id": "seamless_47dd34bfd65b83e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000125_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_47dd34bfd65b83e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_df53fab8094e4514.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4945857d1ca1c19a", "row_id": "LiveAVCommentary-seamless_47dd34bfd65b83e3-04", "source_id": "seamless_47dd34bfd65b83e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000125_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_47dd34bfd65b83e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4945857d1ca1c19a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a4d96686ee082223", "row_id": "LiveAVCommentary-seamless_47dd34bfd65b83e3-05", "source_id": "seamless_47dd34bfd65b83e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000125_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_47dd34bfd65b83e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a4d96686ee082223.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_71a76989aba51b32", "row_id": "LiveAVCommentary-seamless_47dd34bfd65b83e3-06", "source_id": "seamless_47dd34bfd65b83e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000125_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_47dd34bfd65b83e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_71a76989aba51b32.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4ed03f2d29648440", "row_id": "LiveAVCommentary-seamless_47dd34bfd65b83e3-07", "source_id": "seamless_47dd34bfd65b83e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000125_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_47dd34bfd65b83e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4ed03f2d29648440.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e5beac4fc0f1e354", "row_id": "LiveAVCommentary-seamless_47dd34bfd65b83e3-08", "source_id": "seamless_47dd34bfd65b83e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000125_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_47dd34bfd65b83e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e5beac4fc0f1e354.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e03d88581e0435d2", "row_id": "LiveAVCommentary-seamless_47dd34bfd65b83e3-09", "source_id": "seamless_47dd34bfd65b83e3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000125_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_47dd34bfd65b83e3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e03d88581e0435d2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b6189da31060ffb9", "row_id": "LiveAVCommentary-seamless_490acb12b8bfd6cd-00", "source_id": "seamless_490acb12b8bfd6cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_490acb12b8bfd6cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b6189da31060ffb9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a632d56e6dc9984e", "row_id": "LiveAVCommentary-seamless_490acb12b8bfd6cd-01", "source_id": "seamless_490acb12b8bfd6cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_490acb12b8bfd6cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a632d56e6dc9984e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_808ce7bc36d9b144", "row_id": "LiveAVCommentary-seamless_490acb12b8bfd6cd-02", "source_id": "seamless_490acb12b8bfd6cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_490acb12b8bfd6cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_808ce7bc36d9b144.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_22931072fe8f3ef1", "row_id": "LiveAVCommentary-seamless_490acb12b8bfd6cd-03", "source_id": "seamless_490acb12b8bfd6cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_490acb12b8bfd6cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_22931072fe8f3ef1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8ec5da7246bae764", "row_id": "LiveAVCommentary-seamless_490acb12b8bfd6cd-04", "source_id": "seamless_490acb12b8bfd6cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_490acb12b8bfd6cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8ec5da7246bae764.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7d8c2405c4d74058", "row_id": "LiveAVCommentary-seamless_490acb12b8bfd6cd-05", "source_id": "seamless_490acb12b8bfd6cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_490acb12b8bfd6cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7d8c2405c4d74058.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b9a42f9185c3921a", "row_id": "LiveAVCommentary-seamless_490acb12b8bfd6cd-06", "source_id": "seamless_490acb12b8bfd6cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_490acb12b8bfd6cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b9a42f9185c3921a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7888a94614992560", "row_id": "LiveAVCommentary-seamless_490acb12b8bfd6cd-07", "source_id": "seamless_490acb12b8bfd6cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_490acb12b8bfd6cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7888a94614992560.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8c6f29786a348bcd", "row_id": "LiveAVCommentary-seamless_490acb12b8bfd6cd-08", "source_id": "seamless_490acb12b8bfd6cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_490acb12b8bfd6cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8c6f29786a348bcd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e79e9f4cb926a729", "row_id": "LiveAVCommentary-seamless_490acb12b8bfd6cd-09", "source_id": "seamless_490acb12b8bfd6cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_490acb12b8bfd6cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e79e9f4cb926a729.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_834b2c5034e9b56f", "row_id": "LiveAVCommentary-seamless_496ec8f7bbab69cd-00", "source_id": "seamless_496ec8f7bbab69cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_834b2c5034e9b56f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2015374d966221da", "row_id": "LiveAVCommentary-seamless_496ec8f7bbab69cd-01", "source_id": "seamless_496ec8f7bbab69cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2015374d966221da.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1d5acbcee5427392", "row_id": "LiveAVCommentary-seamless_496ec8f7bbab69cd-02", "source_id": "seamless_496ec8f7bbab69cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1d5acbcee5427392.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bbf8033bf19c527b", "row_id": "LiveAVCommentary-seamless_496ec8f7bbab69cd-03", "source_id": "seamless_496ec8f7bbab69cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bbf8033bf19c527b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_54753d607d8bc8c9", "row_id": "LiveAVCommentary-seamless_496ec8f7bbab69cd-04", "source_id": "seamless_496ec8f7bbab69cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_54753d607d8bc8c9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_70b2b6a84d624208", "row_id": "LiveAVCommentary-seamless_496ec8f7bbab69cd-05", "source_id": "seamless_496ec8f7bbab69cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_70b2b6a84d624208.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_618d22258029d520", "row_id": "LiveAVCommentary-seamless_496ec8f7bbab69cd-06", "source_id": "seamless_496ec8f7bbab69cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_618d22258029d520.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_94d965d12620386e", "row_id": "LiveAVCommentary-seamless_496ec8f7bbab69cd-07", "source_id": "seamless_496ec8f7bbab69cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_94d965d12620386e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8b1f52294b5eecf5", "row_id": "LiveAVCommentary-seamless_496ec8f7bbab69cd-08", "source_id": "seamless_496ec8f7bbab69cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8b1f52294b5eecf5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b624731bc778f16e", "row_id": "LiveAVCommentary-seamless_496ec8f7bbab69cd-09", "source_id": "seamless_496ec8f7bbab69cd", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b624731bc778f16e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_79704a23cd0dcf24", "row_id": "LiveAVCommentary-seamless_4b25c27a4b213d7a-00", "source_id": "seamless_4b25c27a4b213d7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0045_I00000785_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4b25c27a4b213d7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_79704a23cd0dcf24.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f8a0347113ceed25", "row_id": "LiveAVCommentary-seamless_4b25c27a4b213d7a-01", "source_id": "seamless_4b25c27a4b213d7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0045_I00000785_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4b25c27a4b213d7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f8a0347113ceed25.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e80965dbc32d85b2", "row_id": "LiveAVCommentary-seamless_4b25c27a4b213d7a-02", "source_id": "seamless_4b25c27a4b213d7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0045_I00000785_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4b25c27a4b213d7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e80965dbc32d85b2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3ebdd9ed83475a67", "row_id": "LiveAVCommentary-seamless_4b25c27a4b213d7a-03", "source_id": "seamless_4b25c27a4b213d7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0045_I00000785_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4b25c27a4b213d7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3ebdd9ed83475a67.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d836dae813ccc69a", "row_id": "LiveAVCommentary-seamless_4b25c27a4b213d7a-04", "source_id": "seamless_4b25c27a4b213d7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0045_I00000785_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4b25c27a4b213d7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d836dae813ccc69a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fe807cc183eb3740", "row_id": "LiveAVCommentary-seamless_4b25c27a4b213d7a-05", "source_id": "seamless_4b25c27a4b213d7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0045_I00000785_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4b25c27a4b213d7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fe807cc183eb3740.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9931185601362058", "row_id": "LiveAVCommentary-seamless_4b25c27a4b213d7a-06", "source_id": "seamless_4b25c27a4b213d7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0045_I00000785_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4b25c27a4b213d7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9931185601362058.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_920e0458cd4d877f", "row_id": "LiveAVCommentary-seamless_4b25c27a4b213d7a-07", "source_id": "seamless_4b25c27a4b213d7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0045_I00000785_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4b25c27a4b213d7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_920e0458cd4d877f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a1f8006681e4d3f7", "row_id": "LiveAVCommentary-seamless_4b25c27a4b213d7a-08", "source_id": "seamless_4b25c27a4b213d7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0045_I00000785_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4b25c27a4b213d7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a1f8006681e4d3f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_468a28b25a8fb741", "row_id": "LiveAVCommentary-seamless_4b25c27a4b213d7a-09", "source_id": "seamless_4b25c27a4b213d7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0045_I00000785_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4b25c27a4b213d7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_468a28b25a8fb741.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_07f3ce1ee1f4ea8e", "row_id": "LiveAVCommentary-seamless_4d0bd1259504ecd7-00", "source_id": "seamless_4d0bd1259504ecd7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4d0bd1259504ecd7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_07f3ce1ee1f4ea8e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c4f2f313baad78fb", "row_id": "LiveAVCommentary-seamless_4d0bd1259504ecd7-01", "source_id": "seamless_4d0bd1259504ecd7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4d0bd1259504ecd7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c4f2f313baad78fb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_182f92c5b07f3109", "row_id": "LiveAVCommentary-seamless_4d0bd1259504ecd7-02", "source_id": "seamless_4d0bd1259504ecd7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4d0bd1259504ecd7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_182f92c5b07f3109.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2ecdb944c26f90cf", "row_id": "LiveAVCommentary-seamless_4d0bd1259504ecd7-03", "source_id": "seamless_4d0bd1259504ecd7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4d0bd1259504ecd7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2ecdb944c26f90cf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_03eacb50e6549250", "row_id": "LiveAVCommentary-seamless_4d0bd1259504ecd7-04", "source_id": "seamless_4d0bd1259504ecd7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4d0bd1259504ecd7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_03eacb50e6549250.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_076d7f5a941eea38", "row_id": "LiveAVCommentary-seamless_4d0bd1259504ecd7-05", "source_id": "seamless_4d0bd1259504ecd7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4d0bd1259504ecd7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_076d7f5a941eea38.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9a05b81c02c84828", "row_id": "LiveAVCommentary-seamless_4d0bd1259504ecd7-06", "source_id": "seamless_4d0bd1259504ecd7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4d0bd1259504ecd7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9a05b81c02c84828.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5983563812df8cbb", "row_id": "LiveAVCommentary-seamless_4d0bd1259504ecd7-07", "source_id": "seamless_4d0bd1259504ecd7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4d0bd1259504ecd7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5983563812df8cbb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_64cea006a49e635d", "row_id": "LiveAVCommentary-seamless_4d0bd1259504ecd7-08", "source_id": "seamless_4d0bd1259504ecd7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4d0bd1259504ecd7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_64cea006a49e635d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_baa022a619e49088", "row_id": "LiveAVCommentary-seamless_4d0bd1259504ecd7-09", "source_id": "seamless_4d0bd1259504ecd7", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4d0bd1259504ecd7", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_baa022a619e49088.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a75d963b0709089", "row_id": "LiveAVCommentary-seamless_4e2c9874d74834de-00", "source_id": "seamless_4e2c9874d74834de", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4a75d963b0709089.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c0699f9460c0ddd0", "row_id": "LiveAVCommentary-seamless_4e2c9874d74834de-01", "source_id": "seamless_4e2c9874d74834de", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c0699f9460c0ddd0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a812e354deb5ad5f", "row_id": "LiveAVCommentary-seamless_4e2c9874d74834de-02", "source_id": "seamless_4e2c9874d74834de", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a812e354deb5ad5f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ed063e769ed8eab1", "row_id": "LiveAVCommentary-seamless_4e2c9874d74834de-03", "source_id": "seamless_4e2c9874d74834de", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ed063e769ed8eab1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_604516f6fc2d4803", "row_id": "LiveAVCommentary-seamless_4e2c9874d74834de-04", "source_id": "seamless_4e2c9874d74834de", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_604516f6fc2d4803.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9e5803fbea5e8c67", "row_id": "LiveAVCommentary-seamless_4e2c9874d74834de-05", "source_id": "seamless_4e2c9874d74834de", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9e5803fbea5e8c67.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1f0da2d72ec56225", "row_id": "LiveAVCommentary-seamless_4e2c9874d74834de-06", "source_id": "seamless_4e2c9874d74834de", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1f0da2d72ec56225.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ecb2b37c3a4f8849", "row_id": "LiveAVCommentary-seamless_4e2c9874d74834de-07", "source_id": "seamless_4e2c9874d74834de", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ecb2b37c3a4f8849.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5920ef4168e7bd9f", "row_id": "LiveAVCommentary-seamless_4e2c9874d74834de-08", "source_id": "seamless_4e2c9874d74834de", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5920ef4168e7bd9f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_54fd5138854df7cf", "row_id": "LiveAVCommentary-seamless_4e2c9874d74834de-09", "source_id": "seamless_4e2c9874d74834de", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_54fd5138854df7cf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7c1d33eda14658bb", "row_id": "LiveAVCommentary-seamless_4e5846dbf3185a5b-00", "source_id": "seamless_4e5846dbf3185a5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7c1d33eda14658bb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a7afd998fe9e8117", "row_id": "LiveAVCommentary-seamless_4e5846dbf3185a5b-01", "source_id": "seamless_4e5846dbf3185a5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a7afd998fe9e8117.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7584c09b353ebcbc", "row_id": "LiveAVCommentary-seamless_4e5846dbf3185a5b-02", "source_id": "seamless_4e5846dbf3185a5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7584c09b353ebcbc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4929b9a503dd1000", "row_id": "LiveAVCommentary-seamless_4e5846dbf3185a5b-03", "source_id": "seamless_4e5846dbf3185a5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4929b9a503dd1000.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_623c96b35022b843", "row_id": "LiveAVCommentary-seamless_4e5846dbf3185a5b-04", "source_id": "seamless_4e5846dbf3185a5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_623c96b35022b843.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cf7b6e2d76ddc2fd", "row_id": "LiveAVCommentary-seamless_4e5846dbf3185a5b-05", "source_id": "seamless_4e5846dbf3185a5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cf7b6e2d76ddc2fd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_573afa5435c54a00", "row_id": "LiveAVCommentary-seamless_4e5846dbf3185a5b-06", "source_id": "seamless_4e5846dbf3185a5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_573afa5435c54a00.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b41a9b15f781c506", "row_id": "LiveAVCommentary-seamless_4e5846dbf3185a5b-07", "source_id": "seamless_4e5846dbf3185a5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b41a9b15f781c506.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f0321fed010b1bf2", "row_id": "LiveAVCommentary-seamless_4e5846dbf3185a5b-08", "source_id": "seamless_4e5846dbf3185a5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f0321fed010b1bf2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_78682ba2c84c3054", "row_id": "LiveAVCommentary-seamless_4e5846dbf3185a5b-09", "source_id": "seamless_4e5846dbf3185a5b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_78682ba2c84c3054.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7dccd582904c8a17", "row_id": "LiveAVCommentary-seamless_4e8cd1936d910192-00", "source_id": "seamless_4e8cd1936d910192", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e8cd1936d910192", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7dccd582904c8a17.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8880a207dcc77b10", "row_id": "LiveAVCommentary-seamless_4e8cd1936d910192-01", "source_id": "seamless_4e8cd1936d910192", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e8cd1936d910192", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8880a207dcc77b10.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_38f2abe1f8c226af", "row_id": "LiveAVCommentary-seamless_4e8cd1936d910192-02", "source_id": "seamless_4e8cd1936d910192", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e8cd1936d910192", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_38f2abe1f8c226af.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_48a928ebd53aad48", "row_id": "LiveAVCommentary-seamless_4e8cd1936d910192-03", "source_id": "seamless_4e8cd1936d910192", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e8cd1936d910192", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_48a928ebd53aad48.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_515ba509d9ed2056", "row_id": "LiveAVCommentary-seamless_4e8cd1936d910192-04", "source_id": "seamless_4e8cd1936d910192", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e8cd1936d910192", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_515ba509d9ed2056.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a90746cbc2e867d", "row_id": "LiveAVCommentary-seamless_4e8cd1936d910192-05", "source_id": "seamless_4e8cd1936d910192", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e8cd1936d910192", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4a90746cbc2e867d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bb6e653c50a372d2", "row_id": "LiveAVCommentary-seamless_4e8cd1936d910192-06", "source_id": "seamless_4e8cd1936d910192", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e8cd1936d910192", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bb6e653c50a372d2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1c0638ca26aaf103", "row_id": "LiveAVCommentary-seamless_4e8cd1936d910192-07", "source_id": "seamless_4e8cd1936d910192", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e8cd1936d910192", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1c0638ca26aaf103.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_344691f9d7d37643", "row_id": "LiveAVCommentary-seamless_4e8cd1936d910192-08", "source_id": "seamless_4e8cd1936d910192", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e8cd1936d910192", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_344691f9d7d37643.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_35470263be8b4e74", "row_id": "LiveAVCommentary-seamless_4e8cd1936d910192-09", "source_id": "seamless_4e8cd1936d910192", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e8cd1936d910192", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_35470263be8b4e74.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_538108a700900e48", "row_id": "LiveAVCommentary-seamless_4e989d9382d1a84b-00", "source_id": "seamless_4e989d9382d1a84b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_538108a700900e48.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b539155c6f933fdd", "row_id": "LiveAVCommentary-seamless_4e989d9382d1a84b-01", "source_id": "seamless_4e989d9382d1a84b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b539155c6f933fdd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_339d0457f54d61ab", "row_id": "LiveAVCommentary-seamless_4e989d9382d1a84b-02", "source_id": "seamless_4e989d9382d1a84b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_339d0457f54d61ab.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b449c6cdac7a776c", "row_id": "LiveAVCommentary-seamless_4e989d9382d1a84b-03", "source_id": "seamless_4e989d9382d1a84b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b449c6cdac7a776c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e07ea0886146309b", "row_id": "LiveAVCommentary-seamless_4e989d9382d1a84b-04", "source_id": "seamless_4e989d9382d1a84b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e07ea0886146309b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fa955b9c4eb58bc4", "row_id": "LiveAVCommentary-seamless_4e989d9382d1a84b-05", "source_id": "seamless_4e989d9382d1a84b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fa955b9c4eb58bc4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_afe28ac0c90319c6", "row_id": "LiveAVCommentary-seamless_4e989d9382d1a84b-06", "source_id": "seamless_4e989d9382d1a84b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_afe28ac0c90319c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_48899f61ef553ce7", "row_id": "LiveAVCommentary-seamless_4e989d9382d1a84b-07", "source_id": "seamless_4e989d9382d1a84b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_48899f61ef553ce7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5bacbb9e4099be60", "row_id": "LiveAVCommentary-seamless_4e989d9382d1a84b-08", "source_id": "seamless_4e989d9382d1a84b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5bacbb9e4099be60.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8bc3e1827ffe5333", "row_id": "LiveAVCommentary-seamless_4e989d9382d1a84b-09", "source_id": "seamless_4e989d9382d1a84b", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8bc3e1827ffe5333.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c2177ccf2828e8ed", "row_id": "LiveAVCommentary-seamless_4eefb9475dd513ce-00", "source_id": "seamless_4eefb9475dd513ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4eefb9475dd513ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c2177ccf2828e8ed.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_164f8294a8e4747f", "row_id": "LiveAVCommentary-seamless_4eefb9475dd513ce-01", "source_id": "seamless_4eefb9475dd513ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4eefb9475dd513ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_164f8294a8e4747f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_44187e503da7ca50", "row_id": "LiveAVCommentary-seamless_4eefb9475dd513ce-02", "source_id": "seamless_4eefb9475dd513ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4eefb9475dd513ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_44187e503da7ca50.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd84bdc02040324a", "row_id": "LiveAVCommentary-seamless_4eefb9475dd513ce-03", "source_id": "seamless_4eefb9475dd513ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4eefb9475dd513ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bd84bdc02040324a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_48f3b5f7294ec089", "row_id": "LiveAVCommentary-seamless_4eefb9475dd513ce-04", "source_id": "seamless_4eefb9475dd513ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4eefb9475dd513ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_48f3b5f7294ec089.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_01e3a743613d0dc1", "row_id": "LiveAVCommentary-seamless_4eefb9475dd513ce-05", "source_id": "seamless_4eefb9475dd513ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4eefb9475dd513ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_01e3a743613d0dc1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_67e95b03de0780b2", "row_id": "LiveAVCommentary-seamless_4eefb9475dd513ce-06", "source_id": "seamless_4eefb9475dd513ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4eefb9475dd513ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_67e95b03de0780b2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fba854c92a6611d6", "row_id": "LiveAVCommentary-seamless_4eefb9475dd513ce-07", "source_id": "seamless_4eefb9475dd513ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4eefb9475dd513ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fba854c92a6611d6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d4c8fedf9be5d935", "row_id": "LiveAVCommentary-seamless_4eefb9475dd513ce-08", "source_id": "seamless_4eefb9475dd513ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4eefb9475dd513ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d4c8fedf9be5d935.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4db00cefd158f2a2", "row_id": "LiveAVCommentary-seamless_4eefb9475dd513ce-09", "source_id": "seamless_4eefb9475dd513ce", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4eefb9475dd513ce", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4db00cefd158f2a2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0cacb0b94ddaee44", "row_id": "LiveAVCommentary-seamless_4f3c66b8c83f71e1-00", "source_id": "seamless_4f3c66b8c83f71e1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f3c66b8c83f71e1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0cacb0b94ddaee44.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_343144a867f359a7", "row_id": "LiveAVCommentary-seamless_4f3c66b8c83f71e1-01", "source_id": "seamless_4f3c66b8c83f71e1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f3c66b8c83f71e1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_343144a867f359a7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_72dddef216efd555", "row_id": "LiveAVCommentary-seamless_4f3c66b8c83f71e1-02", "source_id": "seamless_4f3c66b8c83f71e1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f3c66b8c83f71e1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_72dddef216efd555.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a082f7f58a679327", "row_id": "LiveAVCommentary-seamless_4f3c66b8c83f71e1-03", "source_id": "seamless_4f3c66b8c83f71e1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f3c66b8c83f71e1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a082f7f58a679327.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7991b98418088ad0", "row_id": "LiveAVCommentary-seamless_4f3c66b8c83f71e1-04", "source_id": "seamless_4f3c66b8c83f71e1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f3c66b8c83f71e1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7991b98418088ad0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7491f1bb4abebdf5", "row_id": "LiveAVCommentary-seamless_4f3c66b8c83f71e1-05", "source_id": "seamless_4f3c66b8c83f71e1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f3c66b8c83f71e1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7491f1bb4abebdf5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa455b3431e850b1", "row_id": "LiveAVCommentary-seamless_4f3c66b8c83f71e1-06", "source_id": "seamless_4f3c66b8c83f71e1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f3c66b8c83f71e1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_aa455b3431e850b1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_29b1f9d5a88f0734", "row_id": "LiveAVCommentary-seamless_4f3c66b8c83f71e1-07", "source_id": "seamless_4f3c66b8c83f71e1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f3c66b8c83f71e1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_29b1f9d5a88f0734.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_15dd0430b4da7d43", "row_id": "LiveAVCommentary-seamless_4f3c66b8c83f71e1-08", "source_id": "seamless_4f3c66b8c83f71e1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f3c66b8c83f71e1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_15dd0430b4da7d43.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e6edfaa6e2b20d3f", "row_id": "LiveAVCommentary-seamless_4f3c66b8c83f71e1-09", "source_id": "seamless_4f3c66b8c83f71e1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f3c66b8c83f71e1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e6edfaa6e2b20d3f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_72d8ed090a177fc4", "row_id": "LiveAVCommentary-seamless_4f5969569f868c7a-00", "source_id": "seamless_4f5969569f868c7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_72d8ed090a177fc4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_80e321144fa9e0cb", "row_id": "LiveAVCommentary-seamless_4f5969569f868c7a-01", "source_id": "seamless_4f5969569f868c7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_80e321144fa9e0cb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_53c127e11908b0bc", "row_id": "LiveAVCommentary-seamless_4f5969569f868c7a-02", "source_id": "seamless_4f5969569f868c7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_53c127e11908b0bc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f9a9d201e15a5be2", "row_id": "LiveAVCommentary-seamless_4f5969569f868c7a-03", "source_id": "seamless_4f5969569f868c7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f9a9d201e15a5be2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2474a322782439f3", "row_id": "LiveAVCommentary-seamless_4f5969569f868c7a-04", "source_id": "seamless_4f5969569f868c7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2474a322782439f3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa03bb6067cde614", "row_id": "LiveAVCommentary-seamless_4f5969569f868c7a-05", "source_id": "seamless_4f5969569f868c7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_aa03bb6067cde614.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_715e45ddc46e4e42", "row_id": "LiveAVCommentary-seamless_4f5969569f868c7a-06", "source_id": "seamless_4f5969569f868c7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_715e45ddc46e4e42.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_992217fafa4de5f3", "row_id": "LiveAVCommentary-seamless_4f5969569f868c7a-07", "source_id": "seamless_4f5969569f868c7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_992217fafa4de5f3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1fff6939b034d716", "row_id": "LiveAVCommentary-seamless_4f5969569f868c7a-08", "source_id": "seamless_4f5969569f868c7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1fff6939b034d716.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4885125ff9f9e989", "row_id": "LiveAVCommentary-seamless_4f5969569f868c7a-09", "source_id": "seamless_4f5969569f868c7a", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4885125ff9f9e989.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d335a915954d62df", "row_id": "LiveAVCommentary-seamless_510140658984dc5c-00", "source_id": "seamless_510140658984dc5c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0060_I00000785_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_510140658984dc5c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d335a915954d62df.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4fc93e51d53f61f4", "row_id": "LiveAVCommentary-seamless_510140658984dc5c-01", "source_id": "seamless_510140658984dc5c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0060_I00000785_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_510140658984dc5c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4fc93e51d53f61f4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fa72233dcc7be212", "row_id": "LiveAVCommentary-seamless_510140658984dc5c-02", "source_id": "seamless_510140658984dc5c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0060_I00000785_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_510140658984dc5c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fa72233dcc7be212.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3301cf483c3f1c46", "row_id": "LiveAVCommentary-seamless_510140658984dc5c-03", "source_id": "seamless_510140658984dc5c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0060_I00000785_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_510140658984dc5c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3301cf483c3f1c46.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_607b7a052fa2ad5c", "row_id": "LiveAVCommentary-seamless_510140658984dc5c-04", "source_id": "seamless_510140658984dc5c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0060_I00000785_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_510140658984dc5c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_607b7a052fa2ad5c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a1c8854d78f3d74f", "row_id": "LiveAVCommentary-seamless_510140658984dc5c-05", "source_id": "seamless_510140658984dc5c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0060_I00000785_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_510140658984dc5c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a1c8854d78f3d74f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_abed94232f342d7a", "row_id": "LiveAVCommentary-seamless_510140658984dc5c-06", "source_id": "seamless_510140658984dc5c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0060_I00000785_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_510140658984dc5c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_abed94232f342d7a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2367c64e94c9e3a7", "row_id": "LiveAVCommentary-seamless_510140658984dc5c-07", "source_id": "seamless_510140658984dc5c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0060_I00000785_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_510140658984dc5c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2367c64e94c9e3a7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2efc3d5c2b8d2fc1", "row_id": "LiveAVCommentary-seamless_510140658984dc5c-08", "source_id": "seamless_510140658984dc5c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0060_I00000785_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_510140658984dc5c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2efc3d5c2b8d2fc1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9876167daff24786", "row_id": "LiveAVCommentary-seamless_510140658984dc5c-09", "source_id": "seamless_510140658984dc5c", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0060_I00000785_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_510140658984dc5c", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9876167daff24786.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c34cc1787461f9ea", "row_id": "LiveAVCommentary-seamless_51e6133dbfae1fcf-00", "source_id": "seamless_51e6133dbfae1fcf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_51e6133dbfae1fcf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c34cc1787461f9ea.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_715b7caf7de8fdc3", "row_id": "LiveAVCommentary-seamless_51e6133dbfae1fcf-01", "source_id": "seamless_51e6133dbfae1fcf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_51e6133dbfae1fcf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_715b7caf7de8fdc3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_63ffddc26405fede", "row_id": "LiveAVCommentary-seamless_51e6133dbfae1fcf-02", "source_id": "seamless_51e6133dbfae1fcf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_51e6133dbfae1fcf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_63ffddc26405fede.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a63488d11d6405d", "row_id": "LiveAVCommentary-seamless_51e6133dbfae1fcf-03", "source_id": "seamless_51e6133dbfae1fcf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_51e6133dbfae1fcf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4a63488d11d6405d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1b590c58c5a31f5d", "row_id": "LiveAVCommentary-seamless_51e6133dbfae1fcf-04", "source_id": "seamless_51e6133dbfae1fcf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_51e6133dbfae1fcf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1b590c58c5a31f5d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2509a3cc964b7ded", "row_id": "LiveAVCommentary-seamless_51e6133dbfae1fcf-05", "source_id": "seamless_51e6133dbfae1fcf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_51e6133dbfae1fcf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2509a3cc964b7ded.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f8daa2b09f9d7dc2", "row_id": "LiveAVCommentary-seamless_51e6133dbfae1fcf-06", "source_id": "seamless_51e6133dbfae1fcf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_51e6133dbfae1fcf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f8daa2b09f9d7dc2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ab862f23672153e4", "row_id": "LiveAVCommentary-seamless_51e6133dbfae1fcf-07", "source_id": "seamless_51e6133dbfae1fcf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_51e6133dbfae1fcf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ab862f23672153e4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2a0663fbf772dda6", "row_id": "LiveAVCommentary-seamless_51e6133dbfae1fcf-08", "source_id": "seamless_51e6133dbfae1fcf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_51e6133dbfae1fcf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2a0663fbf772dda6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_60b2ec1296bb3ed8", "row_id": "LiveAVCommentary-seamless_51e6133dbfae1fcf-09", "source_id": "seamless_51e6133dbfae1fcf", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_51e6133dbfae1fcf", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_60b2ec1296bb3ed8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_80d5307b7ee388b6", "row_id": "LiveAVCommentary-seamless_559df2cfc6cf13a3-00", "source_id": "seamless_559df2cfc6cf13a3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_559df2cfc6cf13a3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_80d5307b7ee388b6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2bead78282224f83", "row_id": "LiveAVCommentary-seamless_559df2cfc6cf13a3-01", "source_id": "seamless_559df2cfc6cf13a3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_559df2cfc6cf13a3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2bead78282224f83.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b25d1f7a8535fc30", "row_id": "LiveAVCommentary-seamless_559df2cfc6cf13a3-02", "source_id": "seamless_559df2cfc6cf13a3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_559df2cfc6cf13a3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b25d1f7a8535fc30.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b1c58fc94c1fe7f4", "row_id": "LiveAVCommentary-seamless_559df2cfc6cf13a3-03", "source_id": "seamless_559df2cfc6cf13a3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_559df2cfc6cf13a3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b1c58fc94c1fe7f4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_622d12afdf6b9b35", "row_id": "LiveAVCommentary-seamless_559df2cfc6cf13a3-04", "source_id": "seamless_559df2cfc6cf13a3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_559df2cfc6cf13a3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_622d12afdf6b9b35.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d778111e13a70f92", "row_id": "LiveAVCommentary-seamless_559df2cfc6cf13a3-05", "source_id": "seamless_559df2cfc6cf13a3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_559df2cfc6cf13a3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d778111e13a70f92.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1a938b3a095ae20f", "row_id": "LiveAVCommentary-seamless_559df2cfc6cf13a3-06", "source_id": "seamless_559df2cfc6cf13a3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_559df2cfc6cf13a3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1a938b3a095ae20f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a25ac48d88909602", "row_id": "LiveAVCommentary-seamless_559df2cfc6cf13a3-07", "source_id": "seamless_559df2cfc6cf13a3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_559df2cfc6cf13a3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a25ac48d88909602.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3e39ae7e662bed38", "row_id": "LiveAVCommentary-seamless_559df2cfc6cf13a3-08", "source_id": "seamless_559df2cfc6cf13a3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_559df2cfc6cf13a3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3e39ae7e662bed38.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5df007ec47438b3d", "row_id": "LiveAVCommentary-seamless_559df2cfc6cf13a3-09", "source_id": "seamless_559df2cfc6cf13a3", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_559df2cfc6cf13a3", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5df007ec47438b3d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1831d8bcf2b0b54f", "row_id": "LiveAVCommentary-seamless_55eb1bed6d95ed12-00", "source_id": "seamless_55eb1bed6d95ed12", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1831d8bcf2b0b54f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f3e60a61ac3e1171", "row_id": "LiveAVCommentary-seamless_55eb1bed6d95ed12-01", "source_id": "seamless_55eb1bed6d95ed12", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f3e60a61ac3e1171.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_003bdff57daac2dc", "row_id": "LiveAVCommentary-seamless_55eb1bed6d95ed12-02", "source_id": "seamless_55eb1bed6d95ed12", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_003bdff57daac2dc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bdaf0d14a8f6b5cc", "row_id": "LiveAVCommentary-seamless_55eb1bed6d95ed12-03", "source_id": "seamless_55eb1bed6d95ed12", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bdaf0d14a8f6b5cc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7fc0202512e35cb7", "row_id": "LiveAVCommentary-seamless_55eb1bed6d95ed12-04", "source_id": "seamless_55eb1bed6d95ed12", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7fc0202512e35cb7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_306f6eb65beedc65", "row_id": "LiveAVCommentary-seamless_55eb1bed6d95ed12-05", "source_id": "seamless_55eb1bed6d95ed12", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_306f6eb65beedc65.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1eca4c88c9bcc100", "row_id": "LiveAVCommentary-seamless_55eb1bed6d95ed12-06", "source_id": "seamless_55eb1bed6d95ed12", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1eca4c88c9bcc100.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_41d71e4b4e40d487", "row_id": "LiveAVCommentary-seamless_55eb1bed6d95ed12-07", "source_id": "seamless_55eb1bed6d95ed12", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_41d71e4b4e40d487.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5dbf6120511114d8", "row_id": "LiveAVCommentary-seamless_55eb1bed6d95ed12-08", "source_id": "seamless_55eb1bed6d95ed12", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5dbf6120511114d8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9ba6685b7784ff9b", "row_id": "LiveAVCommentary-seamless_55eb1bed6d95ed12-09", "source_id": "seamless_55eb1bed6d95ed12", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9ba6685b7784ff9b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a52b3c7a81016a9a", "row_id": "LiveAVCommentary-seamless_574a30feb3497549-00", "source_id": "seamless_574a30feb3497549", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0057_I00000384_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_574a30feb3497549", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a52b3c7a81016a9a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3035929dcb4d8c84", "row_id": "LiveAVCommentary-seamless_574a30feb3497549-01", "source_id": "seamless_574a30feb3497549", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0057_I00000384_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_574a30feb3497549", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3035929dcb4d8c84.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_387a2e9330a9d0c7", "row_id": "LiveAVCommentary-seamless_574a30feb3497549-02", "source_id": "seamless_574a30feb3497549", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0057_I00000384_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_574a30feb3497549", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_387a2e9330a9d0c7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_094cd460bc2e0788", "row_id": "LiveAVCommentary-seamless_574a30feb3497549-03", "source_id": "seamless_574a30feb3497549", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0057_I00000384_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_574a30feb3497549", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_094cd460bc2e0788.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f4b182c5bddcda7c", "row_id": "LiveAVCommentary-seamless_574a30feb3497549-04", "source_id": "seamless_574a30feb3497549", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0057_I00000384_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_574a30feb3497549", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f4b182c5bddcda7c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9c12c1f7eb61cfdf", "row_id": "LiveAVCommentary-seamless_574a30feb3497549-05", "source_id": "seamless_574a30feb3497549", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0057_I00000384_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_574a30feb3497549", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9c12c1f7eb61cfdf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_634525ec245a3d37", "row_id": "LiveAVCommentary-seamless_574a30feb3497549-06", "source_id": "seamless_574a30feb3497549", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0057_I00000384_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_574a30feb3497549", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_634525ec245a3d37.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6821ba924a0cbb40", "row_id": "LiveAVCommentary-seamless_574a30feb3497549-07", "source_id": "seamless_574a30feb3497549", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0057_I00000384_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_574a30feb3497549", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6821ba924a0cbb40.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d1e019ba80a1b401", "row_id": "LiveAVCommentary-seamless_574a30feb3497549-08", "source_id": "seamless_574a30feb3497549", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0057_I00000384_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_574a30feb3497549", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d1e019ba80a1b401.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f737253ab7af66a4", "row_id": "LiveAVCommentary-seamless_574a30feb3497549-09", "source_id": "seamless_574a30feb3497549", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0057_I00000384_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_574a30feb3497549", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f737253ab7af66a4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_859c54e1537dac2d", "row_id": "LiveAVCommentary-seamless_5891c75d93249cd1-00", "source_id": "seamless_5891c75d93249cd1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0061_I00000309_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5891c75d93249cd1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_859c54e1537dac2d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bcc3a99766a0e69a", "row_id": "LiveAVCommentary-seamless_5891c75d93249cd1-01", "source_id": "seamless_5891c75d93249cd1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0061_I00000309_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5891c75d93249cd1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bcc3a99766a0e69a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_29500b539252b747", "row_id": "LiveAVCommentary-seamless_5891c75d93249cd1-02", "source_id": "seamless_5891c75d93249cd1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0061_I00000309_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5891c75d93249cd1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_29500b539252b747.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9d57b20b8de13b94", "row_id": "LiveAVCommentary-seamless_5891c75d93249cd1-03", "source_id": "seamless_5891c75d93249cd1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0061_I00000309_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5891c75d93249cd1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9d57b20b8de13b94.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e30792a881f43ce1", "row_id": "LiveAVCommentary-seamless_5891c75d93249cd1-04", "source_id": "seamless_5891c75d93249cd1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0061_I00000309_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5891c75d93249cd1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e30792a881f43ce1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_52660d37e4c06cdf", "row_id": "LiveAVCommentary-seamless_5891c75d93249cd1-05", "source_id": "seamless_5891c75d93249cd1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0061_I00000309_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5891c75d93249cd1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_52660d37e4c06cdf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ca08e054e2184f96", "row_id": "LiveAVCommentary-seamless_5891c75d93249cd1-06", "source_id": "seamless_5891c75d93249cd1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0061_I00000309_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5891c75d93249cd1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ca08e054e2184f96.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_257335a92dec02a1", "row_id": "LiveAVCommentary-seamless_5891c75d93249cd1-07", "source_id": "seamless_5891c75d93249cd1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0061_I00000309_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5891c75d93249cd1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_257335a92dec02a1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cfd5de569bc1ec57", "row_id": "LiveAVCommentary-seamless_5891c75d93249cd1-08", "source_id": "seamless_5891c75d93249cd1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0061_I00000309_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5891c75d93249cd1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cfd5de569bc1ec57.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5edb3b9dac7cea5c", "row_id": "LiveAVCommentary-seamless_5891c75d93249cd1-09", "source_id": "seamless_5891c75d93249cd1", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0061_I00000309_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5891c75d93249cd1", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5edb3b9dac7cea5c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0971a3a3917858a1", "row_id": "LiveAVCommentary-seamless_58f6774dd3059def-00", "source_id": "seamless_58f6774dd3059def", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_58f6774dd3059def", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0971a3a3917858a1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d1c825d7b050fe70", "row_id": "LiveAVCommentary-seamless_58f6774dd3059def-01", "source_id": "seamless_58f6774dd3059def", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_58f6774dd3059def", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d1c825d7b050fe70.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5b5d1048bb2be4b5", "row_id": "LiveAVCommentary-seamless_58f6774dd3059def-02", "source_id": "seamless_58f6774dd3059def", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_58f6774dd3059def", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5b5d1048bb2be4b5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8e1658769a2d4eec", "row_id": "LiveAVCommentary-seamless_58f6774dd3059def-03", "source_id": "seamless_58f6774dd3059def", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_58f6774dd3059def", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8e1658769a2d4eec.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f1580d86cace932a", "row_id": "LiveAVCommentary-seamless_58f6774dd3059def-04", "source_id": "seamless_58f6774dd3059def", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_58f6774dd3059def", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f1580d86cace932a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8ad1f8bedab96172", "row_id": "LiveAVCommentary-seamless_58f6774dd3059def-05", "source_id": "seamless_58f6774dd3059def", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_58f6774dd3059def", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8ad1f8bedab96172.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1705092bbd73a38a", "row_id": "LiveAVCommentary-seamless_58f6774dd3059def-06", "source_id": "seamless_58f6774dd3059def", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_58f6774dd3059def", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1705092bbd73a38a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cf0e00e10ebea612", "row_id": "LiveAVCommentary-seamless_58f6774dd3059def-07", "source_id": "seamless_58f6774dd3059def", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_58f6774dd3059def", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cf0e00e10ebea612.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cb25ae93f035db0f", "row_id": "LiveAVCommentary-seamless_58f6774dd3059def-08", "source_id": "seamless_58f6774dd3059def", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_58f6774dd3059def", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cb25ae93f035db0f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a9a014e32e2297e6", "row_id": "LiveAVCommentary-seamless_58f6774dd3059def-09", "source_id": "seamless_58f6774dd3059def", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_58f6774dd3059def", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a9a014e32e2297e6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_95e36ca0450e3aff", "row_id": "LiveAVCommentary-seamless_594b3bb21db10e58-00", "source_id": "seamless_594b3bb21db10e58", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0056_I00000135_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_594b3bb21db10e58", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_95e36ca0450e3aff.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3f7b07e9d4b971e3", "row_id": "LiveAVCommentary-seamless_594b3bb21db10e58-01", "source_id": "seamless_594b3bb21db10e58", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0056_I00000135_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_594b3bb21db10e58", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3f7b07e9d4b971e3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4b5bd89cd462e10f", "row_id": "LiveAVCommentary-seamless_594b3bb21db10e58-02", "source_id": "seamless_594b3bb21db10e58", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0056_I00000135_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_594b3bb21db10e58", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4b5bd89cd462e10f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_57a88ba2147931fb", "row_id": "LiveAVCommentary-seamless_594b3bb21db10e58-03", "source_id": "seamless_594b3bb21db10e58", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0056_I00000135_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_594b3bb21db10e58", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_57a88ba2147931fb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a1218bdbbc6fe945", "row_id": "LiveAVCommentary-seamless_594b3bb21db10e58-04", "source_id": "seamless_594b3bb21db10e58", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0056_I00000135_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_594b3bb21db10e58", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a1218bdbbc6fe945.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d8ce2cff9248874f", "row_id": "LiveAVCommentary-seamless_594b3bb21db10e58-05", "source_id": "seamless_594b3bb21db10e58", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0056_I00000135_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_594b3bb21db10e58", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d8ce2cff9248874f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d03e94ec857aeaf4", "row_id": "LiveAVCommentary-seamless_594b3bb21db10e58-06", "source_id": "seamless_594b3bb21db10e58", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0056_I00000135_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_594b3bb21db10e58", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d03e94ec857aeaf4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1e6496f927e47317", "row_id": "LiveAVCommentary-seamless_594b3bb21db10e58-07", "source_id": "seamless_594b3bb21db10e58", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0056_I00000135_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_594b3bb21db10e58", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1e6496f927e47317.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa3088a2d370ddc9", "row_id": "LiveAVCommentary-seamless_594b3bb21db10e58-08", "source_id": "seamless_594b3bb21db10e58", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0056_I00000135_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_594b3bb21db10e58", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_aa3088a2d370ddc9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ee4c64af67dd2bde", "row_id": "LiveAVCommentary-seamless_594b3bb21db10e58-09", "source_id": "seamless_594b3bb21db10e58", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0056_I00000135_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_594b3bb21db10e58", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ee4c64af67dd2bde.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eee35678212a81f3", "row_id": "LiveAVCommentary-seamless_596c1ffbc7cc0ffc-00", "source_id": "seamless_596c1ffbc7cc0ffc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0057_I00000377_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_596c1ffbc7cc0ffc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_eee35678212a81f3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fe61df352d850cb4", "row_id": "LiveAVCommentary-seamless_596c1ffbc7cc0ffc-01", "source_id": "seamless_596c1ffbc7cc0ffc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0057_I00000377_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_596c1ffbc7cc0ffc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fe61df352d850cb4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0a5d653e736d8e6e", "row_id": "LiveAVCommentary-seamless_596c1ffbc7cc0ffc-02", "source_id": "seamless_596c1ffbc7cc0ffc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0057_I00000377_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_596c1ffbc7cc0ffc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0a5d653e736d8e6e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_50b4ca3e31ea878f", "row_id": "LiveAVCommentary-seamless_596c1ffbc7cc0ffc-03", "source_id": "seamless_596c1ffbc7cc0ffc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0057_I00000377_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_596c1ffbc7cc0ffc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_50b4ca3e31ea878f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f878b3a755ecce90", "row_id": "LiveAVCommentary-seamless_596c1ffbc7cc0ffc-04", "source_id": "seamless_596c1ffbc7cc0ffc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0057_I00000377_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_596c1ffbc7cc0ffc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f878b3a755ecce90.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f633c68b3b277b82", "row_id": "LiveAVCommentary-seamless_596c1ffbc7cc0ffc-05", "source_id": "seamless_596c1ffbc7cc0ffc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0057_I00000377_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_596c1ffbc7cc0ffc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f633c68b3b277b82.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2a5c46891a6a4cd8", "row_id": "LiveAVCommentary-seamless_596c1ffbc7cc0ffc-06", "source_id": "seamless_596c1ffbc7cc0ffc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0057_I00000377_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_596c1ffbc7cc0ffc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2a5c46891a6a4cd8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d525038c8537043f", "row_id": "LiveAVCommentary-seamless_596c1ffbc7cc0ffc-07", "source_id": "seamless_596c1ffbc7cc0ffc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0057_I00000377_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_596c1ffbc7cc0ffc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_d525038c8537043f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2c803172f219c1fa", "row_id": "LiveAVCommentary-seamless_596c1ffbc7cc0ffc-08", "source_id": "seamless_596c1ffbc7cc0ffc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0057_I00000377_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_596c1ffbc7cc0ffc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2c803172f219c1fa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c4c44e5917e67dd4", "row_id": "LiveAVCommentary-seamless_596c1ffbc7cc0ffc-09", "source_id": "seamless_596c1ffbc7cc0ffc", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0057_I00000377_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_596c1ffbc7cc0ffc", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c4c44e5917e67dd4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2772f8f18463a5c4", "row_id": "LiveAVCommentary-seamless_5a349d06a16703ad-00", "source_id": "seamless_5a349d06a16703ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5a349d06a16703ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2772f8f18463a5c4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b3655060e2b6aabc", "row_id": "LiveAVCommentary-seamless_5a349d06a16703ad-01", "source_id": "seamless_5a349d06a16703ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5a349d06a16703ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b3655060e2b6aabc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a6442a5fb6d23f98", "row_id": "LiveAVCommentary-seamless_5a349d06a16703ad-02", "source_id": "seamless_5a349d06a16703ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5a349d06a16703ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a6442a5fb6d23f98.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5a07580b6ea62c06", "row_id": "LiveAVCommentary-seamless_5a349d06a16703ad-03", "source_id": "seamless_5a349d06a16703ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5a349d06a16703ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5a07580b6ea62c06.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_29cf4f8870b734b5", "row_id": "LiveAVCommentary-seamless_5a349d06a16703ad-04", "source_id": "seamless_5a349d06a16703ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5a349d06a16703ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_29cf4f8870b734b5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2d19330c6fa335fd", "row_id": "LiveAVCommentary-seamless_5a349d06a16703ad-05", "source_id": "seamless_5a349d06a16703ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5a349d06a16703ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2d19330c6fa335fd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7a832da5c63796c3", "row_id": "LiveAVCommentary-seamless_5a349d06a16703ad-06", "source_id": "seamless_5a349d06a16703ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5a349d06a16703ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_7a832da5c63796c3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a8bb371f160bb77b", "row_id": "LiveAVCommentary-seamless_5a349d06a16703ad-07", "source_id": "seamless_5a349d06a16703ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5a349d06a16703ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a8bb371f160bb77b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_06c8b415f98f8f72", "row_id": "LiveAVCommentary-seamless_5a349d06a16703ad-08", "source_id": "seamless_5a349d06a16703ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5a349d06a16703ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_06c8b415f98f8f72.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fd4999d30e17c8d2", "row_id": "LiveAVCommentary-seamless_5a349d06a16703ad-09", "source_id": "seamless_5a349d06a16703ad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5a349d06a16703ad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fd4999d30e17c8d2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_df1419e1879aa3d1", "row_id": "LiveAVCommentary-seamless_5b70c01a5512feed-00", "source_id": "seamless_5b70c01a5512feed", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_df1419e1879aa3d1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e4fb9460bd98e5b3", "row_id": "LiveAVCommentary-seamless_5b70c01a5512feed-01", "source_id": "seamless_5b70c01a5512feed", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e4fb9460bd98e5b3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3a5c7aefcc3f71dc", "row_id": "LiveAVCommentary-seamless_5b70c01a5512feed-02", "source_id": "seamless_5b70c01a5512feed", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3a5c7aefcc3f71dc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5da676f334d4d781", "row_id": "LiveAVCommentary-seamless_5b70c01a5512feed-03", "source_id": "seamless_5b70c01a5512feed", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_5da676f334d4d781.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4fc89114f0bd1c0c", "row_id": "LiveAVCommentary-seamless_5b70c01a5512feed-04", "source_id": "seamless_5b70c01a5512feed", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4fc89114f0bd1c0c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cc52629dee10f9f9", "row_id": "LiveAVCommentary-seamless_5b70c01a5512feed-05", "source_id": "seamless_5b70c01a5512feed", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_cc52629dee10f9f9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_29b0021123290771", "row_id": "LiveAVCommentary-seamless_5b70c01a5512feed-06", "source_id": "seamless_5b70c01a5512feed", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_29b0021123290771.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0ebdaa8a8edd770f", "row_id": "LiveAVCommentary-seamless_5b70c01a5512feed-07", "source_id": "seamless_5b70c01a5512feed", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_0ebdaa8a8edd770f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1c0c26cf16ccd059", "row_id": "LiveAVCommentary-seamless_5b70c01a5512feed-08", "source_id": "seamless_5b70c01a5512feed", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1c0c26cf16ccd059.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_337e110864a2fea9", "row_id": "LiveAVCommentary-seamless_5b70c01a5512feed-09", "source_id": "seamless_5b70c01a5512feed", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_337e110864a2fea9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9eca2ab18748719c", "row_id": "LiveAVCommentary-seamless_5ba21bd87496eda9-00", "source_id": "seamless_5ba21bd87496eda9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000126_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ba21bd87496eda9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_9eca2ab18748719c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_daa9c4481798ce2b", "row_id": "LiveAVCommentary-seamless_5ba21bd87496eda9-01", "source_id": "seamless_5ba21bd87496eda9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000126_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ba21bd87496eda9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_daa9c4481798ce2b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3b2d36c080aca73e", "row_id": "LiveAVCommentary-seamless_5ba21bd87496eda9-02", "source_id": "seamless_5ba21bd87496eda9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000126_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ba21bd87496eda9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3b2d36c080aca73e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e86b257124333633", "row_id": "LiveAVCommentary-seamless_5ba21bd87496eda9-03", "source_id": "seamless_5ba21bd87496eda9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000126_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ba21bd87496eda9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e86b257124333633.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dec8f76e99fd2bda", "row_id": "LiveAVCommentary-seamless_5ba21bd87496eda9-04", "source_id": "seamless_5ba21bd87496eda9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000126_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ba21bd87496eda9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_dec8f76e99fd2bda.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_431b2f3e5d741a9c", "row_id": "LiveAVCommentary-seamless_5ba21bd87496eda9-05", "source_id": "seamless_5ba21bd87496eda9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000126_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ba21bd87496eda9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_431b2f3e5d741a9c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c955bfd5643d038b", "row_id": "LiveAVCommentary-seamless_5ba21bd87496eda9-06", "source_id": "seamless_5ba21bd87496eda9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000126_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ba21bd87496eda9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_c955bfd5643d038b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_04045ecbd329ecd3", "row_id": "LiveAVCommentary-seamless_5ba21bd87496eda9-07", "source_id": "seamless_5ba21bd87496eda9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000126_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ba21bd87496eda9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_04045ecbd329ecd3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_685e4900ddab8158", "row_id": "LiveAVCommentary-seamless_5ba21bd87496eda9-08", "source_id": "seamless_5ba21bd87496eda9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000126_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ba21bd87496eda9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_685e4900ddab8158.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ad9761f11f630a22", "row_id": "LiveAVCommentary-seamless_5ba21bd87496eda9-09", "source_id": "seamless_5ba21bd87496eda9", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000126_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ba21bd87496eda9", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ad9761f11f630a22.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2529cd8becef407f", "row_id": "LiveAVCommentary-seamless_5bf752e0a004d990-00", "source_id": "seamless_5bf752e0a004d990", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2529cd8becef407f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_32e691ed225f053c", "row_id": "LiveAVCommentary-seamless_5bf752e0a004d990-01", "source_id": "seamless_5bf752e0a004d990", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_32e691ed225f053c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_16851c2f8f9f7725", "row_id": "LiveAVCommentary-seamless_5bf752e0a004d990-02", "source_id": "seamless_5bf752e0a004d990", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_16851c2f8f9f7725.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e68ab8ced341072e", "row_id": "LiveAVCommentary-seamless_5bf752e0a004d990-03", "source_id": "seamless_5bf752e0a004d990", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e68ab8ced341072e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2c24448450eb7b4c", "row_id": "LiveAVCommentary-seamless_5bf752e0a004d990-04", "source_id": "seamless_5bf752e0a004d990", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2c24448450eb7b4c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_217bf2bd176bcdca", "row_id": "LiveAVCommentary-seamless_5bf752e0a004d990-05", "source_id": "seamless_5bf752e0a004d990", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_217bf2bd176bcdca.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8aca0af8406c202b", "row_id": "LiveAVCommentary-seamless_5bf752e0a004d990-06", "source_id": "seamless_5bf752e0a004d990", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8aca0af8406c202b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e5852394a474bf2b", "row_id": "LiveAVCommentary-seamless_5bf752e0a004d990-07", "source_id": "seamless_5bf752e0a004d990", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_e5852394a474bf2b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6d31606f48221022", "row_id": "LiveAVCommentary-seamless_5bf752e0a004d990-08", "source_id": "seamless_5bf752e0a004d990", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_6d31606f48221022.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aba1c7d846a89418", "row_id": "LiveAVCommentary-seamless_5bf752e0a004d990-09", "source_id": "seamless_5bf752e0a004d990", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_aba1c7d846a89418.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aed476509ee0ab20", "row_id": "LiveAVCommentary-seamless_5ce92fcf48782555-00", "source_id": "seamless_5ce92fcf48782555", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ce92fcf48782555", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_aed476509ee0ab20.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4116dc2082400898", "row_id": "LiveAVCommentary-seamless_5ce92fcf48782555-01", "source_id": "seamless_5ce92fcf48782555", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ce92fcf48782555", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4116dc2082400898.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b0d81b1e9c1e7ff3", "row_id": "LiveAVCommentary-seamless_5ce92fcf48782555-02", "source_id": "seamless_5ce92fcf48782555", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ce92fcf48782555", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b0d81b1e9c1e7ff3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b905ae59b62ca536", "row_id": "LiveAVCommentary-seamless_5ce92fcf48782555-03", "source_id": "seamless_5ce92fcf48782555", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ce92fcf48782555", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_b905ae59b62ca536.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f403dbd703c35ec9", "row_id": "LiveAVCommentary-seamless_5ce92fcf48782555-04", "source_id": "seamless_5ce92fcf48782555", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ce92fcf48782555", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f403dbd703c35ec9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f1812597ffd500a6", "row_id": "LiveAVCommentary-seamless_5ce92fcf48782555-05", "source_id": "seamless_5ce92fcf48782555", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ce92fcf48782555", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f1812597ffd500a6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dae8ef4c10894cf3", "row_id": "LiveAVCommentary-seamless_5ce92fcf48782555-06", "source_id": "seamless_5ce92fcf48782555", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ce92fcf48782555", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_dae8ef4c10894cf3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ba65086c7b54e1b8", "row_id": "LiveAVCommentary-seamless_5ce92fcf48782555-07", "source_id": "seamless_5ce92fcf48782555", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ce92fcf48782555", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ba65086c7b54e1b8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bb29b5b009f21ae0", "row_id": "LiveAVCommentary-seamless_5ce92fcf48782555-08", "source_id": "seamless_5ce92fcf48782555", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ce92fcf48782555", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_bb29b5b009f21ae0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2d5bba73663abb4a", "row_id": "LiveAVCommentary-seamless_5ce92fcf48782555-09", "source_id": "seamless_5ce92fcf48782555", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5ce92fcf48782555", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2d5bba73663abb4a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fd3115aaaa0c8e60", "row_id": "LiveAVCommentary-seamless_5d618a8f150acfad-00", "source_id": "seamless_5d618a8f150acfad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0061_I00000131_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5d618a8f150acfad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fd3115aaaa0c8e60.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2f6deb8f6fceba1e", "row_id": "LiveAVCommentary-seamless_5d618a8f150acfad-01", "source_id": "seamless_5d618a8f150acfad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0061_I00000131_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5d618a8f150acfad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_2f6deb8f6fceba1e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_92a8addca6b85029", "row_id": "LiveAVCommentary-seamless_5d618a8f150acfad-02", "source_id": "seamless_5d618a8f150acfad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0061_I00000131_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5d618a8f150acfad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_92a8addca6b85029.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_05fbae90045c88b6", "row_id": "LiveAVCommentary-seamless_5d618a8f150acfad-03", "source_id": "seamless_5d618a8f150acfad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0061_I00000131_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5d618a8f150acfad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_05fbae90045c88b6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f8da6491f1ccdf10", "row_id": "LiveAVCommentary-seamless_5d618a8f150acfad-04", "source_id": "seamless_5d618a8f150acfad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0061_I00000131_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5d618a8f150acfad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_f8da6491f1ccdf10.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1c8d89edc11a8c6f", "row_id": "LiveAVCommentary-seamless_5d618a8f150acfad-05", "source_id": "seamless_5d618a8f150acfad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0061_I00000131_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5d618a8f150acfad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1c8d89edc11a8c6f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ff4bc32c3e653972", "row_id": "LiveAVCommentary-seamless_5d618a8f150acfad-06", "source_id": "seamless_5d618a8f150acfad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0061_I00000131_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5d618a8f150acfad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ff4bc32c3e653972.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a52268caae1d707f", "row_id": "LiveAVCommentary-seamless_5d618a8f150acfad-07", "source_id": "seamless_5d618a8f150acfad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0061_I00000131_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5d618a8f150acfad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a52268caae1d707f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8fc74b7e2174e46a", "row_id": "LiveAVCommentary-seamless_5d618a8f150acfad-08", "source_id": "seamless_5d618a8f150acfad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0061_I00000131_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5d618a8f150acfad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_8fc74b7e2174e46a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_981e40f7aef92751", "row_id": "LiveAVCommentary-seamless_5d618a8f150acfad-09", "source_id": "seamless_5d618a8f150acfad", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0061_I00000131_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5d618a8f150acfad", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_981e40f7aef92751.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_251480b24acad238", "row_id": "LiveAVCommentary-seamless_5e141e594bfbf675-00", "source_id": "seamless_5e141e594bfbf675", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_251480b24acad238.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3a70bc5beacc01ab", "row_id": "LiveAVCommentary-seamless_5e141e594bfbf675-01", "source_id": "seamless_5e141e594bfbf675", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_3a70bc5beacc01ab.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_971d74b6fe885900", "row_id": "LiveAVCommentary-seamless_5e141e594bfbf675-02", "source_id": "seamless_5e141e594bfbf675", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_971d74b6fe885900.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fcb0aa046701721b", "row_id": "LiveAVCommentary-seamless_5e141e594bfbf675-03", "source_id": "seamless_5e141e594bfbf675", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_fcb0aa046701721b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1412b331c493f855", "row_id": "LiveAVCommentary-seamless_5e141e594bfbf675-04", "source_id": "seamless_5e141e594bfbf675", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_1412b331c493f855.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_648742a712a02687", "row_id": "LiveAVCommentary-seamless_5e141e594bfbf675-05", "source_id": "seamless_5e141e594bfbf675", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_648742a712a02687.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4ac18dcbb15dc464", "row_id": "LiveAVCommentary-seamless_5e141e594bfbf675-06", "source_id": "seamless_5e141e594bfbf675", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_4ac18dcbb15dc464.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_033194730140f0fb", "row_id": "LiveAVCommentary-seamless_5e141e594bfbf675-07", "source_id": "seamless_5e141e594bfbf675", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_033194730140f0fb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ed0a8f3c10834198", "row_id": "LiveAVCommentary-seamless_5e141e594bfbf675-08", "source_id": "seamless_5e141e594bfbf675", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_ed0a8f3c10834198.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a7453d85ecdcc0e9", "row_id": "LiveAVCommentary-seamless_5e141e594bfbf675-09", "source_id": "seamless_5e141e594bfbf675", "source_dataset": "facebook/seamless-interaction/train", "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 17.132683, "expected_sha256": null, "output_relative_path": "media/LiveAVCommentary/manifest_a7453d85ecdcc0e9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} diff --git a/manifests/OCRScreenGrounding.jsonl b/manifests/OCRScreenGrounding.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4f95d4fb782e7f6c869b9dd0808c5defe9c14f21 --- /dev/null +++ b/manifests/OCRScreenGrounding.jsonl @@ -0,0 +1,1000 @@ +{"manifest_id": "manifest_461dd2c0f9f689d6", "row_id": "synthetic_ui_0000_0", "source_id": "synthetic_ui_0000", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0000", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_461dd2c0f9f689d6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1644739334, "redistribution_allowed": true, "text": "Dashboard: Users 1924 | Revenue $3476 | Orders 140 | Growth 2.3%", "width": 640, "height": 480} +{"manifest_id": "manifest_3d6154ac21fd499b", "row_id": "synthetic_ui_0001_0", "source_id": "synthetic_ui_0001", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0001", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3d6154ac21fd499b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1288511334, "redistribution_allowed": true, "text": "Dashboard: Users 2386 | Revenue $73911 | Orders 346 | Growth 17.2%", "width": 640, "height": 480} +{"manifest_id": "manifest_7ebcc312909f1b12", "row_id": "synthetic_ui_0002_0", "source_id": "synthetic_ui_0002", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0002", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7ebcc312909f1b12.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 402993002, "redistribution_allowed": true, "text": "Dashboard: Users 9035 | Revenue $9607 | Orders 216 | Growth -4.0%", "width": 640, "height": 480} +{"manifest_id": "manifest_2aa066a8649abd7d", "row_id": "synthetic_ui_0003_0", "source_id": "synthetic_ui_0003", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0003", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2aa066a8649abd7d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 827137876, "redistribution_allowed": true, "text": "Dashboard: Users 1635 | Revenue $22645 | Orders 258 | Growth 13.1%", "width": 640, "height": 480} +{"manifest_id": "manifest_a397bab4d952a7fb", "row_id": "synthetic_ui_0004_0", "source_id": "synthetic_ui_0004", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0004", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a397bab4d952a7fb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2320352199, "redistribution_allowed": true, "text": "Dashboard: Users 9295 | Revenue $20685 | Orders 332 | Growth 16.0%", "width": 640, "height": 480} +{"manifest_id": "manifest_3fa6d8a60ac9e5f3", "row_id": "synthetic_ui_0005_0", "source_id": "synthetic_ui_0005", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0005", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3fa6d8a60ac9e5f3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1088498975, "redistribution_allowed": true, "text": "Dashboard: Users 6973 | Revenue $22824 | Orders 301 | Growth 3.3%", "width": 640, "height": 480} +{"manifest_id": "manifest_b332cd1efdaaf0fb", "row_id": "synthetic_ui_0006_0", "source_id": "synthetic_ui_0006", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0006", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b332cd1efdaaf0fb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2745399395, "redistribution_allowed": true, "text": "Dashboard: Users 206 | Revenue $76122 | Orders 81 | Growth 15.9%", "width": 640, "height": 480} +{"manifest_id": "manifest_f83204797e396ae3", "row_id": "synthetic_ui_0007_0", "source_id": "synthetic_ui_0007", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0007", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f83204797e396ae3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1294987842, "redistribution_allowed": true, "text": "Dashboard: Users 5674 | Revenue $28509 | Orders 110 | Growth 23.7%", "width": 640, "height": 480} +{"manifest_id": "manifest_6da98082efbba229", "row_id": "synthetic_ui_0008_0", "source_id": "synthetic_ui_0008", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0008", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6da98082efbba229.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 250536925, "redistribution_allowed": true, "text": "Dashboard: Users 5614 | Revenue $11119 | Orders 194 | Growth -2.1%", "width": 640, "height": 480} +{"manifest_id": "manifest_3889c023d8c62dd4", "row_id": "synthetic_ui_0009_0", "source_id": "synthetic_ui_0009", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0009", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3889c023d8c62dd4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1013044192, "redistribution_allowed": true, "text": "Dashboard: Users 5735 | Revenue $60769 | Orders 413 | Growth -3.7%", "width": 640, "height": 480} +{"manifest_id": "manifest_6e2d49a219722724", "row_id": "synthetic_ui_0010_0", "source_id": "synthetic_ui_0010", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0010", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6e2d49a219722724.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 586567227, "redistribution_allowed": true, "text": "Dashboard: Users 7627 | Revenue $54087 | Orders 498 | Growth 22.7%", "width": 640, "height": 480} +{"manifest_id": "manifest_33183a7e5f34b760", "row_id": "synthetic_ui_0011_0", "source_id": "synthetic_ui_0011", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0011", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_33183a7e5f34b760.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2319800158, "redistribution_allowed": true, "text": "Dashboard: Users 1391 | Revenue $55652 | Orders 424 | Growth 13.9%", "width": 640, "height": 480} +{"manifest_id": "manifest_677d685a4957ce78", "row_id": "synthetic_ui_0012_0", "source_id": "synthetic_ui_0012", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0012", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_677d685a4957ce78.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2658147066, "redistribution_allowed": true, "text": "Dashboard: Users 6025 | Revenue $58158 | Orders 360 | Growth -2.9%", "width": 640, "height": 480} +{"manifest_id": "manifest_f74b7f3f0762f4d0", "row_id": "synthetic_ui_0013_0", "source_id": "synthetic_ui_0013", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0013", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f74b7f3f0762f4d0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1969991869, "redistribution_allowed": true, "text": "Dashboard: Users 3833 | Revenue $77534 | Orders 40 | Growth 20.7%", "width": 640, "height": 480} +{"manifest_id": "manifest_49638c5cab33e1ca", "row_id": "synthetic_ui_0014_0", "source_id": "synthetic_ui_0014", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0014", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_49638c5cab33e1ca.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3798516348, "redistribution_allowed": true, "text": "Dashboard: Users 1754 | Revenue $38632 | Orders 232 | Growth 14.1%", "width": 640, "height": 480} +{"manifest_id": "manifest_d22a2cbbc4e3c35d", "row_id": "synthetic_ui_0015_0", "source_id": "synthetic_ui_0015", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0015", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d22a2cbbc4e3c35d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1119827314, "redistribution_allowed": true, "text": "Dashboard: Users 6077 | Revenue $17103 | Orders 181 | Growth 1.3%", "width": 640, "height": 480} +{"manifest_id": "manifest_0a8ae28867aaaf2f", "row_id": "synthetic_ui_0016_0", "source_id": "synthetic_ui_0016", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0016", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0a8ae28867aaaf2f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 820306977, "redistribution_allowed": true, "text": "Dashboard: Users 4474 | Revenue $70480 | Orders 349 | Growth 14.4%", "width": 640, "height": 480} +{"manifest_id": "manifest_da262b0230d82f26", "row_id": "synthetic_ui_0017_0", "source_id": "synthetic_ui_0017", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0017", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_da262b0230d82f26.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4157057794, "redistribution_allowed": true, "text": "Dashboard: Users 2903 | Revenue $53880 | Orders 125 | Growth -0.1%", "width": 640, "height": 480} +{"manifest_id": "manifest_1174bd66aba9c6d3", "row_id": "synthetic_ui_0018_0", "source_id": "synthetic_ui_0018", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0018", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1174bd66aba9c6d3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1504673393, "redistribution_allowed": true, "text": "Dashboard: Users 6316 | Revenue $27725 | Orders 473 | Growth 14.2%", "width": 640, "height": 480} +{"manifest_id": "manifest_dd8edd2d1480fe58", "row_id": "synthetic_ui_0019_0", "source_id": "synthetic_ui_0019", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0019", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_dd8edd2d1480fe58.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3991927696, "redistribution_allowed": true, "text": "Dashboard: Users 9225 | Revenue $22742 | Orders 166 | Growth 20.3%", "width": 640, "height": 480} +{"manifest_id": "manifest_ac65a1240008362e", "row_id": "synthetic_ui_0020_0", "source_id": "synthetic_ui_0020", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0020", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ac65a1240008362e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3513571894, "redistribution_allowed": true, "text": "Dashboard: Users 1016 | Revenue $23676 | Orders 16 | Growth 19.2%", "width": 640, "height": 480} +{"manifest_id": "manifest_2f6a32e2135f4d9c", "row_id": "synthetic_ui_0021_0", "source_id": "synthetic_ui_0021", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0021", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2f6a32e2135f4d9c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 771163758, "redistribution_allowed": true, "text": "Dashboard: Users 6672 | Revenue $27506 | Orders 108 | Growth 22.4%", "width": 640, "height": 480} +{"manifest_id": "manifest_696ad42e9c439641", "row_id": "synthetic_ui_0022_0", "source_id": "synthetic_ui_0022", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0022", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_696ad42e9c439641.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4024315455, "redistribution_allowed": true, "text": "Dashboard: Users 9392 | Revenue $87760 | Orders 161 | Growth 1.4%", "width": 640, "height": 480} +{"manifest_id": "manifest_0876938e59e32946", "row_id": "synthetic_ui_0023_0", "source_id": "synthetic_ui_0023", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0023", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0876938e59e32946.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4059843895, "redistribution_allowed": true, "text": "Dashboard: Users 8279 | Revenue $40168 | Orders 468 | Growth 14.3%", "width": 640, "height": 480} +{"manifest_id": "manifest_180d150b72f9266a", "row_id": "synthetic_ui_0024_0", "source_id": "synthetic_ui_0024", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0024", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_180d150b72f9266a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1636012026, "redistribution_allowed": true, "text": "Dashboard: Users 2440 | Revenue $27223 | Orders 126 | Growth 17.3%", "width": 640, "height": 480} +{"manifest_id": "manifest_49eb5673f950c9ad", "row_id": "synthetic_ui_0026_0", "source_id": "synthetic_ui_0026", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0026", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_49eb5673f950c9ad.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 465042592, "redistribution_allowed": true, "text": "Dashboard: Users 9660 | Revenue $40541 | Orders 112 | Growth 24.9%", "width": 640, "height": 480} +{"manifest_id": "manifest_c5a1841128177551", "row_id": "synthetic_ui_0027_0", "source_id": "synthetic_ui_0027", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0027", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c5a1841128177551.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3334677230, "redistribution_allowed": true, "text": "Dashboard: Users 2366 | Revenue $51443 | Orders 46 | Growth 17.7%", "width": 640, "height": 480} +{"manifest_id": "manifest_57c9d15171da0ec4", "row_id": "synthetic_ui_0028_0", "source_id": "synthetic_ui_0028", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0028", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_57c9d15171da0ec4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3810864818, "redistribution_allowed": true, "text": "Dashboard: Users 1896 | Revenue $16131 | Orders 81 | Growth 18.8%", "width": 640, "height": 480} +{"manifest_id": "manifest_bd42f29a0a0f4797", "row_id": "synthetic_ui_0029_0", "source_id": "synthetic_ui_0029", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0029", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bd42f29a0a0f4797.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1616744265, "redistribution_allowed": true, "text": "Dashboard: Users 7016 | Revenue $60044 | Orders 197 | Growth 6.4%", "width": 640, "height": 480} +{"manifest_id": "manifest_5be96b5f44a6f85a", "row_id": "synthetic_ui_0030_0", "source_id": "synthetic_ui_0030", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0030", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5be96b5f44a6f85a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4047970905, "redistribution_allowed": true, "text": "Dashboard: Users 7768 | Revenue $53382 | Orders 497 | Growth 11.6%", "width": 640, "height": 480} +{"manifest_id": "manifest_975ee1023ba859e9", "row_id": "synthetic_ui_0031_0", "source_id": "synthetic_ui_0031", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0031", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_975ee1023ba859e9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 544128427, "redistribution_allowed": true, "text": "Dashboard: Users 288 | Revenue $68348 | Orders 58 | Growth 15.5%", "width": 640, "height": 480} +{"manifest_id": "manifest_d455978aa8cf6b33", "row_id": "synthetic_ui_0032_0", "source_id": "synthetic_ui_0032", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0032", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d455978aa8cf6b33.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3212311028, "redistribution_allowed": true, "text": "Dashboard: Users 8897 | Revenue $75337 | Orders 393 | Growth 14.2%", "width": 640, "height": 480} +{"manifest_id": "manifest_bf59836230fdb7ad", "row_id": "synthetic_ui_0033_0", "source_id": "synthetic_ui_0033", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0033", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bf59836230fdb7ad.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1585532506, "redistribution_allowed": true, "text": "Dashboard: Users 1927 | Revenue $30057 | Orders 80 | Growth 8.6%", "width": 640, "height": 480} +{"manifest_id": "manifest_549f90e05d43cc33", "row_id": "synthetic_ui_0034_0", "source_id": "synthetic_ui_0034", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0034", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_549f90e05d43cc33.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1476885917, "redistribution_allowed": true, "text": "Dashboard: Users 4415 | Revenue $97217 | Orders 390 | Growth 0.4%", "width": 640, "height": 480} +{"manifest_id": "manifest_bfe8ca6f1efdda24", "row_id": "synthetic_ui_0035_0", "source_id": "synthetic_ui_0035", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0035", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bfe8ca6f1efdda24.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1461147994, "redistribution_allowed": true, "text": "Dashboard: Users 1843 | Revenue $87181 | Orders 152 | Growth 20.3%", "width": 640, "height": 480} +{"manifest_id": "manifest_8fa2f87eeb816cdc", "row_id": "synthetic_ui_0036_0", "source_id": "synthetic_ui_0036", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0036", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8fa2f87eeb816cdc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 91484332, "redistribution_allowed": true, "text": "Dashboard: Users 8417 | Revenue $61288 | Orders 78 | Growth 6.2%", "width": 640, "height": 480} +{"manifest_id": "manifest_9927025105809b31", "row_id": "synthetic_ui_0037_0", "source_id": "synthetic_ui_0037", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0037", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9927025105809b31.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3309868617, "redistribution_allowed": true, "text": "Dashboard: Users 2746 | Revenue $54399 | Orders 398 | Growth 22.7%", "width": 640, "height": 480} +{"manifest_id": "manifest_5a8bc8adbfd6100e", "row_id": "synthetic_ui_0038_0", "source_id": "synthetic_ui_0038", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0038", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5a8bc8adbfd6100e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2521187474, "redistribution_allowed": true, "text": "Dashboard: Users 109 | Revenue $60296 | Orders 250 | Growth -4.4%", "width": 640, "height": 480} +{"manifest_id": "manifest_42ca069f1a8a30f5", "row_id": "synthetic_ui_0039_0", "source_id": "synthetic_ui_0039", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0039", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_42ca069f1a8a30f5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 106628272, "redistribution_allowed": true, "text": "Dashboard: Users 6047 | Revenue $87993 | Orders 425 | Growth 19.2%", "width": 640, "height": 480} +{"manifest_id": "manifest_1839e062ddc3d4a6", "row_id": "synthetic_ui_0040_0", "source_id": "synthetic_ui_0040", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0040", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1839e062ddc3d4a6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3668403082, "redistribution_allowed": true, "text": "Dashboard: Users 4023 | Revenue $6735 | Orders 449 | Growth 12.0%", "width": 640, "height": 480} +{"manifest_id": "manifest_49468dfe6cdc510c", "row_id": "synthetic_ui_0041_0", "source_id": "synthetic_ui_0041", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0041", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_49468dfe6cdc510c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 998160727, "redistribution_allowed": true, "text": "Dashboard: Users 1390 | Revenue $9480 | Orders 248 | Growth 19.5%", "width": 640, "height": 480} +{"manifest_id": "manifest_6f7829ace508c8eb", "row_id": "synthetic_ui_0042_0", "source_id": "synthetic_ui_0042", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0042", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6f7829ace508c8eb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2227438450, "redistribution_allowed": true, "text": "Dashboard: Users 8827 | Revenue $76818 | Orders 65 | Growth 14.8%", "width": 640, "height": 480} +{"manifest_id": "manifest_5c34a4d3f9b1f2d7", "row_id": "synthetic_ui_0043_0", "source_id": "synthetic_ui_0043", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0043", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5c34a4d3f9b1f2d7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1778598901, "redistribution_allowed": true, "text": "Dashboard: Users 9107 | Revenue $17348 | Orders 270 | Growth 21.2%", "width": 640, "height": 480} +{"manifest_id": "manifest_23d89740b64cc5df", "row_id": "synthetic_ui_0044_0", "source_id": "synthetic_ui_0044", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0044", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_23d89740b64cc5df.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1551652574, "redistribution_allowed": true, "text": "Dashboard: Users 7032 | Revenue $96472 | Orders 475 | Growth 11.2%", "width": 640, "height": 480} +{"manifest_id": "manifest_05cf9d0fe39df850", "row_id": "synthetic_ui_0045_0", "source_id": "synthetic_ui_0045", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0045", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_05cf9d0fe39df850.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1236895974, "redistribution_allowed": true, "text": "Dashboard: Users 3395 | Revenue $71582 | Orders 204 | Growth 24.9%", "width": 640, "height": 480} +{"manifest_id": "manifest_86f01db98c4d706f", "row_id": "synthetic_ui_0046_0", "source_id": "synthetic_ui_0046", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0046", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_86f01db98c4d706f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 665213426, "redistribution_allowed": true, "text": "Dashboard: Users 6218 | Revenue $44372 | Orders 264 | Growth 8.5%", "width": 640, "height": 480} +{"manifest_id": "manifest_b0b095c408eff959", "row_id": "synthetic_ui_0047_0", "source_id": "synthetic_ui_0047", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0047", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b0b095c408eff959.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 472040655, "redistribution_allowed": true, "text": "Dashboard: Users 4161 | Revenue $23245 | Orders 173 | Growth -4.4%", "width": 640, "height": 480} +{"manifest_id": "manifest_86cceab407f9aef3", "row_id": "synthetic_ui_0048_0", "source_id": "synthetic_ui_0048", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0048", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_86cceab407f9aef3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2505816312, "redistribution_allowed": true, "text": "Dashboard: Users 9175 | Revenue $23781 | Orders 112 | Growth -4.8%", "width": 640, "height": 480} +{"manifest_id": "manifest_94cec6639ed1bac1", "row_id": "synthetic_ui_0050_0", "source_id": "synthetic_ui_0050", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0050", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_94cec6639ed1bac1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 670168689, "redistribution_allowed": true, "text": "Dashboard: Users 5513 | Revenue $8015 | Orders 121 | Growth 3.4%", "width": 640, "height": 480} +{"manifest_id": "manifest_3051e2df3ef2fb29", "row_id": "synthetic_ui_0051_0", "source_id": "synthetic_ui_0051", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0051", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3051e2df3ef2fb29.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 716897640, "redistribution_allowed": true, "text": "Dashboard: Users 8053 | Revenue $22209 | Orders 67 | Growth 16.7%", "width": 640, "height": 480} +{"manifest_id": "manifest_d9299b6399522e51", "row_id": "synthetic_ui_0052_0", "source_id": "synthetic_ui_0052", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0052", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d9299b6399522e51.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 732257000, "redistribution_allowed": true, "text": "Dashboard: Users 9455 | Revenue $58045 | Orders 124 | Growth 18.5%", "width": 640, "height": 480} +{"manifest_id": "manifest_1234dcab09020d81", "row_id": "synthetic_ui_0053_0", "source_id": "synthetic_ui_0053", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0053", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1234dcab09020d81.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1180819200, "redistribution_allowed": true, "text": "Dashboard: Users 6769 | Revenue $19851 | Orders 49 | Growth 14.8%", "width": 640, "height": 480} +{"manifest_id": "manifest_a90a9f24d0ae4fe3", "row_id": "synthetic_ui_0054_0", "source_id": "synthetic_ui_0054", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0054", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a90a9f24d0ae4fe3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4126839009, "redistribution_allowed": true, "text": "Dashboard: Users 5904 | Revenue $42934 | Orders 239 | Growth 20.9%", "width": 640, "height": 480} +{"manifest_id": "manifest_bc223a37bca544f2", "row_id": "synthetic_ui_0055_0", "source_id": "synthetic_ui_0055", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0055", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bc223a37bca544f2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3682009854, "redistribution_allowed": true, "text": "Dashboard: Users 987 | Revenue $67663 | Orders 330 | Growth -2.0%", "width": 640, "height": 480} +{"manifest_id": "manifest_383bc3c6bbfb13d0", "row_id": "synthetic_ui_0057_0", "source_id": "synthetic_ui_0057", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0057", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_383bc3c6bbfb13d0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2877805822, "redistribution_allowed": true, "text": "Dashboard: Users 4173 | Revenue $19967 | Orders 274 | Growth 8.5%", "width": 640, "height": 480} +{"manifest_id": "manifest_199ed66a9b4fd121", "row_id": "synthetic_ui_0058_0", "source_id": "synthetic_ui_0058", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0058", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_199ed66a9b4fd121.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3289831483, "redistribution_allowed": true, "text": "Dashboard: Users 7012 | Revenue $19165 | Orders 236 | Growth 2.5%", "width": 640, "height": 480} +{"manifest_id": "manifest_76a11dfb6891cf6a", "row_id": "synthetic_ui_0059_0", "source_id": "synthetic_ui_0059", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0059", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_76a11dfb6891cf6a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3925540656, "redistribution_allowed": true, "text": "Dashboard: Users 1335 | Revenue $44870 | Orders 441 | Growth 20.7%", "width": 640, "height": 480} +{"manifest_id": "manifest_84490f04ed0d6503", "row_id": "synthetic_ui_0060_0", "source_id": "synthetic_ui_0060", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0060", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_84490f04ed0d6503.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4121479203, "redistribution_allowed": true, "text": "Dashboard: Users 1704 | Revenue $6008 | Orders 276 | Growth 20.1%", "width": 640, "height": 480} +{"manifest_id": "manifest_23df8dd9b01cf0ce", "row_id": "synthetic_ui_0061_0", "source_id": "synthetic_ui_0061", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0061", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_23df8dd9b01cf0ce.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 626032424, "redistribution_allowed": true, "text": "Dashboard: Users 1628 | Revenue $92710 | Orders 434 | Growth 2.1%", "width": 640, "height": 480} +{"manifest_id": "manifest_44b25527664ce45f", "row_id": "synthetic_ui_0063_0", "source_id": "synthetic_ui_0063", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0063", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_44b25527664ce45f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3117239984, "redistribution_allowed": true, "text": "Dashboard: Users 1060 | Revenue $17299 | Orders 1 | Growth 24.6%", "width": 640, "height": 480} +{"manifest_id": "manifest_d6f88021749f4e50", "row_id": "synthetic_ui_0064_0", "source_id": "synthetic_ui_0064", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0064", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d6f88021749f4e50.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4121415702, "redistribution_allowed": true, "text": "Dashboard: Users 4445 | Revenue $92725 | Orders 401 | Growth 8.7%", "width": 640, "height": 480} +{"manifest_id": "manifest_cae46137bbb7bbff", "row_id": "synthetic_terminal_0000_0", "source_id": "synthetic_terminal_0000", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0000", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cae46137bbb7bbff.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1784545211, "redistribution_allowed": true, "text": "$ python train.py --epochs 118 --lr 0.0697 --batch 64\nEpoch 72: loss=3.3127 acc=73.85%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_be3c26299193e69c", "row_id": "synthetic_terminal_0001_0", "source_id": "synthetic_terminal_0001", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0001", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_be3c26299193e69c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2930073478, "redistribution_allowed": true, "text": "$ python train.py --epochs 58 --lr 0.0297 --batch 16\nEpoch 75: loss=3.6813 acc=52.99%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_e8704684bded43fd", "row_id": "synthetic_terminal_0002_0", "source_id": "synthetic_terminal_0002", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0002", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e8704684bded43fd.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2710756163, "redistribution_allowed": true, "text": "$ python train.py --epochs 90 --lr 0.0058 --batch 64\nEpoch 62: loss=2.5192 acc=91.78%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_a0d4497fe05be2b0", "row_id": "synthetic_terminal_0003_0", "source_id": "synthetic_terminal_0003", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0003", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a0d4497fe05be2b0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 927541123, "redistribution_allowed": true, "text": "$ python train.py --epochs 50 --lr 0.0058 --batch 64\nEpoch 11: loss=4.2582 acc=53.36%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_28b85891740eb5d0", "row_id": "synthetic_terminal_0004_0", "source_id": "synthetic_terminal_0004", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0004", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_28b85891740eb5d0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2418798863, "redistribution_allowed": true, "text": "$ python train.py --epochs 27 --lr 0.0676 --batch 16\nEpoch 52: loss=0.6082 acc=93.62%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_0eff5727917e7edc", "row_id": "synthetic_terminal_0005_0", "source_id": "synthetic_terminal_0005", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0005", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0eff5727917e7edc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2779019832, "redistribution_allowed": true, "text": "$ python train.py --epochs 73 --lr 0.0579 --batch 16\nEpoch 80: loss=0.4191 acc=82.21%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_6ff876340db1dda7", "row_id": "synthetic_terminal_0006_0", "source_id": "synthetic_terminal_0006", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0006", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6ff876340db1dda7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 106564744, "redistribution_allowed": true, "text": "$ python train.py --epochs 154 --lr 0.0523 --batch 32\nEpoch 27: loss=3.3519 acc=65.40%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_516398365de774ef", "row_id": "synthetic_terminal_0007_0", "source_id": "synthetic_terminal_0007", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0007", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_516398365de774ef.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2130432256, "redistribution_allowed": true, "text": "$ python train.py --epochs 77 --lr 0.0396 --batch 64\nEpoch 83: loss=1.5070 acc=65.49%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_9342e75a7cb6abe1", "row_id": "synthetic_terminal_0008_0", "source_id": "synthetic_terminal_0008", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0008", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9342e75a7cb6abe1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2373823751, "redistribution_allowed": true, "text": "$ python train.py --epochs 28 --lr 0.0010 --batch 64\nEpoch 73: loss=4.9805 acc=53.59%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_2b092848b58a3d87", "row_id": "synthetic_terminal_0009_0", "source_id": "synthetic_terminal_0009", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0009", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2b092848b58a3d87.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3747908193, "redistribution_allowed": true, "text": "$ python train.py --epochs 64 --lr 0.0506 --batch 16\nEpoch 45: loss=4.4055 acc=93.08%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_8c1b112213120041", "row_id": "synthetic_terminal_0010_0", "source_id": "synthetic_terminal_0010", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0010", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8c1b112213120041.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3093603037, "redistribution_allowed": true, "text": "$ python train.py --epochs 104 --lr 0.0286 --batch 32\nEpoch 70: loss=3.5207 acc=79.97%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_c95589665d087204", "row_id": "synthetic_terminal_0011_0", "source_id": "synthetic_terminal_0011", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0011", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c95589665d087204.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2850206112, "redistribution_allowed": true, "text": "$ python train.py --epochs 177 --lr 0.0529 --batch 64\nEpoch 71: loss=1.5039 acc=82.51%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_4d04e37d49e51561", "row_id": "synthetic_terminal_0013_0", "source_id": "synthetic_terminal_0013", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0013", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4d04e37d49e51561.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2015710613, "redistribution_allowed": true, "text": "$ python train.py --epochs 164 --lr 0.0211 --batch 32\nEpoch 27: loss=3.4406 acc=91.79%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_6d8c662c9e0a73bf", "row_id": "synthetic_terminal_0014_0", "source_id": "synthetic_terminal_0014", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0014", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6d8c662c9e0a73bf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 114376813, "redistribution_allowed": true, "text": "$ python train.py --epochs 139 --lr 0.0489 --batch 16\nEpoch 12: loss=3.1751 acc=90.64%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_c66e3c1b0149f139", "row_id": "synthetic_terminal_0015_0", "source_id": "synthetic_terminal_0015", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0015", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c66e3c1b0149f139.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 62331047, "redistribution_allowed": true, "text": "$ python train.py --epochs 21 --lr 0.0005 --batch 16\nEpoch 82: loss=4.8992 acc=57.92%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_b3db1452486724e3", "row_id": "synthetic_terminal_0016_0", "source_id": "synthetic_terminal_0016", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0016", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b3db1452486724e3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 726558359, "redistribution_allowed": true, "text": "$ python train.py --epochs 123 --lr 0.0552 --batch 32\nEpoch 72: loss=0.0583 acc=53.69%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_c7b650a7cec373c4", "row_id": "synthetic_terminal_0017_0", "source_id": "synthetic_terminal_0017", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0017", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c7b650a7cec373c4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4245552898, "redistribution_allowed": true, "text": "$ python train.py --epochs 186 --lr 0.0904 --batch 64\nEpoch 5: loss=4.1746 acc=78.54%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_b9a60cdf5a0fc0bb", "row_id": "synthetic_terminal_0018_0", "source_id": "synthetic_terminal_0018", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0018", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b9a60cdf5a0fc0bb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1763394913, "redistribution_allowed": true, "text": "$ python train.py --epochs 47 --lr 0.0430 --batch 16\nEpoch 40: loss=1.8296 acc=95.72%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_725abdcd0d1f7cc9", "row_id": "synthetic_terminal_0019_0", "source_id": "synthetic_terminal_0019", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0019", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_725abdcd0d1f7cc9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3721059011, "redistribution_allowed": true, "text": "$ python train.py --epochs 20 --lr 0.0899 --batch 16\nEpoch 88: loss=1.2552 acc=55.04%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_e0b849207a3a937e", "row_id": "synthetic_terminal_0020_0", "source_id": "synthetic_terminal_0020", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0020", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e0b849207a3a937e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1291542606, "redistribution_allowed": true, "text": "$ python train.py --epochs 153 --lr 0.0884 --batch 32\nEpoch 80: loss=3.7499 acc=95.36%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_c04b91421c9bdcbd", "row_id": "synthetic_terminal_0021_0", "source_id": "synthetic_terminal_0021", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0021", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c04b91421c9bdcbd.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2079319501, "redistribution_allowed": true, "text": "$ python train.py --epochs 70 --lr 0.0865 --batch 16\nEpoch 53: loss=0.1337 acc=86.09%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_17c3d6398b5f6583", "row_id": "synthetic_terminal_0022_0", "source_id": "synthetic_terminal_0022", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0022", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_17c3d6398b5f6583.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3336433314, "redistribution_allowed": true, "text": "$ python train.py --epochs 95 --lr 0.0783 --batch 32\nEpoch 86: loss=4.3217 acc=89.73%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_a2b717d0e5cf5730", "row_id": "synthetic_terminal_0023_0", "source_id": "synthetic_terminal_0023", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0023", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a2b717d0e5cf5730.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2627392796, "redistribution_allowed": true, "text": "$ python train.py --epochs 78 --lr 0.0160 --batch 64\nEpoch 14: loss=1.9189 acc=51.90%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_66a8deaa485fa3af", "row_id": "synthetic_terminal_0024_0", "source_id": "synthetic_terminal_0024", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0024", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_66a8deaa485fa3af.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 767479055, "redistribution_allowed": true, "text": "$ python train.py --epochs 130 --lr 0.0223 --batch 32\nEpoch 45: loss=1.5329 acc=88.97%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_4b9b2295b89477fb", "row_id": "synthetic_terminal_0025_0", "source_id": "synthetic_terminal_0025", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0025", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4b9b2295b89477fb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1915999676, "redistribution_allowed": true, "text": "$ python train.py --epochs 68 --lr 0.0224 --batch 64\nEpoch 25: loss=1.9983 acc=63.65%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_3747ddcf48fd7dc3", "row_id": "synthetic_terminal_0026_0", "source_id": "synthetic_terminal_0026", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0026", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3747ddcf48fd7dc3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2506794495, "redistribution_allowed": true, "text": "$ python train.py --epochs 27 --lr 0.0967 --batch 32\nEpoch 45: loss=3.2110 acc=69.58%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_12ddb50d6efbc09c", "row_id": "synthetic_terminal_0027_0", "source_id": "synthetic_terminal_0027", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0027", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_12ddb50d6efbc09c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2299620048, "redistribution_allowed": true, "text": "$ python train.py --epochs 147 --lr 0.0332 --batch 16\nEpoch 15: loss=4.3864 acc=62.80%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_104118e481bf6b31", "row_id": "synthetic_terminal_0028_0", "source_id": "synthetic_terminal_0028", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0028", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_104118e481bf6b31.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3914880626, "redistribution_allowed": true, "text": "$ python train.py --epochs 158 --lr 0.0963 --batch 32\nEpoch 5: loss=0.5509 acc=71.29%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_3906a695b889bb40", "row_id": "synthetic_terminal_0029_0", "source_id": "synthetic_terminal_0029", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0029", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3906a695b889bb40.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 803515815, "redistribution_allowed": true, "text": "$ python train.py --epochs 196 --lr 0.0787 --batch 32\nEpoch 78: loss=4.9213 acc=55.67%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_40c27ab7dd824ac1", "row_id": "synthetic_terminal_0030_0", "source_id": "synthetic_terminal_0030", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0030", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_40c27ab7dd824ac1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 818346329, "redistribution_allowed": true, "text": "$ python train.py --epochs 157 --lr 0.0191 --batch 16\nEpoch 91: loss=2.1859 acc=75.48%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_e0ea41be5e90ae4a", "row_id": "synthetic_terminal_0031_0", "source_id": "synthetic_terminal_0031", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0031", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e0ea41be5e90ae4a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1427130302, "redistribution_allowed": true, "text": "$ python train.py --epochs 147 --lr 0.0687 --batch 64\nEpoch 95: loss=3.3564 acc=67.85%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_c10c32ae682ea475", "row_id": "synthetic_terminal_0032_0", "source_id": "synthetic_terminal_0032", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0032", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c10c32ae682ea475.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2399654541, "redistribution_allowed": true, "text": "$ python train.py --epochs 27 --lr 0.0949 --batch 32\nEpoch 80: loss=1.5764 acc=91.55%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_615d107926e926e5", "row_id": "synthetic_terminal_0033_0", "source_id": "synthetic_terminal_0033", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0033", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_615d107926e926e5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4289068932, "redistribution_allowed": true, "text": "$ python train.py --epochs 194 --lr 0.0900 --batch 64\nEpoch 40: loss=3.3378 acc=65.98%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_ed74c64e70b3fe98", "row_id": "synthetic_terminal_0034_0", "source_id": "synthetic_terminal_0034", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0034", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ed74c64e70b3fe98.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1854828840, "redistribution_allowed": true, "text": "$ python train.py --epochs 188 --lr 0.0296 --batch 16\nEpoch 25: loss=2.1080 acc=96.08%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_0d6501686045436d", "row_id": "synthetic_terminal_0035_0", "source_id": "synthetic_terminal_0035", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0035", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0d6501686045436d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3500307910, "redistribution_allowed": true, "text": "$ python train.py --epochs 183 --lr 0.0748 --batch 16\nEpoch 79: loss=2.8498 acc=69.90%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_eb9c825bbbf99d34", "row_id": "synthetic_terminal_0036_0", "source_id": "synthetic_terminal_0036", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0036", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_eb9c825bbbf99d34.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3489311317, "redistribution_allowed": true, "text": "$ python train.py --epochs 10 --lr 0.0305 --batch 16\nEpoch 56: loss=3.9309 acc=79.73%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_c94849fcd19e0bbd", "row_id": "synthetic_terminal_0037_0", "source_id": "synthetic_terminal_0037", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0037", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c94849fcd19e0bbd.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3467142843, "redistribution_allowed": true, "text": "$ python train.py --epochs 92 --lr 0.0466 --batch 32\nEpoch 87: loss=1.0764 acc=73.19%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_9e11fa0a6f7d55c1", "row_id": "synthetic_terminal_0038_0", "source_id": "synthetic_terminal_0038", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0038", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9e11fa0a6f7d55c1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4065020344, "redistribution_allowed": true, "text": "$ python train.py --epochs 198 --lr 0.0171 --batch 16\nEpoch 37: loss=2.5821 acc=81.01%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_9f7cd04987fc2e07", "row_id": "synthetic_terminal_0039_0", "source_id": "synthetic_terminal_0039", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0039", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9f7cd04987fc2e07.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3087515610, "redistribution_allowed": true, "text": "$ python train.py --epochs 95 --lr 0.0094 --batch 16\nEpoch 87: loss=1.5590 acc=89.52%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_3eb2b09c500b4ccf", "row_id": "synthetic_terminal_0040_0", "source_id": "synthetic_terminal_0040", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0040", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3eb2b09c500b4ccf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3049872922, "redistribution_allowed": true, "text": "$ python train.py --epochs 47 --lr 0.0025 --batch 16\nEpoch 61: loss=3.0603 acc=87.66%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_bd948ccc62c66fd3", "row_id": "synthetic_terminal_0041_0", "source_id": "synthetic_terminal_0041", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0041", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bd948ccc62c66fd3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 251297698, "redistribution_allowed": true, "text": "$ python train.py --epochs 126 --lr 0.0415 --batch 64\nEpoch 74: loss=0.9802 acc=84.12%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_54a8b4e420a5762a", "row_id": "synthetic_terminal_0042_0", "source_id": "synthetic_terminal_0042", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0042", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_54a8b4e420a5762a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 916998316, "redistribution_allowed": true, "text": "$ python train.py --epochs 136 --lr 0.0400 --batch 16\nEpoch 84: loss=3.4412 acc=93.74%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_738ca389e88cff2b", "row_id": "synthetic_terminal_0043_0", "source_id": "synthetic_terminal_0043", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0043", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_738ca389e88cff2b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3571337566, "redistribution_allowed": true, "text": "$ python train.py --epochs 37 --lr 0.0779 --batch 16\nEpoch 23: loss=4.0225 acc=84.10%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_eac376b9b6a1d46e", "row_id": "synthetic_terminal_0044_0", "source_id": "synthetic_terminal_0044", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0044", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_eac376b9b6a1d46e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4279182781, "redistribution_allowed": true, "text": "$ python train.py --epochs 128 --lr 0.0051 --batch 16\nEpoch 16: loss=2.2877 acc=89.27%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_2731d9c33f18af33", "row_id": "synthetic_terminal_0045_0", "source_id": "synthetic_terminal_0045", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0045", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2731d9c33f18af33.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1191062231, "redistribution_allowed": true, "text": "$ python train.py --epochs 180 --lr 0.0532 --batch 64\nEpoch 77: loss=1.5933 acc=87.01%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_7ffde4a85a4ead9c", "row_id": "synthetic_terminal_0046_0", "source_id": "synthetic_terminal_0046", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0046", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7ffde4a85a4ead9c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2207417193, "redistribution_allowed": true, "text": "$ python train.py --epochs 123 --lr 0.0613 --batch 64\nEpoch 65: loss=2.1394 acc=94.44%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_6ecac9331a9db3e4", "row_id": "synthetic_terminal_0047_0", "source_id": "synthetic_terminal_0047", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0047", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6ecac9331a9db3e4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4110540928, "redistribution_allowed": true, "text": "$ python train.py --epochs 124 --lr 0.0897 --batch 64\nEpoch 61: loss=2.2558 acc=86.84%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_e9a2555be1a800fa", "row_id": "synthetic_terminal_0048_0", "source_id": "synthetic_terminal_0048", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0048", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e9a2555be1a800fa.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4036792948, "redistribution_allowed": true, "text": "$ python train.py --epochs 173 --lr 0.0278 --batch 64\nEpoch 63: loss=3.1375 acc=63.46%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_5c9dc7f3fa60a4ba", "row_id": "synthetic_terminal_0049_0", "source_id": "synthetic_terminal_0049", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0049", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5c9dc7f3fa60a4ba.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3612850458, "redistribution_allowed": true, "text": "$ python train.py --epochs 29 --lr 0.0714 --batch 16\nEpoch 35: loss=1.6859 acc=93.76%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_4e4cb0ae552a529b", "row_id": "synthetic_terminal_0050_0", "source_id": "synthetic_terminal_0050", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0050", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4e4cb0ae552a529b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1631407411, "redistribution_allowed": true, "text": "$ python train.py --epochs 30 --lr 0.0139 --batch 16\nEpoch 50: loss=3.4728 acc=84.61%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_70a46751e86ceb10", "row_id": "synthetic_terminal_0051_0", "source_id": "synthetic_terminal_0051", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0051", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_70a46751e86ceb10.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1140269277, "redistribution_allowed": true, "text": "$ python train.py --epochs 26 --lr 0.0415 --batch 32\nEpoch 70: loss=2.3350 acc=53.05%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_c82462b6b9174a4a", "row_id": "synthetic_terminal_0052_0", "source_id": "synthetic_terminal_0052", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0052", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c82462b6b9174a4a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3745260329, "redistribution_allowed": true, "text": "$ python train.py --epochs 117 --lr 0.0390 --batch 64\nEpoch 90: loss=0.1075 acc=93.15%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_cf2629e96c929ce9", "row_id": "synthetic_terminal_0053_0", "source_id": "synthetic_terminal_0053", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0053", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cf2629e96c929ce9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 90791646, "redistribution_allowed": true, "text": "$ python train.py --epochs 157 --lr 0.0381 --batch 16\nEpoch 46: loss=1.5001 acc=69.11%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_43cc1d19b2efface", "row_id": "synthetic_terminal_0054_0", "source_id": "synthetic_terminal_0054", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0054", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_43cc1d19b2efface.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4259554352, "redistribution_allowed": true, "text": "$ python train.py --epochs 117 --lr 0.0539 --batch 64\nEpoch 70: loss=4.0013 acc=93.99%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_ea2d6af6a803b90c", "row_id": "synthetic_table_0000_0", "source_id": "synthetic_table_0000", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0000", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ea2d6af6a803b90c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 152370024, "redistribution_allowed": true, "text": "INVOICE #611945\nDate: 2026-04-09\nItem: Gadget x8\nUnit: $24.22 Total: $1687.29", "width": 640, "height": 480} +{"manifest_id": "manifest_3db451ef0729a321", "row_id": "synthetic_table_0001_0", "source_id": "synthetic_table_0001", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0001", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3db451ef0729a321.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3338885126, "redistribution_allowed": true, "text": "INVOICE #812131\nDate: 2026-07-24\nItem: Widget x8\nUnit: $460.58 Total: $4903.80", "width": 640, "height": 480} +{"manifest_id": "manifest_391c90a832d872e1", "row_id": "synthetic_table_0003_0", "source_id": "synthetic_table_0003", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0003", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_391c90a832d872e1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2745932179, "redistribution_allowed": true, "text": "INVOICE #549433\nDate: 2026-03-28\nItem: Gadget x3\nUnit: $34.64 Total: $1901.73", "width": 640, "height": 480} +{"manifest_id": "manifest_187ccf2759816989", "row_id": "synthetic_table_0004_0", "source_id": "synthetic_table_0004", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0004", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_187ccf2759816989.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 329853222, "redistribution_allowed": true, "text": "INVOICE #321941\nDate: 2026-08-11\nItem: Gadget x7\nUnit: $146.35 Total: $4756.51", "width": 640, "height": 480} +{"manifest_id": "manifest_9c8a86316c6ead0d", "row_id": "synthetic_table_0005_0", "source_id": "synthetic_table_0005", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0005", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9c8a86316c6ead0d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2819685224, "redistribution_allowed": true, "text": "INVOICE #542042\nDate: 2026-05-27\nItem: Widget x8\nUnit: $19.50 Total: $2701.70", "width": 640, "height": 480} +{"manifest_id": "manifest_92966af0b1370337", "row_id": "synthetic_table_0006_0", "source_id": "synthetic_table_0006", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0006", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_92966af0b1370337.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2041309617, "redistribution_allowed": true, "text": "INVOICE #466960\nDate: 2026-04-21\nItem: Widget x1\nUnit: $379.57 Total: $4748.56", "width": 640, "height": 480} +{"manifest_id": "manifest_7989359fccdde3d1", "row_id": "synthetic_table_0007_0", "source_id": "synthetic_table_0007", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0007", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7989359fccdde3d1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 742588270, "redistribution_allowed": true, "text": "INVOICE #309044\nDate: 2026-01-20\nItem: Widget x4\nUnit: $71.85 Total: $3350.60", "width": 640, "height": 480} +{"manifest_id": "manifest_4b2ee76ecb3135ae", "row_id": "synthetic_table_0008_0", "source_id": "synthetic_table_0008", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0008", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4b2ee76ecb3135ae.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2226569832, "redistribution_allowed": true, "text": "INVOICE #691364\nDate: 2026-04-15\nItem: Tool x5\nUnit: $385.78 Total: $847.27", "width": 640, "height": 480} +{"manifest_id": "manifest_39feb561ec818d2e", "row_id": "synthetic_table_0009_0", "source_id": "synthetic_table_0009", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0009", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_39feb561ec818d2e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 101825372, "redistribution_allowed": true, "text": "INVOICE #736745\nDate: 2026-12-23\nItem: Widget x3\nUnit: $482.71 Total: $549.41", "width": 640, "height": 480} +{"manifest_id": "manifest_cafb63be35f344b8", "row_id": "synthetic_table_0010_0", "source_id": "synthetic_table_0010", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0010", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cafb63be35f344b8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 855780329, "redistribution_allowed": true, "text": "INVOICE #126925\nDate: 2026-05-19\nItem: Tool x7\nUnit: $204.36 Total: $3577.92", "width": 640, "height": 480} +{"manifest_id": "manifest_6709154dec21bb18", "row_id": "synthetic_table_0012_0", "source_id": "synthetic_table_0012", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0012", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6709154dec21bb18.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 341688647, "redistribution_allowed": true, "text": "INVOICE #991597\nDate: 2026-11-20\nItem: Widget x10\nUnit: $393.49 Total: $1742.55", "width": 640, "height": 480} +{"manifest_id": "manifest_b39fab1cb6c84eef", "row_id": "synthetic_table_0013_0", "source_id": "synthetic_table_0013", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0013", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b39fab1cb6c84eef.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 124937870, "redistribution_allowed": true, "text": "INVOICE #549186\nDate: 2026-11-12\nItem: Widget x9\nUnit: $327.30 Total: $73.13", "width": 640, "height": 480} +{"manifest_id": "manifest_e46dfbf39dd07990", "row_id": "synthetic_table_0014_0", "source_id": "synthetic_table_0014", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0014", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e46dfbf39dd07990.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1473592538, "redistribution_allowed": true, "text": "INVOICE #540463\nDate: 2026-08-04\nItem: Gadget x6\nUnit: $321.44 Total: $4145.25", "width": 640, "height": 480} +{"manifest_id": "manifest_8a788316bc039b17", "row_id": "synthetic_table_0015_0", "source_id": "synthetic_table_0015", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0015", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8a788316bc039b17.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1683743497, "redistribution_allowed": true, "text": "INVOICE #841666\nDate: 2026-03-14\nItem: Widget x9\nUnit: $483.08 Total: $1357.71", "width": 640, "height": 480} +{"manifest_id": "manifest_6b1d397a7eb134b5", "row_id": "synthetic_table_0016_0", "source_id": "synthetic_table_0016", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0016", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6b1d397a7eb134b5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3774625879, "redistribution_allowed": true, "text": "INVOICE #947458\nDate: 2026-09-25\nItem: Gadget x8\nUnit: $223.43 Total: $3657.82", "width": 640, "height": 480} +{"manifest_id": "manifest_f783bf56e3968454", "row_id": "synthetic_table_0018_0", "source_id": "synthetic_table_0018", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0018", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f783bf56e3968454.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3715456865, "redistribution_allowed": true, "text": "INVOICE #886931\nDate: 2026-08-19\nItem: Tool x7\nUnit: $174.83 Total: $2476.59", "width": 640, "height": 480} +{"manifest_id": "manifest_104f04ba700cc9f4", "row_id": "synthetic_table_0019_0", "source_id": "synthetic_table_0019", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0019", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_104f04ba700cc9f4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 610879940, "redistribution_allowed": true, "text": "INVOICE #440802\nDate: 2026-03-16\nItem: Widget x6\nUnit: $400.94 Total: $1708.29", "width": 640, "height": 480} +{"manifest_id": "manifest_e28fb9b4475ae3fd", "row_id": "synthetic_table_0020_0", "source_id": "synthetic_table_0020", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0020", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e28fb9b4475ae3fd.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4177624269, "redistribution_allowed": true, "text": "INVOICE #725113\nDate: 2026-12-09\nItem: Tool x1\nUnit: $263.15 Total: $963.37", "width": 640, "height": 480} +{"manifest_id": "manifest_06ad3e6658a0da5a", "row_id": "synthetic_table_0021_0", "source_id": "synthetic_table_0021", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0021", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_06ad3e6658a0da5a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 146284749, "redistribution_allowed": true, "text": "INVOICE #353080\nDate: 2026-12-14\nItem: Gadget x9\nUnit: $381.50 Total: $3456.14", "width": 640, "height": 480} +{"manifest_id": "manifest_c5b624281404934e", "row_id": "synthetic_table_0022_0", "source_id": "synthetic_table_0022", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0022", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c5b624281404934e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3787414089, "redistribution_allowed": true, "text": "INVOICE #777278\nDate: 2026-12-16\nItem: Gadget x1\nUnit: $55.60 Total: $1115.77", "width": 640, "height": 480} +{"manifest_id": "manifest_f9b28e00dbaa8793", "row_id": "synthetic_table_0023_0", "source_id": "synthetic_table_0023", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0023", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f9b28e00dbaa8793.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4255994519, "redistribution_allowed": true, "text": "INVOICE #825391\nDate: 2026-04-10\nItem: Tool x10\nUnit: $190.82 Total: $2771.83", "width": 640, "height": 480} +{"manifest_id": "manifest_e174571e7497ac4d", "row_id": "synthetic_table_0024_0", "source_id": "synthetic_table_0024", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0024", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e174571e7497ac4d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 699637738, "redistribution_allowed": true, "text": "INVOICE #460455\nDate: 2026-07-24\nItem: Tool x6\nUnit: $182.39 Total: $2274.19", "width": 640, "height": 480} +{"manifest_id": "manifest_c62cafe81d82de58", "row_id": "synthetic_table_0025_0", "source_id": "synthetic_table_0025", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0025", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c62cafe81d82de58.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2118612356, "redistribution_allowed": true, "text": "INVOICE #421517\nDate: 2026-05-08\nItem: Widget x4\nUnit: $164.62 Total: $3716.98", "width": 640, "height": 480} +{"manifest_id": "manifest_042414daaa9fca75", "row_id": "synthetic_table_0027_0", "source_id": "synthetic_table_0027", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0027", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_042414daaa9fca75.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3557566812, "redistribution_allowed": true, "text": "INVOICE #718226\nDate: 2026-09-20\nItem: Gadget x2\nUnit: $417.99 Total: $1488.27", "width": 640, "height": 480} +{"manifest_id": "manifest_a140bce9544b8437", "row_id": "synthetic_table_0028_0", "source_id": "synthetic_table_0028", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0028", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a140bce9544b8437.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2529334239, "redistribution_allowed": true, "text": "INVOICE #478411\nDate: 2026-03-10\nItem: Widget x9\nUnit: $72.03 Total: $237.12", "width": 640, "height": 480} +{"manifest_id": "manifest_3e66308ac2e7cdae", "row_id": "synthetic_table_0029_0", "source_id": "synthetic_table_0029", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0029", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3e66308ac2e7cdae.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2519807465, "redistribution_allowed": true, "text": "INVOICE #157174\nDate: 2026-09-10\nItem: Tool x3\nUnit: $322.56 Total: $3766.43", "width": 640, "height": 480} +{"manifest_id": "manifest_48774f6bc3868080", "row_id": "synthetic_table_0031_0", "source_id": "synthetic_table_0031", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0031", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_48774f6bc3868080.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2935093336, "redistribution_allowed": true, "text": "INVOICE #153872\nDate: 2026-05-28\nItem: Gadget x2\nUnit: $412.84 Total: $2009.53", "width": 640, "height": 480} +{"manifest_id": "manifest_1bcda0d421206dda", "row_id": "synthetic_table_0033_0", "source_id": "synthetic_table_0033", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0033", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1bcda0d421206dda.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 971408433, "redistribution_allowed": true, "text": "INVOICE #418594\nDate: 2026-02-08\nItem: Widget x9\nUnit: $384.58 Total: $3035.53", "width": 640, "height": 480} +{"manifest_id": "manifest_07b5f78c64fbaf01", "row_id": "synthetic_table_0034_0", "source_id": "synthetic_table_0034", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0034", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_07b5f78c64fbaf01.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3372406908, "redistribution_allowed": true, "text": "INVOICE #929151\nDate: 2026-10-08\nItem: Tool x7\nUnit: $230.75 Total: $2219.18", "width": 640, "height": 480} +{"manifest_id": "manifest_a909e9693e725a54", "row_id": "synthetic_table_0035_0", "source_id": "synthetic_table_0035", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0035", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a909e9693e725a54.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1155324398, "redistribution_allowed": true, "text": "INVOICE #717113\nDate: 2026-07-10\nItem: Tool x10\nUnit: $39.51 Total: $4800.94", "width": 640, "height": 480} +{"manifest_id": "manifest_ea84b255314b3b47", "row_id": "synthetic_table_0038_0", "source_id": "synthetic_table_0038", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0038", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ea84b255314b3b47.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3437499192, "redistribution_allowed": true, "text": "INVOICE #592738\nDate: 2026-05-02\nItem: Widget x5\nUnit: $356.41 Total: $3517.91", "width": 640, "height": 480} +{"manifest_id": "manifest_bb2278f8ea15fb67", "row_id": "synthetic_table_0039_0", "source_id": "synthetic_table_0039", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0039", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bb2278f8ea15fb67.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3745634505, "redistribution_allowed": true, "text": "INVOICE #576086\nDate: 2026-02-22\nItem: Widget x5\nUnit: $396.04 Total: $3129.04", "width": 640, "height": 480} +{"manifest_id": "manifest_4eb63062a1400af6", "row_id": "synthetic_table_0040_0", "source_id": "synthetic_table_0040", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0040", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4eb63062a1400af6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3816462218, "redistribution_allowed": true, "text": "INVOICE #793300\nDate: 2026-04-14\nItem: Widget x9\nUnit: $120.16 Total: $753.46", "width": 640, "height": 480} +{"manifest_id": "manifest_36e2b82c748986b0", "row_id": "synthetic_table_0041_0", "source_id": "synthetic_table_0041", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0041", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_36e2b82c748986b0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1551236990, "redistribution_allowed": true, "text": "INVOICE #378535\nDate: 2026-03-03\nItem: Widget x3\nUnit: $398.39 Total: $2979.27", "width": 640, "height": 480} +{"manifest_id": "manifest_fb876bf3f45cf846", "row_id": "synthetic_table_0042_0", "source_id": "synthetic_table_0042", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0042", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_fb876bf3f45cf846.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3173629991, "redistribution_allowed": true, "text": "INVOICE #964278\nDate: 2026-10-10\nItem: Gadget x2\nUnit: $239.66 Total: $1527.42", "width": 640, "height": 480} +{"manifest_id": "manifest_15552c91d11d009a", "row_id": "synthetic_table_0043_0", "source_id": "synthetic_table_0043", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0043", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_15552c91d11d009a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 876335228, "redistribution_allowed": true, "text": "INVOICE #522060\nDate: 2026-05-17\nItem: Tool x8\nUnit: $224.50 Total: $2994.20", "width": 640, "height": 480} +{"manifest_id": "manifest_1c7efe46297da14e", "row_id": "synthetic_table_0044_0", "source_id": "synthetic_table_0044", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0044", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1c7efe46297da14e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 227151767, "redistribution_allowed": true, "text": "INVOICE #553014\nDate: 2026-12-11\nItem: Tool x5\nUnit: $22.67 Total: $1152.33", "width": 640, "height": 480} +{"manifest_id": "manifest_19f22a09e1bdfbc0", "row_id": "synthetic_table_0045_0", "source_id": "synthetic_table_0045", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0045", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_19f22a09e1bdfbc0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1076552891, "redistribution_allowed": true, "text": "INVOICE #807053\nDate: 2026-10-19\nItem: Widget x5\nUnit: $292.36 Total: $3817.91", "width": 640, "height": 480} +{"manifest_id": "manifest_90db557690afbc60", "row_id": "synthetic_table_0046_0", "source_id": "synthetic_table_0046", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0046", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_90db557690afbc60.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 747049204, "redistribution_allowed": true, "text": "INVOICE #283700\nDate: 2026-08-17\nItem: Tool x8\nUnit: $458.88 Total: $915.63", "width": 640, "height": 480} +{"manifest_id": "manifest_716760a5a038fde4", "row_id": "synthetic_table_0047_0", "source_id": "synthetic_table_0047", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0047", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_716760a5a038fde4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1542943677, "redistribution_allowed": true, "text": "INVOICE #713762\nDate: 2026-07-21\nItem: Gadget x2\nUnit: $240.31 Total: $2047.66", "width": 640, "height": 480} +{"manifest_id": "manifest_7fb27622bf5313de", "row_id": "synthetic_table_0048_0", "source_id": "synthetic_table_0048", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0048", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7fb27622bf5313de.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1364694331, "redistribution_allowed": true, "text": "INVOICE #436653\nDate: 2026-11-04\nItem: Widget x6\nUnit: $211.71 Total: $2482.39", "width": 640, "height": 480} +{"manifest_id": "manifest_ef0ef5a853284376", "row_id": "synthetic_table_0049_0", "source_id": "synthetic_table_0049", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0049", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ef0ef5a853284376.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 267033840, "redistribution_allowed": true, "text": "INVOICE #794769\nDate: 2026-07-27\nItem: Tool x1\nUnit: $232.86 Total: $1579.44", "width": 640, "height": 480} +{"manifest_id": "manifest_2f2b1a42b0324fbf", "row_id": "synthetic_table_0050_0", "source_id": "synthetic_table_0050", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0050", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2f2b1a42b0324fbf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1166869770, "redistribution_allowed": true, "text": "INVOICE #438977\nDate: 2026-02-25\nItem: Gadget x9\nUnit: $414.21 Total: $15.74", "width": 640, "height": 480} +{"manifest_id": "manifest_8a90d839ce1675d9", "row_id": "synthetic_table_0051_0", "source_id": "synthetic_table_0051", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0051", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8a90d839ce1675d9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1009895338, "redistribution_allowed": true, "text": "INVOICE #668950\nDate: 2026-08-14\nItem: Widget x4\nUnit: $264.04 Total: $3116.94", "width": 640, "height": 480} +{"manifest_id": "manifest_37227d93cc00bbaf", "row_id": "synthetic_table_0052_0", "source_id": "synthetic_table_0052", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0052", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_37227d93cc00bbaf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3948774879, "redistribution_allowed": true, "text": "INVOICE #622707\nDate: 2026-11-15\nItem: Widget x4\nUnit: $140.86 Total: $663.76", "width": 640, "height": 480} +{"manifest_id": "manifest_6b8e0dd5069dedf5", "row_id": "synthetic_table_0053_0", "source_id": "synthetic_table_0053", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0053", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6b8e0dd5069dedf5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2159218020, "redistribution_allowed": true, "text": "INVOICE #402020\nDate: 2026-08-23\nItem: Gadget x2\nUnit: $24.15 Total: $3153.81", "width": 640, "height": 480} +{"manifest_id": "manifest_4cebb592cce66433", "row_id": "synthetic_table_0054_0", "source_id": "synthetic_table_0054", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0054", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4cebb592cce66433.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 708317677, "redistribution_allowed": true, "text": "INVOICE #938141\nDate: 2026-04-23\nItem: Widget x5\nUnit: $279.91 Total: $2765.73", "width": 640, "height": 480} +{"manifest_id": "manifest_9ecdda0de48b01a7", "row_id": "synthetic_doc_0000_0", "source_id": "synthetic_doc_0000", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0000", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9ecdda0de48b01a7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 971093771, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to classification.\nKeywords: ML, CNN, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_482e3aec03d540d9", "row_id": "synthetic_doc_0001_0", "source_id": "synthetic_doc_0001", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0001", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_482e3aec03d540d9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2765385856, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to classification.\nKeywords: NLP, LSTM, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_4987250ab92aa327", "row_id": "synthetic_doc_0002_0", "source_id": "synthetic_doc_0002", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0002", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4987250ab92aa327.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2284530969, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to detection.\nKeywords: NLP, CNN, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_ff455792f75dd57f", "row_id": "synthetic_doc_0004_0", "source_id": "synthetic_doc_0004", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0004", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ff455792f75dd57f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2613482228, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to classification.\nKeywords: CV, LSTM, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_e1c1cee47df3192b", "row_id": "synthetic_doc_0005_0", "source_id": "synthetic_doc_0005", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0005", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e1c1cee47df3192b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2585906566, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to classification.\nKeywords: NLP, CNN, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_4d1b258e4bfa9310", "row_id": "synthetic_doc_0006_0", "source_id": "synthetic_doc_0006", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0006", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4d1b258e4bfa9310.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2955814077, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to generation.\nKeywords: ML, CNN, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_1691356c1c95b23e", "row_id": "synthetic_doc_0007_0", "source_id": "synthetic_doc_0007", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0007", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1691356c1c95b23e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1421089792, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to detection.\nKeywords: CV, LSTM, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_8a68d00cb270fd3c", "row_id": "synthetic_doc_0009_0", "source_id": "synthetic_doc_0009", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0009", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8a68d00cb270fd3c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 789649987, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to detection.\nKeywords: CV, CNN, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_09565bb9ffc3be0b", "row_id": "synthetic_doc_0010_0", "source_id": "synthetic_doc_0010", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0010", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_09565bb9ffc3be0b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3510577558, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to classification.\nKeywords: CV, Transformer, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_845e0838a1cac277", "row_id": "synthetic_doc_0011_0", "source_id": "synthetic_doc_0011", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0011", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_845e0838a1cac277.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1767080256, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to classification.\nKeywords: NLP, Transformer, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_b9391ea5eb9fdd8a", "row_id": "synthetic_doc_0012_0", "source_id": "synthetic_doc_0012", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0012", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b9391ea5eb9fdd8a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1555148412, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to generation.\nKeywords: CV, CNN, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_844d4389edadef2d", "row_id": "synthetic_doc_0013_0", "source_id": "synthetic_doc_0013", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0013", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_844d4389edadef2d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1602727388, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to detection.\nKeywords: ML, CNN, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_d2d3d1bda2c3dd2a", "row_id": "synthetic_doc_0014_0", "source_id": "synthetic_doc_0014", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0014", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d2d3d1bda2c3dd2a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2731257441, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to detection.\nKeywords: CV, CNN, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_b8de0dbb13b2a6d4", "row_id": "synthetic_doc_0015_0", "source_id": "synthetic_doc_0015", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0015", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b8de0dbb13b2a6d4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3807107630, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to classification.\nKeywords: CV, CNN, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_b8f5234edfa55f45", "row_id": "synthetic_doc_0017_0", "source_id": "synthetic_doc_0017", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0017", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b8f5234edfa55f45.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2959216636, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to generation.\nKeywords: NLP, CNN, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_14f68023a4c4ddf3", "row_id": "synthetic_doc_0018_0", "source_id": "synthetic_doc_0018", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0018", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_14f68023a4c4ddf3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3411390012, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to generation.\nKeywords: CV, Transformer, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_cde44a6d98e262c3", "row_id": "synthetic_doc_0019_0", "source_id": "synthetic_doc_0019", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0019", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cde44a6d98e262c3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 4279621668, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to detection.\nKeywords: NLP, CNN, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_568ac2f32501b8df", "row_id": "synthetic_doc_0020_0", "source_id": "synthetic_doc_0020", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0020", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_568ac2f32501b8df.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3305999536, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to generation.\nKeywords: CV, Transformer, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_ea38594eb39dd8d0", "row_id": "synthetic_doc_0021_0", "source_id": "synthetic_doc_0021", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0021", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ea38594eb39dd8d0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 4152128837, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to classification.\nKeywords: CV, LSTM, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_727bbaf4f960cad3", "row_id": "synthetic_doc_0022_0", "source_id": "synthetic_doc_0022", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0022", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_727bbaf4f960cad3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2592876022, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to detection.\nKeywords: ML, CNN, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_b1e2f28d72cf43fa", "row_id": "synthetic_doc_0023_0", "source_id": "synthetic_doc_0023", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0023", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b1e2f28d72cf43fa.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1641480271, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to detection.\nKeywords: ML, CNN, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_cc4df3e2c5bac7d3", "row_id": "synthetic_doc_0024_0", "source_id": "synthetic_doc_0024", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0024", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cc4df3e2c5bac7d3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1860157989, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to generation.\nKeywords: ML, Transformer, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_e2f8cf0aad804110", "row_id": "synthetic_doc_0025_0", "source_id": "synthetic_doc_0025", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0025", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e2f8cf0aad804110.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1751105468, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to generation.\nKeywords: NLP, CNN, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_9926827b1312d7eb", "row_id": "synthetic_doc_0026_0", "source_id": "synthetic_doc_0026", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0026", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9926827b1312d7eb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1429461086, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to classification.\nKeywords: CV, CNN, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_a9a094617e00153c", "row_id": "synthetic_doc_0027_0", "source_id": "synthetic_doc_0027", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0027", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a9a094617e00153c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1492732179, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to classification.\nKeywords: ML, Transformer, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_ce4da21d01c7c750", "row_id": "synthetic_doc_0028_0", "source_id": "synthetic_doc_0028", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0028", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ce4da21d01c7c750.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2281883193, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to generation.\nKeywords: CV, LSTM, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_f264950abbcf2dd0", "row_id": "synthetic_doc_0029_0", "source_id": "synthetic_doc_0029", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0029", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f264950abbcf2dd0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1598547189, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to detection.\nKeywords: ML, Transformer, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_c8635a60ddc953aa", "row_id": "synthetic_doc_0030_0", "source_id": "synthetic_doc_0030", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0030", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c8635a60ddc953aa.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3779871933, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to generation.\nKeywords: NLP, CNN, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_83c5a6ceb4c8ac8b", "row_id": "synthetic_doc_0031_0", "source_id": "synthetic_doc_0031", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0031", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_83c5a6ceb4c8ac8b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3323561972, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to generation.\nKeywords: NLP, LSTM, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_0d6b5fd499679c2a", "row_id": "synthetic_doc_0032_0", "source_id": "synthetic_doc_0032", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0032", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0d6b5fd499679c2a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3045115213, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to classification.\nKeywords: NLP, CNN, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_7eea53e84bf4a59a", "row_id": "synthetic_doc_0033_0", "source_id": "synthetic_doc_0033", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0033", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7eea53e84bf4a59a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 107175835, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to detection.\nKeywords: NLP, LSTM, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_4a3fa7804b2290f0", "row_id": "synthetic_doc_0034_0", "source_id": "synthetic_doc_0034", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0034", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4a3fa7804b2290f0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 620674930, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to generation.\nKeywords: ML, CNN, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_ab8306f24801c117", "row_id": "synthetic_doc_0036_0", "source_id": "synthetic_doc_0036", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0036", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ab8306f24801c117.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 4000077632, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to generation.\nKeywords: CV, CNN, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_3d2d44e4ba1517d2", "row_id": "synthetic_doc_0037_0", "source_id": "synthetic_doc_0037", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0037", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3d2d44e4ba1517d2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3862030276, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to generation.\nKeywords: NLP, Transformer, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_e35729460cfda76b", "row_id": "synthetic_doc_0038_0", "source_id": "synthetic_doc_0038", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0038", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e35729460cfda76b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2223448441, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to detection.\nKeywords: ML, LSTM, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_41127076bfe344ac", "row_id": "synthetic_doc_0039_0", "source_id": "synthetic_doc_0039", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0039", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_41127076bfe344ac.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 825237604, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to generation.\nKeywords: ML, LSTM, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_234ff55352b9e1ce", "row_id": "synthetic_doc_0040_0", "source_id": "synthetic_doc_0040", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0040", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_234ff55352b9e1ce.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1034869225, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to detection.\nKeywords: ML, LSTM, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_b6e7d319590d23eb", "row_id": "synthetic_doc_0041_0", "source_id": "synthetic_doc_0041", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0041", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b6e7d319590d23eb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3700335446, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to detection.\nKeywords: CV, LSTM, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_32c211b970478ce8", "row_id": "synthetic_doc_0042_0", "source_id": "synthetic_doc_0042", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0042", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_32c211b970478ce8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1946233560, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to classification.\nKeywords: CV, LSTM, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_e5fef717e7e5920c", "row_id": "synthetic_doc_0043_0", "source_id": "synthetic_doc_0043", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0043", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e5fef717e7e5920c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1175759082, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to generation.\nKeywords: ML, LSTM, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_602d04142e6c759b", "row_id": "synthetic_doc_0044_0", "source_id": "synthetic_doc_0044", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0044", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_602d04142e6c759b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1157688414, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to classification.\nKeywords: ML, CNN, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_117de9d04a620c82", "row_id": "synthetic_doc_0045_0", "source_id": "synthetic_doc_0045", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0045", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_117de9d04a620c82.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1610233049, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to generation.\nKeywords: ML, Transformer, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_691ef5f0bec588a8", "row_id": "synthetic_doc_0046_0", "source_id": "synthetic_doc_0046", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0046", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_691ef5f0bec588a8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2108454227, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to generation.\nKeywords: CV, LSTM, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_52906c53134babd1", "row_id": "synthetic_doc_0047_0", "source_id": "synthetic_doc_0047", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0047", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_52906c53134babd1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2886427728, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to generation.\nKeywords: NLP, CNN, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_200892c3f6ca2a33", "row_id": "synthetic_doc_0048_0", "source_id": "synthetic_doc_0048", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0048", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_200892c3f6ca2a33.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2048925718, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to classification.\nKeywords: NLP, Transformer, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_7b80bde66905ab54", "row_id": "synthetic_doc_0049_0", "source_id": "synthetic_doc_0049", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0049", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7b80bde66905ab54.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 659835948, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to detection.\nKeywords: CV, LSTM, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_06a42f574b6a7331", "row_id": "synthetic_doc_0050_0", "source_id": "synthetic_doc_0050", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0050", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_06a42f574b6a7331.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 992335386, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to generation.\nKeywords: ML, CNN, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_dfd7ee6747d75868", "row_id": "synthetic_doc_0051_0", "source_id": "synthetic_doc_0051", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0051", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_dfd7ee6747d75868.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 514471938, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to detection.\nKeywords: ML, CNN, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_cf462d3c7585db1a", "row_id": "synthetic_doc_0052_0", "source_id": "synthetic_doc_0052", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0052", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cf462d3c7585db1a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1628265084, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to detection.\nKeywords: CV, CNN, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_02d6015fd6633f25", "row_id": "synthetic_doc_0053_0", "source_id": "synthetic_doc_0053", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0053", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_02d6015fd6633f25.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1637288315, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to detection.\nKeywords: NLP, Transformer, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_cc30e3b6cd3d9ddf", "row_id": "synthetic_doc_0054_0", "source_id": "synthetic_doc_0054", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0054", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cc30e3b6cd3d9ddf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1075991301, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to generation.\nKeywords: ML, LSTM, Eval", "width": 600, "height": 800} +{"manifest_id": "manifest_ec973ee0bc8e57ee", "row_id": "public_sign_0000_0", "source_id": "public_sign_0000", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0000", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ec973ee0bc8e57ee.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 508850046, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_2765e12461f24e77", "row_id": "public_sign_0001_0", "source_id": "public_sign_0001", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0001", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2765e12461f24e77.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1801095924, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_21dc652d6052fafc", "row_id": "public_sign_0002_0", "source_id": "public_sign_0002", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0002", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_21dc652d6052fafc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 427790516, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_05497038f889aabe", "row_id": "public_sign_0003_0", "source_id": "public_sign_0003", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0003", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_05497038f889aabe.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3101753922, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_ec4bd064bd94047b", "row_id": "public_sign_0004_0", "source_id": "public_sign_0004", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0004", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ec4bd064bd94047b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1494403793, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_f32536a8d0759321", "row_id": "public_sign_0005_0", "source_id": "public_sign_0005", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0005", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f32536a8d0759321.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 809770267, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_a02235e1205309cf", "row_id": "public_sign_0006_0", "source_id": "public_sign_0006", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0006", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a02235e1205309cf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1033697877, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_030f17fa2b6348e2", "row_id": "public_sign_0007_0", "source_id": "public_sign_0007", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0007", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_030f17fa2b6348e2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2552870469, "redistribution_allowed": true, "text": "ONE WAY", "width": 400, "height": 300} +{"manifest_id": "manifest_df1414c2192a0ad7", "row_id": "public_sign_0008_0", "source_id": "public_sign_0008", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0008", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_df1414c2192a0ad7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 238880368, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_9d9a4b069b6a796b", "row_id": "public_sign_0009_0", "source_id": "public_sign_0009", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0009", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9d9a4b069b6a796b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 570916439, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_cf13912d5e74837b", "row_id": "public_sign_0010_0", "source_id": "public_sign_0010", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0010", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cf13912d5e74837b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4168461550, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_1007c6ad71b32fa5", "row_id": "public_sign_0011_0", "source_id": "public_sign_0011", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0011", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1007c6ad71b32fa5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3711009984, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_547814b4577c1d1f", "row_id": "public_sign_0012_0", "source_id": "public_sign_0012", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0012", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_547814b4577c1d1f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2692660337, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_af347e1dc24ecd28", "row_id": "public_sign_0013_0", "source_id": "public_sign_0013", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0013", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_af347e1dc24ecd28.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 241985637, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_a57a918c5bbb893a", "row_id": "public_sign_0014_0", "source_id": "public_sign_0014", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0014", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a57a918c5bbb893a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 941255935, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_313072070e30fe06", "row_id": "public_sign_0015_0", "source_id": "public_sign_0015", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0015", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_313072070e30fe06.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1886868701, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_67019d8216e761a4", "row_id": "public_sign_0016_0", "source_id": "public_sign_0016", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0016", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_67019d8216e761a4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1371634826, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_bba15b7b252f351a", "row_id": "public_sign_0017_0", "source_id": "public_sign_0017", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0017", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bba15b7b252f351a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 159605013, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_754b988c25cfab02", "row_id": "public_sign_0018_0", "source_id": "public_sign_0018", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0018", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_754b988c25cfab02.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 116634675, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_a8a1cdf72a196855", "row_id": "public_sign_0019_0", "source_id": "public_sign_0019", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0019", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a8a1cdf72a196855.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1800920929, "redistribution_allowed": true, "text": "ONE WAY", "width": 400, "height": 300} +{"manifest_id": "manifest_f35a32ba4fab4764", "row_id": "public_sign_0020_0", "source_id": "public_sign_0020", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0020", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f35a32ba4fab4764.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2447802641, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_ff115d0868541fcc", "row_id": "public_sign_0021_0", "source_id": "public_sign_0021", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0021", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ff115d0868541fcc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1860586436, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_66edfdb725cef54d", "row_id": "public_sign_0022_0", "source_id": "public_sign_0022", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0022", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_66edfdb725cef54d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 191176506, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_f8569fa4dff24614", "row_id": "public_sign_0023_0", "source_id": "public_sign_0023", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0023", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f8569fa4dff24614.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3121264002, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_79d89f8693688649", "row_id": "public_sign_0024_0", "source_id": "public_sign_0024", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0024", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_79d89f8693688649.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 282252184, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_9f29ef4d54d251d8", "row_id": "public_sign_0025_0", "source_id": "public_sign_0025", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0025", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9f29ef4d54d251d8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 783068129, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_f33ecb5c0530fc52", "row_id": "public_sign_0026_0", "source_id": "public_sign_0026", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0026", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f33ecb5c0530fc52.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3445691634, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_34741f5bdee787ab", "row_id": "public_sign_0027_0", "source_id": "public_sign_0027", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0027", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_34741f5bdee787ab.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 600405922, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_e683900a9ea8a2ce", "row_id": "public_sign_0028_0", "source_id": "public_sign_0028", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0028", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e683900a9ea8a2ce.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3435377380, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_55be56f7a51efa9f", "row_id": "public_sign_0029_0", "source_id": "public_sign_0029", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0029", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_55be56f7a51efa9f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 892044147, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_f742d3826aefcc3f", "row_id": "public_sign_0030_0", "source_id": "public_sign_0030", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0030", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f742d3826aefcc3f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1832095981, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_84df009db6d86882", "row_id": "public_sign_0031_0", "source_id": "public_sign_0031", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0031", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_84df009db6d86882.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1790636525, "redistribution_allowed": true, "text": "ONE WAY", "width": 400, "height": 300} +{"manifest_id": "manifest_3437fd181225ce95", "row_id": "public_sign_0033_0", "source_id": "public_sign_0033", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0033", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3437fd181225ce95.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1657354400, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_185acc0bb3deb41b", "row_id": "public_sign_0034_0", "source_id": "public_sign_0034", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0034", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_185acc0bb3deb41b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3631899667, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_f9173975915bc628", "row_id": "public_sign_0035_0", "source_id": "public_sign_0035", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0035", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f9173975915bc628.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 197375195, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_2b0f93e72908029d", "row_id": "public_sign_0036_0", "source_id": "public_sign_0036", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0036", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2b0f93e72908029d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4170636203, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_597237a03b824b24", "row_id": "public_sign_0037_0", "source_id": "public_sign_0037", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0037", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_597237a03b824b24.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3000868040, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_26738e4de1766523", "row_id": "public_sign_0038_0", "source_id": "public_sign_0038", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0038", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_26738e4de1766523.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3015781184, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_a351f7039172de54", "row_id": "public_sign_0039_0", "source_id": "public_sign_0039", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0039", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a351f7039172de54.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3329269407, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_68d9785e29df4bd3", "row_id": "public_sign_0040_0", "source_id": "public_sign_0040", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0040", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_68d9785e29df4bd3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4160812010, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_be405291132fedf9", "row_id": "public_sign_0042_0", "source_id": "public_sign_0042", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0042", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_be405291132fedf9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 203203862, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_0910ecbaeb217fdf", "row_id": "public_sign_0044_0", "source_id": "public_sign_0044", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0044", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0910ecbaeb217fdf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1723613776, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_8f597e239292a65c", "row_id": "public_sign_0045_0", "source_id": "public_sign_0045", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0045", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8f597e239292a65c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 562500949, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_d2719c7a0d30e4db", "row_id": "public_sign_0046_0", "source_id": "public_sign_0046", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0046", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d2719c7a0d30e4db.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2688384419, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_a55ab23ace8aa5a3", "row_id": "public_sign_0047_0", "source_id": "public_sign_0047", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0047", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a55ab23ace8aa5a3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2766798117, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_79e90381176dc808", "row_id": "public_sign_0048_0", "source_id": "public_sign_0048", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0048", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_79e90381176dc808.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 877021180, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_c5a0fad84759965b", "row_id": "public_sign_0049_0", "source_id": "public_sign_0049", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0049", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c5a0fad84759965b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1012097747, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_123026bafc8f1b4a", "row_id": "public_sign_0050_0", "source_id": "public_sign_0050", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0050", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_123026bafc8f1b4a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4271659732, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_7c219f7d90aac689", "row_id": "public_sign_0051_0", "source_id": "public_sign_0051", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0051", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7c219f7d90aac689.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3304394451, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_49ecaab336da716e", "row_id": "public_sign_0052_0", "source_id": "public_sign_0052", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0052", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_49ecaab336da716e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3909759161, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_fb2d52cd5ebca94f", "row_id": "public_sign_0053_0", "source_id": "public_sign_0053", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0053", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_fb2d52cd5ebca94f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1865580701, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_2af6075978edcd90", "row_id": "public_sign_0055_0", "source_id": "public_sign_0055", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0055", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2af6075978edcd90.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4004778005, "redistribution_allowed": true, "text": "ONE WAY", "width": 400, "height": 300} +{"manifest_id": "manifest_d2236663072a1574", "row_id": "public_sign_0056_0", "source_id": "public_sign_0056", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0056", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d2236663072a1574.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1307524574, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_bb58e4ee8f5224b9", "row_id": "public_sign_0057_0", "source_id": "public_sign_0057", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0057", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bb58e4ee8f5224b9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3738774468, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_96ab4f257fa78436", "row_id": "public_sign_0058_0", "source_id": "public_sign_0058", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0058", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_96ab4f257fa78436.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2444449130, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_2325ff599afdbfe6", "row_id": "public_sign_0059_0", "source_id": "public_sign_0059", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0059", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2325ff599afdbfe6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 424757840, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_614dcfef511d4253", "row_id": "public_sign_0060_0", "source_id": "public_sign_0060", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0060", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_614dcfef511d4253.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3770744389, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_9ee49aa87ce6f420", "row_id": "public_sign_0062_0", "source_id": "public_sign_0062", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0062", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9ee49aa87ce6f420.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4273153915, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_4ed5fe338e1bf47f", "row_id": "public_sign_0063_0", "source_id": "public_sign_0063", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0063", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4ed5fe338e1bf47f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 26451148, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_cc772597366badb5", "row_id": "public_sign_0064_0", "source_id": "public_sign_0064", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0064", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cc772597366badb5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2649383469, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_d4e658f1bd719137", "row_id": "public_sign_0065_0", "source_id": "public_sign_0065", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0065", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d4e658f1bd719137.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1411274992, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_b8434155054e4409", "row_id": "public_sign_0066_0", "source_id": "public_sign_0066", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0066", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b8434155054e4409.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1340484657, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_85c79c2c93cb4871", "row_id": "public_sign_0067_0", "source_id": "public_sign_0067", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0067", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_85c79c2c93cb4871.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1942404828, "redistribution_allowed": true, "text": "ONE WAY", "width": 400, "height": 300} +{"manifest_id": "manifest_8ed568c152f29be0", "row_id": "public_sign_0068_0", "source_id": "public_sign_0068", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0068", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8ed568c152f29be0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3423959212, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_1421ccc7c1a4ab25", "row_id": "public_sign_0069_0", "source_id": "public_sign_0069", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0069", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1421ccc7c1a4ab25.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4223065519, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_000ea54a48689c51", "row_id": "public_sign_0070_0", "source_id": "public_sign_0070", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0070", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_000ea54a48689c51.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1654522299, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_30464db36294b761", "row_id": "public_sign_0071_0", "source_id": "public_sign_0071", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0071", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_30464db36294b761.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1847386815, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_568e60a1a970090a", "row_id": "public_sign_0072_0", "source_id": "public_sign_0072", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0072", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_568e60a1a970090a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 398534922, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_5590628809bdaf90", "row_id": "public_sign_0073_0", "source_id": "public_sign_0073", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0073", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5590628809bdaf90.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2913876480, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_f9850b92b8e98f8b", "row_id": "public_sign_0074_0", "source_id": "public_sign_0074", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0074", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f9850b92b8e98f8b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3225107169, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_190d976cc1ba04e2", "row_id": "public_sign_0075_0", "source_id": "public_sign_0075", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0075", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_190d976cc1ba04e2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 720627262, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_a0f5a75a78b92bf5", "row_id": "public_sign_0076_0", "source_id": "public_sign_0076", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0076", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a0f5a75a78b92bf5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 392364205, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_7394a6c3f4f4d606", "row_id": "public_sign_0077_0", "source_id": "public_sign_0077", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0077", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7394a6c3f4f4d606.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1936959055, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_b6211683bb0f5980", "row_id": "public_sign_0078_0", "source_id": "public_sign_0078", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0078", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b6211683bb0f5980.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4259439484, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_04f5b28963e01340", "row_id": "public_sign_0079_0", "source_id": "public_sign_0079", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0079", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_04f5b28963e01340.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3257136795, "redistribution_allowed": true, "text": "ONE WAY", "width": 400, "height": 300} +{"manifest_id": "manifest_bbfc824e78960c62", "row_id": "public_sign_0080_0", "source_id": "public_sign_0080", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0080", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bbfc824e78960c62.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4095274760, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_59c082bfbbee8115", "row_id": "public_sign_0081_0", "source_id": "public_sign_0081", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0081", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_59c082bfbbee8115.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 508185667, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_1c18768dff27cb2d", "row_id": "public_sign_0082_0", "source_id": "public_sign_0082", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0082", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1c18768dff27cb2d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3672428614, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_a157522399ed8406", "row_id": "public_sign_0083_0", "source_id": "public_sign_0083", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0083", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a157522399ed8406.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3432817117, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_852e045a8a8489e4", "row_id": "public_sign_0084_0", "source_id": "public_sign_0084", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0084", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_852e045a8a8489e4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 809871169, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_297fdb5b1978ab15", "row_id": "synthetic_ui_0000_1", "source_id": "synthetic_ui_0000", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0000", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_297fdb5b1978ab15.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2672993171, "redistribution_allowed": true, "text": "1924 | Revenue $3476 | Orders 140 | Growth 2.3% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_bf0a1fe3a549c648", "row_id": "synthetic_ui_0001_1", "source_id": "synthetic_ui_0001", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0001", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bf0a1fe3a549c648.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1240969227, "redistribution_allowed": true, "text": "2386 | Revenue $73911 | Orders 346 | Growth 17.2% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_bfc2f7f313438b34", "row_id": "synthetic_ui_0002_1", "source_id": "synthetic_ui_0002", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0002", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bfc2f7f313438b34.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1466561051, "redistribution_allowed": true, "text": "9035 | Revenue $9607 | Orders 216 | Growth -4.0% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_098614451b862e26", "row_id": "synthetic_ui_0003_1", "source_id": "synthetic_ui_0003", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0003", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_098614451b862e26.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3085366286, "redistribution_allowed": true, "text": "1635 | Revenue $22645 | Orders 258 | Growth 13.1% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_32899722220c7b85", "row_id": "synthetic_ui_0004_1", "source_id": "synthetic_ui_0004", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0004", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_32899722220c7b85.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 638670480, "redistribution_allowed": true, "text": "9295 | Revenue $20685 | Orders 332 | Growth 16.0% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_7656f613e448cfe6", "row_id": "synthetic_ui_0005_1", "source_id": "synthetic_ui_0005", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0005", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7656f613e448cfe6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2762943702, "redistribution_allowed": true, "text": "6973 | Revenue $22824 | Orders 301 | Growth 3.3% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_d033da7cd9716b22", "row_id": "synthetic_ui_0006_1", "source_id": "synthetic_ui_0006", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0006", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d033da7cd9716b22.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1254492230, "redistribution_allowed": true, "text": "206 | Revenue $76122 | Orders 81 | Growth 15.9% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_cc8ecb17a5e02de5", "row_id": "synthetic_ui_0007_1", "source_id": "synthetic_ui_0007", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0007", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cc8ecb17a5e02de5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 84272550, "redistribution_allowed": true, "text": "5674 | Revenue $28509 | Orders 110 | Growth 23.7% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_a54fe3cd37ae3d8c", "row_id": "synthetic_ui_0008_1", "source_id": "synthetic_ui_0008", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0008", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a54fe3cd37ae3d8c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1006331184, "redistribution_allowed": true, "text": "5614 | Revenue $11119 | Orders 194 | Growth -2.1% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_9995a338ff6d91f3", "row_id": "synthetic_ui_0009_1", "source_id": "synthetic_ui_0009", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0009", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9995a338ff6d91f3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3229065324, "redistribution_allowed": true, "text": "5735 | Revenue $60769 | Orders 413 | Growth -3.7% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_79319364d58a5826", "row_id": "synthetic_ui_0010_1", "source_id": "synthetic_ui_0010", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0010", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_79319364d58a5826.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2179080369, "redistribution_allowed": true, "text": "7627 | Revenue $54087 | Orders 498 | Growth 22.7% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_232baf55ce30b8e7", "row_id": "synthetic_ui_0011_1", "source_id": "synthetic_ui_0011", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0011", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_232baf55ce30b8e7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 109267215, "redistribution_allowed": true, "text": "1391 | Revenue $55652 | Orders 424 | Growth 13.9% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_59be90a972d0203b", "row_id": "synthetic_ui_0012_1", "source_id": "synthetic_ui_0012", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0012", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_59be90a972d0203b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1328580919, "redistribution_allowed": true, "text": "6025 | Revenue $58158 | Orders 360 | Growth -2.9% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_f9fd83a80b7498c5", "row_id": "synthetic_ui_0013_1", "source_id": "synthetic_ui_0013", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0013", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f9fd83a80b7498c5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 968543080, "redistribution_allowed": true, "text": "3833 | Revenue $77534 | Orders 40 | Growth 20.7% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_ad392dd7881c1d74", "row_id": "synthetic_ui_0014_1", "source_id": "synthetic_ui_0014", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0014", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ad392dd7881c1d74.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1185874519, "redistribution_allowed": true, "text": "1754 | Revenue $38632 | Orders 232 | Growth 14.1% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_0d1a51914b01d9c8", "row_id": "synthetic_ui_0015_1", "source_id": "synthetic_ui_0015", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0015", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0d1a51914b01d9c8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 499804314, "redistribution_allowed": true, "text": "6077 | Revenue $17103 | Orders 181 | Growth 1.3% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_c46e66107e26fd46", "row_id": "synthetic_ui_0016_1", "source_id": "synthetic_ui_0016", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0016", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c46e66107e26fd46.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1488465011, "redistribution_allowed": true, "text": "4474 | Revenue $70480 | Orders 349 | Growth 14.4% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_f1d5b3981f798217", "row_id": "synthetic_ui_0017_1", "source_id": "synthetic_ui_0017", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0017", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f1d5b3981f798217.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4112784033, "redistribution_allowed": true, "text": "2903 | Revenue $53880 | Orders 125 | Growth -0.1% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_5dd2a804fab59fc0", "row_id": "synthetic_ui_0018_1", "source_id": "synthetic_ui_0018", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0018", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5dd2a804fab59fc0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2686627146, "redistribution_allowed": true, "text": "6316 | Revenue $27725 | Orders 473 | Growth 14.2% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_5d858a8265433d37", "row_id": "synthetic_ui_0019_1", "source_id": "synthetic_ui_0019", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0019", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5d858a8265433d37.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 406773938, "redistribution_allowed": true, "text": "9225 | Revenue $22742 | Orders 166 | Growth 20.3% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_25c43cdfd83f792d", "row_id": "synthetic_ui_0020_1", "source_id": "synthetic_ui_0020", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0020", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_25c43cdfd83f792d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2076207245, "redistribution_allowed": true, "text": "1016 | Revenue $23676 | Orders 16 | Growth 19.2% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_05307a42eaf3ada2", "row_id": "synthetic_ui_0021_1", "source_id": "synthetic_ui_0021", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0021", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_05307a42eaf3ada2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2310195383, "redistribution_allowed": true, "text": "6672 | Revenue $27506 | Orders 108 | Growth 22.4% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_8dadae84664e482c", "row_id": "synthetic_ui_0022_1", "source_id": "synthetic_ui_0022", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0022", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8dadae84664e482c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 713694296, "redistribution_allowed": true, "text": "9392 | Revenue $87760 | Orders 161 | Growth 1.4% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_e694600421dde3b0", "row_id": "synthetic_ui_0023_1", "source_id": "synthetic_ui_0023", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0023", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e694600421dde3b0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 253387456, "redistribution_allowed": true, "text": "8279 | Revenue $40168 | Orders 468 | Growth 14.3% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_886c7722333f58d3", "row_id": "synthetic_ui_0024_1", "source_id": "synthetic_ui_0024", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0024", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_886c7722333f58d3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1606458423, "redistribution_allowed": true, "text": "2440 | Revenue $27223 | Orders 126 | Growth 17.3% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_95cbee5721b62da1", "row_id": "synthetic_ui_0026_1", "source_id": "synthetic_ui_0026", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0026", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_95cbee5721b62da1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1577402793, "redistribution_allowed": true, "text": "9660 | Revenue $40541 | Orders 112 | Growth 24.9% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_a3597e92a150f5fd", "row_id": "synthetic_ui_0027_1", "source_id": "synthetic_ui_0027", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0027", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a3597e92a150f5fd.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 346207435, "redistribution_allowed": true, "text": "2366 | Revenue $51443 | Orders 46 | Growth 17.7% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_5d509321864e30c0", "row_id": "synthetic_ui_0028_1", "source_id": "synthetic_ui_0028", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0028", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5d509321864e30c0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 744889392, "redistribution_allowed": true, "text": "1896 | Revenue $16131 | Orders 81 | Growth 18.8% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_fffee24ea21e2cf9", "row_id": "synthetic_ui_0029_1", "source_id": "synthetic_ui_0029", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0029", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_fffee24ea21e2cf9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2319883379, "redistribution_allowed": true, "text": "7016 | Revenue $60044 | Orders 197 | Growth 6.4% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_ccb39510fc7c3400", "row_id": "synthetic_ui_0030_1", "source_id": "synthetic_ui_0030", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0030", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ccb39510fc7c3400.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3263048336, "redistribution_allowed": true, "text": "7768 | Revenue $53382 | Orders 497 | Growth 11.6% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_123923f5bbe84f92", "row_id": "synthetic_ui_0031_1", "source_id": "synthetic_ui_0031", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0031", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_123923f5bbe84f92.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 696878954, "redistribution_allowed": true, "text": "288 | Revenue $68348 | Orders 58 | Growth 15.5% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_89e1a5e08cccf9fa", "row_id": "synthetic_ui_0032_1", "source_id": "synthetic_ui_0032", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0032", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_89e1a5e08cccf9fa.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1144124284, "redistribution_allowed": true, "text": "8897 | Revenue $75337 | Orders 393 | Growth 14.2% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_87c3f212d603d29c", "row_id": "synthetic_ui_0033_1", "source_id": "synthetic_ui_0033", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0033", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_87c3f212d603d29c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 778640004, "redistribution_allowed": true, "text": "1927 | Revenue $30057 | Orders 80 | Growth 8.6% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_9d821e00099f7886", "row_id": "synthetic_ui_0034_1", "source_id": "synthetic_ui_0034", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0034", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9d821e00099f7886.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1515905508, "redistribution_allowed": true, "text": "4415 | Revenue $97217 | Orders 390 | Growth 0.4% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_0bbb445d06db5fe6", "row_id": "synthetic_ui_0035_1", "source_id": "synthetic_ui_0035", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0035", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0bbb445d06db5fe6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2506725462, "redistribution_allowed": true, "text": "1843 | Revenue $87181 | Orders 152 | Growth 20.3% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_cddb339da0d01e0e", "row_id": "synthetic_ui_0036_1", "source_id": "synthetic_ui_0036", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0036", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cddb339da0d01e0e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2443391501, "redistribution_allowed": true, "text": "8417 | Revenue $61288 | Orders 78 | Growth 6.2% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_4bbda77c6352a087", "row_id": "synthetic_ui_0037_1", "source_id": "synthetic_ui_0037", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0037", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4bbda77c6352a087.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3416546471, "redistribution_allowed": true, "text": "2746 | Revenue $54399 | Orders 398 | Growth 22.7% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_51cd70820c1eec36", "row_id": "synthetic_ui_0038_1", "source_id": "synthetic_ui_0038", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0038", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_51cd70820c1eec36.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1299922707, "redistribution_allowed": true, "text": "109 | Revenue $60296 | Orders 250 | Growth -4.4% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_761a92fa18d23de8", "row_id": "synthetic_ui_0039_1", "source_id": "synthetic_ui_0039", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0039", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_761a92fa18d23de8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 163120748, "redistribution_allowed": true, "text": "6047 | Revenue $87993 | Orders 425 | Growth 19.2% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_c8343a1a5c85c8a7", "row_id": "synthetic_ui_0040_1", "source_id": "synthetic_ui_0040", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0040", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c8343a1a5c85c8a7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1023942300, "redistribution_allowed": true, "text": "4023 | Revenue $6735 | Orders 449 | Growth 12.0% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_8dd252966705efcf", "row_id": "synthetic_ui_0041_1", "source_id": "synthetic_ui_0041", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0041", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8dd252966705efcf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 436321541, "redistribution_allowed": true, "text": "1390 | Revenue $9480 | Orders 248 | Growth 19.5% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_b316128b57365e21", "row_id": "synthetic_ui_0042_1", "source_id": "synthetic_ui_0042", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0042", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b316128b57365e21.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3366439483, "redistribution_allowed": true, "text": "8827 | Revenue $76818 | Orders 65 | Growth 14.8% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_81e07dba6b44558d", "row_id": "synthetic_ui_0043_1", "source_id": "synthetic_ui_0043", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0043", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_81e07dba6b44558d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1489837865, "redistribution_allowed": true, "text": "9107 | Revenue $17348 | Orders 270 | Growth 21.2% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_752b7e3968652c27", "row_id": "synthetic_ui_0044_1", "source_id": "synthetic_ui_0044", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0044", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_752b7e3968652c27.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3175337145, "redistribution_allowed": true, "text": "7032 | Revenue $96472 | Orders 475 | Growth 11.2% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_8399ae39efcff36b", "row_id": "synthetic_ui_0045_1", "source_id": "synthetic_ui_0045", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0045", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8399ae39efcff36b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3259531869, "redistribution_allowed": true, "text": "3395 | Revenue $71582 | Orders 204 | Growth 24.9% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_bba19ba68f3f646c", "row_id": "synthetic_ui_0046_1", "source_id": "synthetic_ui_0046", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0046", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bba19ba68f3f646c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 738918711, "redistribution_allowed": true, "text": "6218 | Revenue $44372 | Orders 264 | Growth 8.5% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_c0c130fc61eed061", "row_id": "synthetic_ui_0047_1", "source_id": "synthetic_ui_0047", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0047", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c0c130fc61eed061.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3766896239, "redistribution_allowed": true, "text": "4161 | Revenue $23245 | Orders 173 | Growth -4.4% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_435ce59ddb07e280", "row_id": "synthetic_ui_0048_1", "source_id": "synthetic_ui_0048", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0048", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_435ce59ddb07e280.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 73525457, "redistribution_allowed": true, "text": "9175 | Revenue $23781 | Orders 112 | Growth -4.8% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_50286e2a5014dfd7", "row_id": "synthetic_ui_0050_1", "source_id": "synthetic_ui_0050", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0050", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_50286e2a5014dfd7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1744666024, "redistribution_allowed": true, "text": "5513 | Revenue $8015 | Orders 121 | Growth 3.4% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_e3314ad3866fb66e", "row_id": "synthetic_ui_0051_1", "source_id": "synthetic_ui_0051", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0051", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e3314ad3866fb66e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3189876880, "redistribution_allowed": true, "text": "8053 | Revenue $22209 | Orders 67 | Growth 16.7% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_09b77a8705ae2e06", "row_id": "synthetic_ui_0052_1", "source_id": "synthetic_ui_0052", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0052", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_09b77a8705ae2e06.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2134531990, "redistribution_allowed": true, "text": "9455 | Revenue $58045 | Orders 124 | Growth 18.5% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_ac6a1905c4fa141a", "row_id": "synthetic_ui_0053_1", "source_id": "synthetic_ui_0053", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0053", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ac6a1905c4fa141a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2342155118, "redistribution_allowed": true, "text": "6769 | Revenue $19851 | Orders 49 | Growth 14.8% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_4e35b8efc898028c", "row_id": "synthetic_ui_0054_1", "source_id": "synthetic_ui_0054", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0054", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4e35b8efc898028c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2621313386, "redistribution_allowed": true, "text": "5904 | Revenue $42934 | Orders 239 | Growth 20.9% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_ac039a3940670da4", "row_id": "synthetic_ui_0055_1", "source_id": "synthetic_ui_0055", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0055", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ac039a3940670da4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2435595411, "redistribution_allowed": true, "text": "987 | Revenue $67663 | Orders 330 | Growth -2.0% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_87fac2b7b5db013a", "row_id": "synthetic_ui_0057_1", "source_id": "synthetic_ui_0057", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0057", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_87fac2b7b5db013a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2093258401, "redistribution_allowed": true, "text": "4173 | Revenue $19967 | Orders 274 | Growth 8.5% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_039a23c5aff86dc0", "row_id": "synthetic_ui_0058_1", "source_id": "synthetic_ui_0058", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0058", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_039a23c5aff86dc0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2369575738, "redistribution_allowed": true, "text": "7012 | Revenue $19165 | Orders 236 | Growth 2.5% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_e1925b4b75682395", "row_id": "synthetic_ui_0059_1", "source_id": "synthetic_ui_0059", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0059", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e1925b4b75682395.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3127716201, "redistribution_allowed": true, "text": "1335 | Revenue $44870 | Orders 441 | Growth 20.7% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_e666302dd5762809", "row_id": "synthetic_ui_0060_1", "source_id": "synthetic_ui_0060", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0060", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e666302dd5762809.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3596799636, "redistribution_allowed": true, "text": "1704 | Revenue $6008 | Orders 276 | Growth 20.1% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_d7f8a34d2c85c1e0", "row_id": "synthetic_ui_0061_1", "source_id": "synthetic_ui_0061", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0061", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d7f8a34d2c85c1e0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3130826225, "redistribution_allowed": true, "text": "1628 | Revenue $92710 | Orders 434 | Growth 2.1% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_b56945928d03220c", "row_id": "synthetic_ui_0063_1", "source_id": "synthetic_ui_0063", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0063", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b56945928d03220c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3036145437, "redistribution_allowed": true, "text": "1060 | Revenue $17299 | Orders 1 | Growth 24.6% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_ea1c69a9ec37635b", "row_id": "synthetic_ui_0064_1", "source_id": "synthetic_ui_0064", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0064", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ea1c69a9ec37635b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4274731219, "redistribution_allowed": true, "text": "4445 | Revenue $92725 | Orders 401 | Growth 8.7% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_18c174ffff82f2ee", "row_id": "synthetic_terminal_0000_1", "source_id": "synthetic_terminal_0000", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0000", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_18c174ffff82f2ee.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1581479309, "redistribution_allowed": true, "text": "train.py --epochs 118 --lr 0.0697 --batch 64 Epoch 72: loss=3.3127 acc=73.85% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_69331af44d29b574", "row_id": "synthetic_terminal_0001_1", "source_id": "synthetic_terminal_0001", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0001", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_69331af44d29b574.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2024811853, "redistribution_allowed": true, "text": "train.py --epochs 58 --lr 0.0297 --batch 16 Epoch 75: loss=3.6813 acc=52.99% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_e3467333794f14f6", "row_id": "synthetic_terminal_0002_1", "source_id": "synthetic_terminal_0002", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0002", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e3467333794f14f6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1874029294, "redistribution_allowed": true, "text": "train.py --epochs 90 --lr 0.0058 --batch 64 Epoch 62: loss=2.5192 acc=91.78% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_07146455e667a291", "row_id": "synthetic_terminal_0003_1", "source_id": "synthetic_terminal_0003", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0003", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_07146455e667a291.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2771821782, "redistribution_allowed": true, "text": "train.py --epochs 50 --lr 0.0058 --batch 64 Epoch 11: loss=4.2582 acc=53.36% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_5855bf05df9298ab", "row_id": "synthetic_terminal_0004_1", "source_id": "synthetic_terminal_0004", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0004", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5855bf05df9298ab.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3946309026, "redistribution_allowed": true, "text": "train.py --epochs 27 --lr 0.0676 --batch 16 Epoch 52: loss=0.6082 acc=93.62% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_4b7b2f3ff3dc5ae7", "row_id": "synthetic_terminal_0005_1", "source_id": "synthetic_terminal_0005", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0005", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4b7b2f3ff3dc5ae7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4125104775, "redistribution_allowed": true, "text": "train.py --epochs 73 --lr 0.0579 --batch 16 Epoch 80: loss=0.4191 acc=82.21% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_23a06eb654dbcf10", "row_id": "synthetic_terminal_0006_1", "source_id": "synthetic_terminal_0006", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0006", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_23a06eb654dbcf10.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 43472761, "redistribution_allowed": true, "text": "train.py --epochs 154 --lr 0.0523 --batch 32 Epoch 27: loss=3.3519 acc=65.40% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_8f775a4e91757146", "row_id": "synthetic_terminal_0007_1", "source_id": "synthetic_terminal_0007", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0007", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8f775a4e91757146.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2872055683, "redistribution_allowed": true, "text": "train.py --epochs 77 --lr 0.0396 --batch 64 Epoch 83: loss=1.5070 acc=65.49% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_84a9f7858b0a19a5", "row_id": "synthetic_terminal_0008_1", "source_id": "synthetic_terminal_0008", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0008", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_84a9f7858b0a19a5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 831413539, "redistribution_allowed": true, "text": "train.py --epochs 28 --lr 0.0010 --batch 64 Epoch 73: loss=4.9805 acc=53.59% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_4d88f02eafdb8255", "row_id": "synthetic_terminal_0009_1", "source_id": "synthetic_terminal_0009", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0009", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4d88f02eafdb8255.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3463851679, "redistribution_allowed": true, "text": "train.py --epochs 64 --lr 0.0506 --batch 16 Epoch 45: loss=4.4055 acc=93.08% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_e03c8588fc58fc02", "row_id": "synthetic_terminal_0010_1", "source_id": "synthetic_terminal_0010", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0010", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e03c8588fc58fc02.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4078928738, "redistribution_allowed": true, "text": "train.py --epochs 104 --lr 0.0286 --batch 32 Epoch 70: loss=3.5207 acc=79.97% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_7ac9b2155f2c21ea", "row_id": "synthetic_terminal_0011_1", "source_id": "synthetic_terminal_0011", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0011", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7ac9b2155f2c21ea.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2439553374, "redistribution_allowed": true, "text": "train.py --epochs 177 --lr 0.0529 --batch 64 Epoch 71: loss=1.5039 acc=82.51% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_ab67759c19878881", "row_id": "synthetic_terminal_0013_1", "source_id": "synthetic_terminal_0013", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0013", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ab67759c19878881.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3042158952, "redistribution_allowed": true, "text": "train.py --epochs 164 --lr 0.0211 --batch 32 Epoch 27: loss=3.4406 acc=91.79% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_f0715aacbd98aa9b", "row_id": "synthetic_terminal_0014_1", "source_id": "synthetic_terminal_0014", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0014", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f0715aacbd98aa9b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3957824144, "redistribution_allowed": true, "text": "train.py --epochs 139 --lr 0.0489 --batch 16 Epoch 12: loss=3.1751 acc=90.64% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_144c6d7970f680ba", "row_id": "synthetic_terminal_0015_1", "source_id": "synthetic_terminal_0015", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0015", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_144c6d7970f680ba.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2865782857, "redistribution_allowed": true, "text": "train.py --epochs 21 --lr 0.0005 --batch 16 Epoch 82: loss=4.8992 acc=57.92% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_402f9a7c3b062222", "row_id": "synthetic_terminal_0016_1", "source_id": "synthetic_terminal_0016", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0016", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_402f9a7c3b062222.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2779548209, "redistribution_allowed": true, "text": "train.py --epochs 123 --lr 0.0552 --batch 32 Epoch 72: loss=0.0583 acc=53.69% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_a0217788401db135", "row_id": "synthetic_terminal_0017_1", "source_id": "synthetic_terminal_0017", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0017", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a0217788401db135.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3237864437, "redistribution_allowed": true, "text": "train.py --epochs 186 --lr 0.0904 --batch 64 Epoch 5: loss=4.1746 acc=78.54% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_5137ae8807139325", "row_id": "synthetic_terminal_0018_1", "source_id": "synthetic_terminal_0018", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0018", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5137ae8807139325.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4142114434, "redistribution_allowed": true, "text": "train.py --epochs 47 --lr 0.0430 --batch 16 Epoch 40: loss=1.8296 acc=95.72% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_68b5e558e2e010be", "row_id": "synthetic_terminal_0019_1", "source_id": "synthetic_terminal_0019", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0019", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_68b5e558e2e010be.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1536374961, "redistribution_allowed": true, "text": "train.py --epochs 20 --lr 0.0899 --batch 16 Epoch 88: loss=1.2552 acc=55.04% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_5fd941fee56786b7", "row_id": "synthetic_terminal_0020_1", "source_id": "synthetic_terminal_0020", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0020", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5fd941fee56786b7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3537333183, "redistribution_allowed": true, "text": "train.py --epochs 153 --lr 0.0884 --batch 32 Epoch 80: loss=3.7499 acc=95.36% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_be02d3d2fc0b9489", "row_id": "synthetic_terminal_0021_1", "source_id": "synthetic_terminal_0021", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0021", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_be02d3d2fc0b9489.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1303978066, "redistribution_allowed": true, "text": "train.py --epochs 70 --lr 0.0865 --batch 16 Epoch 53: loss=0.1337 acc=86.09% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_7bea3fb71c3955ab", "row_id": "synthetic_terminal_0022_1", "source_id": "synthetic_terminal_0022", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0022", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7bea3fb71c3955ab.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3662432026, "redistribution_allowed": true, "text": "train.py --epochs 95 --lr 0.0783 --batch 32 Epoch 86: loss=4.3217 acc=89.73% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_4d0541d5b54af8b6", "row_id": "synthetic_terminal_0023_1", "source_id": "synthetic_terminal_0023", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0023", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4d0541d5b54af8b6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3130779432, "redistribution_allowed": true, "text": "train.py --epochs 78 --lr 0.0160 --batch 64 Epoch 14: loss=1.9189 acc=51.90% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_805befb065287f7c", "row_id": "synthetic_terminal_0024_1", "source_id": "synthetic_terminal_0024", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0024", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_805befb065287f7c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1875795174, "redistribution_allowed": true, "text": "train.py --epochs 130 --lr 0.0223 --batch 32 Epoch 45: loss=1.5329 acc=88.97% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_976ca011347ed7c2", "row_id": "synthetic_terminal_0025_1", "source_id": "synthetic_terminal_0025", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0025", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_976ca011347ed7c2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2306708151, "redistribution_allowed": true, "text": "train.py --epochs 68 --lr 0.0224 --batch 64 Epoch 25: loss=1.9983 acc=63.65% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_6fe3c770039c47c4", "row_id": "synthetic_terminal_0026_1", "source_id": "synthetic_terminal_0026", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0026", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6fe3c770039c47c4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2476060452, "redistribution_allowed": true, "text": "train.py --epochs 27 --lr 0.0967 --batch 32 Epoch 45: loss=3.2110 acc=69.58% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_c8aaf810e06130c0", "row_id": "synthetic_terminal_0027_1", "source_id": "synthetic_terminal_0027", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0027", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c8aaf810e06130c0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2586327101, "redistribution_allowed": true, "text": "train.py --epochs 147 --lr 0.0332 --batch 16 Epoch 15: loss=4.3864 acc=62.80% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_b2254c97cef2a310", "row_id": "synthetic_terminal_0028_1", "source_id": "synthetic_terminal_0028", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0028", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b2254c97cef2a310.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 925764413, "redistribution_allowed": true, "text": "train.py --epochs 158 --lr 0.0963 --batch 32 Epoch 5: loss=0.5509 acc=71.29% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_c2ea437a14bfe4ed", "row_id": "synthetic_terminal_0029_1", "source_id": "synthetic_terminal_0029", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0029", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c2ea437a14bfe4ed.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1387135355, "redistribution_allowed": true, "text": "train.py --epochs 196 --lr 0.0787 --batch 32 Epoch 78: loss=4.9213 acc=55.67% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_3bb5813810a3da05", "row_id": "synthetic_terminal_0030_1", "source_id": "synthetic_terminal_0030", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0030", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3bb5813810a3da05.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2548079471, "redistribution_allowed": true, "text": "train.py --epochs 157 --lr 0.0191 --batch 16 Epoch 91: loss=2.1859 acc=75.48% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_99a06d7d9f8f59c7", "row_id": "synthetic_terminal_0031_1", "source_id": "synthetic_terminal_0031", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0031", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_99a06d7d9f8f59c7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3385270432, "redistribution_allowed": true, "text": "train.py --epochs 147 --lr 0.0687 --batch 64 Epoch 95: loss=3.3564 acc=67.85% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_041cd58c9b243d5e", "row_id": "synthetic_terminal_0032_1", "source_id": "synthetic_terminal_0032", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0032", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_041cd58c9b243d5e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 174231941, "redistribution_allowed": true, "text": "train.py --epochs 27 --lr 0.0949 --batch 32 Epoch 80: loss=1.5764 acc=91.55% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_d04db7e5b5797d8a", "row_id": "synthetic_terminal_0033_1", "source_id": "synthetic_terminal_0033", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0033", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d04db7e5b5797d8a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3434606228, "redistribution_allowed": true, "text": "train.py --epochs 194 --lr 0.0900 --batch 64 Epoch 40: loss=3.3378 acc=65.98% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_c2aa70737244f5bf", "row_id": "synthetic_terminal_0034_1", "source_id": "synthetic_terminal_0034", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0034", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c2aa70737244f5bf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1647886250, "redistribution_allowed": true, "text": "train.py --epochs 188 --lr 0.0296 --batch 16 Epoch 25: loss=2.1080 acc=96.08% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_d0b046a873b6ad22", "row_id": "synthetic_terminal_0035_1", "source_id": "synthetic_terminal_0035", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0035", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d0b046a873b6ad22.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3636542937, "redistribution_allowed": true, "text": "train.py --epochs 183 --lr 0.0748 --batch 16 Epoch 79: loss=2.8498 acc=69.90% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_288017d6186f9b9e", "row_id": "synthetic_terminal_0036_1", "source_id": "synthetic_terminal_0036", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0036", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_288017d6186f9b9e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1880656989, "redistribution_allowed": true, "text": "train.py --epochs 10 --lr 0.0305 --batch 16 Epoch 56: loss=3.9309 acc=79.73% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_31e7763e53b38968", "row_id": "synthetic_terminal_0037_1", "source_id": "synthetic_terminal_0037", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0037", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_31e7763e53b38968.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3067874237, "redistribution_allowed": true, "text": "train.py --epochs 92 --lr 0.0466 --batch 32 Epoch 87: loss=1.0764 acc=73.19% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_4956b5eed4f354db", "row_id": "synthetic_terminal_0038_1", "source_id": "synthetic_terminal_0038", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0038", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4956b5eed4f354db.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 191838273, "redistribution_allowed": true, "text": "train.py --epochs 198 --lr 0.0171 --batch 16 Epoch 37: loss=2.5821 acc=81.01% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_df4881a421506ab1", "row_id": "synthetic_terminal_0039_1", "source_id": "synthetic_terminal_0039", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0039", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_df4881a421506ab1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4000822506, "redistribution_allowed": true, "text": "train.py --epochs 95 --lr 0.0094 --batch 16 Epoch 87: loss=1.5590 acc=89.52% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_1d776919089b64a0", "row_id": "synthetic_terminal_0040_1", "source_id": "synthetic_terminal_0040", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0040", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1d776919089b64a0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 476601196, "redistribution_allowed": true, "text": "train.py --epochs 47 --lr 0.0025 --batch 16 Epoch 61: loss=3.0603 acc=87.66% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_ea3f3177a21a3fef", "row_id": "synthetic_terminal_0041_1", "source_id": "synthetic_terminal_0041", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0041", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ea3f3177a21a3fef.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1356479560, "redistribution_allowed": true, "text": "train.py --epochs 126 --lr 0.0415 --batch 64 Epoch 74: loss=0.9802 acc=84.12% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_943a66d74f88c3c8", "row_id": "synthetic_terminal_0042_1", "source_id": "synthetic_terminal_0042", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0042", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_943a66d74f88c3c8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3591059278, "redistribution_allowed": true, "text": "train.py --epochs 136 --lr 0.0400 --batch 16 Epoch 84: loss=3.4412 acc=93.74% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_5fffc9a016df52b8", "row_id": "synthetic_terminal_0043_1", "source_id": "synthetic_terminal_0043", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0043", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5fffc9a016df52b8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3639481427, "redistribution_allowed": true, "text": "train.py --epochs 37 --lr 0.0779 --batch 16 Epoch 23: loss=4.0225 acc=84.10% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_0bf3de5bd2aedd13", "row_id": "synthetic_terminal_0044_1", "source_id": "synthetic_terminal_0044", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0044", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0bf3de5bd2aedd13.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2115105679, "redistribution_allowed": true, "text": "train.py --epochs 128 --lr 0.0051 --batch 16 Epoch 16: loss=2.2877 acc=89.27% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_e8bb646c360928f0", "row_id": "synthetic_terminal_0045_1", "source_id": "synthetic_terminal_0045", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0045", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e8bb646c360928f0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1443986490, "redistribution_allowed": true, "text": "train.py --epochs 180 --lr 0.0532 --batch 64 Epoch 77: loss=1.5933 acc=87.01% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_0cd5898cad68e8fb", "row_id": "synthetic_terminal_0046_1", "source_id": "synthetic_terminal_0046", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0046", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0cd5898cad68e8fb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1727161102, "redistribution_allowed": true, "text": "train.py --epochs 123 --lr 0.0613 --batch 64 Epoch 65: loss=2.1394 acc=94.44% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_d3db2eac183b2859", "row_id": "synthetic_terminal_0047_1", "source_id": "synthetic_terminal_0047", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0047", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d3db2eac183b2859.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1950693883, "redistribution_allowed": true, "text": "train.py --epochs 124 --lr 0.0897 --batch 64 Epoch 61: loss=2.2558 acc=86.84% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_7de5ce62de782a12", "row_id": "synthetic_terminal_0048_1", "source_id": "synthetic_terminal_0048", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0048", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7de5ce62de782a12.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 359310629, "redistribution_allowed": true, "text": "train.py --epochs 173 --lr 0.0278 --batch 64 Epoch 63: loss=3.1375 acc=63.46% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_73956da8f02a76dd", "row_id": "synthetic_terminal_0049_1", "source_id": "synthetic_terminal_0049", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0049", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_73956da8f02a76dd.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3941320045, "redistribution_allowed": true, "text": "train.py --epochs 29 --lr 0.0714 --batch 16 Epoch 35: loss=1.6859 acc=93.76% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_69ab90cb422f0f3e", "row_id": "synthetic_terminal_0050_1", "source_id": "synthetic_terminal_0050", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0050", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_69ab90cb422f0f3e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3621497847, "redistribution_allowed": true, "text": "train.py --epochs 30 --lr 0.0139 --batch 16 Epoch 50: loss=3.4728 acc=84.61% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_a2f109906f012cfd", "row_id": "synthetic_terminal_0051_1", "source_id": "synthetic_terminal_0051", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0051", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a2f109906f012cfd.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3758191942, "redistribution_allowed": true, "text": "train.py --epochs 26 --lr 0.0415 --batch 32 Epoch 70: loss=2.3350 acc=53.05% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_604f1c3f077a59a6", "row_id": "synthetic_terminal_0052_1", "source_id": "synthetic_terminal_0052", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0052", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_604f1c3f077a59a6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1638679931, "redistribution_allowed": true, "text": "train.py --epochs 117 --lr 0.0390 --batch 64 Epoch 90: loss=0.1075 acc=93.15% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_3c6477ac60fd6ece", "row_id": "synthetic_terminal_0053_1", "source_id": "synthetic_terminal_0053", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0053", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3c6477ac60fd6ece.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 935482884, "redistribution_allowed": true, "text": "train.py --epochs 157 --lr 0.0381 --batch 16 Epoch 46: loss=1.5001 acc=69.11% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_0a4b50c3c9aeebdd", "row_id": "synthetic_terminal_0054_1", "source_id": "synthetic_terminal_0054", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0054", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0a4b50c3c9aeebdd.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1378324154, "redistribution_allowed": true, "text": "train.py --epochs 117 --lr 0.0539 --batch 64 Epoch 70: loss=4.0013 acc=93.99% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_bdea2e3fe7a75770", "row_id": "synthetic_table_0000_1", "source_id": "synthetic_table_0000", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0000", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bdea2e3fe7a75770.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 414559819, "redistribution_allowed": true, "text": "#611945 Date: 2026-04-09 Item: Gadget x8 Unit: $24.22 Total: $1687.29 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_34124b2834dd3c90", "row_id": "synthetic_table_0001_1", "source_id": "synthetic_table_0001", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0001", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_34124b2834dd3c90.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3403026760, "redistribution_allowed": true, "text": "#812131 Date: 2026-07-24 Item: Widget x8 Unit: $460.58 Total: $4903.80 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_c6560708017dc9c6", "row_id": "synthetic_table_0003_1", "source_id": "synthetic_table_0003", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0003", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c6560708017dc9c6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4122973722, "redistribution_allowed": true, "text": "#549433 Date: 2026-03-28 Item: Gadget x3 Unit: $34.64 Total: $1901.73 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_0d9b0eba56f1814d", "row_id": "synthetic_table_0004_1", "source_id": "synthetic_table_0004", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0004", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0d9b0eba56f1814d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1357808840, "redistribution_allowed": true, "text": "#321941 Date: 2026-08-11 Item: Gadget x7 Unit: $146.35 Total: $4756.51 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_0a37d093c3a5b6c8", "row_id": "synthetic_table_0005_1", "source_id": "synthetic_table_0005", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0005", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0a37d093c3a5b6c8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4024135454, "redistribution_allowed": true, "text": "#542042 Date: 2026-05-27 Item: Widget x8 Unit: $19.50 Total: $2701.70 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_4666fc3b74dda73c", "row_id": "synthetic_table_0006_1", "source_id": "synthetic_table_0006", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0006", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4666fc3b74dda73c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1324284482, "redistribution_allowed": true, "text": "#466960 Date: 2026-04-21 Item: Widget x1 Unit: $379.57 Total: $4748.56 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_9999e7b2af795937", "row_id": "synthetic_table_0007_1", "source_id": "synthetic_table_0007", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0007", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9999e7b2af795937.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 887052920, "redistribution_allowed": true, "text": "#309044 Date: 2026-01-20 Item: Widget x4 Unit: $71.85 Total: $3350.60 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_c3f6ffc943dc6ca8", "row_id": "synthetic_table_0008_1", "source_id": "synthetic_table_0008", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0008", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c3f6ffc943dc6ca8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3599297959, "redistribution_allowed": true, "text": "#691364 Date: 2026-04-15 Item: Tool x5 Unit: $385.78 Total: $847.27 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_07f639af82c70733", "row_id": "synthetic_table_0009_1", "source_id": "synthetic_table_0009", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0009", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_07f639af82c70733.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3730864878, "redistribution_allowed": true, "text": "#736745 Date: 2026-12-23 Item: Widget x3 Unit: $482.71 Total: $549.41 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_eb0bccdb75aca067", "row_id": "synthetic_table_0010_1", "source_id": "synthetic_table_0010", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0010", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_eb0bccdb75aca067.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 482085620, "redistribution_allowed": true, "text": "#126925 Date: 2026-05-19 Item: Tool x7 Unit: $204.36 Total: $3577.92 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_811b78f02b3265c8", "row_id": "synthetic_table_0012_1", "source_id": "synthetic_table_0012", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0012", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_811b78f02b3265c8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 970364624, "redistribution_allowed": true, "text": "#991597 Date: 2026-11-20 Item: Widget x10 Unit: $393.49 Total: $1742.55 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_02ca29add86c9e2d", "row_id": "synthetic_table_0013_1", "source_id": "synthetic_table_0013", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0013", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_02ca29add86c9e2d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3433247715, "redistribution_allowed": true, "text": "#549186 Date: 2026-11-12 Item: Widget x9 Unit: $327.30 Total: $73.13 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_d330d8a31a32483c", "row_id": "synthetic_table_0014_1", "source_id": "synthetic_table_0014", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0014", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d330d8a31a32483c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2449612843, "redistribution_allowed": true, "text": "#540463 Date: 2026-08-04 Item: Gadget x6 Unit: $321.44 Total: $4145.25 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_ca0e16063c5b21e1", "row_id": "synthetic_table_0015_1", "source_id": "synthetic_table_0015", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0015", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ca0e16063c5b21e1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 405308642, "redistribution_allowed": true, "text": "#841666 Date: 2026-03-14 Item: Widget x9 Unit: $483.08 Total: $1357.71 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_8dc28073bb773df1", "row_id": "synthetic_table_0016_1", "source_id": "synthetic_table_0016", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0016", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8dc28073bb773df1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 172479343, "redistribution_allowed": true, "text": "#947458 Date: 2026-09-25 Item: Gadget x8 Unit: $223.43 Total: $3657.82 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_aaececc59fffdee0", "row_id": "synthetic_table_0018_1", "source_id": "synthetic_table_0018", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0018", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_aaececc59fffdee0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3194793772, "redistribution_allowed": true, "text": "#886931 Date: 2026-08-19 Item: Tool x7 Unit: $174.83 Total: $2476.59 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_78b95f06a8724bed", "row_id": "synthetic_table_0019_1", "source_id": "synthetic_table_0019", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0019", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_78b95f06a8724bed.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 128101251, "redistribution_allowed": true, "text": "#440802 Date: 2026-03-16 Item: Widget x6 Unit: $400.94 Total: $1708.29 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_090b5960c3210915", "row_id": "synthetic_table_0020_1", "source_id": "synthetic_table_0020", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0020", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_090b5960c3210915.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1060501848, "redistribution_allowed": true, "text": "#725113 Date: 2026-12-09 Item: Tool x1 Unit: $263.15 Total: $963.37 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_8ee94fe3cc726a54", "row_id": "synthetic_table_0021_1", "source_id": "synthetic_table_0021", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0021", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8ee94fe3cc726a54.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 63672145, "redistribution_allowed": true, "text": "#353080 Date: 2026-12-14 Item: Gadget x9 Unit: $381.50 Total: $3456.14 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_e67eff88500c9589", "row_id": "synthetic_table_0022_1", "source_id": "synthetic_table_0022", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0022", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e67eff88500c9589.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4221906365, "redistribution_allowed": true, "text": "#777278 Date: 2026-12-16 Item: Gadget x1 Unit: $55.60 Total: $1115.77 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_068ee46378325561", "row_id": "synthetic_table_0023_1", "source_id": "synthetic_table_0023", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0023", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_068ee46378325561.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3641776589, "redistribution_allowed": true, "text": "#825391 Date: 2026-04-10 Item: Tool x10 Unit: $190.82 Total: $2771.83 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_1d8ab8a8935174c4", "row_id": "synthetic_table_0024_1", "source_id": "synthetic_table_0024", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0024", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1d8ab8a8935174c4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 220709467, "redistribution_allowed": true, "text": "#460455 Date: 2026-07-24 Item: Tool x6 Unit: $182.39 Total: $2274.19 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_4e42056010e42b59", "row_id": "synthetic_table_0025_1", "source_id": "synthetic_table_0025", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0025", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4e42056010e42b59.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2966773510, "redistribution_allowed": true, "text": "#421517 Date: 2026-05-08 Item: Widget x4 Unit: $164.62 Total: $3716.98 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_9a3cafbceddd60d6", "row_id": "synthetic_table_0027_1", "source_id": "synthetic_table_0027", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0027", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9a3cafbceddd60d6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1320574772, "redistribution_allowed": true, "text": "#718226 Date: 2026-09-20 Item: Gadget x2 Unit: $417.99 Total: $1488.27 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_b6463d940f234830", "row_id": "synthetic_table_0028_1", "source_id": "synthetic_table_0028", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0028", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b6463d940f234830.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3374954980, "redistribution_allowed": true, "text": "#478411 Date: 2026-03-10 Item: Widget x9 Unit: $72.03 Total: $237.12 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_cbf77b5a6752c015", "row_id": "synthetic_table_0029_1", "source_id": "synthetic_table_0029", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0029", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cbf77b5a6752c015.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2488167399, "redistribution_allowed": true, "text": "#157174 Date: 2026-09-10 Item: Tool x3 Unit: $322.56 Total: $3766.43 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_db8b91ba995b6e81", "row_id": "synthetic_table_0031_1", "source_id": "synthetic_table_0031", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0031", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_db8b91ba995b6e81.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 805484598, "redistribution_allowed": true, "text": "#153872 Date: 2026-05-28 Item: Gadget x2 Unit: $412.84 Total: $2009.53 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_31be4c6f2bddcb6e", "row_id": "synthetic_table_0033_1", "source_id": "synthetic_table_0033", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0033", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_31be4c6f2bddcb6e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 175402206, "redistribution_allowed": true, "text": "#418594 Date: 2026-02-08 Item: Widget x9 Unit: $384.58 Total: $3035.53 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_bf937e1420731690", "row_id": "synthetic_table_0034_1", "source_id": "synthetic_table_0034", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0034", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bf937e1420731690.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4072261549, "redistribution_allowed": true, "text": "#929151 Date: 2026-10-08 Item: Tool x7 Unit: $230.75 Total: $2219.18 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_b2ac15b57c931255", "row_id": "synthetic_table_0035_1", "source_id": "synthetic_table_0035", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0035", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b2ac15b57c931255.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4104365457, "redistribution_allowed": true, "text": "#717113 Date: 2026-07-10 Item: Tool x10 Unit: $39.51 Total: $4800.94 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_e75b6f8cabcf236a", "row_id": "synthetic_table_0038_1", "source_id": "synthetic_table_0038", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0038", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e75b6f8cabcf236a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2434876259, "redistribution_allowed": true, "text": "#592738 Date: 2026-05-02 Item: Widget x5 Unit: $356.41 Total: $3517.91 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_dd43d9c13d94b9e6", "row_id": "synthetic_table_0039_1", "source_id": "synthetic_table_0039", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0039", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_dd43d9c13d94b9e6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1914788960, "redistribution_allowed": true, "text": "#576086 Date: 2026-02-22 Item: Widget x5 Unit: $396.04 Total: $3129.04 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_4403133ba4d33804", "row_id": "synthetic_table_0040_1", "source_id": "synthetic_table_0040", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0040", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4403133ba4d33804.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2132350272, "redistribution_allowed": true, "text": "#793300 Date: 2026-04-14 Item: Widget x9 Unit: $120.16 Total: $753.46 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_95ce17693c3edf99", "row_id": "synthetic_table_0041_1", "source_id": "synthetic_table_0041", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0041", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_95ce17693c3edf99.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 857815629, "redistribution_allowed": true, "text": "#378535 Date: 2026-03-03 Item: Widget x3 Unit: $398.39 Total: $2979.27 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_d8fe74929e7bdc67", "row_id": "synthetic_table_0042_1", "source_id": "synthetic_table_0042", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0042", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d8fe74929e7bdc67.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3203827898, "redistribution_allowed": true, "text": "#964278 Date: 2026-10-10 Item: Gadget x2 Unit: $239.66 Total: $1527.42 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_6c4fadecc08ac1c9", "row_id": "synthetic_table_0043_1", "source_id": "synthetic_table_0043", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0043", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6c4fadecc08ac1c9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 384202913, "redistribution_allowed": true, "text": "#522060 Date: 2026-05-17 Item: Tool x8 Unit: $224.50 Total: $2994.20 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_e8d8bdd43723be25", "row_id": "synthetic_table_0044_1", "source_id": "synthetic_table_0044", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0044", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e8d8bdd43723be25.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3744047073, "redistribution_allowed": true, "text": "#553014 Date: 2026-12-11 Item: Tool x5 Unit: $22.67 Total: $1152.33 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_b0da4b34f088d945", "row_id": "synthetic_table_0045_1", "source_id": "synthetic_table_0045", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0045", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b0da4b34f088d945.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2616464965, "redistribution_allowed": true, "text": "#807053 Date: 2026-10-19 Item: Widget x5 Unit: $292.36 Total: $3817.91 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_a7d9af81142e1fb4", "row_id": "synthetic_table_0046_1", "source_id": "synthetic_table_0046", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0046", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a7d9af81142e1fb4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2593574625, "redistribution_allowed": true, "text": "#283700 Date: 2026-08-17 Item: Tool x8 Unit: $458.88 Total: $915.63 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_3e9d501121867ba1", "row_id": "synthetic_table_0047_1", "source_id": "synthetic_table_0047", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0047", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3e9d501121867ba1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3632950191, "redistribution_allowed": true, "text": "#713762 Date: 2026-07-21 Item: Gadget x2 Unit: $240.31 Total: $2047.66 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_1c84f03ec15df3c0", "row_id": "synthetic_table_0048_1", "source_id": "synthetic_table_0048", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0048", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1c84f03ec15df3c0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2828857855, "redistribution_allowed": true, "text": "#436653 Date: 2026-11-04 Item: Widget x6 Unit: $211.71 Total: $2482.39 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_2d764ad795c44498", "row_id": "synthetic_table_0049_1", "source_id": "synthetic_table_0049", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0049", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2d764ad795c44498.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1957304240, "redistribution_allowed": true, "text": "#794769 Date: 2026-07-27 Item: Tool x1 Unit: $232.86 Total: $1579.44 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_01d57a63c2cd3148", "row_id": "synthetic_table_0050_1", "source_id": "synthetic_table_0050", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0050", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_01d57a63c2cd3148.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3688832654, "redistribution_allowed": true, "text": "#438977 Date: 2026-02-25 Item: Gadget x9 Unit: $414.21 Total: $15.74 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_f445c699a3ad8721", "row_id": "synthetic_table_0051_1", "source_id": "synthetic_table_0051", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0051", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f445c699a3ad8721.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4089711117, "redistribution_allowed": true, "text": "#668950 Date: 2026-08-14 Item: Widget x4 Unit: $264.04 Total: $3116.94 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_61c028687bc21dab", "row_id": "synthetic_table_0052_1", "source_id": "synthetic_table_0052", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0052", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_61c028687bc21dab.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4164056732, "redistribution_allowed": true, "text": "#622707 Date: 2026-11-15 Item: Widget x4 Unit: $140.86 Total: $663.76 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_18970e1977aff488", "row_id": "synthetic_table_0053_1", "source_id": "synthetic_table_0053", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0053", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_18970e1977aff488.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4233603757, "redistribution_allowed": true, "text": "#402020 Date: 2026-08-23 Item: Gadget x2 Unit: $24.15 Total: $3153.81 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_98e8b8ac39b8f8ed", "row_id": "synthetic_table_0054_1", "source_id": "synthetic_table_0054", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0054", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_98e8b8ac39b8f8ed.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1843438112, "redistribution_allowed": true, "text": "#938141 Date: 2026-04-23 Item: Widget x5 Unit: $279.91 Total: $2765.73 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_142313c6a5dbd53b", "row_id": "synthetic_doc_0000_1", "source_id": "synthetic_doc_0000", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0000", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_142313c6a5dbd53b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3686193389, "redistribution_allowed": true, "text": "paper presents a novel approach to classification. Keywords: ML, CNN, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_9ca63512edec9e60", "row_id": "synthetic_doc_0001_1", "source_id": "synthetic_doc_0001", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0001", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9ca63512edec9e60.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 53793613, "redistribution_allowed": true, "text": "paper presents a novel framework to classification. Keywords: NLP, LSTM, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_b8a3201cace92123", "row_id": "synthetic_doc_0002_1", "source_id": "synthetic_doc_0002", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0002", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b8a3201cace92123.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3761539519, "redistribution_allowed": true, "text": "paper presents a novel framework to detection. Keywords: NLP, CNN, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_929994d55891f9d8", "row_id": "synthetic_doc_0004_1", "source_id": "synthetic_doc_0004", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0004", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_929994d55891f9d8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 886761492, "redistribution_allowed": true, "text": "paper presents a novel method to classification. Keywords: CV, LSTM, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_cae20669f9b4ba0d", "row_id": "synthetic_doc_0005_1", "source_id": "synthetic_doc_0005", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0005", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cae20669f9b4ba0d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1261823760, "redistribution_allowed": true, "text": "paper presents a novel approach to classification. Keywords: NLP, CNN, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_563f4155ed505836", "row_id": "synthetic_doc_0006_1", "source_id": "synthetic_doc_0006", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0006", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_563f4155ed505836.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3068567560, "redistribution_allowed": true, "text": "paper presents a novel framework to generation. Keywords: ML, CNN, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_4d8567d9eb96eb1f", "row_id": "synthetic_doc_0007_1", "source_id": "synthetic_doc_0007", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0007", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4d8567d9eb96eb1f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3681477400, "redistribution_allowed": true, "text": "paper presents a novel method to detection. Keywords: CV, LSTM, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_c2c772ff3f6317ee", "row_id": "synthetic_doc_0009_1", "source_id": "synthetic_doc_0009", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0009", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c2c772ff3f6317ee.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 558119400, "redistribution_allowed": true, "text": "paper presents a novel method to detection. Keywords: CV, CNN, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_a2220aaa82203b25", "row_id": "synthetic_doc_0010_1", "source_id": "synthetic_doc_0010", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0010", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a2220aaa82203b25.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2471896236, "redistribution_allowed": true, "text": "paper presents a novel method to classification. Keywords: CV, Transformer, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_19056ded4f3b05fb", "row_id": "synthetic_doc_0011_1", "source_id": "synthetic_doc_0011", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0011", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_19056ded4f3b05fb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3742897216, "redistribution_allowed": true, "text": "paper presents a novel method to classification. Keywords: NLP, Transformer, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_92629ed7d25adeea", "row_id": "synthetic_doc_0012_1", "source_id": "synthetic_doc_0012", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0012", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_92629ed7d25adeea.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2128209984, "redistribution_allowed": true, "text": "paper presents a novel framework to generation. Keywords: CV, CNN, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_82cc7251bdbc7a61", "row_id": "synthetic_doc_0013_1", "source_id": "synthetic_doc_0013", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0013", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_82cc7251bdbc7a61.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2506345461, "redistribution_allowed": true, "text": "paper presents a novel framework to detection. Keywords: ML, CNN, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_f1871397967a9d82", "row_id": "synthetic_doc_0014_1", "source_id": "synthetic_doc_0014", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0014", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f1871397967a9d82.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2930194844, "redistribution_allowed": true, "text": "paper presents a novel approach to detection. Keywords: CV, CNN, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_06efc34d3a163528", "row_id": "synthetic_doc_0015_1", "source_id": "synthetic_doc_0015", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0015", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_06efc34d3a163528.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3602609157, "redistribution_allowed": true, "text": "paper presents a novel method to classification. Keywords: CV, CNN, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_9a68daa28aa9a844", "row_id": "synthetic_doc_0017_1", "source_id": "synthetic_doc_0017", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0017", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9a68daa28aa9a844.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1352356541, "redistribution_allowed": true, "text": "paper presents a novel approach to generation. Keywords: NLP, CNN, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_466ba0b845970bb2", "row_id": "synthetic_doc_0018_1", "source_id": "synthetic_doc_0018", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0018", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_466ba0b845970bb2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 519978798, "redistribution_allowed": true, "text": "paper presents a novel framework to generation. Keywords: CV, Transformer, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_944da6e887b0eed7", "row_id": "synthetic_doc_0019_1", "source_id": "synthetic_doc_0019", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0019", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_944da6e887b0eed7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 977709558, "redistribution_allowed": true, "text": "paper presents a novel framework to detection. Keywords: NLP, CNN, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_8014d971a715adb8", "row_id": "synthetic_doc_0020_1", "source_id": "synthetic_doc_0020", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0020", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8014d971a715adb8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 421344191, "redistribution_allowed": true, "text": "paper presents a novel framework to generation. Keywords: CV, Transformer, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_9300d3e151632568", "row_id": "synthetic_doc_0021_1", "source_id": "synthetic_doc_0021", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0021", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9300d3e151632568.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 120286658, "redistribution_allowed": true, "text": "paper presents a novel approach to classification. Keywords: CV, LSTM, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_066f8914c62cf4aa", "row_id": "synthetic_doc_0022_1", "source_id": "synthetic_doc_0022", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0022", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_066f8914c62cf4aa.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1554344489, "redistribution_allowed": true, "text": "paper presents a novel approach to detection. Keywords: ML, CNN, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_aba046b343ca8e2b", "row_id": "synthetic_doc_0023_1", "source_id": "synthetic_doc_0023", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0023", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_aba046b343ca8e2b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 216751149, "redistribution_allowed": true, "text": "paper presents a novel framework to detection. Keywords: ML, CNN, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_02245a18d150449d", "row_id": "synthetic_doc_0024_1", "source_id": "synthetic_doc_0024", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0024", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_02245a18d150449d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1785677590, "redistribution_allowed": true, "text": "paper presents a novel framework to generation. Keywords: ML, Transformer, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_50caf250d6940ce1", "row_id": "synthetic_doc_0025_1", "source_id": "synthetic_doc_0025", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0025", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_50caf250d6940ce1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 794219035, "redistribution_allowed": true, "text": "paper presents a novel approach to generation. Keywords: NLP, CNN, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_61e342b27fbc717c", "row_id": "synthetic_doc_0026_1", "source_id": "synthetic_doc_0026", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0026", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_61e342b27fbc717c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 644520882, "redistribution_allowed": true, "text": "paper presents a novel approach to classification. Keywords: CV, CNN, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_ca2f7284274988d0", "row_id": "synthetic_doc_0027_1", "source_id": "synthetic_doc_0027", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0027", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ca2f7284274988d0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3571036253, "redistribution_allowed": true, "text": "paper presents a novel framework to classification. Keywords: ML, Transformer, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_95dcf5156d588d50", "row_id": "synthetic_doc_0028_1", "source_id": "synthetic_doc_0028", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0028", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_95dcf5156d588d50.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3256006436, "redistribution_allowed": true, "text": "paper presents a novel framework to generation. Keywords: CV, LSTM, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_f9f49c0a4baa052d", "row_id": "synthetic_doc_0029_1", "source_id": "synthetic_doc_0029", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0029", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f9f49c0a4baa052d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1469416739, "redistribution_allowed": true, "text": "paper presents a novel method to detection. Keywords: ML, Transformer, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_5b780d3b0afd80c5", "row_id": "synthetic_doc_0030_1", "source_id": "synthetic_doc_0030", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0030", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5b780d3b0afd80c5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1151361556, "redistribution_allowed": true, "text": "paper presents a novel framework to generation. Keywords: NLP, CNN, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_352cdf3749077345", "row_id": "synthetic_doc_0031_1", "source_id": "synthetic_doc_0031", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0031", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_352cdf3749077345.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3238204970, "redistribution_allowed": true, "text": "paper presents a novel approach to generation. Keywords: NLP, LSTM, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_511b8f6962e2fd79", "row_id": "synthetic_doc_0032_1", "source_id": "synthetic_doc_0032", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0032", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_511b8f6962e2fd79.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1059371265, "redistribution_allowed": true, "text": "paper presents a novel approach to classification. Keywords: NLP, CNN, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_4c00d786ad0dd54d", "row_id": "synthetic_doc_0033_1", "source_id": "synthetic_doc_0033", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0033", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4c00d786ad0dd54d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3495383441, "redistribution_allowed": true, "text": "paper presents a novel method to detection. Keywords: NLP, LSTM, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_c8abf8775ed1a41b", "row_id": "synthetic_doc_0034_1", "source_id": "synthetic_doc_0034", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0034", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c8abf8775ed1a41b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3328154066, "redistribution_allowed": true, "text": "paper presents a novel method to generation. Keywords: ML, CNN, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_67a2b420e5a25f0f", "row_id": "synthetic_doc_0036_1", "source_id": "synthetic_doc_0036", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0036", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_67a2b420e5a25f0f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 286722039, "redistribution_allowed": true, "text": "paper presents a novel framework to generation. Keywords: CV, CNN, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_689377f4976f2b5a", "row_id": "synthetic_doc_0037_1", "source_id": "synthetic_doc_0037", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0037", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_689377f4976f2b5a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2776167614, "redistribution_allowed": true, "text": "paper presents a novel framework to generation. Keywords: NLP, Transformer, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_5e304d6e8baa1345", "row_id": "synthetic_doc_0038_1", "source_id": "synthetic_doc_0038", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0038", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5e304d6e8baa1345.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2487013523, "redistribution_allowed": true, "text": "paper presents a novel framework to detection. Keywords: ML, LSTM, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_9cd1665c2f1534ff", "row_id": "synthetic_doc_0039_1", "source_id": "synthetic_doc_0039", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0039", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9cd1665c2f1534ff.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1799159055, "redistribution_allowed": true, "text": "paper presents a novel method to generation. Keywords: ML, LSTM, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_42cd750935c17240", "row_id": "synthetic_doc_0040_1", "source_id": "synthetic_doc_0040", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0040", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_42cd750935c17240.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3397577013, "redistribution_allowed": true, "text": "paper presents a novel approach to detection. Keywords: ML, LSTM, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_3c745ecb3f03cc38", "row_id": "synthetic_doc_0041_1", "source_id": "synthetic_doc_0041", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0041", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3c745ecb3f03cc38.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 657016407, "redistribution_allowed": true, "text": "paper presents a novel framework to detection. Keywords: CV, LSTM, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_e09d6a9a0729e393", "row_id": "synthetic_doc_0042_1", "source_id": "synthetic_doc_0042", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0042", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e09d6a9a0729e393.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2078383635, "redistribution_allowed": true, "text": "paper presents a novel framework to classification. Keywords: CV, LSTM, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_80a447da20d9feec", "row_id": "synthetic_doc_0043_1", "source_id": "synthetic_doc_0043", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0043", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_80a447da20d9feec.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2191655477, "redistribution_allowed": true, "text": "paper presents a novel method to generation. Keywords: ML, LSTM, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_292a82de877abd50", "row_id": "synthetic_doc_0044_1", "source_id": "synthetic_doc_0044", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0044", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_292a82de877abd50.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3826338525, "redistribution_allowed": true, "text": "paper presents a novel framework to classification. Keywords: ML, CNN, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_b7f8d90037a8c07d", "row_id": "synthetic_doc_0045_1", "source_id": "synthetic_doc_0045", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0045", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b7f8d90037a8c07d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1282617229, "redistribution_allowed": true, "text": "paper presents a novel framework to generation. Keywords: ML, Transformer, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_af2f68ac450e1712", "row_id": "synthetic_doc_0046_1", "source_id": "synthetic_doc_0046", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0046", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_af2f68ac450e1712.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1175002011, "redistribution_allowed": true, "text": "paper presents a novel framework to generation. Keywords: CV, LSTM, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_493d254763e1e901", "row_id": "synthetic_doc_0047_1", "source_id": "synthetic_doc_0047", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0047", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_493d254763e1e901.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 130277180, "redistribution_allowed": true, "text": "paper presents a novel approach to generation. Keywords: NLP, CNN, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_1cd066ffa4a4d142", "row_id": "synthetic_doc_0048_1", "source_id": "synthetic_doc_0048", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0048", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1cd066ffa4a4d142.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3319756525, "redistribution_allowed": true, "text": "paper presents a novel method to classification. Keywords: NLP, Transformer, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_78fcfed97be55f19", "row_id": "synthetic_doc_0049_1", "source_id": "synthetic_doc_0049", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0049", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_78fcfed97be55f19.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2094000089, "redistribution_allowed": true, "text": "paper presents a novel approach to detection. Keywords: CV, LSTM, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_40afe11ec31a5fff", "row_id": "synthetic_doc_0050_1", "source_id": "synthetic_doc_0050", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0050", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_40afe11ec31a5fff.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 574720034, "redistribution_allowed": true, "text": "paper presents a novel framework to generation. Keywords: ML, CNN, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_d4231a29fc6b92f4", "row_id": "synthetic_doc_0051_1", "source_id": "synthetic_doc_0051", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0051", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d4231a29fc6b92f4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 777961943, "redistribution_allowed": true, "text": "paper presents a novel method to detection. Keywords: ML, CNN, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_357c3de00f0ea273", "row_id": "synthetic_doc_0052_1", "source_id": "synthetic_doc_0052", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0052", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_357c3de00f0ea273.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2009054487, "redistribution_allowed": true, "text": "paper presents a novel framework to detection. Keywords: CV, CNN, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_8187f51433b0b949", "row_id": "synthetic_doc_0053_1", "source_id": "synthetic_doc_0053", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0053", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8187f51433b0b949.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 4100744367, "redistribution_allowed": true, "text": "paper presents a novel method to detection. Keywords: NLP, Transformer, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_6c45fadf0981474d", "row_id": "synthetic_doc_0054_1", "source_id": "synthetic_doc_0054", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0054", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6c45fadf0981474d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2439448560, "redistribution_allowed": true, "text": "paper presents a novel approach to generation. Keywords: ML, LSTM, Eval ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_504ed215a9d8abbc", "row_id": "public_sign_0000_1", "source_id": "public_sign_0000", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0000", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_504ed215a9d8abbc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2455828776, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_dfc9398c65b652c4", "row_id": "public_sign_0001_1", "source_id": "public_sign_0001", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0001", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_dfc9398c65b652c4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 665062, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_e3598653ed290b68", "row_id": "public_sign_0002_1", "source_id": "public_sign_0002", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0002", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e3598653ed290b68.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 228962239, "redistribution_allowed": true, "text": "SMOKING NO", "width": 400, "height": 300} +{"manifest_id": "manifest_03b73e9bca4f8d1b", "row_id": "public_sign_0003_1", "source_id": "public_sign_0003", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0003", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_03b73e9bca4f8d1b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1667220827, "redistribution_allowed": true, "text": "EXIT FIRE", "width": 400, "height": 300} +{"manifest_id": "manifest_470f28f87c3c3191", "row_id": "public_sign_0004_1", "source_id": "public_sign_0004", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0004", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_470f28f87c3c3191.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 194173837, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_585228e9ee977644", "row_id": "public_sign_0005_1", "source_id": "public_sign_0005", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0005", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_585228e9ee977644.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 901614651, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_d33757a4909d00c4", "row_id": "public_sign_0006_1", "source_id": "public_sign_0006", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0006", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d33757a4909d00c4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1205732669, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_1bf7c612a54b59c8", "row_id": "public_sign_0007_1", "source_id": "public_sign_0007", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0007", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1bf7c612a54b59c8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 688137362, "redistribution_allowed": true, "text": "WAY ONE", "width": 400, "height": 300} +{"manifest_id": "manifest_f09dd959fc1597b2", "row_id": "public_sign_0008_1", "source_id": "public_sign_0008", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0008", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f09dd959fc1597b2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 23042565, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_ecac043491e92e1e", "row_id": "public_sign_0009_1", "source_id": "public_sign_0009", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0009", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ecac043491e92e1e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1004162919, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_b1d8cc13484d8cd1", "row_id": "public_sign_0010_1", "source_id": "public_sign_0010", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0010", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b1d8cc13484d8cd1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3716765237, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_95700060f91f79e8", "row_id": "public_sign_0011_1", "source_id": "public_sign_0011", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0011", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_95700060f91f79e8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3277570300, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_9a2e0d501343b43f", "row_id": "public_sign_0012_1", "source_id": "public_sign_0012", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0012", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9a2e0d501343b43f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3466693680, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_86976fcd680aa711", "row_id": "public_sign_0013_1", "source_id": "public_sign_0013", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0013", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_86976fcd680aa711.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3983427815, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_2114f751337beacf", "row_id": "public_sign_0014_1", "source_id": "public_sign_0014", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0014", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2114f751337beacf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4056936317, "redistribution_allowed": true, "text": "SMOKING NO", "width": 400, "height": 300} +{"manifest_id": "manifest_d43e99bee9c90f4b", "row_id": "public_sign_0015_1", "source_id": "public_sign_0015", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0015", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d43e99bee9c90f4b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1292341116, "redistribution_allowed": true, "text": "EXIT FIRE", "width": 400, "height": 300} +{"manifest_id": "manifest_73883d77b32174ca", "row_id": "public_sign_0016_1", "source_id": "public_sign_0016", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0016", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_73883d77b32174ca.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2137017465, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_3b8255daca707986", "row_id": "public_sign_0017_1", "source_id": "public_sign_0017", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0017", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3b8255daca707986.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2580796911, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_12748a2862a10f14", "row_id": "public_sign_0018_1", "source_id": "public_sign_0018", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0018", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_12748a2862a10f14.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2482959888, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_b78c337f6507e034", "row_id": "public_sign_0019_1", "source_id": "public_sign_0019", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0019", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b78c337f6507e034.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3846410025, "redistribution_allowed": true, "text": "WAY ONE", "width": 400, "height": 300} +{"manifest_id": "manifest_aa09b89571b50f2b", "row_id": "public_sign_0020_1", "source_id": "public_sign_0020", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0020", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_aa09b89571b50f2b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3484222425, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_4cb4b78fa0e9c730", "row_id": "public_sign_0021_1", "source_id": "public_sign_0021", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0021", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4cb4b78fa0e9c730.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3319263961, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_6ac146ef7f1ba122", "row_id": "public_sign_0022_1", "source_id": "public_sign_0022", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0022", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6ac146ef7f1ba122.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1104806534, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_e3a79ff9c51931dc", "row_id": "public_sign_0023_1", "source_id": "public_sign_0023", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0023", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e3a79ff9c51931dc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1435705710, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_f0c8725f985df3bd", "row_id": "public_sign_0024_1", "source_id": "public_sign_0024", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0024", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f0c8725f985df3bd.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 754718870, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_b7a2f4d9ce8e0e16", "row_id": "public_sign_0025_1", "source_id": "public_sign_0025", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0025", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b7a2f4d9ce8e0e16.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2958878628, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_4020e53febd00dc7", "row_id": "public_sign_0026_1", "source_id": "public_sign_0026", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0026", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4020e53febd00dc7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4047386795, "redistribution_allowed": true, "text": "SMOKING NO", "width": 400, "height": 300} +{"manifest_id": "manifest_ca5b129d27b4e8b4", "row_id": "public_sign_0027_1", "source_id": "public_sign_0027", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0027", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ca5b129d27b4e8b4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2958041067, "redistribution_allowed": true, "text": "EXIT FIRE", "width": 400, "height": 300} +{"manifest_id": "manifest_f7e7cbdbc9b70bee", "row_id": "public_sign_0028_1", "source_id": "public_sign_0028", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0028", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f7e7cbdbc9b70bee.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 595139300, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_d13cb5c474803af5", "row_id": "public_sign_0029_1", "source_id": "public_sign_0029", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0029", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d13cb5c474803af5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1713254427, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_a4767de714076500", "row_id": "public_sign_0030_1", "source_id": "public_sign_0030", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0030", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a4767de714076500.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1534788593, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_38157d8728c6e4f3", "row_id": "public_sign_0031_1", "source_id": "public_sign_0031", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0031", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_38157d8728c6e4f3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 634212814, "redistribution_allowed": true, "text": "WAY ONE", "width": 400, "height": 300} +{"manifest_id": "manifest_04b5eca252eb8e36", "row_id": "public_sign_0033_1", "source_id": "public_sign_0033", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0033", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_04b5eca252eb8e36.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4262768724, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_3d69a04e01eeddfa", "row_id": "public_sign_0034_1", "source_id": "public_sign_0034", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0034", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3d69a04e01eeddfa.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 148375833, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_79c547b1f3a1be6d", "row_id": "public_sign_0035_1", "source_id": "public_sign_0035", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0035", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_79c547b1f3a1be6d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4146279233, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_ce18ff27eb6a3849", "row_id": "public_sign_0036_1", "source_id": "public_sign_0036", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0036", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ce18ff27eb6a3849.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3128132123, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_d88a51681819fced", "row_id": "public_sign_0037_1", "source_id": "public_sign_0037", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0037", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d88a51681819fced.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 675460091, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_136f2abd2af0ad05", "row_id": "public_sign_0038_1", "source_id": "public_sign_0038", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0038", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_136f2abd2af0ad05.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 446787070, "redistribution_allowed": true, "text": "SMOKING NO", "width": 400, "height": 300} +{"manifest_id": "manifest_ff3efde189b51b11", "row_id": "public_sign_0039_1", "source_id": "public_sign_0039", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0039", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ff3efde189b51b11.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2185219437, "redistribution_allowed": true, "text": "EXIT FIRE", "width": 400, "height": 300} +{"manifest_id": "manifest_7d6826abfb839fae", "row_id": "public_sign_0040_1", "source_id": "public_sign_0040", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0040", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7d6826abfb839fae.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2004557986, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_2bd5cf11cad5cc31", "row_id": "public_sign_0042_1", "source_id": "public_sign_0042", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0042", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2bd5cf11cad5cc31.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3566462807, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_214a3df5ad1985e1", "row_id": "public_sign_0044_1", "source_id": "public_sign_0044", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0044", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_214a3df5ad1985e1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1166303898, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_ecf24acf777416d1", "row_id": "public_sign_0045_1", "source_id": "public_sign_0045", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0045", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ecf24acf777416d1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1922751322, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_f546c347a6acec64", "row_id": "public_sign_0046_1", "source_id": "public_sign_0046", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0046", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f546c347a6acec64.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1025488265, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_352f943ae00137c6", "row_id": "public_sign_0047_1", "source_id": "public_sign_0047", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0047", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_352f943ae00137c6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3129529219, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_6cbe3431aab06206", "row_id": "public_sign_0048_1", "source_id": "public_sign_0048", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0048", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6cbe3431aab06206.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1436378961, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_8ce286f04de7f919", "row_id": "public_sign_0049_1", "source_id": "public_sign_0049", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0049", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8ce286f04de7f919.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1278355355, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_788c78f6e177008b", "row_id": "public_sign_0050_1", "source_id": "public_sign_0050", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0050", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_788c78f6e177008b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 811383132, "redistribution_allowed": true, "text": "SMOKING NO", "width": 400, "height": 300} +{"manifest_id": "manifest_22c27c9571ba5296", "row_id": "public_sign_0051_1", "source_id": "public_sign_0051", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0051", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_22c27c9571ba5296.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1734718916, "redistribution_allowed": true, "text": "EXIT FIRE", "width": 400, "height": 300} +{"manifest_id": "manifest_84a79364aa49ab33", "row_id": "public_sign_0052_1", "source_id": "public_sign_0052", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0052", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_84a79364aa49ab33.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1358792660, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_8840bcef41eafa0d", "row_id": "public_sign_0053_1", "source_id": "public_sign_0053", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0053", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8840bcef41eafa0d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2605403031, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_95ab5e5a5801d0dc", "row_id": "public_sign_0055_1", "source_id": "public_sign_0055", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0055", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_95ab5e5a5801d0dc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3486611096, "redistribution_allowed": true, "text": "WAY ONE", "width": 400, "height": 300} +{"manifest_id": "manifest_7c99951f0a8d055f", "row_id": "public_sign_0056_1", "source_id": "public_sign_0056", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0056", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7c99951f0a8d055f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 819274695, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_9d6ee7d1721908ed", "row_id": "public_sign_0057_1", "source_id": "public_sign_0057", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0057", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9d6ee7d1721908ed.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3639057615, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_a533199565227195", "row_id": "public_sign_0058_1", "source_id": "public_sign_0058", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0058", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a533199565227195.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2752631469, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_c06083b58ac51787", "row_id": "public_sign_0059_1", "source_id": "public_sign_0059", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0059", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c06083b58ac51787.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3826319095, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_5cc3420197d7453a", "row_id": "public_sign_0060_1", "source_id": "public_sign_0060", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0060", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5cc3420197d7453a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 87777384, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_7c6fec0c54201370", "row_id": "public_sign_0062_1", "source_id": "public_sign_0062", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0062", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7c6fec0c54201370.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1000287078, "redistribution_allowed": true, "text": "SMOKING NO", "width": 400, "height": 300} +{"manifest_id": "manifest_e4b67f09c0f286d0", "row_id": "public_sign_0063_1", "source_id": "public_sign_0063", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0063", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e4b67f09c0f286d0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2099914367, "redistribution_allowed": true, "text": "EXIT FIRE", "width": 400, "height": 300} +{"manifest_id": "manifest_d41dc7694b741945", "row_id": "public_sign_0064_1", "source_id": "public_sign_0064", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0064", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d41dc7694b741945.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 336417278, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_f8807fd98eaa4ba8", "row_id": "public_sign_0065_1", "source_id": "public_sign_0065", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0065", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f8807fd98eaa4ba8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3008863021, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_4f0380e51f45405d", "row_id": "public_sign_0066_1", "source_id": "public_sign_0066", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0066", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4f0380e51f45405d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4008103116, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_e0cd863fb802fff0", "row_id": "public_sign_0067_1", "source_id": "public_sign_0067", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0067", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e0cd863fb802fff0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 577216980, "redistribution_allowed": true, "text": "WAY ONE", "width": 400, "height": 300} +{"manifest_id": "manifest_c089cd9a10b51eab", "row_id": "public_sign_0068_1", "source_id": "public_sign_0068", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0068", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c089cd9a10b51eab.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2226174406, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_60d17400e53afa4f", "row_id": "public_sign_0069_1", "source_id": "public_sign_0069", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0069", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_60d17400e53afa4f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3710666907, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_a522625c536cbcd2", "row_id": "public_sign_0070_1", "source_id": "public_sign_0070", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0070", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a522625c536cbcd2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3709789326, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_82c1b4afa5c8c67e", "row_id": "public_sign_0071_1", "source_id": "public_sign_0071", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0071", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_82c1b4afa5c8c67e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3896791035, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_c103ceb527df8235", "row_id": "public_sign_0072_1", "source_id": "public_sign_0072", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0072", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c103ceb527df8235.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1576234976, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_98457183ebfaa029", "row_id": "public_sign_0073_1", "source_id": "public_sign_0073", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0073", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_98457183ebfaa029.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 770852320, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_a7a3cd85db68b818", "row_id": "public_sign_0074_1", "source_id": "public_sign_0074", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0074", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a7a3cd85db68b818.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2123848871, "redistribution_allowed": true, "text": "SMOKING NO", "width": 400, "height": 300} +{"manifest_id": "manifest_7ae4b3ffbf29961f", "row_id": "public_sign_0075_1", "source_id": "public_sign_0075", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0075", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7ae4b3ffbf29961f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2184426177, "redistribution_allowed": true, "text": "EXIT FIRE", "width": 400, "height": 300} +{"manifest_id": "manifest_29169ce4d6d3370f", "row_id": "public_sign_0076_1", "source_id": "public_sign_0076", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0076", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_29169ce4d6d3370f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 646999195, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_3b1b9685f1a3eb46", "row_id": "public_sign_0077_1", "source_id": "public_sign_0077", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0077", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3b1b9685f1a3eb46.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1774720464, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_aa81b75168e7f867", "row_id": "public_sign_0078_1", "source_id": "public_sign_0078", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0078", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_aa81b75168e7f867.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2085115967, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_7eeb063c5d4280d0", "row_id": "public_sign_0079_1", "source_id": "public_sign_0079", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0079", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7eeb063c5d4280d0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4209298880, "redistribution_allowed": true, "text": "WAY ONE", "width": 400, "height": 300} +{"manifest_id": "manifest_0827ba3b12b14d6d", "row_id": "public_sign_0080_1", "source_id": "public_sign_0080", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0080", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0827ba3b12b14d6d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1551704432, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_2910477c9a489256", "row_id": "public_sign_0081_1", "source_id": "public_sign_0081", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0081", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2910477c9a489256.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3671062636, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_cf8b62592e09c0c2", "row_id": "public_sign_0082_1", "source_id": "public_sign_0082", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0082", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cf8b62592e09c0c2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2742923737, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_e6b4f300bf63b6df", "row_id": "public_sign_0083_1", "source_id": "public_sign_0083", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0083", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e6b4f300bf63b6df.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 643867874, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_e592e08af340e23c", "row_id": "public_sign_0084_1", "source_id": "public_sign_0084", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0084", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e592e08af340e23c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1000923100, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_bd13f729ca361821", "row_id": "synthetic_ui_0000_2", "source_id": "synthetic_ui_0000", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0000", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bd13f729ca361821.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3695309923, "redistribution_allowed": true, "text": "140 | Growth 2.3% Dashboard: Users 1924 | Revenue $3476 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_1c4e0d904b587399", "row_id": "synthetic_ui_0001_2", "source_id": "synthetic_ui_0001", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0001", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1c4e0d904b587399.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 33126196, "redistribution_allowed": true, "text": "346 | Growth 17.2% Dashboard: Users 2386 | Revenue $73911 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_06f7fa6e768ee777", "row_id": "synthetic_ui_0002_2", "source_id": "synthetic_ui_0002", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0002", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_06f7fa6e768ee777.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2413207333, "redistribution_allowed": true, "text": "216 | Growth -4.0% Dashboard: Users 9035 | Revenue $9607 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_0c9e90dc432edf58", "row_id": "synthetic_ui_0003_2", "source_id": "synthetic_ui_0003", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0003", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0c9e90dc432edf58.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1848795726, "redistribution_allowed": true, "text": "258 | Growth 13.1% Dashboard: Users 1635 | Revenue $22645 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_c98def30e12013ac", "row_id": "synthetic_ui_0004_2", "source_id": "synthetic_ui_0004", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0004", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c98def30e12013ac.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1581794310, "redistribution_allowed": true, "text": "332 | Growth 16.0% Dashboard: Users 9295 | Revenue $20685 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_95396aefa961fdce", "row_id": "synthetic_ui_0005_2", "source_id": "synthetic_ui_0005", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0005", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_95396aefa961fdce.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2628713371, "redistribution_allowed": true, "text": "301 | Growth 3.3% Dashboard: Users 6973 | Revenue $22824 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_aa2cf3027bb0a3af", "row_id": "synthetic_ui_0006_2", "source_id": "synthetic_ui_0006", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0006", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_aa2cf3027bb0a3af.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 259694391, "redistribution_allowed": true, "text": "81 | Growth 15.9% Dashboard: Users 206 | Revenue $76122 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_0f218ecbbe847b32", "row_id": "synthetic_ui_0007_2", "source_id": "synthetic_ui_0007", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0007", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0f218ecbbe847b32.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 64767050, "redistribution_allowed": true, "text": "110 | Growth 23.7% Dashboard: Users 5674 | Revenue $28509 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_20fa9454d334c195", "row_id": "synthetic_ui_0008_2", "source_id": "synthetic_ui_0008", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0008", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_20fa9454d334c195.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2615722653, "redistribution_allowed": true, "text": "194 | Growth -2.1% Dashboard: Users 5614 | Revenue $11119 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_7f05eec8f554081c", "row_id": "synthetic_ui_0009_2", "source_id": "synthetic_ui_0009", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0009", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7f05eec8f554081c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2729810699, "redistribution_allowed": true, "text": "413 | Growth -3.7% Dashboard: Users 5735 | Revenue $60769 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_d1cb57d4d718d928", "row_id": "synthetic_ui_0010_2", "source_id": "synthetic_ui_0010", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0010", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d1cb57d4d718d928.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1412592284, "redistribution_allowed": true, "text": "498 | Growth 22.7% Dashboard: Users 7627 | Revenue $54087 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_6b1a4cfaf5931e5e", "row_id": "synthetic_ui_0011_2", "source_id": "synthetic_ui_0011", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0011", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6b1a4cfaf5931e5e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2182484511, "redistribution_allowed": true, "text": "424 | Growth 13.9% Dashboard: Users 1391 | Revenue $55652 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_83c827c8e0b90cda", "row_id": "synthetic_ui_0012_2", "source_id": "synthetic_ui_0012", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0012", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_83c827c8e0b90cda.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 40403510, "redistribution_allowed": true, "text": "360 | Growth -2.9% Dashboard: Users 6025 | Revenue $58158 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_5c116f400d019e6e", "row_id": "synthetic_ui_0013_2", "source_id": "synthetic_ui_0013", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0013", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5c116f400d019e6e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2351300508, "redistribution_allowed": true, "text": "40 | Growth 20.7% Dashboard: Users 3833 | Revenue $77534 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_c2c890265203d0b6", "row_id": "synthetic_ui_0014_2", "source_id": "synthetic_ui_0014", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0014", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c2c890265203d0b6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3412110952, "redistribution_allowed": true, "text": "232 | Growth 14.1% Dashboard: Users 1754 | Revenue $38632 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_180a91d15b49fe1d", "row_id": "synthetic_ui_0015_2", "source_id": "synthetic_ui_0015", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0015", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_180a91d15b49fe1d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2259956760, "redistribution_allowed": true, "text": "181 | Growth 1.3% Dashboard: Users 6077 | Revenue $17103 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_a1c0a04889a50099", "row_id": "synthetic_ui_0016_2", "source_id": "synthetic_ui_0016", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0016", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a1c0a04889a50099.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1581761064, "redistribution_allowed": true, "text": "349 | Growth 14.4% Dashboard: Users 4474 | Revenue $70480 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_c1f5de733403a3be", "row_id": "synthetic_ui_0017_2", "source_id": "synthetic_ui_0017", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0017", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c1f5de733403a3be.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1533878472, "redistribution_allowed": true, "text": "125 | Growth -0.1% Dashboard: Users 2903 | Revenue $53880 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_b4bbbf252e782b17", "row_id": "synthetic_ui_0018_2", "source_id": "synthetic_ui_0018", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0018", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b4bbbf252e782b17.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3871817674, "redistribution_allowed": true, "text": "473 | Growth 14.2% Dashboard: Users 6316 | Revenue $27725 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_2351f581786683be", "row_id": "synthetic_ui_0019_2", "source_id": "synthetic_ui_0019", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0019", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2351f581786683be.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1393762242, "redistribution_allowed": true, "text": "166 | Growth 20.3% Dashboard: Users 9225 | Revenue $22742 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_54435a73695efdcd", "row_id": "synthetic_ui_0020_2", "source_id": "synthetic_ui_0020", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0020", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_54435a73695efdcd.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 82838522, "redistribution_allowed": true, "text": "16 | Growth 19.2% Dashboard: Users 1016 | Revenue $23676 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_ac880d7dd11e32e3", "row_id": "synthetic_ui_0021_2", "source_id": "synthetic_ui_0021", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0021", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ac880d7dd11e32e3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2683991869, "redistribution_allowed": true, "text": "108 | Growth 22.4% Dashboard: Users 6672 | Revenue $27506 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_2ea35b1999c47153", "row_id": "synthetic_ui_0022_2", "source_id": "synthetic_ui_0022", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0022", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2ea35b1999c47153.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1925120652, "redistribution_allowed": true, "text": "161 | Growth 1.4% Dashboard: Users 9392 | Revenue $87760 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_769aaa2dcaf5565c", "row_id": "synthetic_ui_0023_2", "source_id": "synthetic_ui_0023", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0023", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_769aaa2dcaf5565c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3572488857, "redistribution_allowed": true, "text": "468 | Growth 14.3% Dashboard: Users 8279 | Revenue $40168 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_c6ae6fa31d08c616", "row_id": "synthetic_ui_0024_2", "source_id": "synthetic_ui_0024", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0024", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c6ae6fa31d08c616.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1777361405, "redistribution_allowed": true, "text": "126 | Growth 17.3% Dashboard: Users 2440 | Revenue $27223 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_9e4a86015cbd98a9", "row_id": "synthetic_ui_0026_2", "source_id": "synthetic_ui_0026", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0026", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9e4a86015cbd98a9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3882056074, "redistribution_allowed": true, "text": "112 | Growth 24.9% Dashboard: Users 9660 | Revenue $40541 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_0e6f8d39a8ef94ad", "row_id": "synthetic_ui_0027_2", "source_id": "synthetic_ui_0027", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0027", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0e6f8d39a8ef94ad.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1905251295, "redistribution_allowed": true, "text": "46 | Growth 17.7% Dashboard: Users 2366 | Revenue $51443 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_d7948ec7581194cc", "row_id": "synthetic_ui_0028_2", "source_id": "synthetic_ui_0028", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0028", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d7948ec7581194cc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3800990014, "redistribution_allowed": true, "text": "81 | Growth 18.8% Dashboard: Users 1896 | Revenue $16131 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_9b8b5ebd61ce3bb5", "row_id": "synthetic_ui_0029_2", "source_id": "synthetic_ui_0029", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0029", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9b8b5ebd61ce3bb5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4158959491, "redistribution_allowed": true, "text": "197 | Growth 6.4% Dashboard: Users 7016 | Revenue $60044 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_021dc0dab3d646ca", "row_id": "synthetic_ui_0030_2", "source_id": "synthetic_ui_0030", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0030", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_021dc0dab3d646ca.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3597088326, "redistribution_allowed": true, "text": "497 | Growth 11.6% Dashboard: Users 7768 | Revenue $53382 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_d02d37d3bdc10f68", "row_id": "synthetic_ui_0031_2", "source_id": "synthetic_ui_0031", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0031", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d02d37d3bdc10f68.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 388316824, "redistribution_allowed": true, "text": "58 | Growth 15.5% Dashboard: Users 288 | Revenue $68348 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_1a0750d8e0f61c1e", "row_id": "synthetic_ui_0032_2", "source_id": "synthetic_ui_0032", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0032", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1a0750d8e0f61c1e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1411558160, "redistribution_allowed": true, "text": "393 | Growth 14.2% Dashboard: Users 8897 | Revenue $75337 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_61406aede58512cc", "row_id": "synthetic_ui_0033_2", "source_id": "synthetic_ui_0033", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0033", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_61406aede58512cc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 140395808, "redistribution_allowed": true, "text": "80 | Growth 8.6% Dashboard: Users 1927 | Revenue $30057 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_314cd2069c13ae1e", "row_id": "synthetic_ui_0034_2", "source_id": "synthetic_ui_0034", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0034", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_314cd2069c13ae1e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3197988482, "redistribution_allowed": true, "text": "390 | Growth 0.4% Dashboard: Users 4415 | Revenue $97217 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_0119f15e28879708", "row_id": "synthetic_ui_0035_2", "source_id": "synthetic_ui_0035", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0035", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0119f15e28879708.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 554963142, "redistribution_allowed": true, "text": "152 | Growth 20.3% Dashboard: Users 1843 | Revenue $87181 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_54d2bb12aa8d015b", "row_id": "synthetic_ui_0036_2", "source_id": "synthetic_ui_0036", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0036", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_54d2bb12aa8d015b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1235324621, "redistribution_allowed": true, "text": "78 | Growth 6.2% Dashboard: Users 8417 | Revenue $61288 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_b97464e9908aaf5b", "row_id": "synthetic_ui_0037_2", "source_id": "synthetic_ui_0037", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0037", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b97464e9908aaf5b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4031014881, "redistribution_allowed": true, "text": "398 | Growth 22.7% Dashboard: Users 2746 | Revenue $54399 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_7d3153fd7fde339f", "row_id": "synthetic_ui_0038_2", "source_id": "synthetic_ui_0038", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0038", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7d3153fd7fde339f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2740430808, "redistribution_allowed": true, "text": "250 | Growth -4.4% Dashboard: Users 109 | Revenue $60296 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_b38ca25ad5df4426", "row_id": "synthetic_ui_0039_2", "source_id": "synthetic_ui_0039", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0039", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b38ca25ad5df4426.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4272029132, "redistribution_allowed": true, "text": "425 | Growth 19.2% Dashboard: Users 6047 | Revenue $87993 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_ee9965a204279f71", "row_id": "synthetic_ui_0040_2", "source_id": "synthetic_ui_0040", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0040", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ee9965a204279f71.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 647646847, "redistribution_allowed": true, "text": "449 | Growth 12.0% Dashboard: Users 4023 | Revenue $6735 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_8263c76ccd0be1b6", "row_id": "synthetic_ui_0041_2", "source_id": "synthetic_ui_0041", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0041", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8263c76ccd0be1b6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3969327588, "redistribution_allowed": true, "text": "248 | Growth 19.5% Dashboard: Users 1390 | Revenue $9480 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_54880a6d527bd81a", "row_id": "synthetic_ui_0042_2", "source_id": "synthetic_ui_0042", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0042", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_54880a6d527bd81a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3445760083, "redistribution_allowed": true, "text": "65 | Growth 14.8% Dashboard: Users 8827 | Revenue $76818 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_de392dad338b151a", "row_id": "synthetic_ui_0043_2", "source_id": "synthetic_ui_0043", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0043", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_de392dad338b151a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3149315279, "redistribution_allowed": true, "text": "270 | Growth 21.2% Dashboard: Users 9107 | Revenue $17348 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_d5a27db3f705e431", "row_id": "synthetic_ui_0044_2", "source_id": "synthetic_ui_0044", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0044", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d5a27db3f705e431.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1707484252, "redistribution_allowed": true, "text": "475 | Growth 11.2% Dashboard: Users 7032 | Revenue $96472 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_afc0c4245cab14d2", "row_id": "synthetic_ui_0045_2", "source_id": "synthetic_ui_0045", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0045", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_afc0c4245cab14d2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1291318433, "redistribution_allowed": true, "text": "204 | Growth 24.9% Dashboard: Users 3395 | Revenue $71582 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_fd43d3d4fce705a2", "row_id": "synthetic_ui_0046_2", "source_id": "synthetic_ui_0046", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0046", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_fd43d3d4fce705a2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1677458662, "redistribution_allowed": true, "text": "264 | Growth 8.5% Dashboard: Users 6218 | Revenue $44372 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_20dbf5679ab5d160", "row_id": "synthetic_ui_0047_2", "source_id": "synthetic_ui_0047", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0047", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_20dbf5679ab5d160.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 359138791, "redistribution_allowed": true, "text": "173 | Growth -4.4% Dashboard: Users 4161 | Revenue $23245 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_0a270c716e06dec0", "row_id": "synthetic_ui_0048_2", "source_id": "synthetic_ui_0048", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0048", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0a270c716e06dec0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2619684697, "redistribution_allowed": true, "text": "112 | Growth -4.8% Dashboard: Users 9175 | Revenue $23781 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_e9b5a7804cccbee0", "row_id": "synthetic_ui_0050_2", "source_id": "synthetic_ui_0050", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0050", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e9b5a7804cccbee0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1389088558, "redistribution_allowed": true, "text": "121 | Growth 3.4% Dashboard: Users 5513 | Revenue $8015 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_9ddc6b44e0ce7edf", "row_id": "synthetic_ui_0051_2", "source_id": "synthetic_ui_0051", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0051", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9ddc6b44e0ce7edf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3741993261, "redistribution_allowed": true, "text": "67 | Growth 16.7% Dashboard: Users 8053 | Revenue $22209 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_445dd82606a3153c", "row_id": "synthetic_ui_0052_2", "source_id": "synthetic_ui_0052", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0052", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_445dd82606a3153c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2883694593, "redistribution_allowed": true, "text": "124 | Growth 18.5% Dashboard: Users 9455 | Revenue $58045 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_f83df0f9ba51279f", "row_id": "synthetic_ui_0053_2", "source_id": "synthetic_ui_0053", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0053", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f83df0f9ba51279f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 687249103, "redistribution_allowed": true, "text": "49 | Growth 14.8% Dashboard: Users 6769 | Revenue $19851 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_ce84272b605a3225", "row_id": "synthetic_ui_0054_2", "source_id": "synthetic_ui_0054", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0054", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ce84272b605a3225.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2902618561, "redistribution_allowed": true, "text": "239 | Growth 20.9% Dashboard: Users 5904 | Revenue $42934 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_5bfe5f5b716b1ea3", "row_id": "synthetic_ui_0055_2", "source_id": "synthetic_ui_0055", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0055", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5bfe5f5b716b1ea3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3260301719, "redistribution_allowed": true, "text": "330 | Growth -2.0% Dashboard: Users 987 | Revenue $67663 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_04d1b2ab2d42f024", "row_id": "synthetic_ui_0057_2", "source_id": "synthetic_ui_0057", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0057", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_04d1b2ab2d42f024.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4226082068, "redistribution_allowed": true, "text": "274 | Growth 8.5% Dashboard: Users 4173 | Revenue $19967 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_51eb371462b1aad4", "row_id": "synthetic_ui_0058_2", "source_id": "synthetic_ui_0058", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0058", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_51eb371462b1aad4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1644055482, "redistribution_allowed": true, "text": "236 | Growth 2.5% Dashboard: Users 7012 | Revenue $19165 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_48f47f835b14126e", "row_id": "synthetic_ui_0059_2", "source_id": "synthetic_ui_0059", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0059", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_48f47f835b14126e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4002438841, "redistribution_allowed": true, "text": "441 | Growth 20.7% Dashboard: Users 1335 | Revenue $44870 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_744db7081f46edcb", "row_id": "synthetic_ui_0060_2", "source_id": "synthetic_ui_0060", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0060", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_744db7081f46edcb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1291044807, "redistribution_allowed": true, "text": "276 | Growth 20.1% Dashboard: Users 1704 | Revenue $6008 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_de5aef634eb352f9", "row_id": "synthetic_ui_0061_2", "source_id": "synthetic_ui_0061", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0061", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_de5aef634eb352f9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 16748324, "redistribution_allowed": true, "text": "434 | Growth 2.1% Dashboard: Users 1628 | Revenue $92710 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_f5f15a720fb6e0b7", "row_id": "synthetic_ui_0063_2", "source_id": "synthetic_ui_0063", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0063", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f5f15a720fb6e0b7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 335415210, "redistribution_allowed": true, "text": "1 | Growth 24.6% Dashboard: Users 1060 | Revenue $17299 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_a7834aa815dca1c3", "row_id": "synthetic_ui_0064_2", "source_id": "synthetic_ui_0064", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0064", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a7834aa815dca1c3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1390683310, "redistribution_allowed": true, "text": "401 | Growth 8.7% Dashboard: Users 4445 | Revenue $92725 | Orders", "width": 640, "height": 480} +{"manifest_id": "manifest_7ba623f39117ba42", "row_id": "synthetic_terminal_0000_2", "source_id": "synthetic_terminal_0000", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0000", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7ba623f39117ba42.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2482491264, "redistribution_allowed": true, "text": "72: loss=3.3127 acc=73.85% Saving checkpoint... $ python train.py --epochs 118 --lr 0.0697 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_41b459df655bf04d", "row_id": "synthetic_terminal_0001_2", "source_id": "synthetic_terminal_0001", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0001", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_41b459df655bf04d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1019761132, "redistribution_allowed": true, "text": "75: loss=3.6813 acc=52.99% Saving checkpoint... $ python train.py --epochs 58 --lr 0.0297 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_af570979eb1ff109", "row_id": "synthetic_terminal_0002_2", "source_id": "synthetic_terminal_0002", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0002", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_af570979eb1ff109.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2751847114, "redistribution_allowed": true, "text": "62: loss=2.5192 acc=91.78% Saving checkpoint... $ python train.py --epochs 90 --lr 0.0058 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_0a5d28a66c4f1855", "row_id": "synthetic_terminal_0003_2", "source_id": "synthetic_terminal_0003", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0003", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0a5d28a66c4f1855.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3675778354, "redistribution_allowed": true, "text": "11: loss=4.2582 acc=53.36% Saving checkpoint... $ python train.py --epochs 50 --lr 0.0058 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_62e53f110deed65a", "row_id": "synthetic_terminal_0004_2", "source_id": "synthetic_terminal_0004", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0004", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_62e53f110deed65a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1121451865, "redistribution_allowed": true, "text": "52: loss=0.6082 acc=93.62% Saving checkpoint... $ python train.py --epochs 27 --lr 0.0676 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_6a5682a2cbbde280", "row_id": "synthetic_terminal_0005_2", "source_id": "synthetic_terminal_0005", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0005", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6a5682a2cbbde280.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3262500059, "redistribution_allowed": true, "text": "80: loss=0.4191 acc=82.21% Saving checkpoint... $ python train.py --epochs 73 --lr 0.0579 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_56c27eab1c77f3f8", "row_id": "synthetic_terminal_0006_2", "source_id": "synthetic_terminal_0006", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0006", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_56c27eab1c77f3f8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2429550613, "redistribution_allowed": true, "text": "27: loss=3.3519 acc=65.40% Saving checkpoint... $ python train.py --epochs 154 --lr 0.0523 --batch 32 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_e805b32673d24395", "row_id": "synthetic_terminal_0007_2", "source_id": "synthetic_terminal_0007", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0007", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e805b32673d24395.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1796375270, "redistribution_allowed": true, "text": "83: loss=1.5070 acc=65.49% Saving checkpoint... $ python train.py --epochs 77 --lr 0.0396 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_a5943f173f8671f6", "row_id": "synthetic_terminal_0008_2", "source_id": "synthetic_terminal_0008", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0008", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a5943f173f8671f6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 644563450, "redistribution_allowed": true, "text": "73: loss=4.9805 acc=53.59% Saving checkpoint... $ python train.py --epochs 28 --lr 0.0010 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_79c1a3bb27e0c86a", "row_id": "synthetic_terminal_0009_2", "source_id": "synthetic_terminal_0009", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0009", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_79c1a3bb27e0c86a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3628560753, "redistribution_allowed": true, "text": "45: loss=4.4055 acc=93.08% Saving checkpoint... $ python train.py --epochs 64 --lr 0.0506 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_a6967d9858b27bc3", "row_id": "synthetic_terminal_0010_2", "source_id": "synthetic_terminal_0010", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0010", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a6967d9858b27bc3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 427858291, "redistribution_allowed": true, "text": "70: loss=3.5207 acc=79.97% Saving checkpoint... $ python train.py --epochs 104 --lr 0.0286 --batch 32 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_716d70e13f6d1d4c", "row_id": "synthetic_terminal_0011_2", "source_id": "synthetic_terminal_0011", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0011", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_716d70e13f6d1d4c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3791647234, "redistribution_allowed": true, "text": "71: loss=1.5039 acc=82.51% Saving checkpoint... $ python train.py --epochs 177 --lr 0.0529 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_a868e236340bd626", "row_id": "synthetic_terminal_0013_2", "source_id": "synthetic_terminal_0013", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0013", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a868e236340bd626.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1327370630, "redistribution_allowed": true, "text": "27: loss=3.4406 acc=91.79% Saving checkpoint... $ python train.py --epochs 164 --lr 0.0211 --batch 32 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_358b7ad63a40c42c", "row_id": "synthetic_terminal_0014_2", "source_id": "synthetic_terminal_0014", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0014", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_358b7ad63a40c42c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3850213516, "redistribution_allowed": true, "text": "12: loss=3.1751 acc=90.64% Saving checkpoint... $ python train.py --epochs 139 --lr 0.0489 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_85267d0508b29d3f", "row_id": "synthetic_terminal_0015_2", "source_id": "synthetic_terminal_0015", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0015", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_85267d0508b29d3f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4088915680, "redistribution_allowed": true, "text": "82: loss=4.8992 acc=57.92% Saving checkpoint... $ python train.py --epochs 21 --lr 0.0005 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_1f241ddfecf7496e", "row_id": "synthetic_terminal_0016_2", "source_id": "synthetic_terminal_0016", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0016", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1f241ddfecf7496e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3636537507, "redistribution_allowed": true, "text": "72: loss=0.0583 acc=53.69% Saving checkpoint... $ python train.py --epochs 123 --lr 0.0552 --batch 32 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_1fc19d1c2a134283", "row_id": "synthetic_terminal_0017_2", "source_id": "synthetic_terminal_0017", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0017", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1fc19d1c2a134283.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2915145386, "redistribution_allowed": true, "text": "5: loss=4.1746 acc=78.54% Saving checkpoint... $ python train.py --epochs 186 --lr 0.0904 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_a0b0b80d005fe02a", "row_id": "synthetic_terminal_0018_2", "source_id": "synthetic_terminal_0018", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0018", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a0b0b80d005fe02a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2534093416, "redistribution_allowed": true, "text": "40: loss=1.8296 acc=95.72% Saving checkpoint... $ python train.py --epochs 47 --lr 0.0430 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_976b43c6202cec33", "row_id": "synthetic_terminal_0019_2", "source_id": "synthetic_terminal_0019", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0019", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_976b43c6202cec33.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1034530716, "redistribution_allowed": true, "text": "88: loss=1.2552 acc=55.04% Saving checkpoint... $ python train.py --epochs 20 --lr 0.0899 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_8ab06b0507cad242", "row_id": "synthetic_terminal_0020_2", "source_id": "synthetic_terminal_0020", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0020", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8ab06b0507cad242.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1324574127, "redistribution_allowed": true, "text": "80: loss=3.7499 acc=95.36% Saving checkpoint... $ python train.py --epochs 153 --lr 0.0884 --batch 32 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_a344f16f4f00e299", "row_id": "synthetic_terminal_0021_2", "source_id": "synthetic_terminal_0021", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0021", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a344f16f4f00e299.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1899538936, "redistribution_allowed": true, "text": "53: loss=0.1337 acc=86.09% Saving checkpoint... $ python train.py --epochs 70 --lr 0.0865 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_8e88bb57cb3bed6e", "row_id": "synthetic_terminal_0022_2", "source_id": "synthetic_terminal_0022", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0022", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8e88bb57cb3bed6e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 286864777, "redistribution_allowed": true, "text": "86: loss=4.3217 acc=89.73% Saving checkpoint... $ python train.py --epochs 95 --lr 0.0783 --batch 32 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_7fbb56574cc0787b", "row_id": "synthetic_terminal_0023_2", "source_id": "synthetic_terminal_0023", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0023", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7fbb56574cc0787b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2429890680, "redistribution_allowed": true, "text": "14: loss=1.9189 acc=51.90% Saving checkpoint... $ python train.py --epochs 78 --lr 0.0160 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_5a2ff9364f9da126", "row_id": "synthetic_terminal_0024_2", "source_id": "synthetic_terminal_0024", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0024", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5a2ff9364f9da126.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1691959391, "redistribution_allowed": true, "text": "45: loss=1.5329 acc=88.97% Saving checkpoint... $ python train.py --epochs 130 --lr 0.0223 --batch 32 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_d648d8cad1dbabc6", "row_id": "synthetic_terminal_0025_2", "source_id": "synthetic_terminal_0025", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0025", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d648d8cad1dbabc6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4251432097, "redistribution_allowed": true, "text": "25: loss=1.9983 acc=63.65% Saving checkpoint... $ python train.py --epochs 68 --lr 0.0224 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_7821f669f37cf9c7", "row_id": "synthetic_terminal_0026_2", "source_id": "synthetic_terminal_0026", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0026", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7821f669f37cf9c7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 265170518, "redistribution_allowed": true, "text": "45: loss=3.2110 acc=69.58% Saving checkpoint... $ python train.py --epochs 27 --lr 0.0967 --batch 32 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_15eb59a7d1377328", "row_id": "synthetic_terminal_0027_2", "source_id": "synthetic_terminal_0027", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0027", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_15eb59a7d1377328.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3331599331, "redistribution_allowed": true, "text": "15: loss=4.3864 acc=62.80% Saving checkpoint... $ python train.py --epochs 147 --lr 0.0332 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_f7d96db96f5c61a3", "row_id": "synthetic_terminal_0028_2", "source_id": "synthetic_terminal_0028", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0028", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f7d96db96f5c61a3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2209925894, "redistribution_allowed": true, "text": "5: loss=0.5509 acc=71.29% Saving checkpoint... $ python train.py --epochs 158 --lr 0.0963 --batch 32 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_6cdd2bbf709657b0", "row_id": "synthetic_terminal_0029_2", "source_id": "synthetic_terminal_0029", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0029", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6cdd2bbf709657b0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 412566533, "redistribution_allowed": true, "text": "78: loss=4.9213 acc=55.67% Saving checkpoint... $ python train.py --epochs 196 --lr 0.0787 --batch 32 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_3a099d8747ea128b", "row_id": "synthetic_terminal_0030_2", "source_id": "synthetic_terminal_0030", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0030", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3a099d8747ea128b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1982644050, "redistribution_allowed": true, "text": "91: loss=2.1859 acc=75.48% Saving checkpoint... $ python train.py --epochs 157 --lr 0.0191 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_550779cb3b590455", "row_id": "synthetic_terminal_0031_2", "source_id": "synthetic_terminal_0031", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0031", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_550779cb3b590455.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2466953485, "redistribution_allowed": true, "text": "95: loss=3.3564 acc=67.85% Saving checkpoint... $ python train.py --epochs 147 --lr 0.0687 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_763b2e69d1e52069", "row_id": "synthetic_terminal_0032_2", "source_id": "synthetic_terminal_0032", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0032", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_763b2e69d1e52069.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1422142723, "redistribution_allowed": true, "text": "80: loss=1.5764 acc=91.55% Saving checkpoint... $ python train.py --epochs 27 --lr 0.0949 --batch 32 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_223cc881c13ca24e", "row_id": "synthetic_terminal_0033_2", "source_id": "synthetic_terminal_0033", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0033", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_223cc881c13ca24e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2057855133, "redistribution_allowed": true, "text": "40: loss=3.3378 acc=65.98% Saving checkpoint... $ python train.py --epochs 194 --lr 0.0900 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_d9171f4c8fc3dba0", "row_id": "synthetic_terminal_0034_2", "source_id": "synthetic_terminal_0034", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0034", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d9171f4c8fc3dba0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2720868836, "redistribution_allowed": true, "text": "25: loss=2.1080 acc=96.08% Saving checkpoint... $ python train.py --epochs 188 --lr 0.0296 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_f48214e85437f68e", "row_id": "synthetic_terminal_0035_2", "source_id": "synthetic_terminal_0035", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0035", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f48214e85437f68e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 114031911, "redistribution_allowed": true, "text": "79: loss=2.8498 acc=69.90% Saving checkpoint... $ python train.py --epochs 183 --lr 0.0748 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_ac5fa7b931f775b9", "row_id": "synthetic_terminal_0036_2", "source_id": "synthetic_terminal_0036", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0036", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ac5fa7b931f775b9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3811313664, "redistribution_allowed": true, "text": "56: loss=3.9309 acc=79.73% Saving checkpoint... $ python train.py --epochs 10 --lr 0.0305 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_0de650656d3f4c3f", "row_id": "synthetic_terminal_0037_2", "source_id": "synthetic_terminal_0037", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0037", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0de650656d3f4c3f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 668173286, "redistribution_allowed": true, "text": "87: loss=1.0764 acc=73.19% Saving checkpoint... $ python train.py --epochs 92 --lr 0.0466 --batch 32 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_924e32e8990ab3ad", "row_id": "synthetic_terminal_0038_2", "source_id": "synthetic_terminal_0038", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0038", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_924e32e8990ab3ad.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2908082464, "redistribution_allowed": true, "text": "37: loss=2.5821 acc=81.01% Saving checkpoint... $ python train.py --epochs 198 --lr 0.0171 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_7ca110beda2bfc4e", "row_id": "synthetic_terminal_0039_2", "source_id": "synthetic_terminal_0039", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0039", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7ca110beda2bfc4e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4078662029, "redistribution_allowed": true, "text": "87: loss=1.5590 acc=89.52% Saving checkpoint... $ python train.py --epochs 95 --lr 0.0094 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_e850f38a5b7e8be1", "row_id": "synthetic_terminal_0040_2", "source_id": "synthetic_terminal_0040", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0040", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e850f38a5b7e8be1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 956005594, "redistribution_allowed": true, "text": "61: loss=3.0603 acc=87.66% Saving checkpoint... $ python train.py --epochs 47 --lr 0.0025 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_17bfe1a4761cd3d9", "row_id": "synthetic_terminal_0041_2", "source_id": "synthetic_terminal_0041", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0041", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_17bfe1a4761cd3d9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2908254011, "redistribution_allowed": true, "text": "74: loss=0.9802 acc=84.12% Saving checkpoint... $ python train.py --epochs 126 --lr 0.0415 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_2e0c6b431e900450", "row_id": "synthetic_terminal_0042_2", "source_id": "synthetic_terminal_0042", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0042", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2e0c6b431e900450.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3789604915, "redistribution_allowed": true, "text": "84: loss=3.4412 acc=93.74% Saving checkpoint... $ python train.py --epochs 136 --lr 0.0400 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_bf485b068e219f24", "row_id": "synthetic_terminal_0043_2", "source_id": "synthetic_terminal_0043", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0043", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bf485b068e219f24.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 384242218, "redistribution_allowed": true, "text": "23: loss=4.0225 acc=84.10% Saving checkpoint... $ python train.py --epochs 37 --lr 0.0779 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_6f36ef067783c76a", "row_id": "synthetic_terminal_0044_2", "source_id": "synthetic_terminal_0044", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0044", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6f36ef067783c76a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 874815054, "redistribution_allowed": true, "text": "16: loss=2.2877 acc=89.27% Saving checkpoint... $ python train.py --epochs 128 --lr 0.0051 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_69e74fbcd2692fad", "row_id": "synthetic_terminal_0045_2", "source_id": "synthetic_terminal_0045", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0045", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_69e74fbcd2692fad.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 823799124, "redistribution_allowed": true, "text": "77: loss=1.5933 acc=87.01% Saving checkpoint... $ python train.py --epochs 180 --lr 0.0532 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_c58b8044f0065756", "row_id": "synthetic_terminal_0046_2", "source_id": "synthetic_terminal_0046", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0046", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c58b8044f0065756.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3689743014, "redistribution_allowed": true, "text": "65: loss=2.1394 acc=94.44% Saving checkpoint... $ python train.py --epochs 123 --lr 0.0613 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_7e4acf67c403976d", "row_id": "synthetic_terminal_0047_2", "source_id": "synthetic_terminal_0047", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0047", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7e4acf67c403976d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1741035153, "redistribution_allowed": true, "text": "61: loss=2.2558 acc=86.84% Saving checkpoint... $ python train.py --epochs 124 --lr 0.0897 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_a0aa1b76c81cb4fb", "row_id": "synthetic_terminal_0048_2", "source_id": "synthetic_terminal_0048", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0048", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a0aa1b76c81cb4fb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3513561885, "redistribution_allowed": true, "text": "63: loss=3.1375 acc=63.46% Saving checkpoint... $ python train.py --epochs 173 --lr 0.0278 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_4ff6322a42fa3711", "row_id": "synthetic_terminal_0049_2", "source_id": "synthetic_terminal_0049", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0049", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4ff6322a42fa3711.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3264051482, "redistribution_allowed": true, "text": "35: loss=1.6859 acc=93.76% Saving checkpoint... $ python train.py --epochs 29 --lr 0.0714 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_fb76066900dd68e0", "row_id": "synthetic_terminal_0050_2", "source_id": "synthetic_terminal_0050", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0050", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_fb76066900dd68e0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 348981087, "redistribution_allowed": true, "text": "50: loss=3.4728 acc=84.61% Saving checkpoint... $ python train.py --epochs 30 --lr 0.0139 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_9ca1b5d437c7c45d", "row_id": "synthetic_terminal_0051_2", "source_id": "synthetic_terminal_0051", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0051", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9ca1b5d437c7c45d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1433043029, "redistribution_allowed": true, "text": "70: loss=2.3350 acc=53.05% Saving checkpoint... $ python train.py --epochs 26 --lr 0.0415 --batch 32 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_edc59f7af789aec0", "row_id": "synthetic_terminal_0052_2", "source_id": "synthetic_terminal_0052", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0052", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_edc59f7af789aec0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4052161914, "redistribution_allowed": true, "text": "90: loss=0.1075 acc=93.15% Saving checkpoint... $ python train.py --epochs 117 --lr 0.0390 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_946ad354a60a952f", "row_id": "synthetic_terminal_0053_2", "source_id": "synthetic_terminal_0053", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0053", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_946ad354a60a952f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 494162729, "redistribution_allowed": true, "text": "46: loss=1.5001 acc=69.11% Saving checkpoint... $ python train.py --epochs 157 --lr 0.0381 --batch 16 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_aa37defbf2f24620", "row_id": "synthetic_terminal_0054_2", "source_id": "synthetic_terminal_0054", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0054", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_aa37defbf2f24620.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2425752621, "redistribution_allowed": true, "text": "70: loss=4.0013 acc=93.99% Saving checkpoint... $ python train.py --epochs 117 --lr 0.0539 --batch 64 Epoch", "width": 640, "height": 480} +{"manifest_id": "manifest_1dd48a9a4f815348", "row_id": "synthetic_table_0000_2", "source_id": "synthetic_table_0000", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0000", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1dd48a9a4f815348.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1410566022, "redistribution_allowed": true, "text": "x8 Unit: $24.22 Total: $1687.29 INVOICE #611945 Date: 2026-04-09 Item: Gadget", "width": 640, "height": 480} +{"manifest_id": "manifest_c05efabc3fc43ffa", "row_id": "synthetic_table_0001_2", "source_id": "synthetic_table_0001", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0001", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c05efabc3fc43ffa.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3328852238, "redistribution_allowed": true, "text": "x8 Unit: $460.58 Total: $4903.80 INVOICE #812131 Date: 2026-07-24 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_054a5786cbb8ae68", "row_id": "synthetic_table_0003_2", "source_id": "synthetic_table_0003", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0003", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_054a5786cbb8ae68.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1682328, "redistribution_allowed": true, "text": "x3 Unit: $34.64 Total: $1901.73 INVOICE #549433 Date: 2026-03-28 Item: Gadget", "width": 640, "height": 480} +{"manifest_id": "manifest_818eeb75766a9d86", "row_id": "synthetic_table_0004_2", "source_id": "synthetic_table_0004", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0004", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_818eeb75766a9d86.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4080656012, "redistribution_allowed": true, "text": "x7 Unit: $146.35 Total: $4756.51 INVOICE #321941 Date: 2026-08-11 Item: Gadget", "width": 640, "height": 480} +{"manifest_id": "manifest_8349dbb62d099052", "row_id": "synthetic_table_0005_2", "source_id": "synthetic_table_0005", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0005", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8349dbb62d099052.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2190783034, "redistribution_allowed": true, "text": "x8 Unit: $19.50 Total: $2701.70 INVOICE #542042 Date: 2026-05-27 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_f273ca81145a806a", "row_id": "synthetic_table_0006_2", "source_id": "synthetic_table_0006", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0006", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f273ca81145a806a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 917034243, "redistribution_allowed": true, "text": "x1 Unit: $379.57 Total: $4748.56 INVOICE #466960 Date: 2026-04-21 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_95d2ad6e103e783f", "row_id": "synthetic_table_0007_2", "source_id": "synthetic_table_0007", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0007", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_95d2ad6e103e783f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 576510877, "redistribution_allowed": true, "text": "x4 Unit: $71.85 Total: $3350.60 INVOICE #309044 Date: 2026-01-20 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_3f3e47fc2d023de1", "row_id": "synthetic_table_0008_2", "source_id": "synthetic_table_0008", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0008", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3f3e47fc2d023de1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4261198473, "redistribution_allowed": true, "text": "x5 Unit: $385.78 Total: $847.27 INVOICE #691364 Date: 2026-04-15 Item: Tool", "width": 640, "height": 480} +{"manifest_id": "manifest_841a37c89082ce15", "row_id": "synthetic_table_0009_2", "source_id": "synthetic_table_0009", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0009", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_841a37c89082ce15.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 417264642, "redistribution_allowed": true, "text": "x3 Unit: $482.71 Total: $549.41 INVOICE #736745 Date: 2026-12-23 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_62b1d3d989032194", "row_id": "synthetic_table_0010_2", "source_id": "synthetic_table_0010", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0010", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_62b1d3d989032194.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3252563299, "redistribution_allowed": true, "text": "x7 Unit: $204.36 Total: $3577.92 INVOICE #126925 Date: 2026-05-19 Item: Tool", "width": 640, "height": 480} +{"manifest_id": "manifest_b97905544fb180d8", "row_id": "synthetic_table_0012_2", "source_id": "synthetic_table_0012", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0012", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b97905544fb180d8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2731678976, "redistribution_allowed": true, "text": "x10 Unit: $393.49 Total: $1742.55 INVOICE #991597 Date: 2026-11-20 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_ca27698d11ba4859", "row_id": "synthetic_table_0013_2", "source_id": "synthetic_table_0013", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0013", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ca27698d11ba4859.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4223582052, "redistribution_allowed": true, "text": "x9 Unit: $327.30 Total: $73.13 INVOICE #549186 Date: 2026-11-12 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_6aba6a81fe2db71c", "row_id": "synthetic_table_0014_2", "source_id": "synthetic_table_0014", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0014", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6aba6a81fe2db71c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2993518066, "redistribution_allowed": true, "text": "x6 Unit: $321.44 Total: $4145.25 INVOICE #540463 Date: 2026-08-04 Item: Gadget", "width": 640, "height": 480} +{"manifest_id": "manifest_340314e096e7471b", "row_id": "synthetic_table_0015_2", "source_id": "synthetic_table_0015", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0015", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_340314e096e7471b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2002528040, "redistribution_allowed": true, "text": "x9 Unit: $483.08 Total: $1357.71 INVOICE #841666 Date: 2026-03-14 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_f85b7f901cefaa24", "row_id": "synthetic_table_0016_2", "source_id": "synthetic_table_0016", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0016", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f85b7f901cefaa24.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4093104363, "redistribution_allowed": true, "text": "x8 Unit: $223.43 Total: $3657.82 INVOICE #947458 Date: 2026-09-25 Item: Gadget", "width": 640, "height": 480} +{"manifest_id": "manifest_f5dc0d25ff0aa151", "row_id": "synthetic_table_0018_2", "source_id": "synthetic_table_0018", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0018", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f5dc0d25ff0aa151.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2227858448, "redistribution_allowed": true, "text": "x7 Unit: $174.83 Total: $2476.59 INVOICE #886931 Date: 2026-08-19 Item: Tool", "width": 640, "height": 480} +{"manifest_id": "manifest_95d2ebdd64adb248", "row_id": "synthetic_table_0019_2", "source_id": "synthetic_table_0019", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0019", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_95d2ebdd64adb248.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2753272003, "redistribution_allowed": true, "text": "x6 Unit: $400.94 Total: $1708.29 INVOICE #440802 Date: 2026-03-16 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_a870d70992c0be22", "row_id": "synthetic_table_0020_2", "source_id": "synthetic_table_0020", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0020", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a870d70992c0be22.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3411821285, "redistribution_allowed": true, "text": "x1 Unit: $263.15 Total: $963.37 INVOICE #725113 Date: 2026-12-09 Item: Tool", "width": 640, "height": 480} +{"manifest_id": "manifest_dddf3fd516a82131", "row_id": "synthetic_table_0021_2", "source_id": "synthetic_table_0021", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0021", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_dddf3fd516a82131.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1878679673, "redistribution_allowed": true, "text": "x9 Unit: $381.50 Total: $3456.14 INVOICE #353080 Date: 2026-12-14 Item: Gadget", "width": 640, "height": 480} +{"manifest_id": "manifest_15f51f4c4fdb523b", "row_id": "synthetic_table_0022_2", "source_id": "synthetic_table_0022", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0022", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_15f51f4c4fdb523b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3884802746, "redistribution_allowed": true, "text": "x1 Unit: $55.60 Total: $1115.77 INVOICE #777278 Date: 2026-12-16 Item: Gadget", "width": 640, "height": 480} +{"manifest_id": "manifest_294290afb7db4645", "row_id": "synthetic_table_0023_2", "source_id": "synthetic_table_0023", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0023", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_294290afb7db4645.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1733422758, "redistribution_allowed": true, "text": "x10 Unit: $190.82 Total: $2771.83 INVOICE #825391 Date: 2026-04-10 Item: Tool", "width": 640, "height": 480} +{"manifest_id": "manifest_04df9d0f02492f83", "row_id": "synthetic_table_0024_2", "source_id": "synthetic_table_0024", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0024", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_04df9d0f02492f83.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4286857776, "redistribution_allowed": true, "text": "x6 Unit: $182.39 Total: $2274.19 INVOICE #460455 Date: 2026-07-24 Item: Tool", "width": 640, "height": 480} +{"manifest_id": "manifest_e55d324fd8477375", "row_id": "synthetic_table_0025_2", "source_id": "synthetic_table_0025", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0025", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e55d324fd8477375.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4089493640, "redistribution_allowed": true, "text": "x4 Unit: $164.62 Total: $3716.98 INVOICE #421517 Date: 2026-05-08 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_c064a99b1aacef67", "row_id": "synthetic_table_0027_2", "source_id": "synthetic_table_0027", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0027", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c064a99b1aacef67.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1482922248, "redistribution_allowed": true, "text": "x2 Unit: $417.99 Total: $1488.27 INVOICE #718226 Date: 2026-09-20 Item: Gadget", "width": 640, "height": 480} +{"manifest_id": "manifest_2b9e22512a93d1ef", "row_id": "synthetic_table_0028_2", "source_id": "synthetic_table_0028", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0028", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2b9e22512a93d1ef.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3709664661, "redistribution_allowed": true, "text": "x9 Unit: $72.03 Total: $237.12 INVOICE #478411 Date: 2026-03-10 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_3723bcaf9d55718e", "row_id": "synthetic_table_0029_2", "source_id": "synthetic_table_0029", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0029", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3723bcaf9d55718e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2630499944, "redistribution_allowed": true, "text": "x3 Unit: $322.56 Total: $3766.43 INVOICE #157174 Date: 2026-09-10 Item: Tool", "width": 640, "height": 480} +{"manifest_id": "manifest_24ab53af806d9ac1", "row_id": "synthetic_table_0031_2", "source_id": "synthetic_table_0031", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0031", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_24ab53af806d9ac1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 177443099, "redistribution_allowed": true, "text": "x2 Unit: $412.84 Total: $2009.53 INVOICE #153872 Date: 2026-05-28 Item: Gadget", "width": 640, "height": 480} +{"manifest_id": "manifest_46c852605f3e193d", "row_id": "synthetic_table_0033_2", "source_id": "synthetic_table_0033", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0033", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_46c852605f3e193d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3608034274, "redistribution_allowed": true, "text": "x9 Unit: $384.58 Total: $3035.53 INVOICE #418594 Date: 2026-02-08 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_98b7b0d2d0ffe0a4", "row_id": "synthetic_table_0034_2", "source_id": "synthetic_table_0034", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0034", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_98b7b0d2d0ffe0a4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2787102802, "redistribution_allowed": true, "text": "x7 Unit: $230.75 Total: $2219.18 INVOICE #929151 Date: 2026-10-08 Item: Tool", "width": 640, "height": 480} +{"manifest_id": "manifest_8969ec905ca3a87d", "row_id": "synthetic_table_0035_2", "source_id": "synthetic_table_0035", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0035", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8969ec905ca3a87d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3535189618, "redistribution_allowed": true, "text": "x10 Unit: $39.51 Total: $4800.94 INVOICE #717113 Date: 2026-07-10 Item: Tool", "width": 640, "height": 480} +{"manifest_id": "manifest_f1858a46d19587ba", "row_id": "synthetic_table_0038_2", "source_id": "synthetic_table_0038", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0038", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f1858a46d19587ba.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3959362533, "redistribution_allowed": true, "text": "x5 Unit: $356.41 Total: $3517.91 INVOICE #592738 Date: 2026-05-02 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_b16c298b51ff2b87", "row_id": "synthetic_table_0039_2", "source_id": "synthetic_table_0039", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0039", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b16c298b51ff2b87.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 469689173, "redistribution_allowed": true, "text": "x5 Unit: $396.04 Total: $3129.04 INVOICE #576086 Date: 2026-02-22 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_903231cc04d767ba", "row_id": "synthetic_table_0040_2", "source_id": "synthetic_table_0040", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0040", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_903231cc04d767ba.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2040977933, "redistribution_allowed": true, "text": "x9 Unit: $120.16 Total: $753.46 INVOICE #793300 Date: 2026-04-14 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_f5e5098b43394922", "row_id": "synthetic_table_0041_2", "source_id": "synthetic_table_0041", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0041", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f5e5098b43394922.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1175627513, "redistribution_allowed": true, "text": "x3 Unit: $398.39 Total: $2979.27 INVOICE #378535 Date: 2026-03-03 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_9c012c64c7b0ed04", "row_id": "synthetic_table_0042_2", "source_id": "synthetic_table_0042", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0042", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9c012c64c7b0ed04.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1409484658, "redistribution_allowed": true, "text": "x2 Unit: $239.66 Total: $1527.42 INVOICE #964278 Date: 2026-10-10 Item: Gadget", "width": 640, "height": 480} +{"manifest_id": "manifest_1ce088ae13236181", "row_id": "synthetic_table_0043_2", "source_id": "synthetic_table_0043", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0043", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1ce088ae13236181.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3678166123, "redistribution_allowed": true, "text": "x8 Unit: $224.50 Total: $2994.20 INVOICE #522060 Date: 2026-05-17 Item: Tool", "width": 640, "height": 480} +{"manifest_id": "manifest_89270f80c2a9853c", "row_id": "synthetic_table_0044_2", "source_id": "synthetic_table_0044", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0044", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_89270f80c2a9853c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 192516814, "redistribution_allowed": true, "text": "x5 Unit: $22.67 Total: $1152.33 INVOICE #553014 Date: 2026-12-11 Item: Tool", "width": 640, "height": 480} +{"manifest_id": "manifest_66094b5426a43dab", "row_id": "synthetic_table_0045_2", "source_id": "synthetic_table_0045", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0045", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_66094b5426a43dab.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1022848008, "redistribution_allowed": true, "text": "x5 Unit: $292.36 Total: $3817.91 INVOICE #807053 Date: 2026-10-19 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_35d3fbfe2e53af9d", "row_id": "synthetic_table_0046_2", "source_id": "synthetic_table_0046", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0046", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_35d3fbfe2e53af9d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3631362216, "redistribution_allowed": true, "text": "x8 Unit: $458.88 Total: $915.63 INVOICE #283700 Date: 2026-08-17 Item: Tool", "width": 640, "height": 480} +{"manifest_id": "manifest_1bf53fc2b33c1390", "row_id": "synthetic_table_0047_2", "source_id": "synthetic_table_0047", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0047", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1bf53fc2b33c1390.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3356505954, "redistribution_allowed": true, "text": "x2 Unit: $240.31 Total: $2047.66 INVOICE #713762 Date: 2026-07-21 Item: Gadget", "width": 640, "height": 480} +{"manifest_id": "manifest_e100fad308d91111", "row_id": "synthetic_table_0048_2", "source_id": "synthetic_table_0048", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0048", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e100fad308d91111.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1032006526, "redistribution_allowed": true, "text": "x6 Unit: $211.71 Total: $2482.39 INVOICE #436653 Date: 2026-11-04 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_4ee04ffc1cdabc0d", "row_id": "synthetic_table_0049_2", "source_id": "synthetic_table_0049", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0049", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4ee04ffc1cdabc0d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 189062698, "redistribution_allowed": true, "text": "x1 Unit: $232.86 Total: $1579.44 INVOICE #794769 Date: 2026-07-27 Item: Tool", "width": 640, "height": 480} +{"manifest_id": "manifest_0a8bd1c7cd112d8e", "row_id": "synthetic_table_0050_2", "source_id": "synthetic_table_0050", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0050", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0a8bd1c7cd112d8e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3875267477, "redistribution_allowed": true, "text": "x9 Unit: $414.21 Total: $15.74 INVOICE #438977 Date: 2026-02-25 Item: Gadget", "width": 640, "height": 480} +{"manifest_id": "manifest_efa11c5897cd2f85", "row_id": "synthetic_table_0051_2", "source_id": "synthetic_table_0051", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0051", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_efa11c5897cd2f85.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3668539706, "redistribution_allowed": true, "text": "x4 Unit: $264.04 Total: $3116.94 INVOICE #668950 Date: 2026-08-14 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_5c7e299aca8c789b", "row_id": "synthetic_table_0052_2", "source_id": "synthetic_table_0052", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0052", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5c7e299aca8c789b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3782875291, "redistribution_allowed": true, "text": "x4 Unit: $140.86 Total: $663.76 INVOICE #622707 Date: 2026-11-15 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_d6292117f9b1eb62", "row_id": "synthetic_table_0053_2", "source_id": "synthetic_table_0053", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0053", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d6292117f9b1eb62.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2997104590, "redistribution_allowed": true, "text": "x2 Unit: $24.15 Total: $3153.81 INVOICE #402020 Date: 2026-08-23 Item: Gadget", "width": 640, "height": 480} +{"manifest_id": "manifest_600bc998da9ad806", "row_id": "synthetic_table_0054_2", "source_id": "synthetic_table_0054", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0054", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_600bc998da9ad806.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3813178442, "redistribution_allowed": true, "text": "x5 Unit: $279.91 Total: $2765.73 INVOICE #938141 Date: 2026-04-23 Item: Widget", "width": 640, "height": 480} +{"manifest_id": "manifest_4d57896e2eaf08fc", "row_id": "synthetic_doc_0000_2", "source_id": "synthetic_doc_0000", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0000", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4d57896e2eaf08fc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 4091771692, "redistribution_allowed": true, "text": "classification. Keywords: ML, CNN, Dataset ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_06ad4bf64f039cbf", "row_id": "synthetic_doc_0001_2", "source_id": "synthetic_doc_0001", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0001", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_06ad4bf64f039cbf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3506127263, "redistribution_allowed": true, "text": "classification. Keywords: NLP, LSTM, Bench ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_6413abff648e7036", "row_id": "synthetic_doc_0002_2", "source_id": "synthetic_doc_0002", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0002", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6413abff648e7036.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1597937757, "redistribution_allowed": true, "text": "detection. Keywords: NLP, CNN, Bench ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_f9554e59435c9307", "row_id": "synthetic_doc_0004_2", "source_id": "synthetic_doc_0004", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0004", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f9554e59435c9307.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1996207472, "redistribution_allowed": true, "text": "classification. Keywords: CV, LSTM, Eval ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_9777a12ce4b9bae5", "row_id": "synthetic_doc_0005_2", "source_id": "synthetic_doc_0005", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0005", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9777a12ce4b9bae5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1396993245, "redistribution_allowed": true, "text": "classification. Keywords: NLP, CNN, Bench ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_475aad0e2d78bb51", "row_id": "synthetic_doc_0006_2", "source_id": "synthetic_doc_0006", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0006", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_475aad0e2d78bb51.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1805103168, "redistribution_allowed": true, "text": "generation. Keywords: ML, CNN, Eval ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_2ece534c97c7dcdd", "row_id": "synthetic_doc_0007_2", "source_id": "synthetic_doc_0007", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0007", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2ece534c97c7dcdd.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3961415922, "redistribution_allowed": true, "text": "detection. Keywords: CV, LSTM, Bench ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_b7a778dc077d857a", "row_id": "synthetic_doc_0009_2", "source_id": "synthetic_doc_0009", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0009", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b7a778dc077d857a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3385537763, "redistribution_allowed": true, "text": "detection. Keywords: CV, CNN, Bench ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_f09ed0b1a78729cc", "row_id": "synthetic_doc_0010_2", "source_id": "synthetic_doc_0010", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0010", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f09ed0b1a78729cc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3058945368, "redistribution_allowed": true, "text": "classification. Keywords: CV, Transformer, Eval ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_d1293d9a92f8f9f8", "row_id": "synthetic_doc_0011_2", "source_id": "synthetic_doc_0011", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0011", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d1293d9a92f8f9f8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 4169712926, "redistribution_allowed": true, "text": "classification. Keywords: NLP, Transformer, Bench ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_0d4cb7be127a5da4", "row_id": "synthetic_doc_0012_2", "source_id": "synthetic_doc_0012", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0012", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0d4cb7be127a5da4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2834850133, "redistribution_allowed": true, "text": "generation. Keywords: CV, CNN, Bench ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_e99c6e687a9479cb", "row_id": "synthetic_doc_0013_2", "source_id": "synthetic_doc_0013", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0013", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e99c6e687a9479cb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 421886892, "redistribution_allowed": true, "text": "detection. Keywords: ML, CNN, Dataset ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_77fa8d8cb13078e6", "row_id": "synthetic_doc_0014_2", "source_id": "synthetic_doc_0014", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0014", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_77fa8d8cb13078e6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1147274587, "redistribution_allowed": true, "text": "detection. Keywords: CV, CNN, Dataset ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_8bcec66d02afe3fe", "row_id": "synthetic_doc_0015_2", "source_id": "synthetic_doc_0015", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0015", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8bcec66d02afe3fe.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2468415056, "redistribution_allowed": true, "text": "classification. Keywords: CV, CNN, Dataset ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_084c200d000bc60f", "row_id": "synthetic_doc_0017_2", "source_id": "synthetic_doc_0017", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0017", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_084c200d000bc60f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 960100434, "redistribution_allowed": true, "text": "generation. Keywords: NLP, CNN, Eval ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_0ab6815bcb156d54", "row_id": "synthetic_doc_0018_2", "source_id": "synthetic_doc_0018", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0018", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0ab6815bcb156d54.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3194205667, "redistribution_allowed": true, "text": "generation. Keywords: CV, Transformer, Bench ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_9d272fdaf9e29ee5", "row_id": "synthetic_doc_0019_2", "source_id": "synthetic_doc_0019", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0019", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9d272fdaf9e29ee5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2399445415, "redistribution_allowed": true, "text": "detection. Keywords: NLP, CNN, Eval ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_56c3b5b6c93481c3", "row_id": "synthetic_doc_0020_2", "source_id": "synthetic_doc_0020", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0020", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_56c3b5b6c93481c3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2314009167, "redistribution_allowed": true, "text": "generation. Keywords: CV, Transformer, Eval ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_a3ff0a8847bc035b", "row_id": "synthetic_doc_0021_2", "source_id": "synthetic_doc_0021", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0021", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a3ff0a8847bc035b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 765053993, "redistribution_allowed": true, "text": "classification. Keywords: CV, LSTM, Bench ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_167fb385e845efbe", "row_id": "synthetic_doc_0022_2", "source_id": "synthetic_doc_0022", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0022", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_167fb385e845efbe.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 963007398, "redistribution_allowed": true, "text": "detection. Keywords: ML, CNN, Dataset ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_399d3366e7f4ce0f", "row_id": "synthetic_doc_0023_2", "source_id": "synthetic_doc_0023", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0023", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_399d3366e7f4ce0f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 4050477155, "redistribution_allowed": true, "text": "detection. Keywords: ML, CNN, Dataset ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_74d6a624039ff873", "row_id": "synthetic_doc_0024_2", "source_id": "synthetic_doc_0024", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0024", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_74d6a624039ff873.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 205920521, "redistribution_allowed": true, "text": "generation. Keywords: ML, Transformer, Bench ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_391c2c3ef5288430", "row_id": "synthetic_doc_0025_2", "source_id": "synthetic_doc_0025", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0025", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_391c2c3ef5288430.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2928264488, "redistribution_allowed": true, "text": "generation. Keywords: NLP, CNN, Bench ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_bf92f245911c7848", "row_id": "synthetic_doc_0026_2", "source_id": "synthetic_doc_0026", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0026", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bf92f245911c7848.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3008927566, "redistribution_allowed": true, "text": "classification. Keywords: CV, CNN, Eval ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_830c1c2187999061", "row_id": "synthetic_doc_0027_2", "source_id": "synthetic_doc_0027", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0027", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_830c1c2187999061.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2992799129, "redistribution_allowed": true, "text": "classification. Keywords: ML, Transformer, Dataset ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_8bf7277a6b12b8ab", "row_id": "synthetic_doc_0028_2", "source_id": "synthetic_doc_0028", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0028", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8bf7277a6b12b8ab.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 565820063, "redistribution_allowed": true, "text": "generation. Keywords: CV, LSTM, Dataset ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_c4c32efbd380e8f2", "row_id": "synthetic_doc_0029_2", "source_id": "synthetic_doc_0029", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0029", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c4c32efbd380e8f2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2101759818, "redistribution_allowed": true, "text": "detection. Keywords: ML, Transformer, Bench ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_050ace725853f449", "row_id": "synthetic_doc_0030_2", "source_id": "synthetic_doc_0030", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0030", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_050ace725853f449.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1505401572, "redistribution_allowed": true, "text": "generation. Keywords: NLP, CNN, Eval ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_cb843c43e62d1a08", "row_id": "synthetic_doc_0031_2", "source_id": "synthetic_doc_0031", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0031", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cb843c43e62d1a08.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1413851346, "redistribution_allowed": true, "text": "generation. Keywords: NLP, LSTM, Eval ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_77016900c483a3c8", "row_id": "synthetic_doc_0032_2", "source_id": "synthetic_doc_0032", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0032", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_77016900c483a3c8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2626764960, "redistribution_allowed": true, "text": "classification. Keywords: NLP, CNN, Eval ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_1d86fee153312b81", "row_id": "synthetic_doc_0033_2", "source_id": "synthetic_doc_0033", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0033", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1d86fee153312b81.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 707239025, "redistribution_allowed": true, "text": "detection. Keywords: NLP, LSTM, Bench ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_96e9edc7bc84aeea", "row_id": "synthetic_doc_0034_2", "source_id": "synthetic_doc_0034", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0034", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_96e9edc7bc84aeea.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1963075179, "redistribution_allowed": true, "text": "generation. Keywords: ML, CNN, Bench ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_b2db193d3a6cbe7e", "row_id": "synthetic_doc_0036_2", "source_id": "synthetic_doc_0036", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0036", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b2db193d3a6cbe7e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1614166875, "redistribution_allowed": true, "text": "generation. Keywords: CV, CNN, Dataset ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_13098b4057bd12d3", "row_id": "synthetic_doc_0037_2", "source_id": "synthetic_doc_0037", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0037", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_13098b4057bd12d3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3629363696, "redistribution_allowed": true, "text": "generation. Keywords: NLP, Transformer, Eval ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_68e695d47a2dba2d", "row_id": "synthetic_doc_0038_2", "source_id": "synthetic_doc_0038", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0038", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_68e695d47a2dba2d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2701208509, "redistribution_allowed": true, "text": "detection. Keywords: ML, LSTM, Eval ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_2c3055a1e6ec140b", "row_id": "synthetic_doc_0039_2", "source_id": "synthetic_doc_0039", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0039", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2c3055a1e6ec140b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3017170932, "redistribution_allowed": true, "text": "generation. Keywords: ML, LSTM, Bench ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_f46eba3d7a7a4ab3", "row_id": "synthetic_doc_0040_2", "source_id": "synthetic_doc_0040", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0040", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f46eba3d7a7a4ab3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2389174734, "redistribution_allowed": true, "text": "detection. Keywords: ML, LSTM, Bench ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_834373d21820d934", "row_id": "synthetic_doc_0041_2", "source_id": "synthetic_doc_0041", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0041", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_834373d21820d934.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1622089289, "redistribution_allowed": true, "text": "detection. Keywords: CV, LSTM, Dataset ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_a1709bcbff9e7ab4", "row_id": "synthetic_doc_0042_2", "source_id": "synthetic_doc_0042", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0042", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a1709bcbff9e7ab4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 303367329, "redistribution_allowed": true, "text": "classification. Keywords: CV, LSTM, Dataset ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_e2e945d993f036f4", "row_id": "synthetic_doc_0043_2", "source_id": "synthetic_doc_0043", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0043", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e2e945d993f036f4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 4013898628, "redistribution_allowed": true, "text": "generation. Keywords: ML, LSTM, Bench ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_6d66f49027ff5e1f", "row_id": "synthetic_doc_0044_2", "source_id": "synthetic_doc_0044", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0044", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6d66f49027ff5e1f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 576669311, "redistribution_allowed": true, "text": "classification. Keywords: ML, CNN, Bench ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_a91792bf7d17a0a6", "row_id": "synthetic_doc_0045_2", "source_id": "synthetic_doc_0045", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0045", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a91792bf7d17a0a6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2469221695, "redistribution_allowed": true, "text": "generation. Keywords: ML, Transformer, Dataset ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_aac6ab0009a5d734", "row_id": "synthetic_doc_0046_2", "source_id": "synthetic_doc_0046", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0046", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_aac6ab0009a5d734.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 648459071, "redistribution_allowed": true, "text": "generation. Keywords: CV, LSTM, Bench ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_b7f92e1909c128fb", "row_id": "synthetic_doc_0047_2", "source_id": "synthetic_doc_0047", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0047", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b7f92e1909c128fb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1350429560, "redistribution_allowed": true, "text": "generation. Keywords: NLP, CNN, Eval ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_03ca2bb745d2ff88", "row_id": "synthetic_doc_0048_2", "source_id": "synthetic_doc_0048", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0048", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_03ca2bb745d2ff88.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1873312529, "redistribution_allowed": true, "text": "classification. Keywords: NLP, Transformer, Dataset ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_c5bc654445089f4a", "row_id": "synthetic_doc_0049_2", "source_id": "synthetic_doc_0049", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0049", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c5bc654445089f4a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1261267515, "redistribution_allowed": true, "text": "detection. Keywords: CV, LSTM, Bench ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_390c7ece5057c4ed", "row_id": "synthetic_doc_0050_2", "source_id": "synthetic_doc_0050", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0050", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_390c7ece5057c4ed.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3216502620, "redistribution_allowed": true, "text": "generation. Keywords: ML, CNN, Dataset ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_9c2165aa7e2c38e1", "row_id": "synthetic_doc_0051_2", "source_id": "synthetic_doc_0051", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0051", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9c2165aa7e2c38e1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2743785393, "redistribution_allowed": true, "text": "detection. Keywords: ML, CNN, Bench ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_15a968c05aa40139", "row_id": "synthetic_doc_0052_2", "source_id": "synthetic_doc_0052", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0052", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_15a968c05aa40139.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 943634626, "redistribution_allowed": true, "text": "detection. Keywords: CV, CNN, Eval ABSTRACT This paper presents a novel framework to", "width": 600, "height": 800} +{"manifest_id": "manifest_8264b73d38f745f2", "row_id": "synthetic_doc_0053_2", "source_id": "synthetic_doc_0053", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0053", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8264b73d38f745f2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 896482920, "redistribution_allowed": true, "text": "detection. Keywords: NLP, Transformer, Eval ABSTRACT This paper presents a novel method to", "width": 600, "height": 800} +{"manifest_id": "manifest_ffdfae26f91f6171", "row_id": "synthetic_doc_0054_2", "source_id": "synthetic_doc_0054", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0054", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ffdfae26f91f6171.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3641032519, "redistribution_allowed": true, "text": "generation. Keywords: ML, LSTM, Eval ABSTRACT This paper presents a novel approach to", "width": 600, "height": 800} +{"manifest_id": "manifest_3031181f6f8d0b17", "row_id": "public_sign_0000_2", "source_id": "public_sign_0000", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0000", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3031181f6f8d0b17.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 374171654, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_c2d0144c43318b73", "row_id": "public_sign_0001_2", "source_id": "public_sign_0001", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0001", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c2d0144c43318b73.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2018051638, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_2d4942672ed2379d", "row_id": "public_sign_0002_2", "source_id": "public_sign_0002", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0002", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2d4942672ed2379d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2131558806, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_5b17f9af55b52352", "row_id": "public_sign_0003_2", "source_id": "public_sign_0003", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0003", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5b17f9af55b52352.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3529146474, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_4feb17557d4d601b", "row_id": "public_sign_0004_2", "source_id": "public_sign_0004", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0004", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4feb17557d4d601b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 610732316, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_b81c60ad989ff40d", "row_id": "public_sign_0005_2", "source_id": "public_sign_0005", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0005", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b81c60ad989ff40d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3678707505, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_94e68b365b35a5a1", "row_id": "public_sign_0006_2", "source_id": "public_sign_0006", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0006", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_94e68b365b35a5a1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4187493669, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_fbcf506dcf160bbb", "row_id": "public_sign_0007_2", "source_id": "public_sign_0007", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0007", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_fbcf506dcf160bbb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 806991289, "redistribution_allowed": true, "text": "ONE WAY", "width": 400, "height": 300} +{"manifest_id": "manifest_b7ae9a204bd50d35", "row_id": "public_sign_0008_2", "source_id": "public_sign_0008", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0008", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b7ae9a204bd50d35.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4214012451, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_9ec3a6407d4e33ff", "row_id": "public_sign_0009_2", "source_id": "public_sign_0009", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0009", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9ec3a6407d4e33ff.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1253310619, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_088d6b9bfe6400c1", "row_id": "public_sign_0010_2", "source_id": "public_sign_0010", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0010", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_088d6b9bfe6400c1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2072802890, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_8f0c660ec9d25faf", "row_id": "public_sign_0011_2", "source_id": "public_sign_0011", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0011", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8f0c660ec9d25faf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3382071926, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_47d9c2436d63f689", "row_id": "public_sign_0012_2", "source_id": "public_sign_0012", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0012", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_47d9c2436d63f689.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 911091780, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_d797108c6fbfceb4", "row_id": "public_sign_0013_2", "source_id": "public_sign_0013", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0013", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d797108c6fbfceb4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 4137825192, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_c67cfd20fb870a5a", "row_id": "public_sign_0014_2", "source_id": "public_sign_0014", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0014", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c67cfd20fb870a5a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1410493999, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_f56ea84cbf7e8cde", "row_id": "public_sign_0015_2", "source_id": "public_sign_0015", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0015", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f56ea84cbf7e8cde.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2609004436, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_30f1e2096313a3e7", "row_id": "public_sign_0016_2", "source_id": "public_sign_0016", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0016", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_30f1e2096313a3e7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 108324369, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_c3d7e943126d01ae", "row_id": "public_sign_0017_2", "source_id": "public_sign_0017", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0017", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c3d7e943126d01ae.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 320539925, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_3863cd2f27a643b8", "row_id": "public_sign_0018_2", "source_id": "public_sign_0018", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0018", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3863cd2f27a643b8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2622721324, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_febfc0a62aaa06ae", "row_id": "public_sign_0019_2", "source_id": "public_sign_0019", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0019", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_febfc0a62aaa06ae.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 209323491, "redistribution_allowed": true, "text": "ONE WAY", "width": 400, "height": 300} +{"manifest_id": "manifest_818a2f21ea2d85a9", "row_id": "public_sign_0020_2", "source_id": "public_sign_0020", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0020", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_818a2f21ea2d85a9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1495371392, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_d338526861b1e296", "row_id": "public_sign_0021_2", "source_id": "public_sign_0021", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0021", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d338526861b1e296.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 466727171, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_97430ffbd18816e5", "row_id": "public_sign_0022_2", "source_id": "public_sign_0022", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0022", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_97430ffbd18816e5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 53559224, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_acf8bb08b68b83eb", "row_id": "public_sign_0023_2", "source_id": "public_sign_0023", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0023", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_acf8bb08b68b83eb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2968884250, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_8fda818966d6070b", "row_id": "public_sign_0024_2", "source_id": "public_sign_0024", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0024", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8fda818966d6070b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2652206093, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_577b3abc76f5a841", "row_id": "public_sign_0025_2", "source_id": "public_sign_0025", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0025", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_577b3abc76f5a841.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2633599042, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_9219d78d57f136fc", "row_id": "public_sign_0026_2", "source_id": "public_sign_0026", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0026", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9219d78d57f136fc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3632727244, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_6f9f42e3b8d70b80", "row_id": "public_sign_0027_2", "source_id": "public_sign_0027", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0027", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6f9f42e3b8d70b80.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3222247709, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_be6c019c48f4fbe0", "row_id": "public_sign_0028_2", "source_id": "public_sign_0028", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0028", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_be6c019c48f4fbe0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1148833950, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_330006740daca44b", "row_id": "public_sign_0029_2", "source_id": "public_sign_0029", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0029", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_330006740daca44b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 654108751, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_bbab4b9d1d93afd1", "row_id": "public_sign_0030_2", "source_id": "public_sign_0030", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0030", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bbab4b9d1d93afd1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3507362194, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_956c04a6b9fb4f95", "row_id": "public_sign_0031_2", "source_id": "public_sign_0031", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0031", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_956c04a6b9fb4f95.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2066248863, "redistribution_allowed": true, "text": "ONE WAY", "width": 400, "height": 300} +{"manifest_id": "manifest_60d04208712106dd", "row_id": "public_sign_0033_2", "source_id": "public_sign_0033", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0033", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_60d04208712106dd.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1344777914, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_99d5c62d27fad5f9", "row_id": "public_sign_0034_2", "source_id": "public_sign_0034", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0034", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_99d5c62d27fad5f9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2566841560, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_16c5e06653c1f8b1", "row_id": "public_sign_0035_2", "source_id": "public_sign_0035", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0035", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_16c5e06653c1f8b1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 953828551, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_188eaf1130da7cbd", "row_id": "public_sign_0036_2", "source_id": "public_sign_0036", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0036", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_188eaf1130da7cbd.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1284685716, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_069c62819ab8d4c5", "row_id": "public_sign_0037_2", "source_id": "public_sign_0037", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0037", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_069c62819ab8d4c5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 457400567, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_d5c8e2689506e423", "row_id": "public_sign_0038_2", "source_id": "public_sign_0038", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0038", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d5c8e2689506e423.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 227299304, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_2f9d0f59a3ac980c", "row_id": "public_sign_0039_2", "source_id": "public_sign_0039", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0039", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2f9d0f59a3ac980c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2451678379, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_0f1c046fd2fb2483", "row_id": "public_sign_0040_2", "source_id": "public_sign_0040", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0040", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0f1c046fd2fb2483.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2840460032, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_5a6a791df1644638", "row_id": "public_sign_0042_2", "source_id": "public_sign_0042", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0042", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5a6a791df1644638.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2854220359, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_929d586493fcf251", "row_id": "public_sign_0044_2", "source_id": "public_sign_0044", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0044", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_929d586493fcf251.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1300552398, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_1b774afe6daa2698", "row_id": "public_sign_0045_2", "source_id": "public_sign_0045", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0045", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1b774afe6daa2698.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2915191097, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_3d9d29b3b30fe17c", "row_id": "public_sign_0046_2", "source_id": "public_sign_0046", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0046", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3d9d29b3b30fe17c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1186658198, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_2ca4405b40d784f9", "row_id": "public_sign_0047_2", "source_id": "public_sign_0047", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0047", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2ca4405b40d784f9.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2050947512, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_08fe21935e4b2d54", "row_id": "public_sign_0048_2", "source_id": "public_sign_0048", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0048", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_08fe21935e4b2d54.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2691307207, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_03579d5f13deda35", "row_id": "public_sign_0049_2", "source_id": "public_sign_0049", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0049", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_03579d5f13deda35.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2526313195, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_616eae221ac4bb8c", "row_id": "public_sign_0050_2", "source_id": "public_sign_0050", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0050", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_616eae221ac4bb8c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3718419416, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_5f7e9135882d0efa", "row_id": "public_sign_0051_2", "source_id": "public_sign_0051", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0051", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5f7e9135882d0efa.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 783043399, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_d83e7874cb009ffc", "row_id": "public_sign_0052_2", "source_id": "public_sign_0052", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0052", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d83e7874cb009ffc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2945699799, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_0ffc08e4e8cd21bf", "row_id": "public_sign_0053_2", "source_id": "public_sign_0053", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0053", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0ffc08e4e8cd21bf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1747586801, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_b90223e680471c01", "row_id": "public_sign_0055_2", "source_id": "public_sign_0055", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0055", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b90223e680471c01.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2929322774, "redistribution_allowed": true, "text": "ONE WAY", "width": 400, "height": 300} +{"manifest_id": "manifest_5570cc434adac87b", "row_id": "public_sign_0056_2", "source_id": "public_sign_0056", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0056", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5570cc434adac87b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 347727128, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_658ae9368b61e766", "row_id": "public_sign_0057_2", "source_id": "public_sign_0057", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0057", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_658ae9368b61e766.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1991215972, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_53d26acd8875826c", "row_id": "public_sign_0058_2", "source_id": "public_sign_0058", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0058", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_53d26acd8875826c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3222487395, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_9b651f594ef874d7", "row_id": "public_sign_0059_2", "source_id": "public_sign_0059", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0059", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9b651f594ef874d7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 996532085, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_b0d5e5164a6f435e", "row_id": "public_sign_0060_2", "source_id": "public_sign_0060", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0060", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b0d5e5164a6f435e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3538529903, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_8384851a38117f53", "row_id": "public_sign_0062_2", "source_id": "public_sign_0062", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0062", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8384851a38117f53.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2654417010, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_38b62be2f8e73ffa", "row_id": "public_sign_0063_2", "source_id": "public_sign_0063", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0063", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_38b62be2f8e73ffa.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1580560640, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_5c72d65949b4522e", "row_id": "public_sign_0064_2", "source_id": "public_sign_0064", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0064", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5c72d65949b4522e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 81929293, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_d343cd71acba3a98", "row_id": "public_sign_0065_2", "source_id": "public_sign_0065", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0065", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d343cd71acba3a98.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 210012805, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_c971bf3b8f87cfc8", "row_id": "public_sign_0066_2", "source_id": "public_sign_0066", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0066", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c971bf3b8f87cfc8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3805353683, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_b262357b8cb29518", "row_id": "public_sign_0067_2", "source_id": "public_sign_0067", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0067", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b262357b8cb29518.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3628978453, "redistribution_allowed": true, "text": "ONE WAY", "width": 400, "height": 300} +{"manifest_id": "manifest_51bf0f6ada69ae4f", "row_id": "public_sign_0068_2", "source_id": "public_sign_0068", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0068", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_51bf0f6ada69ae4f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1560873731, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_e0e9b712452606e2", "row_id": "public_sign_0069_2", "source_id": "public_sign_0069", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0069", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e0e9b712452606e2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2111562893, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_097a6f1876e923e5", "row_id": "public_sign_0070_2", "source_id": "public_sign_0070", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0070", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_097a6f1876e923e5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 693641350, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_eb793654f59f794e", "row_id": "public_sign_0071_2", "source_id": "public_sign_0071", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0071", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_eb793654f59f794e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 877883853, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_117353d8ebf13d06", "row_id": "public_sign_0072_2", "source_id": "public_sign_0072", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0072", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_117353d8ebf13d06.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3435410569, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_59dbf565b8ea1c6f", "row_id": "public_sign_0073_2", "source_id": "public_sign_0073", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0073", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_59dbf565b8ea1c6f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1349144763, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_48aa352b0e465271", "row_id": "public_sign_0074_2", "source_id": "public_sign_0074", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0074", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_48aa352b0e465271.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3880061370, "redistribution_allowed": true, "text": "NO SMOKING", "width": 400, "height": 300} +{"manifest_id": "manifest_ae6f6c2a507297e8", "row_id": "public_sign_0075_2", "source_id": "public_sign_0075", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0075", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ae6f6c2a507297e8.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1448361563, "redistribution_allowed": true, "text": "FIRE EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_43a6d283ae2535f7", "row_id": "public_sign_0076_2", "source_id": "public_sign_0076", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0076", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_43a6d283ae2535f7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3834202119, "redistribution_allowed": true, "text": "PARKING", "width": 400, "height": 300} +{"manifest_id": "manifest_a2f3e2d5e1079b32", "row_id": "public_sign_0077_2", "source_id": "public_sign_0077", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0077", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a2f3e2d5e1079b32.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2713815696, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_76562aefc14363ba", "row_id": "public_sign_0078_2", "source_id": "public_sign_0078", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0078", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_76562aefc14363ba.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3845985735, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_d7758a424c685102", "row_id": "public_sign_0079_2", "source_id": "public_sign_0079", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0079", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d7758a424c685102.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3459508271, "redistribution_allowed": true, "text": "ONE WAY", "width": 400, "height": 300} +{"manifest_id": "manifest_d33e7ce5e3f4bdf6", "row_id": "public_sign_0080_2", "source_id": "public_sign_0080", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0080", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d33e7ce5e3f4bdf6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3257987042, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_9c81efa1fafd11eb", "row_id": "public_sign_0081_2", "source_id": "public_sign_0081", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0081", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9c81efa1fafd11eb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3445765404, "redistribution_allowed": true, "text": "CAUTION", "width": 400, "height": 300} +{"manifest_id": "manifest_df7e6b2f347291e6", "row_id": "public_sign_0082_2", "source_id": "public_sign_0082", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0082", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_df7e6b2f347291e6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2505820698, "redistribution_allowed": true, "text": "DANGER", "width": 400, "height": 300} +{"manifest_id": "manifest_e619696def13b5df", "row_id": "public_sign_0083_2", "source_id": "public_sign_0083", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0083", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e619696def13b5df.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1556689796, "redistribution_allowed": true, "text": "WARNING", "width": 400, "height": 300} +{"manifest_id": "manifest_b862844d10c6e07e", "row_id": "public_sign_0084_2", "source_id": "public_sign_0084", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0084", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b862844d10c6e07e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 667221311, "redistribution_allowed": true, "text": "EXIT", "width": 400, "height": 300} +{"manifest_id": "manifest_79d7789e60762393", "row_id": "synthetic_ui_0000_3", "source_id": "synthetic_ui_0000", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0000", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_79d7789e60762393.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3808923424, "redistribution_allowed": true, "text": "2.3% Dashboard: Users 1924 | Revenue $3476 | Orders 140 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_238b74c02ef2b870", "row_id": "synthetic_ui_0001_3", "source_id": "synthetic_ui_0001", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0001", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_238b74c02ef2b870.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3343084353, "redistribution_allowed": true, "text": "17.2% Dashboard: Users 2386 | Revenue $73911 | Orders 346 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_545a41c7a3c95a6f", "row_id": "synthetic_ui_0002_3", "source_id": "synthetic_ui_0002", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0002", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_545a41c7a3c95a6f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2545420299, "redistribution_allowed": true, "text": "-4.0% Dashboard: Users 9035 | Revenue $9607 | Orders 216 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_493e30d4aed50e6d", "row_id": "synthetic_ui_0003_3", "source_id": "synthetic_ui_0003", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0003", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_493e30d4aed50e6d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3753929731, "redistribution_allowed": true, "text": "13.1% Dashboard: Users 1635 | Revenue $22645 | Orders 258 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_5496a8474673a183", "row_id": "synthetic_ui_0004_3", "source_id": "synthetic_ui_0004", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0004", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5496a8474673a183.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 168263622, "redistribution_allowed": true, "text": "16.0% Dashboard: Users 9295 | Revenue $20685 | Orders 332 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_92dfad917f185e4b", "row_id": "synthetic_ui_0005_3", "source_id": "synthetic_ui_0005", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0005", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_92dfad917f185e4b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2067880671, "redistribution_allowed": true, "text": "3.3% Dashboard: Users 6973 | Revenue $22824 | Orders 301 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_bd3f2058954afe2a", "row_id": "synthetic_ui_0006_3", "source_id": "synthetic_ui_0006", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0006", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bd3f2058954afe2a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2747483468, "redistribution_allowed": true, "text": "15.9% Dashboard: Users 206 | Revenue $76122 | Orders 81 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_b8b4ff4dcbeed644", "row_id": "synthetic_ui_0007_3", "source_id": "synthetic_ui_0007", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0007", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b8b4ff4dcbeed644.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 470802828, "redistribution_allowed": true, "text": "23.7% Dashboard: Users 5674 | Revenue $28509 | Orders 110 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_53869478b49aa47a", "row_id": "synthetic_ui_0008_3", "source_id": "synthetic_ui_0008", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0008", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_53869478b49aa47a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 867794994, "redistribution_allowed": true, "text": "-2.1% Dashboard: Users 5614 | Revenue $11119 | Orders 194 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_177ddb9df3fa3858", "row_id": "synthetic_ui_0009_3", "source_id": "synthetic_ui_0009", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0009", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_177ddb9df3fa3858.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 405495012, "redistribution_allowed": true, "text": "-3.7% Dashboard: Users 5735 | Revenue $60769 | Orders 413 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_65f657e856026d66", "row_id": "synthetic_ui_0010_3", "source_id": "synthetic_ui_0010", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0010", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_65f657e856026d66.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 293848613, "redistribution_allowed": true, "text": "22.7% Dashboard: Users 7627 | Revenue $54087 | Orders 498 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_7aac5afd38bf6cb1", "row_id": "synthetic_ui_0011_3", "source_id": "synthetic_ui_0011", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0011", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7aac5afd38bf6cb1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3708543919, "redistribution_allowed": true, "text": "13.9% Dashboard: Users 1391 | Revenue $55652 | Orders 424 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_fe1e01856a6947ee", "row_id": "synthetic_ui_0012_3", "source_id": "synthetic_ui_0012", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0012", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_fe1e01856a6947ee.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2521731532, "redistribution_allowed": true, "text": "-2.9% Dashboard: Users 6025 | Revenue $58158 | Orders 360 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_c05217c98886904e", "row_id": "synthetic_ui_0013_3", "source_id": "synthetic_ui_0013", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0013", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c05217c98886904e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2222451452, "redistribution_allowed": true, "text": "20.7% Dashboard: Users 3833 | Revenue $77534 | Orders 40 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_a45e01af2b3cd6cc", "row_id": "synthetic_ui_0014_3", "source_id": "synthetic_ui_0014", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0014", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a45e01af2b3cd6cc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 307217337, "redistribution_allowed": true, "text": "14.1% Dashboard: Users 1754 | Revenue $38632 | Orders 232 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_18474f35d3ad170f", "row_id": "synthetic_ui_0015_3", "source_id": "synthetic_ui_0015", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0015", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_18474f35d3ad170f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1924078574, "redistribution_allowed": true, "text": "1.3% Dashboard: Users 6077 | Revenue $17103 | Orders 181 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_4b9dbe5712532b95", "row_id": "synthetic_ui_0016_3", "source_id": "synthetic_ui_0016", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0016", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4b9dbe5712532b95.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3504074270, "redistribution_allowed": true, "text": "14.4% Dashboard: Users 4474 | Revenue $70480 | Orders 349 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_94099b1f0027b225", "row_id": "synthetic_ui_0017_3", "source_id": "synthetic_ui_0017", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0017", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_94099b1f0027b225.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3128083538, "redistribution_allowed": true, "text": "-0.1% Dashboard: Users 2903 | Revenue $53880 | Orders 125 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_685078642cfb5652", "row_id": "synthetic_ui_0018_3", "source_id": "synthetic_ui_0018", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0018", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_685078642cfb5652.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 894675778, "redistribution_allowed": true, "text": "14.2% Dashboard: Users 6316 | Revenue $27725 | Orders 473 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_32c3aa739e90ebac", "row_id": "synthetic_ui_0019_3", "source_id": "synthetic_ui_0019", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0019", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_32c3aa739e90ebac.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2033483008, "redistribution_allowed": true, "text": "20.3% Dashboard: Users 9225 | Revenue $22742 | Orders 166 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_06fef24d57732dcf", "row_id": "synthetic_ui_0020_3", "source_id": "synthetic_ui_0020", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0020", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_06fef24d57732dcf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2568150941, "redistribution_allowed": true, "text": "19.2% Dashboard: Users 1016 | Revenue $23676 | Orders 16 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_f785a30be3ec1140", "row_id": "synthetic_ui_0021_3", "source_id": "synthetic_ui_0021", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0021", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f785a30be3ec1140.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 673065511, "redistribution_allowed": true, "text": "22.4% Dashboard: Users 6672 | Revenue $27506 | Orders 108 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_4834bf04deb9f651", "row_id": "synthetic_ui_0022_3", "source_id": "synthetic_ui_0022", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0022", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4834bf04deb9f651.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4117727072, "redistribution_allowed": true, "text": "1.4% Dashboard: Users 9392 | Revenue $87760 | Orders 161 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_6a2db56fcb355f99", "row_id": "synthetic_ui_0023_3", "source_id": "synthetic_ui_0023", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0023", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6a2db56fcb355f99.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3993065393, "redistribution_allowed": true, "text": "14.3% Dashboard: Users 8279 | Revenue $40168 | Orders 468 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_cf7cdf47992c0da1", "row_id": "synthetic_ui_0024_3", "source_id": "synthetic_ui_0024", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0024", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cf7cdf47992c0da1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2628995785, "redistribution_allowed": true, "text": "17.3% Dashboard: Users 2440 | Revenue $27223 | Orders 126 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_fd3a8dea6d45a24f", "row_id": "synthetic_ui_0026_3", "source_id": "synthetic_ui_0026", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0026", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_fd3a8dea6d45a24f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3505057726, "redistribution_allowed": true, "text": "24.9% Dashboard: Users 9660 | Revenue $40541 | Orders 112 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_e149f8c73eb9efbe", "row_id": "synthetic_ui_0027_3", "source_id": "synthetic_ui_0027", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0027", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e149f8c73eb9efbe.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 831016337, "redistribution_allowed": true, "text": "17.7% Dashboard: Users 2366 | Revenue $51443 | Orders 46 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_98df7e5f38c8b55b", "row_id": "synthetic_ui_0028_3", "source_id": "synthetic_ui_0028", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0028", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_98df7e5f38c8b55b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3037833726, "redistribution_allowed": true, "text": "18.8% Dashboard: Users 1896 | Revenue $16131 | Orders 81 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_c1751a9a8e8bb959", "row_id": "synthetic_ui_0029_3", "source_id": "synthetic_ui_0029", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0029", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c1751a9a8e8bb959.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3485114809, "redistribution_allowed": true, "text": "6.4% Dashboard: Users 7016 | Revenue $60044 | Orders 197 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_0746286cd8fe68af", "row_id": "synthetic_ui_0030_3", "source_id": "synthetic_ui_0030", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0030", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0746286cd8fe68af.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1972833532, "redistribution_allowed": true, "text": "11.6% Dashboard: Users 7768 | Revenue $53382 | Orders 497 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_626a7020f9861b11", "row_id": "synthetic_ui_0031_3", "source_id": "synthetic_ui_0031", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0031", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_626a7020f9861b11.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1580823969, "redistribution_allowed": true, "text": "15.5% Dashboard: Users 288 | Revenue $68348 | Orders 58 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_8cc2f85db348af85", "row_id": "synthetic_ui_0032_3", "source_id": "synthetic_ui_0032", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0032", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8cc2f85db348af85.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 608006683, "redistribution_allowed": true, "text": "14.2% Dashboard: Users 8897 | Revenue $75337 | Orders 393 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_5c491ffd24916b74", "row_id": "synthetic_ui_0033_3", "source_id": "synthetic_ui_0033", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0033", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5c491ffd24916b74.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3163436888, "redistribution_allowed": true, "text": "8.6% Dashboard: Users 1927 | Revenue $30057 | Orders 80 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_4262668c07072a0b", "row_id": "synthetic_ui_0034_3", "source_id": "synthetic_ui_0034", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0034", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4262668c07072a0b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1751850222, "redistribution_allowed": true, "text": "0.4% Dashboard: Users 4415 | Revenue $97217 | Orders 390 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_1f70df5d9571c17a", "row_id": "synthetic_ui_0035_3", "source_id": "synthetic_ui_0035", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0035", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1f70df5d9571c17a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2590355020, "redistribution_allowed": true, "text": "20.3% Dashboard: Users 1843 | Revenue $87181 | Orders 152 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_0c735ff1b767f878", "row_id": "synthetic_ui_0036_3", "source_id": "synthetic_ui_0036", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0036", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0c735ff1b767f878.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2558015302, "redistribution_allowed": true, "text": "6.2% Dashboard: Users 8417 | Revenue $61288 | Orders 78 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_bce16ceaea2b4f03", "row_id": "synthetic_ui_0037_3", "source_id": "synthetic_ui_0037", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0037", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bce16ceaea2b4f03.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3437413425, "redistribution_allowed": true, "text": "22.7% Dashboard: Users 2746 | Revenue $54399 | Orders 398 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_28f7bcc6af255ae1", "row_id": "synthetic_ui_0038_3", "source_id": "synthetic_ui_0038", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0038", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_28f7bcc6af255ae1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2053327799, "redistribution_allowed": true, "text": "-4.4% Dashboard: Users 109 | Revenue $60296 | Orders 250 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_b013ad97dd9d71cc", "row_id": "synthetic_ui_0039_3", "source_id": "synthetic_ui_0039", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0039", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b013ad97dd9d71cc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2773958570, "redistribution_allowed": true, "text": "19.2% Dashboard: Users 6047 | Revenue $87993 | Orders 425 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_aab375b8a6aa50d3", "row_id": "synthetic_ui_0040_3", "source_id": "synthetic_ui_0040", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0040", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_aab375b8a6aa50d3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3037474156, "redistribution_allowed": true, "text": "12.0% Dashboard: Users 4023 | Revenue $6735 | Orders 449 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_2997b985de801dca", "row_id": "synthetic_ui_0041_3", "source_id": "synthetic_ui_0041", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0041", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2997b985de801dca.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1776162498, "redistribution_allowed": true, "text": "19.5% Dashboard: Users 1390 | Revenue $9480 | Orders 248 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_99dd51a23ec2b95e", "row_id": "synthetic_ui_0042_3", "source_id": "synthetic_ui_0042", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0042", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_99dd51a23ec2b95e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1174549607, "redistribution_allowed": true, "text": "14.8% Dashboard: Users 8827 | Revenue $76818 | Orders 65 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_60238fd7788006ba", "row_id": "synthetic_ui_0043_3", "source_id": "synthetic_ui_0043", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0043", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_60238fd7788006ba.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 4087651049, "redistribution_allowed": true, "text": "21.2% Dashboard: Users 9107 | Revenue $17348 | Orders 270 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_10dff26004462ca7", "row_id": "synthetic_ui_0044_3", "source_id": "synthetic_ui_0044", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0044", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_10dff26004462ca7.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 913872727, "redistribution_allowed": true, "text": "11.2% Dashboard: Users 7032 | Revenue $96472 | Orders 475 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_47d9bfce1ea58eef", "row_id": "synthetic_ui_0045_3", "source_id": "synthetic_ui_0045", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0045", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_47d9bfce1ea58eef.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2145542963, "redistribution_allowed": true, "text": "24.9% Dashboard: Users 3395 | Revenue $71582 | Orders 204 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_a7b8c4b50e6ffa39", "row_id": "synthetic_ui_0046_3", "source_id": "synthetic_ui_0046", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0046", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a7b8c4b50e6ffa39.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3735439237, "redistribution_allowed": true, "text": "8.5% Dashboard: Users 6218 | Revenue $44372 | Orders 264 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_54f41e5109eca0c5", "row_id": "synthetic_ui_0047_3", "source_id": "synthetic_ui_0047", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0047", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_54f41e5109eca0c5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 374709717, "redistribution_allowed": true, "text": "-4.4% Dashboard: Users 4161 | Revenue $23245 | Orders 173 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_ed4fe941f983ace6", "row_id": "synthetic_ui_0048_3", "source_id": "synthetic_ui_0048", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0048", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ed4fe941f983ace6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 969728946, "redistribution_allowed": true, "text": "-4.8% Dashboard: Users 9175 | Revenue $23781 | Orders 112 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_e070b9d96fa61c16", "row_id": "synthetic_ui_0050_3", "source_id": "synthetic_ui_0050", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0050", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e070b9d96fa61c16.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 741018670, "redistribution_allowed": true, "text": "3.4% Dashboard: Users 5513 | Revenue $8015 | Orders 121 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_9ae2e64e2b07c223", "row_id": "synthetic_ui_0051_3", "source_id": "synthetic_ui_0051", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0051", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9ae2e64e2b07c223.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 472142216, "redistribution_allowed": true, "text": "16.7% Dashboard: Users 8053 | Revenue $22209 | Orders 67 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_9d0be8944504a70a", "row_id": "synthetic_ui_0052_3", "source_id": "synthetic_ui_0052", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0052", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9d0be8944504a70a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3684478410, "redistribution_allowed": true, "text": "18.5% Dashboard: Users 9455 | Revenue $58045 | Orders 124 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_6a3e0fbb573061ab", "row_id": "synthetic_ui_0053_3", "source_id": "synthetic_ui_0053", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0053", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6a3e0fbb573061ab.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3001154846, "redistribution_allowed": true, "text": "14.8% Dashboard: Users 6769 | Revenue $19851 | Orders 49 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_8f49d291524728a5", "row_id": "synthetic_ui_0054_3", "source_id": "synthetic_ui_0054", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0054", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_8f49d291524728a5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 757191597, "redistribution_allowed": true, "text": "20.9% Dashboard: Users 5904 | Revenue $42934 | Orders 239 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_0c35d5ff9c5f0b23", "row_id": "synthetic_ui_0055_3", "source_id": "synthetic_ui_0055", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0055", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0c35d5ff9c5f0b23.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3435483432, "redistribution_allowed": true, "text": "-2.0% Dashboard: Users 987 | Revenue $67663 | Orders 330 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_ebd9c9140b5dd5b1", "row_id": "synthetic_ui_0057_3", "source_id": "synthetic_ui_0057", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0057", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ebd9c9140b5dd5b1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 608957511, "redistribution_allowed": true, "text": "8.5% Dashboard: Users 4173 | Revenue $19967 | Orders 274 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_f14ef4ad6cd64deb", "row_id": "synthetic_ui_0058_3", "source_id": "synthetic_ui_0058", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0058", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f14ef4ad6cd64deb.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1250098721, "redistribution_allowed": true, "text": "2.5% Dashboard: Users 7012 | Revenue $19165 | Orders 236 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_7c4892ca206a5c67", "row_id": "synthetic_ui_0059_3", "source_id": "synthetic_ui_0059", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0059", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7c4892ca206a5c67.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 313212553, "redistribution_allowed": true, "text": "20.7% Dashboard: Users 1335 | Revenue $44870 | Orders 441 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_be6b7f03b2a712fe", "row_id": "synthetic_ui_0060_3", "source_id": "synthetic_ui_0060", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0060", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_be6b7f03b2a712fe.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3768302659, "redistribution_allowed": true, "text": "20.1% Dashboard: Users 1704 | Revenue $6008 | Orders 276 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_2edd811b67ce0e0c", "row_id": "synthetic_ui_0061_3", "source_id": "synthetic_ui_0061", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0061", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_2edd811b67ce0e0c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 730662236, "redistribution_allowed": true, "text": "2.1% Dashboard: Users 1628 | Revenue $92710 | Orders 434 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_4b4879ce96072a94", "row_id": "synthetic_ui_0063_3", "source_id": "synthetic_ui_0063", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0063", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4b4879ce96072a94.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1035790878, "redistribution_allowed": true, "text": "24.6% Dashboard: Users 1060 | Revenue $17299 | Orders 1 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_b4618f3b52525c5b", "row_id": "synthetic_ui_0064_3", "source_id": "synthetic_ui_0064", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0064", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b4618f3b52525c5b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1455656980, "redistribution_allowed": true, "text": "8.7% Dashboard: Users 4445 | Revenue $92725 | Orders 401 | Growth", "width": 640, "height": 480} +{"manifest_id": "manifest_c148f4be72cb1f4e", "row_id": "synthetic_terminal_0000_3", "source_id": "synthetic_terminal_0000", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0000", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c148f4be72cb1f4e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 2810825424, "redistribution_allowed": true, "text": "loss=3.3127 acc=73.85% Saving checkpoint... $ python train.py --epochs 118 --lr 0.0697 --batch 64 Epoch 72:", "width": 640, "height": 480} +{"manifest_id": "manifest_658f349b998d873b", "row_id": "synthetic_terminal_0001_3", "source_id": "synthetic_terminal_0001", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0001", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_658f349b998d873b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3365198569, "redistribution_allowed": true, "text": "loss=3.6813 acc=52.99% Saving checkpoint... $ python train.py --epochs 58 --lr 0.0297 --batch 16 Epoch 75:", "width": 640, "height": 480} +{"manifest_id": "manifest_7e0a8e2d9e9df6cc", "row_id": "synthetic_terminal_0002_3", "source_id": "synthetic_terminal_0002", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0002", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7e0a8e2d9e9df6cc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3417989674, "redistribution_allowed": true, "text": "loss=2.5192 acc=91.78% Saving checkpoint... $ python train.py --epochs 90 --lr 0.0058 --batch 64 Epoch 62:", "width": 640, "height": 480} +{"manifest_id": "manifest_b238fbdb25215dd3", "row_id": "synthetic_terminal_0003_3", "source_id": "synthetic_terminal_0003", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0003", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b238fbdb25215dd3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1599935981, "redistribution_allowed": true, "text": "loss=4.2582 acc=53.36% Saving checkpoint... $ python train.py --epochs 50 --lr 0.0058 --batch 64 Epoch 11:", "width": 640, "height": 480} +{"manifest_id": "manifest_11229c6a3191e506", "row_id": "synthetic_terminal_0004_3", "source_id": "synthetic_terminal_0004", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0004", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_11229c6a3191e506.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3089891368, "redistribution_allowed": true, "text": "loss=0.6082 acc=93.62% Saving checkpoint... $ python train.py --epochs 27 --lr 0.0676 --batch 16 Epoch 52:", "width": 640, "height": 480} +{"manifest_id": "manifest_a663a6e81739e7ec", "row_id": "synthetic_terminal_0005_3", "source_id": "synthetic_terminal_0005", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0005", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_a663a6e81739e7ec.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1320723187, "redistribution_allowed": true, "text": "loss=0.4191 acc=82.21% Saving checkpoint... $ python train.py --epochs 73 --lr 0.0579 --batch 16 Epoch 80:", "width": 640, "height": 480} +{"manifest_id": "manifest_ca185465c0e4e2e1", "row_id": "synthetic_terminal_0006_3", "source_id": "synthetic_terminal_0006", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0006", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ca185465c0e4e2e1.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3984484664, "redistribution_allowed": true, "text": "loss=3.3519 acc=65.40% Saving checkpoint... $ python train.py --epochs 154 --lr 0.0523 --batch 32 Epoch 27:", "width": 640, "height": 480} +{"manifest_id": "manifest_f066272b6758490b", "row_id": "synthetic_terminal_0007_3", "source_id": "synthetic_terminal_0007", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0007", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f066272b6758490b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3098264412, "redistribution_allowed": true, "text": "loss=1.5070 acc=65.49% Saving checkpoint... $ python train.py --epochs 77 --lr 0.0396 --batch 64 Epoch 83:", "width": 640, "height": 480} +{"manifest_id": "manifest_89eb02174a39b44a", "row_id": "synthetic_terminal_0008_3", "source_id": "synthetic_terminal_0008", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0008", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_89eb02174a39b44a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 972416038, "redistribution_allowed": true, "text": "loss=4.9805 acc=53.59% Saving checkpoint... $ python train.py --epochs 28 --lr 0.0010 --batch 64 Epoch 73:", "width": 640, "height": 480} +{"manifest_id": "manifest_ac90ad5387ad4fb5", "row_id": "synthetic_terminal_0009_3", "source_id": "synthetic_terminal_0009", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0009", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ac90ad5387ad4fb5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 1377723630, "redistribution_allowed": true, "text": "loss=4.4055 acc=93.08% Saving checkpoint... $ python train.py --epochs 64 --lr 0.0506 --batch 16 Epoch 45:", "width": 640, "height": 480} +{"manifest_id": "manifest_bc8cfb4d4fc4c066", "row_id": "synthetic_ui_0025_0", "source_id": "synthetic_ui_0025", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0025", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bc8cfb4d4fc4c066.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1186052304, "redistribution_allowed": true, "text": "Dashboard: Users 8930 | Revenue $27011 | Orders 299 | Growth 7.9%", "width": 640, "height": 480} +{"manifest_id": "manifest_21dfd4b8eb1eb9cc", "row_id": "synthetic_ui_0049_0", "source_id": "synthetic_ui_0049", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0049", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_21dfd4b8eb1eb9cc.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 987862511, "redistribution_allowed": true, "text": "Dashboard: Users 1064 | Revenue $23665 | Orders 463 | Growth -4.1%", "width": 640, "height": 480} +{"manifest_id": "manifest_4e5d70b7948a60be", "row_id": "synthetic_ui_0056_0", "source_id": "synthetic_ui_0056", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0056", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4e5d70b7948a60be.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3256955624, "redistribution_allowed": true, "text": "Dashboard: Users 6696 | Revenue $73093 | Orders 409 | Growth 20.9%", "width": 640, "height": 480} +{"manifest_id": "manifest_0c6dac3c27fffcc0", "row_id": "synthetic_ui_0062_0", "source_id": "synthetic_ui_0062", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0062", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0c6dac3c27fffcc0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 264583707, "redistribution_allowed": true, "text": "Dashboard: Users 6758 | Revenue $49078 | Orders 109 | Growth 20.9%", "width": 640, "height": 480} +{"manifest_id": "manifest_f09e9bf3a0c0ffaf", "row_id": "synthetic_terminal_0012_0", "source_id": "synthetic_terminal_0012", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0012", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f09e9bf3a0c0ffaf.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3976717411, "redistribution_allowed": true, "text": "$ python train.py --epochs 44 --lr 0.0265 --batch 16\nEpoch 96: loss=2.7706 acc=63.35%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_80344711ec8b1e4b", "row_id": "synthetic_table_0002_0", "source_id": "synthetic_table_0002", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0002", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_80344711ec8b1e4b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1128934341, "redistribution_allowed": true, "text": "INVOICE #660069\nDate: 2026-01-13\nItem: Tool x10\nUnit: $334.87 Total: $428.90", "width": 640, "height": 480} +{"manifest_id": "manifest_982b4fc6131cf184", "row_id": "synthetic_table_0011_0", "source_id": "synthetic_table_0011", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0011", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_982b4fc6131cf184.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3230565656, "redistribution_allowed": true, "text": "INVOICE #179688\nDate: 2026-10-23\nItem: Tool x4\nUnit: $59.93 Total: $3864.68", "width": 640, "height": 480} +{"manifest_id": "manifest_d2a48b5f4943ae08", "row_id": "synthetic_table_0017_0", "source_id": "synthetic_table_0017", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0017", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d2a48b5f4943ae08.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1806801052, "redistribution_allowed": true, "text": "INVOICE #381433\nDate: 2026-06-28\nItem: Widget x2\nUnit: $146.67 Total: $2259.50", "width": 640, "height": 480} +{"manifest_id": "manifest_94a1fed4c6f5b109", "row_id": "synthetic_table_0026_0", "source_id": "synthetic_table_0026", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0026", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_94a1fed4c6f5b109.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2967561660, "redistribution_allowed": true, "text": "INVOICE #899213\nDate: 2026-12-06\nItem: Widget x4\nUnit: $371.92 Total: $1389.73", "width": 640, "height": 480} +{"manifest_id": "manifest_3a2973b4a7a7db8d", "row_id": "synthetic_table_0030_0", "source_id": "synthetic_table_0030", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0030", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3a2973b4a7a7db8d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1815165263, "redistribution_allowed": true, "text": "INVOICE #207570\nDate: 2026-01-19\nItem: Gadget x8\nUnit: $244.57 Total: $1710.12", "width": 640, "height": 480} +{"manifest_id": "manifest_f25232703af5b5ea", "row_id": "synthetic_table_0032_0", "source_id": "synthetic_table_0032", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0032", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_f25232703af5b5ea.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3629951605, "redistribution_allowed": true, "text": "INVOICE #177680\nDate: 2026-10-21\nItem: Tool x1\nUnit: $84.35 Total: $4057.60", "width": 640, "height": 480} +{"manifest_id": "manifest_b562adedcfc7681d", "row_id": "synthetic_table_0036_0", "source_id": "synthetic_table_0036", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0036", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_b562adedcfc7681d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 1675784422, "redistribution_allowed": true, "text": "INVOICE #204053\nDate: 2026-04-21\nItem: Widget x5\nUnit: $333.61 Total: $793.71", "width": 640, "height": 480} +{"manifest_id": "manifest_37d9b93e21801754", "row_id": "synthetic_table_0037_0", "source_id": "synthetic_table_0037", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0037", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_37d9b93e21801754.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3140186664, "redistribution_allowed": true, "text": "INVOICE #282256\nDate: 2026-09-03\nItem: Widget x1\nUnit: $210.17 Total: $3449.96", "width": 640, "height": 480} +{"manifest_id": "manifest_6199613b5d19a13a", "row_id": "synthetic_doc_0003_0", "source_id": "synthetic_doc_0003", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0003", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6199613b5d19a13a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3551080354, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel method to classification.\nKeywords: NLP, LSTM, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_e8682569e07bebf0", "row_id": "synthetic_doc_0008_0", "source_id": "synthetic_doc_0008", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0008", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e8682569e07bebf0.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 949459203, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to generation.\nKeywords: CV, CNN, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_bb039e7b8d430e0a", "row_id": "synthetic_doc_0016_0", "source_id": "synthetic_doc_0016", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0016", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bb039e7b8d430e0a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 1031428182, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel framework to classification.\nKeywords: NLP, LSTM, Dataset", "width": 600, "height": 800} +{"manifest_id": "manifest_afe59f65bca4a6af", "row_id": "synthetic_doc_0035_0", "source_id": "synthetic_doc_0035", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0035", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_afe59f65bca4a6af.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 815160236, "redistribution_allowed": true, "text": "ABSTRACT\nThis paper presents a novel approach to classification.\nKeywords: NLP, LSTM, Bench", "width": 600, "height": 800} +{"manifest_id": "manifest_173860b595f630e6", "row_id": "public_sign_0032_0", "source_id": "public_sign_0032", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0032", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_173860b595f630e6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 44846863, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_040dd5b7a2842890", "row_id": "public_sign_0041_0", "source_id": "public_sign_0041", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0041", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_040dd5b7a2842890.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 597528144, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_7085df3a1e5a7d52", "row_id": "public_sign_0043_0", "source_id": "public_sign_0043", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0043", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_7085df3a1e5a7d52.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2910252245, "redistribution_allowed": true, "text": "ONE WAY", "width": 400, "height": 300} +{"manifest_id": "manifest_17ad9d0beee96dd3", "row_id": "public_sign_0054_0", "source_id": "public_sign_0054", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0054", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_17ad9d0beee96dd3.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3159788359, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_6cab1f9304aa3e9d", "row_id": "public_sign_0061_0", "source_id": "public_sign_0061", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0061", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_6cab1f9304aa3e9d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 1056016312, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_ccf124bf25d69f28", "row_id": "synthetic_ui_0025_1", "source_id": "synthetic_ui_0025", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0025", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ccf124bf25d69f28.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 3302102840, "redistribution_allowed": true, "text": "8930 | Revenue $27011 | Orders 299 | Growth 7.9% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_5f2581d91faeb88b", "row_id": "synthetic_ui_0049_1", "source_id": "synthetic_ui_0049", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0049", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_5f2581d91faeb88b.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2589403191, "redistribution_allowed": true, "text": "1064 | Revenue $23665 | Orders 463 | Growth -4.1% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_4ad6a293afb18160", "row_id": "synthetic_ui_0056_1", "source_id": "synthetic_ui_0056", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0056", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4ad6a293afb18160.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2071585618, "redistribution_allowed": true, "text": "6696 | Revenue $73093 | Orders 409 | Growth 20.9% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_924f9804f6362012", "row_id": "synthetic_ui_0062_1", "source_id": "synthetic_ui_0062", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0062", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_924f9804f6362012.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 544746413, "redistribution_allowed": true, "text": "6758 | Revenue $49078 | Orders 109 | Growth 20.9% Dashboard: Users", "width": 640, "height": 480} +{"manifest_id": "manifest_34643a9aab81e3ef", "row_id": "synthetic_terminal_0012_1", "source_id": "synthetic_terminal_0012", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0012", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_34643a9aab81e3ef.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 4231045881, "redistribution_allowed": true, "text": "train.py --epochs 44 --lr 0.0265 --batch 16 Epoch 96: loss=2.7706 acc=63.35% Saving checkpoint... $ python", "width": 640, "height": 480} +{"manifest_id": "manifest_4260648815a0ae6f", "row_id": "synthetic_table_0002_1", "source_id": "synthetic_table_0002", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0002", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_4260648815a0ae6f.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3786577651, "redistribution_allowed": true, "text": "#660069 Date: 2026-01-13 Item: Tool x10 Unit: $334.87 Total: $428.90 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_c2bdbe9a40eb7617", "row_id": "synthetic_table_0011_1", "source_id": "synthetic_table_0011", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0011", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_c2bdbe9a40eb7617.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2241114387, "redistribution_allowed": true, "text": "#179688 Date: 2026-10-23 Item: Tool x4 Unit: $59.93 Total: $3864.68 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_0acebfabb52e3763", "row_id": "synthetic_table_0017_1", "source_id": "synthetic_table_0017", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0017", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0acebfabb52e3763.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 51073827, "redistribution_allowed": true, "text": "#381433 Date: 2026-06-28 Item: Widget x2 Unit: $146.67 Total: $2259.50 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_cbd784ce28b25dc6", "row_id": "synthetic_table_0026_1", "source_id": "synthetic_table_0026", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0026", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cbd784ce28b25dc6.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 4022547129, "redistribution_allowed": true, "text": "#899213 Date: 2026-12-06 Item: Widget x4 Unit: $371.92 Total: $1389.73 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_bd9ad6b8827e7140", "row_id": "synthetic_table_0030_1", "source_id": "synthetic_table_0030", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0030", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_bd9ad6b8827e7140.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 2779534356, "redistribution_allowed": true, "text": "#207570 Date: 2026-01-19 Item: Gadget x8 Unit: $244.57 Total: $1710.12 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_3f896ee1b7f13a24", "row_id": "synthetic_table_0032_1", "source_id": "synthetic_table_0032", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0032", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_3f896ee1b7f13a24.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3666067507, "redistribution_allowed": true, "text": "#177680 Date: 2026-10-21 Item: Tool x1 Unit: $84.35 Total: $4057.60 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_1d196eeaf3fa3f40", "row_id": "synthetic_table_0036_1", "source_id": "synthetic_table_0036", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0036", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1d196eeaf3fa3f40.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3211980245, "redistribution_allowed": true, "text": "#204053 Date: 2026-04-21 Item: Widget x5 Unit: $333.61 Total: $793.71 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_882ee7973db394e5", "row_id": "synthetic_table_0037_1", "source_id": "synthetic_table_0037", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0037", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_882ee7973db394e5.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 106654748, "redistribution_allowed": true, "text": "#282256 Date: 2026-09-03 Item: Widget x1 Unit: $210.17 Total: $3449.96 INVOICE", "width": 640, "height": 480} +{"manifest_id": "manifest_9f86f25189dc94d4", "row_id": "synthetic_doc_0003_1", "source_id": "synthetic_doc_0003", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0003", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_9f86f25189dc94d4.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2933708474, "redistribution_allowed": true, "text": "paper presents a novel method to classification. Keywords: NLP, LSTM, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_75acb6b679f7d0ed", "row_id": "synthetic_doc_0008_1", "source_id": "synthetic_doc_0008", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0008", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_75acb6b679f7d0ed.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 653456167, "redistribution_allowed": true, "text": "paper presents a novel approach to generation. Keywords: CV, CNN, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_d491ae894bd7daed", "row_id": "synthetic_doc_0016_1", "source_id": "synthetic_doc_0016", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0016", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_d491ae894bd7daed.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 3291741832, "redistribution_allowed": true, "text": "paper presents a novel framework to classification. Keywords: NLP, LSTM, Dataset ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_cad2dc3dfaf7cf23", "row_id": "synthetic_doc_0035_1", "source_id": "synthetic_doc_0035", "source_dataset": "synthetic_document", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_doc_0035", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_cad2dc3dfaf7cf23.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_document", "seed": 2559156679, "redistribution_allowed": true, "text": "paper presents a novel approach to classification. Keywords: NLP, LSTM, Bench ABSTRACT This", "width": 600, "height": 800} +{"manifest_id": "manifest_0be0c0e511bdafad", "row_id": "public_sign_0032_1", "source_id": "public_sign_0032", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0032", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_0be0c0e511bdafad.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3326162576, "redistribution_allowed": true, "text": "WELCOME", "width": 400, "height": 300} +{"manifest_id": "manifest_83547e9d55d08bda", "row_id": "public_sign_0041_1", "source_id": "public_sign_0041", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0041", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_83547e9d55d08bda.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2893170610, "redistribution_allowed": true, "text": "STOP", "width": 400, "height": 300} +{"manifest_id": "manifest_1c5630e61e7a391a", "row_id": "public_sign_0043_1", "source_id": "public_sign_0043", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0043", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_1c5630e61e7a391a.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 2182436464, "redistribution_allowed": true, "text": "WAY ONE", "width": 400, "height": 300} +{"manifest_id": "manifest_270a85d55207077c", "row_id": "public_sign_0054_1", "source_id": "public_sign_0054", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0054", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_270a85d55207077c.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 3630574520, "redistribution_allowed": true, "text": "YIELD", "width": 400, "height": 300} +{"manifest_id": "manifest_ca6a93bbcfb1da3e", "row_id": "public_sign_0061_1", "source_id": "public_sign_0061", "source_dataset": "generated_signage", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "public_sign_0061", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ca6a93bbcfb1da3e.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "public_signage", "seed": 823903084, "redistribution_allowed": true, "text": "ENTRANCE", "width": 400, "height": 300} +{"manifest_id": "manifest_ed619962a12c46de", "row_id": "synthetic_ui_0025_0__duplicate_0044_5137ba1d", "source_id": "synthetic_ui_0025", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0025", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_ed619962a12c46de.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 816750190, "redistribution_allowed": true, "text": "Dashboard: Users 8930 | Revenue $27011 | Orders 299 | Growth 7.9%", "width": 640, "height": 480} +{"manifest_id": "manifest_e14ef8c3f95827ad", "row_id": "synthetic_ui_0049_0__duplicate_0045_7f6df311", "source_id": "synthetic_ui_0049", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0049", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_e14ef8c3f95827ad.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 1962489981, "redistribution_allowed": true, "text": "Dashboard: Users 1064 | Revenue $23665 | Orders 463 | Growth -4.1%", "width": 640, "height": 480} +{"manifest_id": "manifest_58a528e350ff8865", "row_id": "synthetic_ui_0056_0__duplicate_0046_a5c74e5f", "source_id": "synthetic_ui_0056", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0056", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_58a528e350ff8865.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 128480443, "redistribution_allowed": true, "text": "Dashboard: Users 6696 | Revenue $73093 | Orders 409 | Growth 20.9%", "width": 640, "height": 480} +{"manifest_id": "manifest_84a211054cb24df2", "row_id": "synthetic_ui_0062_0__duplicate_0047_dd594ff5", "source_id": "synthetic_ui_0062", "source_dataset": "synthetic_ui", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_ui_0062", "start_sec": 0.0, "end_sec": 3.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_84a211054cb24df2.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_ui", "seed": 2939294372, "redistribution_allowed": true, "text": "Dashboard: Users 6758 | Revenue $49078 | Orders 109 | Growth 20.9%", "width": 640, "height": 480} +{"manifest_id": "manifest_da969a158ab2094d", "row_id": "synthetic_terminal_0012_0__duplicate_0048_b10a48db", "source_id": "synthetic_terminal_0012", "source_dataset": "synthetic_terminal", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_terminal_0012", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_da969a158ab2094d.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_terminal", "seed": 3983438273, "redistribution_allowed": true, "text": "$ python train.py --epochs 44 --lr 0.0265 --batch 16\nEpoch 96: loss=2.7706 acc=63.35%\nSaving checkpoint...", "width": 640, "height": 480} +{"manifest_id": "manifest_70d2976fcf0d3845", "row_id": "synthetic_table_0002_0__duplicate_0049_cd6f76ac", "source_id": "synthetic_table_0002", "source_dataset": "synthetic_table_form", "source_url": null, "upstream_split": null, "license": "generated synthetic asset; project annotation license applies", "author": null, "original_source_id": "synthetic_table_0002", "start_sec": 0.0, "end_sec": 4.0, "expected_sha256": null, "output_relative_path": "media/OCRScreenGrounding/manifest_70d2976fcf0d3845.png", "reconstruction_method": "generate", "generator_family": "pil_text_renderer", "template_id": "synthetic_table_form", "seed": 3487914885, "redistribution_allowed": true, "text": "INVOICE #660069\nDate: 2026-01-13\nItem: Tool x10\nUnit: $334.87 Total: $428.90", "width": 640, "height": 480} diff --git a/manifests/ProactiveAVInteraction.jsonl b/manifests/ProactiveAVInteraction.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..10b7a7003706174e6253f2939ea6c1eb51b937e7 --- /dev/null +++ b/manifests/ProactiveAVInteraction.jsonl @@ -0,0 +1,1000 @@ +{"manifest_id": "manifest_9bc409036e2c09cf", "row_id": "local_seamless_559df2cfc6cf13a3_seg2_0", "source_id": "local_seamless_559df2cfc6cf13a3_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_559df2cfc6cf13a3_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9bc409036e2c09cf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_94519a303f55dad4", "row_id": "local_seamless_2b3d740f8ec5fc1b_0", "source_id": "local_seamless_2b3d740f8ec5fc1b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_94519a303f55dad4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0b41bd296000a617", "row_id": "local_seamless_3941d901e3531b40_0", "source_id": "local_seamless_3941d901e3531b40", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0b41bd296000a617.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6b6c7488b91e37dd", "row_id": "local_seamless_90a278c392262268_seg2_0", "source_id": "local_seamless_90a278c392262268_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_90a278c392262268_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6b6c7488b91e37dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1f938850dad811bd", "row_id": "local_seamless_bf8818cc5635ed87_seg2_0", "source_id": "local_seamless_bf8818cc5635ed87_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf8818cc5635ed87_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1f938850dad811bd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b8db24058c095707", "row_id": "local_seamless_5e141e594bfbf675_0", "source_id": "local_seamless_5e141e594bfbf675", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b8db24058c095707.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_752ceb6e8a9b2958", "row_id": "local_seamless_6eaef4a701a272e6_0", "source_id": "local_seamless_6eaef4a701a272e6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_752ceb6e8a9b2958.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_22c77dc9d256d7a7", "row_id": "local_seamless_cae104e9daed49f0_0", "source_id": "local_seamless_cae104e9daed49f0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0043_I00000520_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cae104e9daed49f0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_22c77dc9d256d7a7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_423645aa5025140a", "row_id": "local_seamless_d4c9e80537606ee1_0", "source_id": "local_seamless_d4c9e80537606ee1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0044_I00000785_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d4c9e80537606ee1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_423645aa5025140a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_46dbab90688b4285", "row_id": "local_seamless_398fd5d08b4fb5ad_0", "source_id": "local_seamless_398fd5d08b4fb5ad", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_46dbab90688b4285.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_12e705a6a0e50557", "row_id": "local_seamless_1a5d5648804a2769_0", "source_id": "local_seamless_1a5d5648804a2769", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_12e705a6a0e50557.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_69db78d4f2b436dd", "row_id": "local_seamless_17b92aa30191469f_0", "source_id": "local_seamless_17b92aa30191469f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_69db78d4f2b436dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c3a374ef850a7923", "row_id": "local_seamless_398fd5d08b4fb5ad_seg2_0", "source_id": "local_seamless_398fd5d08b4fb5ad_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_398fd5d08b4fb5ad_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c3a374ef850a7923.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_48bef4bf642ec082", "row_id": "local_seamless_8e45d420cf050c1a_0", "source_id": "local_seamless_8e45d420cf050c1a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_48bef4bf642ec082.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eb4c57ace97cef75", "row_id": "local_seamless_d1b9dcef4a809f2f_0", "source_id": "local_seamless_d1b9dcef4a809f2f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0040_I00000373_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d1b9dcef4a809f2f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_eb4c57ace97cef75.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_134dc8312e68b3ef", "row_id": "local_seamless_2b7e0506b38589d3_0", "source_id": "local_seamless_2b7e0506b38589d3", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_134dc8312e68b3ef.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1d1d1f664f032cfe", "row_id": "local_seamless_e49b5ffca7dd7581_0", "source_id": "local_seamless_e49b5ffca7dd7581", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000579_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e49b5ffca7dd7581", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1d1d1f664f032cfe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5f345079ad7e9428", "row_id": "local_seamless_0cb062822a735ceb_0", "source_id": "local_seamless_0cb062822a735ceb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5f345079ad7e9428.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_035ff2a1faf2987c", "row_id": "local_seamless_930ba0b995115c9d_seg2_0", "source_id": "local_seamless_930ba0b995115c9d_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_930ba0b995115c9d_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_035ff2a1faf2987c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_efdf215d44c93665", "row_id": "local_seamless_740818b3d51b6db7_0", "source_id": "local_seamless_740818b3d51b6db7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_efdf215d44c93665.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ac9f6d0d3803884a", "row_id": "local_seamless_d9a0ac50f131bab7_0", "source_id": "local_seamless_d9a0ac50f131bab7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0059_I00000481_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d9a0ac50f131bab7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ac9f6d0d3803884a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c32ef2d273132747", "row_id": "local_seamless_944a1454314993d0_0", "source_id": "local_seamless_944a1454314993d0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c32ef2d273132747.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6906b8f9cd9bb539", "row_id": "local_seamless_1f7785548b3aa37c_0", "source_id": "local_seamless_1f7785548b3aa37c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6906b8f9cd9bb539.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5ccc750141a22fae", "row_id": "local_seamless_04e9baf3643cb23e_0", "source_id": "local_seamless_04e9baf3643cb23e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5ccc750141a22fae.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_00f66a3380d6506a", "row_id": "local_seamless_ae22fa6b806e0945_0", "source_id": "local_seamless_ae22fa6b806e0945", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_00f66a3380d6506a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6430d0b2fa8d6e17", "row_id": "local_seamless_a70bbee4904ee5db_0", "source_id": "local_seamless_a70bbee4904ee5db", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6430d0b2fa8d6e17.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3a30ca0dddddaf66", "row_id": "local_seamless_2f66eea3e9177783_0", "source_id": "local_seamless_2f66eea3e9177783", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3a30ca0dddddaf66.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_63d2b620891aed09", "row_id": "local_seamless_c4f8e431420a3987_0", "source_id": "local_seamless_c4f8e431420a3987", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0057_I00000543_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4f8e431420a3987", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_63d2b620891aed09.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cd5527a7165df88e", "row_id": "local_seamless_c0534eb0aa3e3c31_seg2_0", "source_id": "local_seamless_c0534eb0aa3e3c31_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c0534eb0aa3e3c31_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cd5527a7165df88e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4d372ff2d84fc49e", "row_id": "local_seamless_87f1fe79dd1c0e00_seg2_0", "source_id": "local_seamless_87f1fe79dd1c0e00_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_87f1fe79dd1c0e00_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4d372ff2d84fc49e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_05f2b14767a2f2db", "row_id": "local_seamless_7112179dce0001b9_0", "source_id": "local_seamless_7112179dce0001b9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_05f2b14767a2f2db.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c2141592f1082762", "row_id": "local_seamless_a21f8e78957228f4_0", "source_id": "local_seamless_a21f8e78957228f4", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c2141592f1082762.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aca47fbd8ca09136", "row_id": "local_seamless_1f2dd15f8a709171_seg2_0", "source_id": "local_seamless_1f2dd15f8a709171_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1f2dd15f8a709171_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_aca47fbd8ca09136.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_375106fb65e7f7db", "row_id": "local_seamless_da3e91da78bd7a28_0", "source_id": "local_seamless_da3e91da78bd7a28", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0056_I00000542_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_da3e91da78bd7a28", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_375106fb65e7f7db.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_87c0566521de3958", "row_id": "local_seamless_3d0ee7d5c3b10967_seg2_0", "source_id": "local_seamless_3d0ee7d5c3b10967_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3d0ee7d5c3b10967_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_87c0566521de3958.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d575de2003b895dd", "row_id": "local_seamless_3941d901e3531b40_seg2_0", "source_id": "local_seamless_3941d901e3531b40_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3941d901e3531b40_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d575de2003b895dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b1e9d69898cf1885", "row_id": "local_seamless_9566012267ae81c9_0", "source_id": "local_seamless_9566012267ae81c9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b1e9d69898cf1885.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e25186d28e5ac2ca", "row_id": "local_seamless_b4b534f0dda15bf6_0", "source_id": "local_seamless_b4b534f0dda15bf6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e25186d28e5ac2ca.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_84c9ae4c78536852", "row_id": "local_seamless_e20b51ea94ce37bc_0", "source_id": "local_seamless_e20b51ea94ce37bc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0057_I00000543_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e20b51ea94ce37bc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_84c9ae4c78536852.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d117e343e9995030", "row_id": "local_seamless_8fcd0be8d3e381e6_0", "source_id": "local_seamless_8fcd0be8d3e381e6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d117e343e9995030.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4447a34e92ffb0a2", "row_id": "local_seamless_3593e769e8c360a6_0", "source_id": "local_seamless_3593e769e8c360a6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4447a34e92ffb0a2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9e9d03f366a891c2", "row_id": "local_seamless_30c59acbf2cbd53b_seg2_0", "source_id": "local_seamless_30c59acbf2cbd53b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_30c59acbf2cbd53b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9e9d03f366a891c2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_64692c38f6e9433a", "row_id": "local_seamless_51e6133dbfae1fcf_seg2_0", "source_id": "local_seamless_51e6133dbfae1fcf_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_51e6133dbfae1fcf_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_64692c38f6e9433a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_82cff5c814900526", "row_id": "local_seamless_a0d61ba33a34168a_seg2_0", "source_id": "local_seamless_a0d61ba33a34168a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a0d61ba33a34168a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_82cff5c814900526.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5b0e56fa2e64aa33", "row_id": "local_seamless_82815cb0e74212bb_seg2_0", "source_id": "local_seamless_82815cb0e74212bb_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_82815cb0e74212bb_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5b0e56fa2e64aa33.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_175e26948140c22a", "row_id": "local_seamless_d5271d43fea2c745_0", "source_id": "local_seamless_d5271d43fea2c745", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0040_I00000384_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d5271d43fea2c745", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_175e26948140c22a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d23a8a878da966dd", "row_id": "local_seamless_7dbbcca296da86fc_0", "source_id": "local_seamless_7dbbcca296da86fc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d23a8a878da966dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_975f5c38eed88a28", "row_id": "local_seamless_cecae2122adf768c_0", "source_id": "local_seamless_cecae2122adf768c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000582_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cecae2122adf768c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_975f5c38eed88a28.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0b3975089f45f3bd", "row_id": "local_seamless_24afdec6c209837a_seg2_0", "source_id": "local_seamless_24afdec6c209837a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_24afdec6c209837a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0b3975089f45f3bd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9afd9dedc60edebd", "row_id": "local_seamless_4e5846dbf3185a5b_0", "source_id": "local_seamless_4e5846dbf3185a5b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9afd9dedc60edebd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bea8811ddcdc30eb", "row_id": "local_seamless_975364c1a863239b_0", "source_id": "local_seamless_975364c1a863239b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bea8811ddcdc30eb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_10709eb25cc4bcb0", "row_id": "local_seamless_7492920cb0b4111c_0", "source_id": "local_seamless_7492920cb0b4111c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_10709eb25cc4bcb0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_954fcb2ff95c0d4d", "row_id": "local_seamless_29a6803548d6aa98_0", "source_id": "local_seamless_29a6803548d6aa98", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_954fcb2ff95c0d4d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_af7cb604e859e49b", "row_id": "local_seamless_70a16a722d391520_seg2_0", "source_id": "local_seamless_70a16a722d391520_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_70a16a722d391520_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_af7cb604e859e49b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e4c27e0443c55f9b", "row_id": "local_seamless_5bf752e0a004d990_0", "source_id": "local_seamless_5bf752e0a004d990", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e4c27e0443c55f9b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fd8f40e736e64927", "row_id": "local_seamless_04e9baf3643cb23e_seg2_0", "source_id": "local_seamless_04e9baf3643cb23e_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_04e9baf3643cb23e_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fd8f40e736e64927.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2dd50c6c753bc242", "row_id": "local_seamless_9cdff45e6a923503_0", "source_id": "local_seamless_9cdff45e6a923503", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2dd50c6c753bc242.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c6cfa450954e2d0d", "row_id": "local_seamless_5bf752e0a004d990_seg2_0", "source_id": "local_seamless_5bf752e0a004d990_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5bf752e0a004d990_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c6cfa450954e2d0d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_02460348df705ce2", "row_id": "local_seamless_40c901692614bd66_0", "source_id": "local_seamless_40c901692614bd66", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_02460348df705ce2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b442076ba9f3da05", "row_id": "local_seamless_2dc267092f8c9e99_seg2_0", "source_id": "local_seamless_2dc267092f8c9e99_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2dc267092f8c9e99_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b442076ba9f3da05.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ef54cddbb6ee23be", "row_id": "local_seamless_041b36945513fb59_0", "source_id": "local_seamless_041b36945513fb59", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ef54cddbb6ee23be.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e4f18972c42988d1", "row_id": "local_seamless_3fb2eefccd54d72c_0", "source_id": "local_seamless_3fb2eefccd54d72c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e4f18972c42988d1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_70979559e97ac10f", "row_id": "local_seamless_43b0a70944ac1e41_0", "source_id": "local_seamless_43b0a70944ac1e41", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_70979559e97ac10f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b6c3b74c1afce17a", "row_id": "local_seamless_9b7f639cfb7d0c65_seg2_0", "source_id": "local_seamless_9b7f639cfb7d0c65_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9b7f639cfb7d0c65_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b6c3b74c1afce17a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0a80555ef2a8dc13", "row_id": "local_seamless_bf72336fd88da669_seg2_0", "source_id": "local_seamless_bf72336fd88da669_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf72336fd88da669_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0a80555ef2a8dc13.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ffdcd90971b08f11", "row_id": "local_seamless_55eb1bed6d95ed12_0", "source_id": "local_seamless_55eb1bed6d95ed12", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ffdcd90971b08f11.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a52899e6ce7ccc61", "row_id": "local_seamless_5b70c01a5512feed_0", "source_id": "local_seamless_5b70c01a5512feed", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a52899e6ce7ccc61.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f9d0d6f9035b74d3", "row_id": "local_seamless_8f1272c785fca5c1_seg2_0", "source_id": "local_seamless_8f1272c785fca5c1_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8f1272c785fca5c1_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f9d0d6f9035b74d3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e7dccf2308dbf7e9", "row_id": "local_seamless_871bb1a60888c032_seg2_0", "source_id": "local_seamless_871bb1a60888c032_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_871bb1a60888c032_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e7dccf2308dbf7e9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_94f26cf73c1e1337", "row_id": "local_seamless_496ec8f7bbab69cd_0", "source_id": "local_seamless_496ec8f7bbab69cd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_94f26cf73c1e1337.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f8ffccd65e966e89", "row_id": "local_seamless_4e2c9874d74834de_0", "source_id": "local_seamless_4e2c9874d74834de", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f8ffccd65e966e89.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0fe74d46dbf12fb4", "row_id": "local_seamless_e428a793dfcdbeac_0", "source_id": "local_seamless_e428a793dfcdbeac", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000138_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e428a793dfcdbeac", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0fe74d46dbf12fb4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8efc3b3ea51f197c", "row_id": "local_seamless_22e209d34ca52f2e_0", "source_id": "local_seamless_22e209d34ca52f2e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8efc3b3ea51f197c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_35382fececf0da7c", "row_id": "local_seamless_42737f6b7392b518_seg2_0", "source_id": "local_seamless_42737f6b7392b518_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42737f6b7392b518_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_35382fececf0da7c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_63d1eef2fcaf6320", "row_id": "local_seamless_7ec84146ee31fad0_0", "source_id": "local_seamless_7ec84146ee31fad0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_63d1eef2fcaf6320.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_da075d3132e2c355", "row_id": "local_seamless_03b1ce66a7436e09_0", "source_id": "local_seamless_03b1ce66a7436e09", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_da075d3132e2c355.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3dfca7bb392faa10", "row_id": "local_seamless_8c60ce772ecaf6f2_seg2_0", "source_id": "local_seamless_8c60ce772ecaf6f2_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8c60ce772ecaf6f2_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3dfca7bb392faa10.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dd0d81b78cad66d5", "row_id": "local_seamless_7e11b43dfea2ccdf_0", "source_id": "local_seamless_7e11b43dfea2ccdf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_dd0d81b78cad66d5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fac89f308e348222", "row_id": "local_seamless_b929337710be6446_0", "source_id": "local_seamless_b929337710be6446", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fac89f308e348222.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_37b3f02a3feb3ad9", "row_id": "local_seamless_e215957cb2ad6f59_0", "source_id": "local_seamless_e215957cb2ad6f59", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000581_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e215957cb2ad6f59", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_37b3f02a3feb3ad9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_43814247cce6fbea", "row_id": "local_seamless_02c9847afab79960_seg2_0", "source_id": "local_seamless_02c9847afab79960_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_02c9847afab79960_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_43814247cce6fbea.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_63cc14e11288b7d1", "row_id": "local_seamless_3d0ee7d5c3b10967_0", "source_id": "local_seamless_3d0ee7d5c3b10967", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_63cc14e11288b7d1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4aa6827d1582898e", "row_id": "local_seamless_2959bbfa6626edea_0", "source_id": "local_seamless_2959bbfa6626edea", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4aa6827d1582898e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fb4968426cb12937", "row_id": "local_seamless_4f5969569f868c7a_0", "source_id": "local_seamless_4f5969569f868c7a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fb4968426cb12937.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_54dda50ba72a9a87", "row_id": "local_seamless_8f1272c785fca5c1_0", "source_id": "local_seamless_8f1272c785fca5c1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_54dda50ba72a9a87.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_06937debaee46211", "row_id": "local_seamless_2874967bcfb491e3_0", "source_id": "local_seamless_2874967bcfb491e3", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_06937debaee46211.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3dcb52979bc25843", "row_id": "local_seamless_4e8cd1936d910192_seg2_0", "source_id": "local_seamless_4e8cd1936d910192_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e8cd1936d910192_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3dcb52979bc25843.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_65fde0e92a6ce10e", "row_id": "local_seamless_ca9e397bafa59d85_0", "source_id": "local_seamless_ca9e397bafa59d85", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0056_I00000377_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ca9e397bafa59d85", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_65fde0e92a6ce10e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_942694eac52397a2", "row_id": "local_seamless_11fd4047c149cfb4_seg2_0", "source_id": "local_seamless_11fd4047c149cfb4_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_11fd4047c149cfb4_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_942694eac52397a2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1193e5e1eab81a43", "row_id": "local_seamless_42737f6b7392b518_0", "source_id": "local_seamless_42737f6b7392b518", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1193e5e1eab81a43.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4d01f989cbfedf74", "row_id": "local_seamless_4e989d9382d1a84b_0", "source_id": "local_seamless_4e989d9382d1a84b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4d01f989cbfedf74.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_484d0ec58fe8299f", "row_id": "local_seamless_414ff5f755c2e69e_0", "source_id": "local_seamless_414ff5f755c2e69e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_484d0ec58fe8299f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_94821b77e9c5db3d", "row_id": "local_seamless_1ea9cd8ba02bebff_0", "source_id": "local_seamless_1ea9cd8ba02bebff", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_94821b77e9c5db3d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_747f2b9bed2cd40b", "row_id": "local_seamless_9e19681cc0de1f52_0", "source_id": "local_seamless_9e19681cc0de1f52", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_747f2b9bed2cd40b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9ecd30a9b0b1f598", "row_id": "local_seamless_6bbc1da6263bcc93_0", "source_id": "local_seamless_6bbc1da6263bcc93", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9ecd30a9b0b1f598.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_801d849b040abcaf", "row_id": "local_seamless_aa5432251af285c0_seg2_0", "source_id": "local_seamless_aa5432251af285c0_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_aa5432251af285c0_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_801d849b040abcaf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_deaaea28629fdc4f", "row_id": "local_seamless_a0d61ba33a34168a_0", "source_id": "local_seamless_a0d61ba33a34168a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a0d61ba33a34168a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_deaaea28629fdc4f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_135b686167597a2e", "row_id": "local_seamless_9546bf484209d7a6_0", "source_id": "local_seamless_9546bf484209d7a6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000504_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9546bf484209d7a6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_135b686167597a2e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7856130ecfd27ad8", "row_id": "local_seamless_a5b2a7ac01bd6154_seg2_0", "source_id": "local_seamless_a5b2a7ac01bd6154_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a5b2a7ac01bd6154_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7856130ecfd27ad8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5a41c3c8806ff910", "row_id": "local_seamless_2dc267092f8c9e99_0", "source_id": "local_seamless_2dc267092f8c9e99", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2dc267092f8c9e99", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5a41c3c8806ff910.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_74c9097ae41a04bb", "row_id": "local_seamless_6650be6ac628c3bf_0", "source_id": "local_seamless_6650be6ac628c3bf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000537_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6650be6ac628c3bf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_74c9097ae41a04bb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5affff6aa78a6bb2", "row_id": "local_seamless_70a16a722d391520_0", "source_id": "local_seamless_70a16a722d391520", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_70a16a722d391520", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5affff6aa78a6bb2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4d87c99d4cb4e531", "row_id": "local_seamless_2959bbfa6626edea_seg2_0", "source_id": "local_seamless_2959bbfa6626edea_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2959bbfa6626edea_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4d87c99d4cb4e531.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_24a31e23f6eaec3e", "row_id": "local_seamless_34d11a8f55b6e698_seg2_0", "source_id": "local_seamless_34d11a8f55b6e698_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_34d11a8f55b6e698_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_24a31e23f6eaec3e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_92689b9273480cf4", "row_id": "local_seamless_04141eda7dad3568_0", "source_id": "local_seamless_04141eda7dad3568", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000581_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_04141eda7dad3568", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_92689b9273480cf4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1c1de24ecef685dd", "row_id": "local_seamless_b59f230187e1f922_0", "source_id": "local_seamless_b59f230187e1f922", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b59f230187e1f922", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1c1de24ecef685dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a8439721b4f1ea2b", "row_id": "local_seamless_ac032614ea2df4c2_0", "source_id": "local_seamless_ac032614ea2df4c2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ac032614ea2df4c2", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a8439721b4f1ea2b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6009edae461f1d42", "row_id": "local_seamless_005d803373cb6578_seg2_0", "source_id": "local_seamless_005d803373cb6578_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_005d803373cb6578_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6009edae461f1d42.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_113df9797f487111", "row_id": "local_seamless_9efb3d28b4b43bcc_0", "source_id": "local_seamless_9efb3d28b4b43bcc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9efb3d28b4b43bcc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_113df9797f487111.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0260c921274b9c5d", "row_id": "local_seamless_28a37b2304c64e8d_seg2_0", "source_id": "local_seamless_28a37b2304c64e8d_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_28a37b2304c64e8d_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0260c921274b9c5d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0be7ab7a82fec67e", "row_id": "local_seamless_02c9847afab79960_0", "source_id": "local_seamless_02c9847afab79960", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_02c9847afab79960", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0be7ab7a82fec67e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3ebf3682f2ffdee0", "row_id": "local_seamless_3593e769e8c360a6_seg2_0", "source_id": "local_seamless_3593e769e8c360a6_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3593e769e8c360a6_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3ebf3682f2ffdee0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cf5d3720e33a7f24", "row_id": "local_seamless_975364c1a863239b_seg2_0", "source_id": "local_seamless_975364c1a863239b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_975364c1a863239b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cf5d3720e33a7f24.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4d1699e51c40ccf6", "row_id": "local_seamless_f841d8eb011f8ea9_0", "source_id": "local_seamless_f841d8eb011f8ea9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0061_I00000138_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f841d8eb011f8ea9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4d1699e51c40ccf6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7627bc2b2f9175cf", "row_id": "local_seamless_a94ba85d4f33dc2b_0", "source_id": "local_seamless_a94ba85d4f33dc2b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a94ba85d4f33dc2b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7627bc2b2f9175cf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4e7e3c0451b175bf", "row_id": "local_seamless_1e844fa8d591364e_seg2_0", "source_id": "local_seamless_1e844fa8d591364e_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1e844fa8d591364e_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4e7e3c0451b175bf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_331288b44144a5b8", "row_id": "local_seamless_4b25c27a4b213d7a_0", "source_id": "local_seamless_4b25c27a4b213d7a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0045_I00000785_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4b25c27a4b213d7a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_331288b44144a5b8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f5198c43a48335b9", "row_id": "local_seamless_b59f230187e1f922_seg2_0", "source_id": "local_seamless_b59f230187e1f922_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b59f230187e1f922_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f5198c43a48335b9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_923229e2f4daf9a2", "row_id": "local_seamless_c4b5dd7864633091_seg2_0", "source_id": "local_seamless_c4b5dd7864633091_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0058_I00000495_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4b5dd7864633091_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_923229e2f4daf9a2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ea43005e5a3ef69d", "row_id": "local_seamless_9f38c1a9b0247edf_0", "source_id": "local_seamless_9f38c1a9b0247edf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0057_I00000376_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9f38c1a9b0247edf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ea43005e5a3ef69d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_71f7d6326446fe13", "row_id": "local_seamless_d638bb6479a0eab6_0", "source_id": "local_seamless_d638bb6479a0eab6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0061_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d638bb6479a0eab6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_71f7d6326446fe13.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aea35c0167313822", "row_id": "local_seamless_2826330b13f7dbd5_0", "source_id": "local_seamless_2826330b13f7dbd5", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000582_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2826330b13f7dbd5", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_aea35c0167313822.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fe11ceacee770cae", "row_id": "local_seamless_9802af4d982665c9_0", "source_id": "local_seamless_9802af4d982665c9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9802af4d982665c9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fe11ceacee770cae.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0520598c0dedfe65", "row_id": "local_seamless_7f5e54f3980d006e_seg2_0", "source_id": "local_seamless_7f5e54f3980d006e_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7f5e54f3980d006e_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0520598c0dedfe65.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_87abf54adb11f66b", "row_id": "local_seamless_87f1fe79dd1c0e00_0", "source_id": "local_seamless_87f1fe79dd1c0e00", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_87f1fe79dd1c0e00", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_87abf54adb11f66b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1adc4d8384cdafc1", "row_id": "local_seamless_22b69f4a26e1f80c_0", "source_id": "local_seamless_22b69f4a26e1f80c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000578_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_22b69f4a26e1f80c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1adc4d8384cdafc1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0a2baa9117b6b9c6", "row_id": "local_seamless_f578c618dffbe9dc_0", "source_id": "local_seamless_f578c618dffbe9dc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000537_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f578c618dffbe9dc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0a2baa9117b6b9c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_37c08a1f9bb7ba79", "row_id": "local_seamless_8e45d420cf050c1a_seg2_0", "source_id": "local_seamless_8e45d420cf050c1a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8e45d420cf050c1a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_37c08a1f9bb7ba79.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3823ff451092314d", "row_id": "local_seamless_1ea9cd8ba02bebff_seg2_0", "source_id": "local_seamless_1ea9cd8ba02bebff_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1ea9cd8ba02bebff_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3823ff451092314d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d6f9c51d6149ac1e", "row_id": "local_seamless_bf72336fd88da669_0", "source_id": "local_seamless_bf72336fd88da669", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf72336fd88da669", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d6f9c51d6149ac1e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7aa34077b5b6cf56", "row_id": "local_seamless_0c69a84f8bad5598_0", "source_id": "local_seamless_0c69a84f8bad5598", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0c69a84f8bad5598", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7aa34077b5b6cf56.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9699fe9a4e2ba8c0", "row_id": "local_seamless_4eefb9475dd513ce_0", "source_id": "local_seamless_4eefb9475dd513ce", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4eefb9475dd513ce", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9699fe9a4e2ba8c0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ed2fcb62e423db3d", "row_id": "local_seamless_10fb4a073639591e_0", "source_id": "local_seamless_10fb4a073639591e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000129_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_10fb4a073639591e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ed2fcb62e423db3d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_54f6381c6a9b74f1", "row_id": "local_seamless_5ba21bd87496eda9_0", "source_id": "local_seamless_5ba21bd87496eda9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000126_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5ba21bd87496eda9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_54f6381c6a9b74f1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ba7b6dbe9c79ff80", "row_id": "local_seamless_75bfabed482ff967_0", "source_id": "local_seamless_75bfabed482ff967", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_75bfabed482ff967", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ba7b6dbe9c79ff80.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8d51662af24d9440", "row_id": "local_seamless_29776b6f6e3ace27_0", "source_id": "local_seamless_29776b6f6e3ace27", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0054_I00000131_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_29776b6f6e3ace27", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8d51662af24d9440.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_41404ede99c48e26", "row_id": "local_seamless_30f2128b423ea09f_0", "source_id": "local_seamless_30f2128b423ea09f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_30f2128b423ea09f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_41404ede99c48e26.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a8e95902cf129740", "row_id": "local_seamless_9efb3d28b4b43bcc_seg2_0", "source_id": "local_seamless_9efb3d28b4b43bcc_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9efb3d28b4b43bcc_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a8e95902cf129740.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7f7dc703153d945a", "row_id": "local_seamless_8cc8f13fa699777d_0", "source_id": "local_seamless_8cc8f13fa699777d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8cc8f13fa699777d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7f7dc703153d945a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f3dbcb8a27c4817f", "row_id": "local_seamless_b92d21e8a7a63198_0", "source_id": "local_seamless_b92d21e8a7a63198", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b92d21e8a7a63198", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f3dbcb8a27c4817f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_87b52a73cb7099e9", "row_id": "local_seamless_348a0345c4faa03f_seg2_0", "source_id": "local_seamless_348a0345c4faa03f_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_348a0345c4faa03f_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_87b52a73cb7099e9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_88a6a4cbe8f50871", "row_id": "local_seamless_604c4ba32842ac6c_0", "source_id": "local_seamless_604c4ba32842ac6c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000372_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_604c4ba32842ac6c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_88a6a4cbe8f50871.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1d47d7909c0cbb4b", "row_id": "local_seamless_ab06b54ab1bbbf40_0", "source_id": "local_seamless_ab06b54ab1bbbf40", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ab06b54ab1bbbf40", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1d47d7909c0cbb4b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c4702d378da66ef0", "row_id": "local_seamless_b77e817fd65a7921_0", "source_id": "local_seamless_b77e817fd65a7921", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b77e817fd65a7921", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c4702d378da66ef0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a157b91e71475be", "row_id": "local_seamless_1fc2a6aacf9f1460_seg2_0", "source_id": "local_seamless_1fc2a6aacf9f1460_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1fc2a6aacf9f1460_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4a157b91e71475be.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9585c79b8d847410", "row_id": "local_seamless_3e983c205280f581_0", "source_id": "local_seamless_3e983c205280f581", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0055_I00000125_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3e983c205280f581", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9585c79b8d847410.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_293bc70732eadb08", "row_id": "local_seamless_24fdea1dfd668dec_seg2_0", "source_id": "local_seamless_24fdea1dfd668dec_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_24fdea1dfd668dec_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_293bc70732eadb08.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ad225aab4c504a54", "row_id": "local_seamless_63597df327105095_seg2_0", "source_id": "local_seamless_63597df327105095_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_63597df327105095_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ad225aab4c504a54.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e746b1c92ce5892b", "row_id": "local_seamless_b92d21e8a7a63198_seg2_0", "source_id": "local_seamless_b92d21e8a7a63198_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b92d21e8a7a63198_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e746b1c92ce5892b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_84a36ae0da77ca61", "row_id": "local_seamless_6bbc1da6263bcc93_seg2_0", "source_id": "local_seamless_6bbc1da6263bcc93_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6bbc1da6263bcc93_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_84a36ae0da77ca61.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e27010391102b38c", "row_id": "local_seamless_30c59acbf2cbd53b_0", "source_id": "local_seamless_30c59acbf2cbd53b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_30c59acbf2cbd53b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e27010391102b38c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c9426d6790e39ec6", "row_id": "local_seamless_248e1b7a4205680a_0", "source_id": "local_seamless_248e1b7a4205680a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_248e1b7a4205680a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c9426d6790e39ec6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5f994da6aa4e9c33", "row_id": "local_seamless_87177e6a87e31c8e_0", "source_id": "local_seamless_87177e6a87e31c8e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0041_I00000376_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_87177e6a87e31c8e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5f994da6aa4e9c33.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_16c55532196737ac", "row_id": "local_seamless_4f5969569f868c7a_seg2_0", "source_id": "local_seamless_4f5969569f868c7a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4f5969569f868c7a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_16c55532196737ac.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d519f228987b36fa", "row_id": "local_seamless_881dce956c4bf380_0", "source_id": "local_seamless_881dce956c4bf380", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000543_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_881dce956c4bf380", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d519f228987b36fa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_05baeb298467985e", "row_id": "local_seamless_90a74b79c370d46b_seg2_0", "source_id": "local_seamless_90a74b79c370d46b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_90a74b79c370d46b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_05baeb298467985e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_79be0637ad733c3a", "row_id": "local_seamless_005d803373cb6578_0", "source_id": "local_seamless_005d803373cb6578", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_005d803373cb6578", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_79be0637ad733c3a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e3e4beb27e720e9a", "row_id": "local_seamless_c4228f3d479e1380_seg2_0", "source_id": "local_seamless_c4228f3d479e1380_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4228f3d479e1380_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e3e4beb27e720e9a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d682be51a4ff5331", "row_id": "local_seamless_994933721d4ab1bf_seg2_0", "source_id": "local_seamless_994933721d4ab1bf_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_994933721d4ab1bf_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d682be51a4ff5331.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7f7072ebe647444d", "row_id": "local_seamless_2f66eea3e9177783_seg2_0", "source_id": "local_seamless_2f66eea3e9177783_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2f66eea3e9177783_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7f7072ebe647444d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bbfb05cc4f2faca9", "row_id": "local_seamless_9a2c337c2f84d3b4_seg2_0", "source_id": "local_seamless_9a2c337c2f84d3b4_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9a2c337c2f84d3b4_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bbfb05cc4f2faca9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1f1e1a205a5862f9", "row_id": "local_seamless_6d989377334d26b9_0", "source_id": "local_seamless_6d989377334d26b9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000579_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6d989377334d26b9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1f1e1a205a5862f9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dafa9cb57d886238", "row_id": "local_seamless_871bb1a60888c032_0", "source_id": "local_seamless_871bb1a60888c032", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_871bb1a60888c032", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_dafa9cb57d886238.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_338c5b0828c1c494", "row_id": "local_seamless_2cb450992e0a72f1_0", "source_id": "local_seamless_2cb450992e0a72f1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0055_I00000770_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2cb450992e0a72f1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_338c5b0828c1c494.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cbf139ada78d0311", "row_id": "local_seamless_8636fedac72536ce_0", "source_id": "local_seamless_8636fedac72536ce", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8636fedac72536ce", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cbf139ada78d0311.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e7ca43359dfed8fa", "row_id": "local_seamless_a5b2a7ac01bd6154_0", "source_id": "local_seamless_a5b2a7ac01bd6154", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a5b2a7ac01bd6154", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e7ca43359dfed8fa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_158c2d2b213a86e3", "row_id": "local_seamless_d97ffec993d15f4d_0", "source_id": "local_seamless_d97ffec993d15f4d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0061_I00000132_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d97ffec993d15f4d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_158c2d2b213a86e3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5d41a77149f3e0b3", "row_id": "local_seamless_7fcb770e3428f024_seg2_0", "source_id": "local_seamless_7fcb770e3428f024_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7fcb770e3428f024_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5d41a77149f3e0b3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_091265318a8ba6f4", "row_id": "local_seamless_01c6fc9fe873f99a_0", "source_id": "local_seamless_01c6fc9fe873f99a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_01c6fc9fe873f99a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_091265318a8ba6f4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_de06127c9df3964f", "row_id": "local_seamless_ab6b7cad23716de7_0", "source_id": "local_seamless_ab6b7cad23716de7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000535_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ab6b7cad23716de7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_de06127c9df3964f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2a69953e6206210d", "row_id": "local_seamless_97550f61051d9f03_0", "source_id": "local_seamless_97550f61051d9f03", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0054_I00000785_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_97550f61051d9f03", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2a69953e6206210d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3420ebe852326bff", "row_id": "local_seamless_3fb2eefccd54d72c_seg2_0", "source_id": "local_seamless_3fb2eefccd54d72c_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3fb2eefccd54d72c_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3420ebe852326bff.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_61f9cd47e00ad105", "row_id": "local_seamless_c46fe9ab712c3fbf_seg2_0", "source_id": "local_seamless_c46fe9ab712c3fbf_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c46fe9ab712c3fbf_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_61f9cd47e00ad105.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4481a70f7999d3f0", "row_id": "local_seamless_ab86b74468106bfb_0", "source_id": "local_seamless_ab86b74468106bfb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0042_I00000480_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ab86b74468106bfb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4481a70f7999d3f0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_350aba87459b6c33", "row_id": "local_seamless_e516416a9409495a_0", "source_id": "local_seamless_e516416a9409495a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000307_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e516416a9409495a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_350aba87459b6c33.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d91ca9bf3db34c71", "row_id": "local_seamless_1fa0b4c8f5034acc_0", "source_id": "local_seamless_1fa0b4c8f5034acc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000140_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1fa0b4c8f5034acc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d91ca9bf3db34c71.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a30ce181e8ec59f7", "row_id": "local_seamless_b522c7f8707b9105_0", "source_id": "local_seamless_b522c7f8707b9105", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0039_I00000129_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b522c7f8707b9105", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a30ce181e8ec59f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9fc8cedf0bba2c34", "row_id": "local_seamless_94d7dad9fb2e2ca7_seg2_0", "source_id": "local_seamless_94d7dad9fb2e2ca7_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_94d7dad9fb2e2ca7_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9fc8cedf0bba2c34.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_56654a89e650bb96", "row_id": "local_seamless_f651bf0664bd69b1_0", "source_id": "local_seamless_f651bf0664bd69b1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0070_I00000578_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f651bf0664bd69b1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_56654a89e650bb96.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5617706c073882d7", "row_id": "local_seamless_eef7b7cb859e2502_0", "source_id": "local_seamless_eef7b7cb859e2502", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000307_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_eef7b7cb859e2502", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5617706c073882d7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b78f4f24e6aa7a34", "row_id": "local_seamless_51e6133dbfae1fcf_0", "source_id": "local_seamless_51e6133dbfae1fcf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_51e6133dbfae1fcf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b78f4f24e6aa7a34.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_12d548bfde214fc5", "row_id": "local_seamless_a94ba85d4f33dc2b_seg2_0", "source_id": "local_seamless_a94ba85d4f33dc2b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a94ba85d4f33dc2b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_12d548bfde214fc5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_460feba7bee182a8", "row_id": "local_seamless_2874967bcfb491e3_seg2_0", "source_id": "local_seamless_2874967bcfb491e3_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2874967bcfb491e3_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_460feba7bee182a8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_945f6d356255fa8e", "row_id": "local_seamless_3c9cff14c7611089_0", "source_id": "local_seamless_3c9cff14c7611089", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3c9cff14c7611089", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_945f6d356255fa8e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f813af7b76c0c1a4", "row_id": "local_seamless_42324bd23de5e7f1_seg2_0", "source_id": "local_seamless_42324bd23de5e7f1_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42324bd23de5e7f1_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f813af7b76c0c1a4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_587edbc0978998ff", "row_id": "local_seamless_a2c96a84a1e2e870_0", "source_id": "local_seamless_a2c96a84a1e2e870", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a2c96a84a1e2e870", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_587edbc0978998ff.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7e0b9f8a60231736", "row_id": "local_seamless_4620aa4d4ed8f7ea_0", "source_id": "local_seamless_4620aa4d4ed8f7ea", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000579_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4620aa4d4ed8f7ea", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7e0b9f8a60231736.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_17568c465c8a7a24", "row_id": "local_seamless_5ce92fcf48782555_seg2_0", "source_id": "local_seamless_5ce92fcf48782555_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5ce92fcf48782555_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_17568c465c8a7a24.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_89ee5de8dad4755e", "row_id": "local_seamless_850b2e819b26ea8f_0", "source_id": "local_seamless_850b2e819b26ea8f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0060_I00000307_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_850b2e819b26ea8f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_89ee5de8dad4755e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_702c0a9ade60f4ed", "row_id": "local_seamless_afaa4d976a249e6b_0", "source_id": "local_seamless_afaa4d976a249e6b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000131_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_afaa4d976a249e6b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_702c0a9ade60f4ed.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c5f5427fdb762fbe", "row_id": "local_seamless_839ea2efd43f5497_0", "source_id": "local_seamless_839ea2efd43f5497", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000539_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_839ea2efd43f5497", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c5f5427fdb762fbe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b094560ee49ec9dc", "row_id": "local_seamless_c8db1e140a0f9a3e_seg2_0", "source_id": "local_seamless_c8db1e140a0f9a3e_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0060_I00000132_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c8db1e140a0f9a3e_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b094560ee49ec9dc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9e3f8840fe1036ef", "row_id": "local_seamless_c4b5dd7864633091_0", "source_id": "local_seamless_c4b5dd7864633091", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0058_I00000495_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4b5dd7864633091", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9e3f8840fe1036ef.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a998ff2a92fb8216", "row_id": "local_seamless_cb4ccae6c3f297e9_0", "source_id": "local_seamless_cb4ccae6c3f297e9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0054_I00000309_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cb4ccae6c3f297e9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a998ff2a92fb8216.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d4467f251616dbff", "row_id": "local_seamless_2f59832f3303479c_0", "source_id": "local_seamless_2f59832f3303479c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0042_I00000483_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2f59832f3303479c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d4467f251616dbff.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d5e2f6c2924d6358", "row_id": "local_seamless_8a3c6b87e142c063_0", "source_id": "local_seamless_8a3c6b87e142c063", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000579_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8a3c6b87e142c063", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d5e2f6c2924d6358.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1e18026749449305", "row_id": "local_seamless_aa5432251af285c0_0", "source_id": "local_seamless_aa5432251af285c0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_aa5432251af285c0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1e18026749449305.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1093ee1c65c7b248", "row_id": "local_seamless_ac032614ea2df4c2_seg2_0", "source_id": "local_seamless_ac032614ea2df4c2_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ac032614ea2df4c2_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1093ee1c65c7b248.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_469a30b2e3b2e72a", "row_id": "local_seamless_b1847e062a9053bd_0", "source_id": "local_seamless_b1847e062a9053bd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0060_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b1847e062a9053bd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_469a30b2e3b2e72a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_625cf5a00557ff04", "row_id": "local_seamless_44c50e4f92fb6aa0_seg2_0", "source_id": "local_seamless_44c50e4f92fb6aa0_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_44c50e4f92fb6aa0_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_625cf5a00557ff04.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_12616a802c5cc81c", "row_id": "local_seamless_5891c75d93249cd1_0", "source_id": "local_seamless_5891c75d93249cd1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0061_I00000309_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5891c75d93249cd1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_12616a802c5cc81c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_966538956e16e7f2", "row_id": "local_seamless_8c731dd00a0c33f1_0", "source_id": "local_seamless_8c731dd00a0c33f1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000535_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8c731dd00a0c33f1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_966538956e16e7f2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa92a26d61fcdca1", "row_id": "local_seamless_6b60902930c362fd_0", "source_id": "local_seamless_6b60902930c362fd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6b60902930c362fd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_aa92a26d61fcdca1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ec144b578dd428f4", "row_id": "local_seamless_e02a6110a3442911_0", "source_id": "local_seamless_e02a6110a3442911", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000538_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e02a6110a3442911", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ec144b578dd428f4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d9427d0d20daea53", "row_id": "local_seamless_58f6774dd3059def_0", "source_id": "local_seamless_58f6774dd3059def", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_58f6774dd3059def", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d9427d0d20daea53.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cf5eb0aa573e15e7", "row_id": "local_seamless_b77e817fd65a7921_seg2_0", "source_id": "local_seamless_b77e817fd65a7921_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b77e817fd65a7921_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cf5eb0aa573e15e7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1afc995519317c78", "row_id": "local_seamless_574a30feb3497549_0", "source_id": "local_seamless_574a30feb3497549", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0057_I00000384_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_574a30feb3497549", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1afc995519317c78.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_27d0aa2f92629dd3", "row_id": "local_seamless_44c50e4f92fb6aa0_0", "source_id": "local_seamless_44c50e4f92fb6aa0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_44c50e4f92fb6aa0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_27d0aa2f92629dd3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8eb61f8f5a50ab0f", "row_id": "local_seamless_34d11a8f55b6e698_0", "source_id": "local_seamless_34d11a8f55b6e698", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_34d11a8f55b6e698", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8eb61f8f5a50ab0f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c2366b69f6dd232f", "row_id": "local_seamless_82815cb0e74212bb_0", "source_id": "local_seamless_82815cb0e74212bb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_82815cb0e74212bb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c2366b69f6dd232f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d31a1e96162ffcdf", "row_id": "local_seamless_d6a05e75051037e1_0", "source_id": "local_seamless_d6a05e75051037e1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000483_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d6a05e75051037e1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d31a1e96162ffcdf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3a24326a62cb2c76", "row_id": "local_seamless_d06eff88c6867571_0", "source_id": "local_seamless_d06eff88c6867571", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0039_I00000579_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d06eff88c6867571", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3a24326a62cb2c76.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7f755f92cd3f5b92", "row_id": "local_seamless_26bd1c79402f9941_0", "source_id": "local_seamless_26bd1c79402f9941", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000487_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_26bd1c79402f9941", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7f755f92cd3f5b92.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9b1166d2d78f9f84", "row_id": "local_seamless_5ce92fcf48782555_0", "source_id": "local_seamless_5ce92fcf48782555", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5ce92fcf48782555", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9b1166d2d78f9f84.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_276e9a835ea1d8c8", "row_id": "local_seamless_4d0bd1259504ecd7_0", "source_id": "local_seamless_4d0bd1259504ecd7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4d0bd1259504ecd7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_276e9a835ea1d8c8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_32a4d2f48feb396d", "row_id": "local_seamless_11fd4047c149cfb4_0", "source_id": "local_seamless_11fd4047c149cfb4", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_11fd4047c149cfb4", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_32a4d2f48feb396d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_95aed6be24ddbd53", "row_id": "local_seamless_1ef52388c8bc6d27_seg2_0", "source_id": "local_seamless_1ef52388c8bc6d27_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1ef52388c8bc6d27_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_95aed6be24ddbd53.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5debc5905cd6dbc2", "row_id": "local_seamless_4079632811f0f559_0", "source_id": "local_seamless_4079632811f0f559", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0071_I00000125_P0106.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4079632811f0f559", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5debc5905cd6dbc2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3434818f8d9b3366", "row_id": "local_seamless_c46fe9ab712c3fbf_0", "source_id": "local_seamless_c46fe9ab712c3fbf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c46fe9ab712c3fbf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3434818f8d9b3366.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6386b8e8f2a466ab", "row_id": "local_seamless_807852bb0262bfa8_0", "source_id": "local_seamless_807852bb0262bfa8", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0059_I00000536_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_807852bb0262bfa8", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6386b8e8f2a466ab.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d3199c100dc0115d", "row_id": "local_seamless_bf8818cc5635ed87_0", "source_id": "local_seamless_bf8818cc5635ed87", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf8818cc5635ed87", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d3199c100dc0115d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0fde86b871cdbd00", "row_id": "local_seamless_1fc2a6aacf9f1460_0", "source_id": "local_seamless_1fc2a6aacf9f1460", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1fc2a6aacf9f1460", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0fde86b871cdbd00.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c72dc9d50f7ca616", "row_id": "local_seamless_8636fedac72536ce_seg2_0", "source_id": "local_seamless_8636fedac72536ce_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8636fedac72536ce_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c72dc9d50f7ca616.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_11fa1ae9b3f635cf", "row_id": "local_seamless_9b731885030a8a35_0", "source_id": "local_seamless_9b731885030a8a35", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0045_I00000126_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9b731885030a8a35", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_11fa1ae9b3f635cf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_baf321134ce357f7", "row_id": "local_seamless_11589946e7af02bc_0", "source_id": "local_seamless_11589946e7af02bc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0059_I00000135_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_11589946e7af02bc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_baf321134ce357f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0ecaf298c2b86a73", "row_id": "local_seamless_55eb1bed6d95ed12_seg2_0", "source_id": "local_seamless_55eb1bed6d95ed12_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_55eb1bed6d95ed12_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0ecaf298c2b86a73.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ff48a09afa3822c4", "row_id": "local_seamless_7cef37009620e220_0", "source_id": "local_seamless_7cef37009620e220", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0061_I00000135_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7cef37009620e220", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ff48a09afa3822c4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a8ef92578b989db9", "row_id": "local_seamless_7fcb770e3428f024_0", "source_id": "local_seamless_7fcb770e3428f024", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7fcb770e3428f024", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a8ef92578b989db9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9e97560539acff3f", "row_id": "local_seamless_86dbb7cc9e741de7_0", "source_id": "local_seamless_86dbb7cc9e741de7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000129_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_86dbb7cc9e741de7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9e97560539acff3f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d7f59f366500404e", "row_id": "local_seamless_f216f3c4c012ad3f_0", "source_id": "local_seamless_f216f3c4c012ad3f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000313_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f216f3c4c012ad3f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d7f59f366500404e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f907e7cb17aa2c2a", "row_id": "local_seamless_47dd34bfd65b83e3_0", "source_id": "local_seamless_47dd34bfd65b83e3", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000125_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_47dd34bfd65b83e3", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f907e7cb17aa2c2a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aad3d0d23ac1cabf", "row_id": "local_seamless_30f2128b423ea09f_seg2_0", "source_id": "local_seamless_30f2128b423ea09f_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_30f2128b423ea09f_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_aad3d0d23ac1cabf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7dcbea295f43793f", "row_id": "local_seamless_de78827ba43fb9c8_0", "source_id": "local_seamless_de78827ba43fb9c8", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0038_I00000307_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_de78827ba43fb9c8", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7dcbea295f43793f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_28a6cda80b45d667", "row_id": "local_seamless_348a0345c4faa03f_0", "source_id": "local_seamless_348a0345c4faa03f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_348a0345c4faa03f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_28a6cda80b45d667.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_08d076a0c59839c0", "row_id": "local_seamless_c666b982dda3347b_seg2_0", "source_id": "local_seamless_c666b982dda3347b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000483_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c666b982dda3347b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_08d076a0c59839c0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3d0f5d012236522e", "row_id": "local_seamless_994933721d4ab1bf_0", "source_id": "local_seamless_994933721d4ab1bf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_994933721d4ab1bf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3d0f5d012236522e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_20f2804a8dcc767c", "row_id": "local_seamless_f0d099f9414763cb_0", "source_id": "local_seamless_f0d099f9414763cb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0057_I00000377_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f0d099f9414763cb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_20f2804a8dcc767c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4e4bf34aa21a7fe0", "row_id": "local_seamless_42324bd23de5e7f1_0", "source_id": "local_seamless_42324bd23de5e7f1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42324bd23de5e7f1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4e4bf34aa21a7fe0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8ea2f48cc431a3d8", "row_id": "local_seamless_cb74177e0e733c13_0", "source_id": "local_seamless_cb74177e0e733c13", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000502_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cb74177e0e733c13", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8ea2f48cc431a3d8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5cad3a3e2dc72eb4", "row_id": "local_seamless_ab06b54ab1bbbf40_seg2_0", "source_id": "local_seamless_ab06b54ab1bbbf40_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ab06b54ab1bbbf40_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5cad3a3e2dc72eb4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8a81da7badc4c45a", "row_id": "local_seamless_4e2c9874d74834de_seg2_0", "source_id": "local_seamless_4e2c9874d74834de_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e2c9874d74834de_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8a81da7badc4c45a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_066bb259ff1d7449", "row_id": "local_seamless_490acb12b8bfd6cd_0", "source_id": "local_seamless_490acb12b8bfd6cd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_490acb12b8bfd6cd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_066bb259ff1d7449.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9a1f272bbceebad7", "row_id": "local_seamless_24afdec6c209837a_0", "source_id": "local_seamless_24afdec6c209837a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_24afdec6c209837a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9a1f272bbceebad7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_561c036798d20b4a", "row_id": "local_seamless_0b4bd2d37478b11b_seg2_0", "source_id": "local_seamless_0b4bd2d37478b11b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0b4bd2d37478b11b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_561c036798d20b4a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_408177696dbe0ad5", "row_id": "local_seamless_c8db1e140a0f9a3e_0", "source_id": "local_seamless_c8db1e140a0f9a3e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0060_I00000132_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c8db1e140a0f9a3e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_408177696dbe0ad5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_81d6f1dd5d3323a9", "row_id": "local_seamless_241f9c9f54cee831_0", "source_id": "local_seamless_241f9c9f54cee831", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000372_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_241f9c9f54cee831", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_81d6f1dd5d3323a9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0912859fcad738bd", "row_id": "local_seamless_bec24b182abb8a46_0", "source_id": "local_seamless_bec24b182abb8a46", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000481_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bec24b182abb8a46", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0912859fcad738bd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2fd139cb8ebb9aa8", "row_id": "local_seamless_26cc434900399e6d_0", "source_id": "local_seamless_26cc434900399e6d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_26cc434900399e6d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2fd139cb8ebb9aa8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c72fa37bc8812b75", "row_id": "local_seamless_2e03903daf3eb074_0", "source_id": "local_seamless_2e03903daf3eb074", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2e03903daf3eb074", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c72fa37bc8812b75.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_92f1d839a92562dd", "row_id": "local_seamless_496ec8f7bbab69cd_seg2_0", "source_id": "local_seamless_496ec8f7bbab69cd_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_496ec8f7bbab69cd_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_92f1d839a92562dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_70864435f18352c4", "row_id": "local_seamless_4eefb9475dd513ce_seg2_0", "source_id": "local_seamless_4eefb9475dd513ce_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4eefb9475dd513ce_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_70864435f18352c4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2f65a180f9f82b3c", "row_id": "local_seamless_594b3bb21db10e58_0", "source_id": "local_seamless_594b3bb21db10e58", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0056_I00000135_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_594b3bb21db10e58", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2f65a180f9f82b3c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_281945b61a8d9f45", "row_id": "local_seamless_085082f464bb77cb_0", "source_id": "local_seamless_085082f464bb77cb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0056_I00000543_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_085082f464bb77cb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_281945b61a8d9f45.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3cbad7b2c76f4e6b", "row_id": "local_seamless_28a37b2304c64e8d_0", "source_id": "local_seamless_28a37b2304c64e8d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_28a37b2304c64e8d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3cbad7b2c76f4e6b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2534e9a8fa1ec2bf", "row_id": "local_seamless_e1508ce8ba6798c1_0", "source_id": "local_seamless_e1508ce8ba6798c1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000580_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e1508ce8ba6798c1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2534e9a8fa1ec2bf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_968c1254f5f5252f", "row_id": "local_seamless_94d7dad9fb2e2ca7_0", "source_id": "local_seamless_94d7dad9fb2e2ca7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_94d7dad9fb2e2ca7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_968c1254f5f5252f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aade48470c8394db", "row_id": "local_seamless_8c60ce772ecaf6f2_0", "source_id": "local_seamless_8c60ce772ecaf6f2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8c60ce772ecaf6f2", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_aade48470c8394db.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a2a19868db872364", "row_id": "local_seamless_b0a9470c010624c9_0", "source_id": "local_seamless_b0a9470c010624c9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000484_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b0a9470c010624c9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a2a19868db872364.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2afe1e56bf864108", "row_id": "local_seamless_694ec706015cea5b_0", "source_id": "local_seamless_694ec706015cea5b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_694ec706015cea5b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2afe1e56bf864108.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f8e663d100125acf", "row_id": "local_seamless_7da2e37f2af70088_0", "source_id": "local_seamless_7da2e37f2af70088", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000581_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7da2e37f2af70088", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f8e663d100125acf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7f16d787e287cbeb", "row_id": "local_seamless_26cc434900399e6d_seg2_0", "source_id": "local_seamless_26cc434900399e6d_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_26cc434900399e6d_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7f16d787e287cbeb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8edb36cd067ba88e", "row_id": "local_seamless_a2c96a84a1e2e870_seg2_0", "source_id": "local_seamless_a2c96a84a1e2e870_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a2c96a84a1e2e870_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8edb36cd067ba88e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4c8a78fd7e08be16", "row_id": "local_seamless_2e03903daf3eb074_seg2_0", "source_id": "local_seamless_2e03903daf3eb074_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2e03903daf3eb074_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4c8a78fd7e08be16.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_01e7aae6b51c5c4a", "row_id": "local_seamless_694ec706015cea5b_seg2_0", "source_id": "local_seamless_694ec706015cea5b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_694ec706015cea5b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_01e7aae6b51c5c4a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_05aa4a245862377f", "row_id": "local_seamless_1ef52388c8bc6d27_0", "source_id": "local_seamless_1ef52388c8bc6d27", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1ef52388c8bc6d27", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_05aa4a245862377f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b70883e88f997e2d", "row_id": "local_seamless_32c8dfe6629eea48_0", "source_id": "local_seamless_32c8dfe6629eea48", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_32c8dfe6629eea48", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b70883e88f997e2d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8f39fa9561d8a12a", "row_id": "local_seamless_efe938a2ff23d653_0", "source_id": "local_seamless_efe938a2ff23d653", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0059_I00000479_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_efe938a2ff23d653", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8f39fa9561d8a12a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_676eb904959e459f", "row_id": "local_seamless_43b0a70944ac1e41_seg2_0", "source_id": "local_seamless_43b0a70944ac1e41_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_43b0a70944ac1e41_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_676eb904959e459f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a29fa6a447d57c19", "row_id": "local_seamless_63597df327105095_0", "source_id": "local_seamless_63597df327105095", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_63597df327105095", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a29fa6a447d57c19.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_61766ad45f731412", "row_id": "local_seamless_c4228f3d479e1380_0", "source_id": "local_seamless_c4228f3d479e1380", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4228f3d479e1380", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_61766ad45f731412.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9068732e3cbaddf3", "row_id": "local_seamless_7af68a2be59c33e2_0", "source_id": "local_seamless_7af68a2be59c33e2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7af68a2be59c33e2", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9068732e3cbaddf3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d1ecef2bb15d2e7a", "row_id": "local_seamless_0c69a84f8bad5598_seg2_0", "source_id": "local_seamless_0c69a84f8bad5598_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0c69a84f8bad5598_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d1ecef2bb15d2e7a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8a6de007de436cd8", "row_id": "local_seamless_559df2cfc6cf13a3_0", "source_id": "local_seamless_559df2cfc6cf13a3", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_559df2cfc6cf13a3", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8a6de007de436cd8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_147b91533077bda7", "row_id": "local_seamless_c2398507d0ab899f_0", "source_id": "local_seamless_c2398507d0ab899f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0055_I00000307_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c2398507d0ab899f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_147b91533077bda7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_383c49980b326e1d", "row_id": "local_seamless_02a3f09a98efe3ac_0", "source_id": "local_seamless_02a3f09a98efe3ac", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_02a3f09a98efe3ac", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_383c49980b326e1d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_52f7a3e08b4e0ab5", "row_id": "local_seamless_99ccb17e49ddd86e_0", "source_id": "local_seamless_99ccb17e49ddd86e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0045_I00000579_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_99ccb17e49ddd86e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_52f7a3e08b4e0ab5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a2fc8f0f06cb08bc", "row_id": "local_seamless_510140658984dc5c_0", "source_id": "local_seamless_510140658984dc5c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0060_I00000785_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_510140658984dc5c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a2fc8f0f06cb08bc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_844c522fec2525a4", "row_id": "local_seamless_a310bf2925a0a765_0", "source_id": "local_seamless_a310bf2925a0a765", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000309_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a310bf2925a0a765", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_844c522fec2525a4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6f3a2789e327785e", "row_id": "local_seamless_e9269e4118500273_0", "source_id": "local_seamless_e9269e4118500273", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0070_I00000785_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e9269e4118500273", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6f3a2789e327785e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_180c6a725e4576a8", "row_id": "local_seamless_9802af4d982665c9_seg2_0", "source_id": "local_seamless_9802af4d982665c9_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9802af4d982665c9_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_180c6a725e4576a8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5c5bb0fbaf815c2f", "row_id": "local_seamless_b2f1c991d9bc567f_0", "source_id": "local_seamless_b2f1c991d9bc567f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0044_I00000126_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b2f1c991d9bc567f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5c5bb0fbaf815c2f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_70be529b93ae01ac", "row_id": "local_seamless_5a349d06a16703ad_seg2_0", "source_id": "local_seamless_5a349d06a16703ad_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5a349d06a16703ad_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_70be529b93ae01ac.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1632a8eae1b3abca", "row_id": "local_seamless_4d0bd1259504ecd7_seg2_0", "source_id": "local_seamless_4d0bd1259504ecd7_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4d0bd1259504ecd7_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1632a8eae1b3abca.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bf6fefb7c688355f", "row_id": "local_seamless_1e3a327504ef95df_0", "source_id": "local_seamless_1e3a327504ef95df", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0060_I00000138_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1e3a327504ef95df", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bf6fefb7c688355f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9678bc702021de36", "row_id": "local_seamless_6eaef4a701a272e6_seg2_0", "source_id": "local_seamless_6eaef4a701a272e6_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6eaef4a701a272e6_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9678bc702021de36.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d9dcf0106c4151eb", "row_id": "local_seamless_c1809c7d749ef488_seg2_0", "source_id": "local_seamless_c1809c7d749ef488_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0038_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c1809c7d749ef488_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d9dcf0106c4151eb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2d229cf31336c832", "row_id": "local_seamless_c0534eb0aa3e3c31_0", "source_id": "local_seamless_c0534eb0aa3e3c31", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c0534eb0aa3e3c31", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2d229cf31336c832.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9dfc61665b44e504", "row_id": "local_seamless_f535bc8eb4e256fd_0", "source_id": "local_seamless_f535bc8eb4e256fd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000129_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f535bc8eb4e256fd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9dfc61665b44e504.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4ac3897bb3060247", "row_id": "local_seamless_1f2dd15f8a709171_0", "source_id": "local_seamless_1f2dd15f8a709171", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1f2dd15f8a709171", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4ac3897bb3060247.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c15a69de149d42f2", "row_id": "local_seamless_833b07b0454db2f8_seg2_0", "source_id": "local_seamless_833b07b0454db2f8_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0059_I00000575_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_833b07b0454db2f8_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c15a69de149d42f2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_34d01b45c98fd58b", "row_id": "local_seamless_9a2c337c2f84d3b4_0", "source_id": "local_seamless_9a2c337c2f84d3b4", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9a2c337c2f84d3b4", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_34d01b45c98fd58b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3ed50e4e1ecb6330", "row_id": "local_seamless_e5e9d6f080e6dc30_0", "source_id": "local_seamless_e5e9d6f080e6dc30", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0057_I00000373_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e5e9d6f080e6dc30", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3ed50e4e1ecb6330.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_73da2ad816603480", "row_id": "local_seamless_b8d8d9214c426d70_0", "source_id": "local_seamless_b8d8d9214c426d70", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0061_I00000138_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b8d8d9214c426d70", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_73da2ad816603480.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8d994e74bcc9d0a9", "row_id": "local_seamless_ebf5f097b0691afd_0", "source_id": "local_seamless_ebf5f097b0691afd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0044_I00000131_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ebf5f097b0691afd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8d994e74bcc9d0a9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9d6c4ef188e1a0ec", "row_id": "local_seamless_75bfabed482ff967_seg2_0", "source_id": "local_seamless_75bfabed482ff967_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_75bfabed482ff967_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9d6c4ef188e1a0ec.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9783146e119e6640", "row_id": "local_seamless_5a349d06a16703ad_0", "source_id": "local_seamless_5a349d06a16703ad", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5a349d06a16703ad", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9783146e119e6640.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2feca34aaf84d2dd", "row_id": "local_seamless_490acb12b8bfd6cd_seg2_0", "source_id": "local_seamless_490acb12b8bfd6cd_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_490acb12b8bfd6cd_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2feca34aaf84d2dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_229934d28984e550", "row_id": "local_seamless_90a74b79c370d46b_0", "source_id": "local_seamless_90a74b79c370d46b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_90a74b79c370d46b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_229934d28984e550.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1eaa0a5de27346dc", "row_id": "local_seamless_0b4bd2d37478b11b_0", "source_id": "local_seamless_0b4bd2d37478b11b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0b4bd2d37478b11b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1eaa0a5de27346dc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bc4e6198c6c133c8", "row_id": "local_seamless_930ba0b995115c9d_0", "source_id": "local_seamless_930ba0b995115c9d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_930ba0b995115c9d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bc4e6198c6c133c8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_132f7e27cf274f0b", "row_id": "local_seamless_559df2cfc6cf13a3_seg2_pad1", "source_id": "local_seamless_559df2cfc6cf13a3_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_559df2cfc6cf13a3_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_132f7e27cf274f0b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6d7190948d3e0031", "row_id": "local_seamless_2b3d740f8ec5fc1b_pad1", "source_id": "local_seamless_2b3d740f8ec5fc1b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6d7190948d3e0031.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3901eb14f864b42d", "row_id": "local_seamless_3941d901e3531b40_pad1", "source_id": "local_seamless_3941d901e3531b40", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3901eb14f864b42d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fdd7ee0a7ad6216b", "row_id": "local_seamless_90a278c392262268_seg2_pad1", "source_id": "local_seamless_90a278c392262268_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_90a278c392262268_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fdd7ee0a7ad6216b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1bb3efa24c95b309", "row_id": "local_seamless_bf8818cc5635ed87_seg2_pad1", "source_id": "local_seamless_bf8818cc5635ed87_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf8818cc5635ed87_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1bb3efa24c95b309.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_052ca67b05f0d390", "row_id": "local_seamless_5e141e594bfbf675_pad1", "source_id": "local_seamless_5e141e594bfbf675", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_052ca67b05f0d390.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fa40859a93b189ad", "row_id": "local_seamless_6eaef4a701a272e6_pad1", "source_id": "local_seamless_6eaef4a701a272e6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fa40859a93b189ad.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f61479a3508ef02e", "row_id": "local_seamless_cae104e9daed49f0_pad1", "source_id": "local_seamless_cae104e9daed49f0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0043_I00000520_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cae104e9daed49f0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f61479a3508ef02e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fb525b000297d0cf", "row_id": "local_seamless_d4c9e80537606ee1_pad1", "source_id": "local_seamless_d4c9e80537606ee1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0044_I00000785_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d4c9e80537606ee1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fb525b000297d0cf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_08bd408d9c828291", "row_id": "local_seamless_398fd5d08b4fb5ad_pad1", "source_id": "local_seamless_398fd5d08b4fb5ad", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_08bd408d9c828291.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d7aa172cc755c439", "row_id": "local_seamless_1a5d5648804a2769_pad1", "source_id": "local_seamless_1a5d5648804a2769", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d7aa172cc755c439.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d453c61882498889", "row_id": "local_seamless_17b92aa30191469f_pad1", "source_id": "local_seamless_17b92aa30191469f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d453c61882498889.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7111023cf7469ec8", "row_id": "local_seamless_398fd5d08b4fb5ad_seg2_pad1", "source_id": "local_seamless_398fd5d08b4fb5ad_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_398fd5d08b4fb5ad_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7111023cf7469ec8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_088ad79afed6527c", "row_id": "local_seamless_8e45d420cf050c1a_pad1", "source_id": "local_seamless_8e45d420cf050c1a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_088ad79afed6527c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2b35d31ed6dec371", "row_id": "local_seamless_d1b9dcef4a809f2f_pad1", "source_id": "local_seamless_d1b9dcef4a809f2f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0040_I00000373_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d1b9dcef4a809f2f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2b35d31ed6dec371.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d49ef028e856b880", "row_id": "local_seamless_2b7e0506b38589d3_pad1", "source_id": "local_seamless_2b7e0506b38589d3", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d49ef028e856b880.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_74f183d96cb89031", "row_id": "local_seamless_e49b5ffca7dd7581_pad1", "source_id": "local_seamless_e49b5ffca7dd7581", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000579_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e49b5ffca7dd7581", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_74f183d96cb89031.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ebac1fdbbd223ce4", "row_id": "local_seamless_0cb062822a735ceb_pad1", "source_id": "local_seamless_0cb062822a735ceb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ebac1fdbbd223ce4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f2b89d97714dd3bb", "row_id": "local_seamless_930ba0b995115c9d_seg2_pad1", "source_id": "local_seamless_930ba0b995115c9d_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_930ba0b995115c9d_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f2b89d97714dd3bb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fe91c217ae81ec83", "row_id": "local_seamless_740818b3d51b6db7_pad1", "source_id": "local_seamless_740818b3d51b6db7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fe91c217ae81ec83.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4778249562cb7213", "row_id": "local_seamless_d9a0ac50f131bab7_pad1", "source_id": "local_seamless_d9a0ac50f131bab7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0059_I00000481_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d9a0ac50f131bab7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4778249562cb7213.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_77a1a5af761ccecd", "row_id": "local_seamless_944a1454314993d0_pad1", "source_id": "local_seamless_944a1454314993d0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_77a1a5af761ccecd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a850322f7b6ccd05", "row_id": "local_seamless_1f7785548b3aa37c_pad1", "source_id": "local_seamless_1f7785548b3aa37c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a850322f7b6ccd05.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_13469387bf760733", "row_id": "local_seamless_04e9baf3643cb23e_pad1", "source_id": "local_seamless_04e9baf3643cb23e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_13469387bf760733.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bcd3699e1242b71d", "row_id": "local_seamless_ae22fa6b806e0945_pad1", "source_id": "local_seamless_ae22fa6b806e0945", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bcd3699e1242b71d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c70b67f3d06f8847", "row_id": "local_seamless_a70bbee4904ee5db_pad1", "source_id": "local_seamless_a70bbee4904ee5db", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c70b67f3d06f8847.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_572512a126f2201a", "row_id": "local_seamless_2f66eea3e9177783_pad1", "source_id": "local_seamless_2f66eea3e9177783", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_572512a126f2201a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_093a7ebaaa373db1", "row_id": "local_seamless_c4f8e431420a3987_pad1", "source_id": "local_seamless_c4f8e431420a3987", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0057_I00000543_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4f8e431420a3987", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_093a7ebaaa373db1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ba5664f857450b7b", "row_id": "local_seamless_c0534eb0aa3e3c31_seg2_pad1", "source_id": "local_seamless_c0534eb0aa3e3c31_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c0534eb0aa3e3c31_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ba5664f857450b7b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1cd7bbff93fa83f7", "row_id": "local_seamless_87f1fe79dd1c0e00_seg2_pad1", "source_id": "local_seamless_87f1fe79dd1c0e00_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_87f1fe79dd1c0e00_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1cd7bbff93fa83f7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6828a645fda40225", "row_id": "local_seamless_7112179dce0001b9_pad1", "source_id": "local_seamless_7112179dce0001b9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6828a645fda40225.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0b00150bce4a852a", "row_id": "local_seamless_a21f8e78957228f4_pad1", "source_id": "local_seamless_a21f8e78957228f4", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0b00150bce4a852a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d5d64e33b8f73fba", "row_id": "local_seamless_1f2dd15f8a709171_seg2_pad1", "source_id": "local_seamless_1f2dd15f8a709171_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1f2dd15f8a709171_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d5d64e33b8f73fba.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_534e706d911ae0b4", "row_id": "local_seamless_da3e91da78bd7a28_pad1", "source_id": "local_seamless_da3e91da78bd7a28", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0056_I00000542_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_da3e91da78bd7a28", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_534e706d911ae0b4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9d7292ada1898d83", "row_id": "local_seamless_3d0ee7d5c3b10967_seg2_pad1", "source_id": "local_seamless_3d0ee7d5c3b10967_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3d0ee7d5c3b10967_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9d7292ada1898d83.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0dff22741415f48b", "row_id": "local_seamless_3941d901e3531b40_seg2_pad1", "source_id": "local_seamless_3941d901e3531b40_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3941d901e3531b40_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0dff22741415f48b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f4ad564fed560e46", "row_id": "local_seamless_9566012267ae81c9_pad1", "source_id": "local_seamless_9566012267ae81c9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f4ad564fed560e46.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8b35210ca3457ac3", "row_id": "local_seamless_b4b534f0dda15bf6_pad1", "source_id": "local_seamless_b4b534f0dda15bf6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8b35210ca3457ac3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ec7ec4616626ca91", "row_id": "local_seamless_e20b51ea94ce37bc_pad1", "source_id": "local_seamless_e20b51ea94ce37bc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0057_I00000543_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e20b51ea94ce37bc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ec7ec4616626ca91.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_50716b0dbb0db900", "row_id": "local_seamless_8fcd0be8d3e381e6_pad1", "source_id": "local_seamless_8fcd0be8d3e381e6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_50716b0dbb0db900.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4345e5aaebb27b75", "row_id": "local_seamless_3593e769e8c360a6_pad1", "source_id": "local_seamless_3593e769e8c360a6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4345e5aaebb27b75.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7e8c36b1d8ad4966", "row_id": "local_seamless_30c59acbf2cbd53b_seg2_pad1", "source_id": "local_seamless_30c59acbf2cbd53b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_30c59acbf2cbd53b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7e8c36b1d8ad4966.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_edc3d0f56492342b", "row_id": "local_seamless_51e6133dbfae1fcf_seg2_pad1", "source_id": "local_seamless_51e6133dbfae1fcf_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_51e6133dbfae1fcf_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_edc3d0f56492342b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cf5b2045e6a39d82", "row_id": "local_seamless_a0d61ba33a34168a_seg2_pad1", "source_id": "local_seamless_a0d61ba33a34168a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a0d61ba33a34168a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cf5b2045e6a39d82.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_70a96dc59318c7b8", "row_id": "local_seamless_82815cb0e74212bb_seg2_pad1", "source_id": "local_seamless_82815cb0e74212bb_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_82815cb0e74212bb_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_70a96dc59318c7b8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_31ef70e517fb931c", "row_id": "local_seamless_d5271d43fea2c745_pad1", "source_id": "local_seamless_d5271d43fea2c745", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0040_I00000384_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d5271d43fea2c745", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_31ef70e517fb931c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a734abd4d1de4451", "row_id": "local_seamless_7dbbcca296da86fc_pad1", "source_id": "local_seamless_7dbbcca296da86fc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a734abd4d1de4451.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_613c7458b1ebeae6", "row_id": "local_seamless_cecae2122adf768c_pad1", "source_id": "local_seamless_cecae2122adf768c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000582_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cecae2122adf768c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_613c7458b1ebeae6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0e9777c509b2257d", "row_id": "local_seamless_24afdec6c209837a_seg2_pad1", "source_id": "local_seamless_24afdec6c209837a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_24afdec6c209837a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0e9777c509b2257d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_819cd4b4019cb3bc", "row_id": "local_seamless_4e5846dbf3185a5b_pad1", "source_id": "local_seamless_4e5846dbf3185a5b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_819cd4b4019cb3bc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c648a60798e8b0a7", "row_id": "local_seamless_975364c1a863239b_pad1", "source_id": "local_seamless_975364c1a863239b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c648a60798e8b0a7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_baf016dc47e52efb", "row_id": "local_seamless_7492920cb0b4111c_pad1", "source_id": "local_seamless_7492920cb0b4111c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_baf016dc47e52efb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b00046f2d9c5bad6", "row_id": "local_seamless_29a6803548d6aa98_pad1", "source_id": "local_seamless_29a6803548d6aa98", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b00046f2d9c5bad6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_469efd9ec005f530", "row_id": "local_seamless_70a16a722d391520_seg2_pad1", "source_id": "local_seamless_70a16a722d391520_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_70a16a722d391520_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_469efd9ec005f530.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_71a76dc597ab4f86", "row_id": "local_seamless_5bf752e0a004d990_pad1", "source_id": "local_seamless_5bf752e0a004d990", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_71a76dc597ab4f86.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_644a5fcfc7489989", "row_id": "local_seamless_04e9baf3643cb23e_seg2_pad1", "source_id": "local_seamless_04e9baf3643cb23e_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_04e9baf3643cb23e_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_644a5fcfc7489989.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7d167ee0003f4d77", "row_id": "local_seamless_9cdff45e6a923503_pad1", "source_id": "local_seamless_9cdff45e6a923503", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7d167ee0003f4d77.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_da1a18f4e6625929", "row_id": "local_seamless_5bf752e0a004d990_seg2_pad1", "source_id": "local_seamless_5bf752e0a004d990_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5bf752e0a004d990_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_da1a18f4e6625929.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_240440c19d3c3986", "row_id": "local_seamless_40c901692614bd66_pad1", "source_id": "local_seamless_40c901692614bd66", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_240440c19d3c3986.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_47badbae2754e0ba", "row_id": "local_seamless_2dc267092f8c9e99_seg2_pad1", "source_id": "local_seamless_2dc267092f8c9e99_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2dc267092f8c9e99_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_47badbae2754e0ba.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c12329bc06cf6239", "row_id": "local_seamless_041b36945513fb59_pad1", "source_id": "local_seamless_041b36945513fb59", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c12329bc06cf6239.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ea95b8866374c100", "row_id": "local_seamless_3fb2eefccd54d72c_pad1", "source_id": "local_seamless_3fb2eefccd54d72c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ea95b8866374c100.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9cc5491d574d7143", "row_id": "local_seamless_43b0a70944ac1e41_pad1", "source_id": "local_seamless_43b0a70944ac1e41", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9cc5491d574d7143.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9652d68a91885052", "row_id": "local_seamless_9b7f639cfb7d0c65_seg2_pad1", "source_id": "local_seamless_9b7f639cfb7d0c65_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9b7f639cfb7d0c65_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9652d68a91885052.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_abd2855f42aad9c1", "row_id": "local_seamless_bf72336fd88da669_seg2_pad1", "source_id": "local_seamless_bf72336fd88da669_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf72336fd88da669_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_abd2855f42aad9c1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd3948df1db624cc", "row_id": "local_seamless_55eb1bed6d95ed12_pad1", "source_id": "local_seamless_55eb1bed6d95ed12", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bd3948df1db624cc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ca5d2d3be09783cf", "row_id": "local_seamless_5b70c01a5512feed_pad1", "source_id": "local_seamless_5b70c01a5512feed", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ca5d2d3be09783cf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7911a196e3b524ff", "row_id": "local_seamless_8f1272c785fca5c1_seg2_pad1", "source_id": "local_seamless_8f1272c785fca5c1_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8f1272c785fca5c1_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7911a196e3b524ff.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_87c6246b4f61aa3a", "row_id": "local_seamless_871bb1a60888c032_seg2_pad1", "source_id": "local_seamless_871bb1a60888c032_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_871bb1a60888c032_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_87c6246b4f61aa3a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_96fe2555f7b62b14", "row_id": "local_seamless_496ec8f7bbab69cd_pad1", "source_id": "local_seamless_496ec8f7bbab69cd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_96fe2555f7b62b14.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d86fe56a454f6032", "row_id": "local_seamless_4e2c9874d74834de_pad1", "source_id": "local_seamless_4e2c9874d74834de", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d86fe56a454f6032.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_58548ea30383723c", "row_id": "local_seamless_e428a793dfcdbeac_pad1", "source_id": "local_seamless_e428a793dfcdbeac", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000138_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e428a793dfcdbeac", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_58548ea30383723c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b23e16b208965ad6", "row_id": "local_seamless_22e209d34ca52f2e_pad1", "source_id": "local_seamless_22e209d34ca52f2e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b23e16b208965ad6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bc5dc59fabc9477b", "row_id": "local_seamless_42737f6b7392b518_seg2_pad1", "source_id": "local_seamless_42737f6b7392b518_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42737f6b7392b518_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bc5dc59fabc9477b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6b134845283543aa", "row_id": "local_seamless_7ec84146ee31fad0_pad1", "source_id": "local_seamless_7ec84146ee31fad0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6b134845283543aa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1538c3239dbb5390", "row_id": "local_seamless_03b1ce66a7436e09_pad1", "source_id": "local_seamless_03b1ce66a7436e09", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1538c3239dbb5390.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ff23dd8d4dc6a4fb", "row_id": "local_seamless_8c60ce772ecaf6f2_seg2_pad1", "source_id": "local_seamless_8c60ce772ecaf6f2_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8c60ce772ecaf6f2_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ff23dd8d4dc6a4fb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd376d370b615cbe", "row_id": "local_seamless_7e11b43dfea2ccdf_pad1", "source_id": "local_seamless_7e11b43dfea2ccdf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bd376d370b615cbe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aad63f6145af58ca", "row_id": "local_seamless_b929337710be6446_pad1", "source_id": "local_seamless_b929337710be6446", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_aad63f6145af58ca.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1c04c74a4738cdce", "row_id": "local_seamless_e215957cb2ad6f59_pad1", "source_id": "local_seamless_e215957cb2ad6f59", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000581_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e215957cb2ad6f59", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1c04c74a4738cdce.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a44b36674285f84f", "row_id": "local_seamless_02c9847afab79960_seg2_pad1", "source_id": "local_seamless_02c9847afab79960_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_02c9847afab79960_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a44b36674285f84f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_768869baf78c0592", "row_id": "local_seamless_3d0ee7d5c3b10967_pad1", "source_id": "local_seamless_3d0ee7d5c3b10967", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_768869baf78c0592.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_27894528545d2068", "row_id": "local_seamless_2959bbfa6626edea_pad1", "source_id": "local_seamless_2959bbfa6626edea", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_27894528545d2068.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a27166fd859bde9f", "row_id": "local_seamless_4f5969569f868c7a_pad1", "source_id": "local_seamless_4f5969569f868c7a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a27166fd859bde9f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ae20a31ce7041e72", "row_id": "local_seamless_8f1272c785fca5c1_pad1", "source_id": "local_seamless_8f1272c785fca5c1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ae20a31ce7041e72.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6d6ea2a477c6d62d", "row_id": "local_seamless_2874967bcfb491e3_pad1", "source_id": "local_seamless_2874967bcfb491e3", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6d6ea2a477c6d62d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ec49577201f1d749", "row_id": "local_seamless_4e8cd1936d910192_seg2_pad1", "source_id": "local_seamless_4e8cd1936d910192_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e8cd1936d910192_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ec49577201f1d749.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_852a4b595b34d0c4", "row_id": "local_seamless_ca9e397bafa59d85_pad1", "source_id": "local_seamless_ca9e397bafa59d85", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0056_I00000377_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ca9e397bafa59d85", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_852a4b595b34d0c4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_40b23abd4c55e85d", "row_id": "local_seamless_11fd4047c149cfb4_seg2_pad1", "source_id": "local_seamless_11fd4047c149cfb4_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_11fd4047c149cfb4_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_40b23abd4c55e85d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a60e574a42176e9e", "row_id": "local_seamless_42737f6b7392b518_pad1", "source_id": "local_seamless_42737f6b7392b518", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a60e574a42176e9e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1c252e41904105f1", "row_id": "local_seamless_4e989d9382d1a84b_pad1", "source_id": "local_seamless_4e989d9382d1a84b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1c252e41904105f1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_84b1b546245c1abc", "row_id": "local_seamless_414ff5f755c2e69e_pad1", "source_id": "local_seamless_414ff5f755c2e69e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_84b1b546245c1abc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_852a99fc12e7d233", "row_id": "local_seamless_1ea9cd8ba02bebff_pad1", "source_id": "local_seamless_1ea9cd8ba02bebff", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_852a99fc12e7d233.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_261d44d129408477", "row_id": "local_seamless_9e19681cc0de1f52_pad1", "source_id": "local_seamless_9e19681cc0de1f52", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_261d44d129408477.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d701ad9f3550f1d8", "row_id": "local_seamless_6bbc1da6263bcc93_pad1", "source_id": "local_seamless_6bbc1da6263bcc93", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d701ad9f3550f1d8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_453a4914704830ed", "row_id": "local_seamless_aa5432251af285c0_seg2_pad1", "source_id": "local_seamless_aa5432251af285c0_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_aa5432251af285c0_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_453a4914704830ed.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_96b32771b3ed2d72", "row_id": "local_seamless_a0d61ba33a34168a_pad1", "source_id": "local_seamless_a0d61ba33a34168a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a0d61ba33a34168a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_96b32771b3ed2d72.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0285c95602ab98db", "row_id": "local_seamless_9546bf484209d7a6_pad1", "source_id": "local_seamless_9546bf484209d7a6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000504_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9546bf484209d7a6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0285c95602ab98db.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b917bc731126d923", "row_id": "local_seamless_a5b2a7ac01bd6154_seg2_pad1", "source_id": "local_seamless_a5b2a7ac01bd6154_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a5b2a7ac01bd6154_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b917bc731126d923.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_02723087cef7f129", "row_id": "local_seamless_2dc267092f8c9e99_pad1", "source_id": "local_seamless_2dc267092f8c9e99", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2dc267092f8c9e99", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_02723087cef7f129.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7a4e974c603171ed", "row_id": "local_seamless_6650be6ac628c3bf_pad1", "source_id": "local_seamless_6650be6ac628c3bf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000537_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6650be6ac628c3bf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7a4e974c603171ed.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_428d1a229baa8735", "row_id": "local_seamless_70a16a722d391520_pad1", "source_id": "local_seamless_70a16a722d391520", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_70a16a722d391520", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_428d1a229baa8735.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5df2d8233af9bb93", "row_id": "local_seamless_2959bbfa6626edea_seg2_pad1", "source_id": "local_seamless_2959bbfa6626edea_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2959bbfa6626edea_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5df2d8233af9bb93.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_540619086632ff44", "row_id": "local_seamless_34d11a8f55b6e698_seg2_pad1", "source_id": "local_seamless_34d11a8f55b6e698_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_34d11a8f55b6e698_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_540619086632ff44.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e1058543605ee261", "row_id": "local_seamless_04141eda7dad3568_pad1", "source_id": "local_seamless_04141eda7dad3568", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000581_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_04141eda7dad3568", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e1058543605ee261.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_60b15fb4457fc9a2", "row_id": "local_seamless_b59f230187e1f922_pad1", "source_id": "local_seamless_b59f230187e1f922", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b59f230187e1f922", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_60b15fb4457fc9a2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1e490bf30efadd4f", "row_id": "local_seamless_ac032614ea2df4c2_pad1", "source_id": "local_seamless_ac032614ea2df4c2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ac032614ea2df4c2", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1e490bf30efadd4f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1ce8a61c91fef172", "row_id": "local_seamless_005d803373cb6578_seg2_pad1", "source_id": "local_seamless_005d803373cb6578_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_005d803373cb6578_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1ce8a61c91fef172.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0073501941cf559b", "row_id": "local_seamless_9efb3d28b4b43bcc_pad1", "source_id": "local_seamless_9efb3d28b4b43bcc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9efb3d28b4b43bcc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0073501941cf559b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ab15281447d23481", "row_id": "local_seamless_28a37b2304c64e8d_seg2_pad1", "source_id": "local_seamless_28a37b2304c64e8d_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_28a37b2304c64e8d_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ab15281447d23481.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6be26ea0d87c3abf", "row_id": "local_seamless_02c9847afab79960_pad1", "source_id": "local_seamless_02c9847afab79960", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_02c9847afab79960", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6be26ea0d87c3abf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e085d12f41696612", "row_id": "local_seamless_3593e769e8c360a6_seg2_pad1", "source_id": "local_seamless_3593e769e8c360a6_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3593e769e8c360a6_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e085d12f41696612.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0b540f979d9ce389", "row_id": "local_seamless_975364c1a863239b_seg2_pad1", "source_id": "local_seamless_975364c1a863239b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_975364c1a863239b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0b540f979d9ce389.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_21622910d1fbc8ea", "row_id": "local_seamless_f841d8eb011f8ea9_pad1", "source_id": "local_seamless_f841d8eb011f8ea9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0061_I00000138_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f841d8eb011f8ea9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_21622910d1fbc8ea.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7951f2b1584572bf", "row_id": "local_seamless_a94ba85d4f33dc2b_pad1", "source_id": "local_seamless_a94ba85d4f33dc2b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a94ba85d4f33dc2b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7951f2b1584572bf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9183f451639cf0b9", "row_id": "local_seamless_1e844fa8d591364e_seg2_pad1", "source_id": "local_seamless_1e844fa8d591364e_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1e844fa8d591364e_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9183f451639cf0b9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_94d807a653b07000", "row_id": "local_seamless_4b25c27a4b213d7a_pad1", "source_id": "local_seamless_4b25c27a4b213d7a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0045_I00000785_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4b25c27a4b213d7a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_94d807a653b07000.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_79be10b02ada42f3", "row_id": "local_seamless_b59f230187e1f922_seg2_pad1", "source_id": "local_seamless_b59f230187e1f922_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b59f230187e1f922_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_79be10b02ada42f3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cef37c47aa23d0a7", "row_id": "local_seamless_c4b5dd7864633091_seg2_pad1", "source_id": "local_seamless_c4b5dd7864633091_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0058_I00000495_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4b5dd7864633091_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cef37c47aa23d0a7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_67331848550a2b88", "row_id": "local_seamless_9f38c1a9b0247edf_pad1", "source_id": "local_seamless_9f38c1a9b0247edf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0057_I00000376_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9f38c1a9b0247edf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_67331848550a2b88.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3570b5c93858e25a", "row_id": "local_seamless_d638bb6479a0eab6_pad1", "source_id": "local_seamless_d638bb6479a0eab6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0061_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d638bb6479a0eab6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3570b5c93858e25a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_49da3983793457f8", "row_id": "local_seamless_2826330b13f7dbd5_pad1", "source_id": "local_seamless_2826330b13f7dbd5", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000582_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2826330b13f7dbd5", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_49da3983793457f8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_09f9bd4f5c78587d", "row_id": "local_seamless_9802af4d982665c9_pad1", "source_id": "local_seamless_9802af4d982665c9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9802af4d982665c9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_09f9bd4f5c78587d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6f9f93ea0f709d9a", "row_id": "local_seamless_7f5e54f3980d006e_seg2_pad1", "source_id": "local_seamless_7f5e54f3980d006e_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7f5e54f3980d006e_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6f9f93ea0f709d9a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_db8b53ae8ac5fd5f", "row_id": "local_seamless_87f1fe79dd1c0e00_pad1", "source_id": "local_seamless_87f1fe79dd1c0e00", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_87f1fe79dd1c0e00", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_db8b53ae8ac5fd5f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f955ad06fa8ef960", "row_id": "local_seamless_22b69f4a26e1f80c_pad1", "source_id": "local_seamless_22b69f4a26e1f80c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000578_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_22b69f4a26e1f80c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f955ad06fa8ef960.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_048cba0981676a2b", "row_id": "local_seamless_f578c618dffbe9dc_pad1", "source_id": "local_seamless_f578c618dffbe9dc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000537_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f578c618dffbe9dc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_048cba0981676a2b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5a7b37bd0b17c223", "row_id": "local_seamless_8e45d420cf050c1a_seg2_pad1", "source_id": "local_seamless_8e45d420cf050c1a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8e45d420cf050c1a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5a7b37bd0b17c223.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b828f2f9c484da5c", "row_id": "local_seamless_1ea9cd8ba02bebff_seg2_pad1", "source_id": "local_seamless_1ea9cd8ba02bebff_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1ea9cd8ba02bebff_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b828f2f9c484da5c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b85a06b72e64a8d8", "row_id": "local_seamless_bf72336fd88da669_pad1", "source_id": "local_seamless_bf72336fd88da669", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf72336fd88da669", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b85a06b72e64a8d8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_36b984a6ddab5685", "row_id": "local_seamless_0c69a84f8bad5598_pad1", "source_id": "local_seamless_0c69a84f8bad5598", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0c69a84f8bad5598", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_36b984a6ddab5685.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cb004b2d4877c3a5", "row_id": "local_seamless_4eefb9475dd513ce_pad1", "source_id": "local_seamless_4eefb9475dd513ce", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4eefb9475dd513ce", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cb004b2d4877c3a5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e25f9244fb024f11", "row_id": "local_seamless_10fb4a073639591e_pad1", "source_id": "local_seamless_10fb4a073639591e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000129_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_10fb4a073639591e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e25f9244fb024f11.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fe4c5a9729f1b94d", "row_id": "local_seamless_5ba21bd87496eda9_pad1", "source_id": "local_seamless_5ba21bd87496eda9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000126_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5ba21bd87496eda9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fe4c5a9729f1b94d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d7dba08ac670e80f", "row_id": "local_seamless_75bfabed482ff967_pad1", "source_id": "local_seamless_75bfabed482ff967", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_75bfabed482ff967", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d7dba08ac670e80f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a659f4ca8983a289", "row_id": "local_seamless_29776b6f6e3ace27_pad1", "source_id": "local_seamless_29776b6f6e3ace27", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0054_I00000131_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_29776b6f6e3ace27", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a659f4ca8983a289.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0cf62bf867e68725", "row_id": "local_seamless_30f2128b423ea09f_pad1", "source_id": "local_seamless_30f2128b423ea09f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_30f2128b423ea09f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0cf62bf867e68725.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b40bce7b4b59008c", "row_id": "local_seamless_9efb3d28b4b43bcc_seg2_pad1", "source_id": "local_seamless_9efb3d28b4b43bcc_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9efb3d28b4b43bcc_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b40bce7b4b59008c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_21378e2cecc57247", "row_id": "local_seamless_8cc8f13fa699777d_pad1", "source_id": "local_seamless_8cc8f13fa699777d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8cc8f13fa699777d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_21378e2cecc57247.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1b40ef613eee12fa", "row_id": "local_seamless_b92d21e8a7a63198_pad1", "source_id": "local_seamless_b92d21e8a7a63198", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b92d21e8a7a63198", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1b40ef613eee12fa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b9f46ac6e6c4b942", "row_id": "local_seamless_348a0345c4faa03f_seg2_pad1", "source_id": "local_seamless_348a0345c4faa03f_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_348a0345c4faa03f_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b9f46ac6e6c4b942.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_acff6050e27baca4", "row_id": "local_seamless_604c4ba32842ac6c_pad1", "source_id": "local_seamless_604c4ba32842ac6c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000372_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_604c4ba32842ac6c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_acff6050e27baca4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_62470dbd098d9c73", "row_id": "local_seamless_ab06b54ab1bbbf40_pad1", "source_id": "local_seamless_ab06b54ab1bbbf40", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ab06b54ab1bbbf40", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_62470dbd098d9c73.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7bc1bfbb5cbc177c", "row_id": "local_seamless_b77e817fd65a7921_pad1", "source_id": "local_seamless_b77e817fd65a7921", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b77e817fd65a7921", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7bc1bfbb5cbc177c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f0b64adb48f62d5b", "row_id": "local_seamless_1fc2a6aacf9f1460_seg2_pad1", "source_id": "local_seamless_1fc2a6aacf9f1460_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1fc2a6aacf9f1460_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f0b64adb48f62d5b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_518c76b4f6587cd2", "row_id": "local_seamless_3e983c205280f581_pad1", "source_id": "local_seamless_3e983c205280f581", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0055_I00000125_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3e983c205280f581", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_518c76b4f6587cd2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cf6c4921867c770a", "row_id": "local_seamless_24fdea1dfd668dec_seg2_pad1", "source_id": "local_seamless_24fdea1dfd668dec_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_24fdea1dfd668dec_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cf6c4921867c770a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f5e8880b8252cc41", "row_id": "local_seamless_63597df327105095_seg2_pad1", "source_id": "local_seamless_63597df327105095_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_63597df327105095_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f5e8880b8252cc41.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8a6c1aecf78814ad", "row_id": "local_seamless_b92d21e8a7a63198_seg2_pad1", "source_id": "local_seamless_b92d21e8a7a63198_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b92d21e8a7a63198_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8a6c1aecf78814ad.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bef6b20b23fde573", "row_id": "local_seamless_6bbc1da6263bcc93_seg2_pad1", "source_id": "local_seamless_6bbc1da6263bcc93_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6bbc1da6263bcc93_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bef6b20b23fde573.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1e0b9b915077d176", "row_id": "local_seamless_30c59acbf2cbd53b_pad1", "source_id": "local_seamless_30c59acbf2cbd53b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_30c59acbf2cbd53b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1e0b9b915077d176.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1b05ae1570379fb1", "row_id": "local_seamless_248e1b7a4205680a_pad1", "source_id": "local_seamless_248e1b7a4205680a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_248e1b7a4205680a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1b05ae1570379fb1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_862dbcc84c9db763", "row_id": "local_seamless_87177e6a87e31c8e_pad1", "source_id": "local_seamless_87177e6a87e31c8e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0041_I00000376_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_87177e6a87e31c8e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_862dbcc84c9db763.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ebffc88a1be7dafa", "row_id": "local_seamless_4f5969569f868c7a_seg2_pad1", "source_id": "local_seamless_4f5969569f868c7a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4f5969569f868c7a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ebffc88a1be7dafa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9cf18c4797091561", "row_id": "local_seamless_881dce956c4bf380_pad1", "source_id": "local_seamless_881dce956c4bf380", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000543_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_881dce956c4bf380", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9cf18c4797091561.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1c8ddc02e6607002", "row_id": "local_seamless_90a74b79c370d46b_seg2_pad1", "source_id": "local_seamless_90a74b79c370d46b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_90a74b79c370d46b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1c8ddc02e6607002.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3c5a0b90143f64b5", "row_id": "local_seamless_005d803373cb6578_pad1", "source_id": "local_seamless_005d803373cb6578", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_005d803373cb6578", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3c5a0b90143f64b5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_db0614174787ba5f", "row_id": "local_seamless_c4228f3d479e1380_seg2_pad1", "source_id": "local_seamless_c4228f3d479e1380_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4228f3d479e1380_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_db0614174787ba5f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9dbca86942e02bf5", "row_id": "local_seamless_994933721d4ab1bf_seg2_pad1", "source_id": "local_seamless_994933721d4ab1bf_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_994933721d4ab1bf_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9dbca86942e02bf5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_490504a779dc29af", "row_id": "local_seamless_2f66eea3e9177783_seg2_pad1", "source_id": "local_seamless_2f66eea3e9177783_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2f66eea3e9177783_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_490504a779dc29af.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d271ee3740487324", "row_id": "local_seamless_9a2c337c2f84d3b4_seg2_pad1", "source_id": "local_seamless_9a2c337c2f84d3b4_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9a2c337c2f84d3b4_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d271ee3740487324.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ed756ebc2c504058", "row_id": "local_seamless_6d989377334d26b9_pad1", "source_id": "local_seamless_6d989377334d26b9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000579_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6d989377334d26b9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ed756ebc2c504058.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_08999856bb06444c", "row_id": "local_seamless_871bb1a60888c032_pad1", "source_id": "local_seamless_871bb1a60888c032", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_871bb1a60888c032", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_08999856bb06444c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2665f5427b4976d5", "row_id": "local_seamless_2cb450992e0a72f1_pad1", "source_id": "local_seamless_2cb450992e0a72f1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0055_I00000770_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2cb450992e0a72f1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2665f5427b4976d5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4c139a699c044623", "row_id": "local_seamless_8636fedac72536ce_pad1", "source_id": "local_seamless_8636fedac72536ce", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8636fedac72536ce", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4c139a699c044623.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7e73d2fdb2d80b8a", "row_id": "local_seamless_a5b2a7ac01bd6154_pad1", "source_id": "local_seamless_a5b2a7ac01bd6154", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a5b2a7ac01bd6154", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7e73d2fdb2d80b8a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e28ad298030e3b22", "row_id": "local_seamless_d97ffec993d15f4d_pad1", "source_id": "local_seamless_d97ffec993d15f4d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0061_I00000132_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d97ffec993d15f4d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e28ad298030e3b22.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aaf5771f71c2da8e", "row_id": "local_seamless_7fcb770e3428f024_seg2_pad1", "source_id": "local_seamless_7fcb770e3428f024_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7fcb770e3428f024_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_aaf5771f71c2da8e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cccf41e8476ef8e0", "row_id": "local_seamless_01c6fc9fe873f99a_pad1", "source_id": "local_seamless_01c6fc9fe873f99a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_01c6fc9fe873f99a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cccf41e8476ef8e0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_03004357c771547b", "row_id": "local_seamless_ab6b7cad23716de7_pad1", "source_id": "local_seamless_ab6b7cad23716de7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000535_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ab6b7cad23716de7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_03004357c771547b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_526f7a29369813d6", "row_id": "local_seamless_97550f61051d9f03_pad1", "source_id": "local_seamless_97550f61051d9f03", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0054_I00000785_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_97550f61051d9f03", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_526f7a29369813d6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_97a124fa1d4f1ef5", "row_id": "local_seamless_3fb2eefccd54d72c_seg2_pad1", "source_id": "local_seamless_3fb2eefccd54d72c_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3fb2eefccd54d72c_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_97a124fa1d4f1ef5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_86894ffbfb7657ea", "row_id": "local_seamless_c46fe9ab712c3fbf_seg2_pad1", "source_id": "local_seamless_c46fe9ab712c3fbf_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c46fe9ab712c3fbf_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_86894ffbfb7657ea.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6b745b3848bad6a2", "row_id": "local_seamless_ab86b74468106bfb_pad1", "source_id": "local_seamless_ab86b74468106bfb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0042_I00000480_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ab86b74468106bfb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6b745b3848bad6a2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8268b82c86242da5", "row_id": "local_seamless_e516416a9409495a_pad1", "source_id": "local_seamless_e516416a9409495a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000307_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e516416a9409495a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8268b82c86242da5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ea6be5bb1f912a0e", "row_id": "local_seamless_1fa0b4c8f5034acc_pad1", "source_id": "local_seamless_1fa0b4c8f5034acc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000140_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1fa0b4c8f5034acc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ea6be5bb1f912a0e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1b36bbb6f896416e", "row_id": "local_seamless_b522c7f8707b9105_pad1", "source_id": "local_seamless_b522c7f8707b9105", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0039_I00000129_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b522c7f8707b9105", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1b36bbb6f896416e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dd444ebb04d626e9", "row_id": "local_seamless_94d7dad9fb2e2ca7_seg2_pad1", "source_id": "local_seamless_94d7dad9fb2e2ca7_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_94d7dad9fb2e2ca7_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_dd444ebb04d626e9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_39da8735ffece7c5", "row_id": "local_seamless_f651bf0664bd69b1_pad1", "source_id": "local_seamless_f651bf0664bd69b1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0070_I00000578_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f651bf0664bd69b1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_39da8735ffece7c5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4c14d8ee50de06fd", "row_id": "local_seamless_eef7b7cb859e2502_pad1", "source_id": "local_seamless_eef7b7cb859e2502", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000307_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_eef7b7cb859e2502", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4c14d8ee50de06fd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_376c95b06a9edae0", "row_id": "local_seamless_51e6133dbfae1fcf_pad1", "source_id": "local_seamless_51e6133dbfae1fcf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_51e6133dbfae1fcf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_376c95b06a9edae0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5a3899cf93fa8f55", "row_id": "local_seamless_a94ba85d4f33dc2b_seg2_pad1", "source_id": "local_seamless_a94ba85d4f33dc2b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a94ba85d4f33dc2b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5a3899cf93fa8f55.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e17a01b0ebe6eece", "row_id": "local_seamless_2874967bcfb491e3_seg2_pad1", "source_id": "local_seamless_2874967bcfb491e3_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2874967bcfb491e3_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e17a01b0ebe6eece.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5cbf145ed7b7c715", "row_id": "local_seamless_3c9cff14c7611089_pad1", "source_id": "local_seamless_3c9cff14c7611089", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3c9cff14c7611089", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5cbf145ed7b7c715.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f00b1450c71c38b6", "row_id": "local_seamless_42324bd23de5e7f1_seg2_pad1", "source_id": "local_seamless_42324bd23de5e7f1_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42324bd23de5e7f1_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f00b1450c71c38b6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_67d919ce07d9a114", "row_id": "local_seamless_a2c96a84a1e2e870_pad1", "source_id": "local_seamless_a2c96a84a1e2e870", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a2c96a84a1e2e870", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_67d919ce07d9a114.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a96e6feac24d1d06", "row_id": "local_seamless_4620aa4d4ed8f7ea_pad1", "source_id": "local_seamless_4620aa4d4ed8f7ea", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000579_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4620aa4d4ed8f7ea", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a96e6feac24d1d06.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5ac5b2fff77177cb", "row_id": "local_seamless_5ce92fcf48782555_seg2_pad1", "source_id": "local_seamless_5ce92fcf48782555_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5ce92fcf48782555_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5ac5b2fff77177cb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_46ab288aa30ff92c", "row_id": "local_seamless_850b2e819b26ea8f_pad1", "source_id": "local_seamless_850b2e819b26ea8f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0060_I00000307_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_850b2e819b26ea8f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_46ab288aa30ff92c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7570286c56284eb9", "row_id": "local_seamless_afaa4d976a249e6b_pad1", "source_id": "local_seamless_afaa4d976a249e6b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000131_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_afaa4d976a249e6b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7570286c56284eb9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_267ebf5fe66e936e", "row_id": "local_seamless_839ea2efd43f5497_pad1", "source_id": "local_seamless_839ea2efd43f5497", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000539_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_839ea2efd43f5497", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_267ebf5fe66e936e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f8d0f368877de14a", "row_id": "local_seamless_c8db1e140a0f9a3e_seg2_pad1", "source_id": "local_seamless_c8db1e140a0f9a3e_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0060_I00000132_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c8db1e140a0f9a3e_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f8d0f368877de14a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0416cebb0be4e490", "row_id": "local_seamless_c4b5dd7864633091_pad1", "source_id": "local_seamless_c4b5dd7864633091", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0058_I00000495_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4b5dd7864633091", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0416cebb0be4e490.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_be9df06949081d03", "row_id": "local_seamless_cb4ccae6c3f297e9_pad1", "source_id": "local_seamless_cb4ccae6c3f297e9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0054_I00000309_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cb4ccae6c3f297e9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_be9df06949081d03.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_542970ee34be010e", "row_id": "local_seamless_2f59832f3303479c_pad1", "source_id": "local_seamless_2f59832f3303479c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0042_I00000483_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2f59832f3303479c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_542970ee34be010e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4e6be24d1f117ca3", "row_id": "local_seamless_8a3c6b87e142c063_pad1", "source_id": "local_seamless_8a3c6b87e142c063", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000579_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8a3c6b87e142c063", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4e6be24d1f117ca3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_adf942778fc2245a", "row_id": "local_seamless_aa5432251af285c0_pad1", "source_id": "local_seamless_aa5432251af285c0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_aa5432251af285c0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_adf942778fc2245a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fcfc9d50aa90d360", "row_id": "local_seamless_ac032614ea2df4c2_seg2_pad1", "source_id": "local_seamless_ac032614ea2df4c2_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ac032614ea2df4c2_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fcfc9d50aa90d360.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_788c4dabafa3848e", "row_id": "local_seamless_b1847e062a9053bd_pad1", "source_id": "local_seamless_b1847e062a9053bd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0060_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b1847e062a9053bd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_788c4dabafa3848e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8e6b3edfc4db8ce1", "row_id": "local_seamless_44c50e4f92fb6aa0_seg2_pad1", "source_id": "local_seamless_44c50e4f92fb6aa0_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_44c50e4f92fb6aa0_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8e6b3edfc4db8ce1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fe2f8038a8c4381b", "row_id": "local_seamless_5891c75d93249cd1_pad1", "source_id": "local_seamless_5891c75d93249cd1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0061_I00000309_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5891c75d93249cd1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fe2f8038a8c4381b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ce78f2f8a4c50a10", "row_id": "local_seamless_8c731dd00a0c33f1_pad1", "source_id": "local_seamless_8c731dd00a0c33f1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000535_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8c731dd00a0c33f1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ce78f2f8a4c50a10.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_76bc578f9fcc4eef", "row_id": "local_seamless_6b60902930c362fd_pad1", "source_id": "local_seamless_6b60902930c362fd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6b60902930c362fd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_76bc578f9fcc4eef.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7afe3385fd2432e8", "row_id": "local_seamless_e02a6110a3442911_pad1", "source_id": "local_seamless_e02a6110a3442911", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000538_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e02a6110a3442911", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7afe3385fd2432e8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_472153941402be93", "row_id": "local_seamless_58f6774dd3059def_pad1", "source_id": "local_seamless_58f6774dd3059def", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_58f6774dd3059def", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_472153941402be93.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d9fc14db3d05e52a", "row_id": "local_seamless_b77e817fd65a7921_seg2_pad1", "source_id": "local_seamless_b77e817fd65a7921_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b77e817fd65a7921_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d9fc14db3d05e52a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0e1d53f41735a591", "row_id": "local_seamless_574a30feb3497549_pad1", "source_id": "local_seamless_574a30feb3497549", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0057_I00000384_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_574a30feb3497549", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0e1d53f41735a591.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_811b8f1e2d6541a7", "row_id": "local_seamless_44c50e4f92fb6aa0_pad1", "source_id": "local_seamless_44c50e4f92fb6aa0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_44c50e4f92fb6aa0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_811b8f1e2d6541a7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_990be52d3a196b41", "row_id": "local_seamless_34d11a8f55b6e698_pad1", "source_id": "local_seamless_34d11a8f55b6e698", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_34d11a8f55b6e698", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_990be52d3a196b41.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c5a76425581bf38f", "row_id": "local_seamless_82815cb0e74212bb_pad1", "source_id": "local_seamless_82815cb0e74212bb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_82815cb0e74212bb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c5a76425581bf38f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e1fd45f83a423e2e", "row_id": "local_seamless_d6a05e75051037e1_pad1", "source_id": "local_seamless_d6a05e75051037e1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000483_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d6a05e75051037e1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e1fd45f83a423e2e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e9f96002daeae2c6", "row_id": "local_seamless_d06eff88c6867571_pad1", "source_id": "local_seamless_d06eff88c6867571", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0039_I00000579_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d06eff88c6867571", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e9f96002daeae2c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5400716bf84eb233", "row_id": "local_seamless_26bd1c79402f9941_pad1", "source_id": "local_seamless_26bd1c79402f9941", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000487_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_26bd1c79402f9941", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5400716bf84eb233.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_26bb7c0ef2669413", "row_id": "local_seamless_5ce92fcf48782555_pad1", "source_id": "local_seamless_5ce92fcf48782555", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5ce92fcf48782555", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_26bb7c0ef2669413.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_08d672da4a394467", "row_id": "local_seamless_4d0bd1259504ecd7_pad1", "source_id": "local_seamless_4d0bd1259504ecd7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4d0bd1259504ecd7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_08d672da4a394467.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_921980ff25ff0fbb", "row_id": "local_seamless_11fd4047c149cfb4_pad1", "source_id": "local_seamless_11fd4047c149cfb4", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_11fd4047c149cfb4", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_921980ff25ff0fbb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b72e9eee84c1fb08", "row_id": "local_seamless_1ef52388c8bc6d27_seg2_pad1", "source_id": "local_seamless_1ef52388c8bc6d27_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1ef52388c8bc6d27_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b72e9eee84c1fb08.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7ea11e59da7c9290", "row_id": "local_seamless_4079632811f0f559_pad1", "source_id": "local_seamless_4079632811f0f559", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0071_I00000125_P0106.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4079632811f0f559", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7ea11e59da7c9290.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7dccdfe2734ffc28", "row_id": "local_seamless_c46fe9ab712c3fbf_pad1", "source_id": "local_seamless_c46fe9ab712c3fbf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c46fe9ab712c3fbf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7dccdfe2734ffc28.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fd249218234a96ca", "row_id": "local_seamless_807852bb0262bfa8_pad1", "source_id": "local_seamless_807852bb0262bfa8", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0059_I00000536_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_807852bb0262bfa8", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fd249218234a96ca.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f1237d52748e133b", "row_id": "local_seamless_bf8818cc5635ed87_pad1", "source_id": "local_seamless_bf8818cc5635ed87", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf8818cc5635ed87", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f1237d52748e133b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1a565c7ca19bd137", "row_id": "local_seamless_1fc2a6aacf9f1460_pad1", "source_id": "local_seamless_1fc2a6aacf9f1460", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1fc2a6aacf9f1460", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1a565c7ca19bd137.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2d2911331f3715d5", "row_id": "local_seamless_8636fedac72536ce_seg2_pad1", "source_id": "local_seamless_8636fedac72536ce_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8636fedac72536ce_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2d2911331f3715d5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_01951e042d246a41", "row_id": "local_seamless_9b731885030a8a35_pad1", "source_id": "local_seamless_9b731885030a8a35", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0045_I00000126_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9b731885030a8a35", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_01951e042d246a41.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_90274c3dbe3477b5", "row_id": "local_seamless_11589946e7af02bc_pad1", "source_id": "local_seamless_11589946e7af02bc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0059_I00000135_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_11589946e7af02bc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_90274c3dbe3477b5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4eaea247e207105b", "row_id": "local_seamless_55eb1bed6d95ed12_seg2_pad1", "source_id": "local_seamless_55eb1bed6d95ed12_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_55eb1bed6d95ed12_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4eaea247e207105b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c6be44b46d5eebbf", "row_id": "local_seamless_7cef37009620e220_pad1", "source_id": "local_seamless_7cef37009620e220", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0061_I00000135_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7cef37009620e220", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c6be44b46d5eebbf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_10dd4762321a8d24", "row_id": "local_seamless_7fcb770e3428f024_pad1", "source_id": "local_seamless_7fcb770e3428f024", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7fcb770e3428f024", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_10dd4762321a8d24.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_70b88bdab6103d4e", "row_id": "local_seamless_86dbb7cc9e741de7_pad1", "source_id": "local_seamless_86dbb7cc9e741de7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000129_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_86dbb7cc9e741de7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_70b88bdab6103d4e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e3763d89a8d9a78a", "row_id": "local_seamless_f216f3c4c012ad3f_pad1", "source_id": "local_seamless_f216f3c4c012ad3f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000313_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f216f3c4c012ad3f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e3763d89a8d9a78a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0c599852babff6e9", "row_id": "local_seamless_47dd34bfd65b83e3_pad1", "source_id": "local_seamless_47dd34bfd65b83e3", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000125_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_47dd34bfd65b83e3", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0c599852babff6e9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_78f292cdba9d0b29", "row_id": "local_seamless_30f2128b423ea09f_seg2_pad1", "source_id": "local_seamless_30f2128b423ea09f_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_30f2128b423ea09f_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_78f292cdba9d0b29.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_33d2e0cfc3232b40", "row_id": "local_seamless_de78827ba43fb9c8_pad1", "source_id": "local_seamless_de78827ba43fb9c8", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0038_I00000307_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_de78827ba43fb9c8", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_33d2e0cfc3232b40.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f4c2d8219ca102e9", "row_id": "local_seamless_348a0345c4faa03f_pad1", "source_id": "local_seamless_348a0345c4faa03f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_348a0345c4faa03f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f4c2d8219ca102e9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_771d3fbc2a48d6dd", "row_id": "local_seamless_c666b982dda3347b_seg2_pad1", "source_id": "local_seamless_c666b982dda3347b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000483_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c666b982dda3347b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_771d3fbc2a48d6dd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_78d8ab8ac56c99b3", "row_id": "local_seamless_994933721d4ab1bf_pad1", "source_id": "local_seamless_994933721d4ab1bf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_994933721d4ab1bf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_78d8ab8ac56c99b3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b6c90b322770a3d3", "row_id": "local_seamless_f0d099f9414763cb_pad1", "source_id": "local_seamless_f0d099f9414763cb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0057_I00000377_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f0d099f9414763cb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b6c90b322770a3d3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f8c4dc83e61b5d4d", "row_id": "local_seamless_42324bd23de5e7f1_pad1", "source_id": "local_seamless_42324bd23de5e7f1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42324bd23de5e7f1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f8c4dc83e61b5d4d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa534dc5f9ea1d79", "row_id": "local_seamless_cb74177e0e733c13_pad1", "source_id": "local_seamless_cb74177e0e733c13", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000502_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cb74177e0e733c13", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_aa534dc5f9ea1d79.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3f6c8924a72d0882", "row_id": "local_seamless_ab06b54ab1bbbf40_seg2_pad1", "source_id": "local_seamless_ab06b54ab1bbbf40_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ab06b54ab1bbbf40_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3f6c8924a72d0882.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5d10707b1eedcf21", "row_id": "local_seamless_4e2c9874d74834de_seg2_pad1", "source_id": "local_seamless_4e2c9874d74834de_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e2c9874d74834de_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5d10707b1eedcf21.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a061c9b27958bc59", "row_id": "local_seamless_490acb12b8bfd6cd_pad1", "source_id": "local_seamless_490acb12b8bfd6cd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_490acb12b8bfd6cd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a061c9b27958bc59.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e2e107540970236e", "row_id": "local_seamless_24afdec6c209837a_pad1", "source_id": "local_seamless_24afdec6c209837a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_24afdec6c209837a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e2e107540970236e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_362f3b20c4672e52", "row_id": "local_seamless_0b4bd2d37478b11b_seg2_pad1", "source_id": "local_seamless_0b4bd2d37478b11b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0b4bd2d37478b11b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_362f3b20c4672e52.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c905a0f66b962989", "row_id": "local_seamless_c8db1e140a0f9a3e_pad1", "source_id": "local_seamless_c8db1e140a0f9a3e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0060_I00000132_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c8db1e140a0f9a3e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c905a0f66b962989.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7d101578c2874f47", "row_id": "local_seamless_241f9c9f54cee831_pad1", "source_id": "local_seamless_241f9c9f54cee831", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000372_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_241f9c9f54cee831", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7d101578c2874f47.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4614e6b20959bb6f", "row_id": "local_seamless_bec24b182abb8a46_pad1", "source_id": "local_seamless_bec24b182abb8a46", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000481_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bec24b182abb8a46", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4614e6b20959bb6f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f933c36ea570a315", "row_id": "local_seamless_26cc434900399e6d_pad1", "source_id": "local_seamless_26cc434900399e6d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_26cc434900399e6d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f933c36ea570a315.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eac145bbe233a111", "row_id": "local_seamless_2e03903daf3eb074_pad1", "source_id": "local_seamless_2e03903daf3eb074", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2e03903daf3eb074", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_eac145bbe233a111.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6deae48e0a8ef852", "row_id": "local_seamless_496ec8f7bbab69cd_seg2_pad1", "source_id": "local_seamless_496ec8f7bbab69cd_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_496ec8f7bbab69cd_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6deae48e0a8ef852.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0396e54d71b5b49c", "row_id": "local_seamless_4eefb9475dd513ce_seg2_pad1", "source_id": "local_seamless_4eefb9475dd513ce_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4eefb9475dd513ce_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0396e54d71b5b49c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7251762280a01a1b", "row_id": "local_seamless_594b3bb21db10e58_pad1", "source_id": "local_seamless_594b3bb21db10e58", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0056_I00000135_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_594b3bb21db10e58", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7251762280a01a1b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e10d28f3ec09dee3", "row_id": "local_seamless_085082f464bb77cb_pad1", "source_id": "local_seamless_085082f464bb77cb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0056_I00000543_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_085082f464bb77cb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e10d28f3ec09dee3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_38c73bd2ccddc814", "row_id": "local_seamless_28a37b2304c64e8d_pad1", "source_id": "local_seamless_28a37b2304c64e8d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_28a37b2304c64e8d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_38c73bd2ccddc814.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6fa10274cb9325cf", "row_id": "local_seamless_e1508ce8ba6798c1_pad1", "source_id": "local_seamless_e1508ce8ba6798c1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000580_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e1508ce8ba6798c1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6fa10274cb9325cf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5fd3d62921cdb88a", "row_id": "local_seamless_94d7dad9fb2e2ca7_pad1", "source_id": "local_seamless_94d7dad9fb2e2ca7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_94d7dad9fb2e2ca7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5fd3d62921cdb88a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0d7f7ee544facb45", "row_id": "local_seamless_8c60ce772ecaf6f2_pad1", "source_id": "local_seamless_8c60ce772ecaf6f2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8c60ce772ecaf6f2", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0d7f7ee544facb45.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0ed5cfb2455380d0", "row_id": "local_seamless_b0a9470c010624c9_pad1", "source_id": "local_seamless_b0a9470c010624c9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000484_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b0a9470c010624c9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0ed5cfb2455380d0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3c36d99dad70b48e", "row_id": "local_seamless_694ec706015cea5b_pad1", "source_id": "local_seamless_694ec706015cea5b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_694ec706015cea5b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3c36d99dad70b48e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e43b8b42b754365d", "row_id": "local_seamless_7da2e37f2af70088_pad1", "source_id": "local_seamless_7da2e37f2af70088", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000581_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7da2e37f2af70088", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e43b8b42b754365d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2ae4e4bd86104e48", "row_id": "local_seamless_26cc434900399e6d_seg2_pad1", "source_id": "local_seamless_26cc434900399e6d_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_26cc434900399e6d_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2ae4e4bd86104e48.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d8ca1e780c504823", "row_id": "local_seamless_a2c96a84a1e2e870_seg2_pad1", "source_id": "local_seamless_a2c96a84a1e2e870_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a2c96a84a1e2e870_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d8ca1e780c504823.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0b4d5da1553b4775", "row_id": "local_seamless_2e03903daf3eb074_seg2_pad1", "source_id": "local_seamless_2e03903daf3eb074_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2e03903daf3eb074_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0b4d5da1553b4775.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6fda564121daf579", "row_id": "local_seamless_694ec706015cea5b_seg2_pad1", "source_id": "local_seamless_694ec706015cea5b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000481_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_694ec706015cea5b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6fda564121daf579.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_75a3aa3728c91dd1", "row_id": "local_seamless_1ef52388c8bc6d27_pad1", "source_id": "local_seamless_1ef52388c8bc6d27", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1ef52388c8bc6d27", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_75a3aa3728c91dd1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4ac0133e50f48823", "row_id": "local_seamless_32c8dfe6629eea48_pad1", "source_id": "local_seamless_32c8dfe6629eea48", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_32c8dfe6629eea48", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4ac0133e50f48823.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_774f7b0135062d90", "row_id": "local_seamless_efe938a2ff23d653_pad1", "source_id": "local_seamless_efe938a2ff23d653", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0059_I00000479_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_efe938a2ff23d653", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_774f7b0135062d90.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2b4e3674550c7a73", "row_id": "local_seamless_43b0a70944ac1e41_seg2_pad1", "source_id": "local_seamless_43b0a70944ac1e41_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_43b0a70944ac1e41_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2b4e3674550c7a73.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c8ec219881fc1e2a", "row_id": "local_seamless_63597df327105095_pad1", "source_id": "local_seamless_63597df327105095", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_63597df327105095", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c8ec219881fc1e2a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6409b13ad91736b0", "row_id": "local_seamless_c4228f3d479e1380_pad1", "source_id": "local_seamless_c4228f3d479e1380", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4228f3d479e1380", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6409b13ad91736b0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7631ed59ccd0d3a9", "row_id": "local_seamless_7af68a2be59c33e2_pad1", "source_id": "local_seamless_7af68a2be59c33e2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7af68a2be59c33e2", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7631ed59ccd0d3a9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dd00c6f40a13412f", "row_id": "local_seamless_0c69a84f8bad5598_seg2_pad1", "source_id": "local_seamless_0c69a84f8bad5598_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0c69a84f8bad5598_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_dd00c6f40a13412f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ef7b1b5f88fe3651", "row_id": "local_seamless_559df2cfc6cf13a3_pad1", "source_id": "local_seamless_559df2cfc6cf13a3", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_559df2cfc6cf13a3", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ef7b1b5f88fe3651.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_342b15908bf1bbe4", "row_id": "local_seamless_c2398507d0ab899f_pad1", "source_id": "local_seamless_c2398507d0ab899f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0055_I00000307_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c2398507d0ab899f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_342b15908bf1bbe4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_78e67e1833cf85e3", "row_id": "local_seamless_02a3f09a98efe3ac_pad1", "source_id": "local_seamless_02a3f09a98efe3ac", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_02a3f09a98efe3ac", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_78e67e1833cf85e3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a4d69c5819007319", "row_id": "local_seamless_99ccb17e49ddd86e_pad1", "source_id": "local_seamless_99ccb17e49ddd86e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0045_I00000579_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_99ccb17e49ddd86e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a4d69c5819007319.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_da8fd90def47d677", "row_id": "local_seamless_510140658984dc5c_pad1", "source_id": "local_seamless_510140658984dc5c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0060_I00000785_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_510140658984dc5c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_da8fd90def47d677.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b5376b93a35f6c7e", "row_id": "local_seamless_a310bf2925a0a765_pad1", "source_id": "local_seamless_a310bf2925a0a765", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000309_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a310bf2925a0a765", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b5376b93a35f6c7e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_062506eef5cd3468", "row_id": "local_seamless_e9269e4118500273_pad1", "source_id": "local_seamless_e9269e4118500273", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0070_I00000785_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e9269e4118500273", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_062506eef5cd3468.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f157442d8aaf55d1", "row_id": "local_seamless_9802af4d982665c9_seg2_pad1", "source_id": "local_seamless_9802af4d982665c9_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9802af4d982665c9_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f157442d8aaf55d1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_93560297be0de707", "row_id": "local_seamless_b2f1c991d9bc567f_pad1", "source_id": "local_seamless_b2f1c991d9bc567f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0044_I00000126_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b2f1c991d9bc567f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_93560297be0de707.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9b66307eca34f2a2", "row_id": "local_seamless_5a349d06a16703ad_seg2_pad1", "source_id": "local_seamless_5a349d06a16703ad_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5a349d06a16703ad_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9b66307eca34f2a2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4835b5283adfa082", "row_id": "local_seamless_4d0bd1259504ecd7_seg2_pad1", "source_id": "local_seamless_4d0bd1259504ecd7_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4d0bd1259504ecd7_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4835b5283adfa082.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d8c8d708df9ab3a4", "row_id": "local_seamless_1e3a327504ef95df_pad1", "source_id": "local_seamless_1e3a327504ef95df", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0060_I00000138_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1e3a327504ef95df", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d8c8d708df9ab3a4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2f87a5a1487d85b5", "row_id": "local_seamless_6eaef4a701a272e6_seg2_pad1", "source_id": "local_seamless_6eaef4a701a272e6_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6eaef4a701a272e6_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2f87a5a1487d85b5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5953d5f7c7ae2dca", "row_id": "local_seamless_c1809c7d749ef488_seg2_pad1", "source_id": "local_seamless_c1809c7d749ef488_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0038_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c1809c7d749ef488_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5953d5f7c7ae2dca.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0cac4cd22fa772ad", "row_id": "local_seamless_c0534eb0aa3e3c31_pad1", "source_id": "local_seamless_c0534eb0aa3e3c31", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c0534eb0aa3e3c31", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0cac4cd22fa772ad.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_02b64af0946972fb", "row_id": "local_seamless_f535bc8eb4e256fd_pad1", "source_id": "local_seamless_f535bc8eb4e256fd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000129_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f535bc8eb4e256fd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_02b64af0946972fb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e1cce1fdf70d2de6", "row_id": "local_seamless_1f2dd15f8a709171_pad1", "source_id": "local_seamless_1f2dd15f8a709171", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1f2dd15f8a709171", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e1cce1fdf70d2de6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e8709189a4c6fbb5", "row_id": "local_seamless_833b07b0454db2f8_seg2_pad1", "source_id": "local_seamless_833b07b0454db2f8_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0059_I00000575_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_833b07b0454db2f8_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e8709189a4c6fbb5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3235abf006117c6b", "row_id": "local_seamless_9a2c337c2f84d3b4_pad1", "source_id": "local_seamless_9a2c337c2f84d3b4", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9a2c337c2f84d3b4", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3235abf006117c6b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bc59a1a813f7d710", "row_id": "local_seamless_e5e9d6f080e6dc30_pad1", "source_id": "local_seamless_e5e9d6f080e6dc30", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0057_I00000373_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e5e9d6f080e6dc30", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bc59a1a813f7d710.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_909b616e6c968329", "row_id": "local_seamless_b8d8d9214c426d70_pad1", "source_id": "local_seamless_b8d8d9214c426d70", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0061_I00000138_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b8d8d9214c426d70", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_909b616e6c968329.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5b9fd81aa4e742ac", "row_id": "local_seamless_ebf5f097b0691afd_pad1", "source_id": "local_seamless_ebf5f097b0691afd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0044_I00000131_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ebf5f097b0691afd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5b9fd81aa4e742ac.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_06cf5e517a30452a", "row_id": "local_seamless_75bfabed482ff967_seg2_pad1", "source_id": "local_seamless_75bfabed482ff967_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_75bfabed482ff967_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_06cf5e517a30452a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2f7895f01fbdb8bd", "row_id": "local_seamless_5a349d06a16703ad_pad1", "source_id": "local_seamless_5a349d06a16703ad", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000502_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5a349d06a16703ad", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2f7895f01fbdb8bd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2d625f60c0144150", "row_id": "local_seamless_490acb12b8bfd6cd_seg2_pad1", "source_id": "local_seamless_490acb12b8bfd6cd_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_490acb12b8bfd6cd_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2d625f60c0144150.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_07e50ca197e373f4", "row_id": "local_seamless_90a74b79c370d46b_pad1", "source_id": "local_seamless_90a74b79c370d46b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_90a74b79c370d46b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_07e50ca197e373f4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3228b8d88e33f027", "row_id": "local_seamless_0b4bd2d37478b11b_pad1", "source_id": "local_seamless_0b4bd2d37478b11b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0b4bd2d37478b11b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3228b8d88e33f027.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_62268b737b760a2f", "row_id": "local_seamless_930ba0b995115c9d_pad1", "source_id": "local_seamless_930ba0b995115c9d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_930ba0b995115c9d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_62268b737b760a2f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c8ff12fe879b3502", "row_id": "local_seamless_559df2cfc6cf13a3_seg2_pad2", "source_id": "local_seamless_559df2cfc6cf13a3_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_559df2cfc6cf13a3_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c8ff12fe879b3502.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_33324a78aeeaf311", "row_id": "local_seamless_2b3d740f8ec5fc1b_pad2", "source_id": "local_seamless_2b3d740f8ec5fc1b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_33324a78aeeaf311.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ea0c7f8018cf8642", "row_id": "local_seamless_3941d901e3531b40_pad2", "source_id": "local_seamless_3941d901e3531b40", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ea0c7f8018cf8642.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ced18576140b9e1a", "row_id": "local_seamless_90a278c392262268_seg2_pad2", "source_id": "local_seamless_90a278c392262268_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_90a278c392262268_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ced18576140b9e1a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fec17db0fb665ddf", "row_id": "local_seamless_bf8818cc5635ed87_seg2_pad2", "source_id": "local_seamless_bf8818cc5635ed87_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf8818cc5635ed87_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fec17db0fb665ddf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0bd169fc3226bf81", "row_id": "local_seamless_5e141e594bfbf675_pad2", "source_id": "local_seamless_5e141e594bfbf675", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0bd169fc3226bf81.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cc0832fc8b1184a6", "row_id": "local_seamless_6eaef4a701a272e6_pad2", "source_id": "local_seamless_6eaef4a701a272e6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cc0832fc8b1184a6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_85627191475ea76c", "row_id": "local_seamless_cae104e9daed49f0_pad2", "source_id": "local_seamless_cae104e9daed49f0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0043_I00000520_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cae104e9daed49f0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_85627191475ea76c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5f721d9c0b4c8a67", "row_id": "local_seamless_d4c9e80537606ee1_pad2", "source_id": "local_seamless_d4c9e80537606ee1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0044_I00000785_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d4c9e80537606ee1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5f721d9c0b4c8a67.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ada0f3eefe606549", "row_id": "local_seamless_398fd5d08b4fb5ad_pad2", "source_id": "local_seamless_398fd5d08b4fb5ad", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ada0f3eefe606549.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_223e9e85c869ac87", "row_id": "local_seamless_1a5d5648804a2769_pad2", "source_id": "local_seamless_1a5d5648804a2769", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_223e9e85c869ac87.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_125c634d91b47484", "row_id": "local_seamless_17b92aa30191469f_pad2", "source_id": "local_seamless_17b92aa30191469f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_125c634d91b47484.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_99502ef9fbe477a9", "row_id": "local_seamless_398fd5d08b4fb5ad_seg2_pad2", "source_id": "local_seamless_398fd5d08b4fb5ad_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_398fd5d08b4fb5ad_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_99502ef9fbe477a9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_240aeae333b1239d", "row_id": "local_seamless_8e45d420cf050c1a_pad2", "source_id": "local_seamless_8e45d420cf050c1a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_240aeae333b1239d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f618e8ff33b6baf7", "row_id": "local_seamless_d1b9dcef4a809f2f_pad2", "source_id": "local_seamless_d1b9dcef4a809f2f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0040_I00000373_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d1b9dcef4a809f2f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f618e8ff33b6baf7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2c7b0588aae9e463", "row_id": "local_seamless_2b7e0506b38589d3_pad2", "source_id": "local_seamless_2b7e0506b38589d3", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2c7b0588aae9e463.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e19bff1e7d8560f3", "row_id": "local_seamless_e49b5ffca7dd7581_pad2", "source_id": "local_seamless_e49b5ffca7dd7581", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000579_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e49b5ffca7dd7581", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e19bff1e7d8560f3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a3e5c499969a08a1", "row_id": "local_seamless_0cb062822a735ceb_pad2", "source_id": "local_seamless_0cb062822a735ceb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a3e5c499969a08a1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8e5b40bbf6e1dbb7", "row_id": "local_seamless_930ba0b995115c9d_seg2_pad2", "source_id": "local_seamless_930ba0b995115c9d_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_930ba0b995115c9d_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8e5b40bbf6e1dbb7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0453c378e38ea78b", "row_id": "local_seamless_740818b3d51b6db7_pad2", "source_id": "local_seamless_740818b3d51b6db7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0453c378e38ea78b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cfc5cff95b000c7b", "row_id": "local_seamless_d9a0ac50f131bab7_pad2", "source_id": "local_seamless_d9a0ac50f131bab7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0059_I00000481_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d9a0ac50f131bab7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cfc5cff95b000c7b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aaeb7dc00c37a5f0", "row_id": "local_seamless_944a1454314993d0_pad2", "source_id": "local_seamless_944a1454314993d0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_aaeb7dc00c37a5f0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_560bfae8a9152e5e", "row_id": "local_seamless_1f7785548b3aa37c_pad2", "source_id": "local_seamless_1f7785548b3aa37c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_560bfae8a9152e5e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_22f165bfd50a8ea5", "row_id": "local_seamless_04e9baf3643cb23e_pad2", "source_id": "local_seamless_04e9baf3643cb23e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_22f165bfd50a8ea5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fb6d3b4ea73b217f", "row_id": "local_seamless_ae22fa6b806e0945_pad2", "source_id": "local_seamless_ae22fa6b806e0945", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fb6d3b4ea73b217f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4c7a1bd564c657be", "row_id": "local_seamless_a70bbee4904ee5db_pad2", "source_id": "local_seamless_a70bbee4904ee5db", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4c7a1bd564c657be.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7d94b9e9a00af831", "row_id": "local_seamless_2f66eea3e9177783_pad2", "source_id": "local_seamless_2f66eea3e9177783", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7d94b9e9a00af831.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5c627bdff7198467", "row_id": "local_seamless_c4f8e431420a3987_pad2", "source_id": "local_seamless_c4f8e431420a3987", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0057_I00000543_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4f8e431420a3987", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5c627bdff7198467.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_95778be44e01d5a5", "row_id": "local_seamless_c0534eb0aa3e3c31_seg2_pad2", "source_id": "local_seamless_c0534eb0aa3e3c31_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c0534eb0aa3e3c31_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_95778be44e01d5a5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_152c159d43a0306b", "row_id": "local_seamless_87f1fe79dd1c0e00_seg2_pad2", "source_id": "local_seamless_87f1fe79dd1c0e00_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_87f1fe79dd1c0e00_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_152c159d43a0306b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a636fc3efafb916", "row_id": "local_seamless_7112179dce0001b9_pad2", "source_id": "local_seamless_7112179dce0001b9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4a636fc3efafb916.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f9ca2dd0609ac672", "row_id": "local_seamless_a21f8e78957228f4_pad2", "source_id": "local_seamless_a21f8e78957228f4", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f9ca2dd0609ac672.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_59976d315ee1f7da", "row_id": "local_seamless_1f2dd15f8a709171_seg2_pad2", "source_id": "local_seamless_1f2dd15f8a709171_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1f2dd15f8a709171_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_59976d315ee1f7da.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b25b185fec39310", "row_id": "local_seamless_da3e91da78bd7a28_pad2", "source_id": "local_seamless_da3e91da78bd7a28", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0056_I00000542_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_da3e91da78bd7a28", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7b25b185fec39310.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fe271e818767018b", "row_id": "local_seamless_3d0ee7d5c3b10967_seg2_pad2", "source_id": "local_seamless_3d0ee7d5c3b10967_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3d0ee7d5c3b10967_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fe271e818767018b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f525f25333ff8bd0", "row_id": "local_seamless_3941d901e3531b40_seg2_pad2", "source_id": "local_seamless_3941d901e3531b40_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3941d901e3531b40_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f525f25333ff8bd0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ad4fd23c5960cab4", "row_id": "local_seamless_9566012267ae81c9_pad2", "source_id": "local_seamless_9566012267ae81c9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ad4fd23c5960cab4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_394e8425a5fb58bc", "row_id": "local_seamless_b4b534f0dda15bf6_pad2", "source_id": "local_seamless_b4b534f0dda15bf6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_394e8425a5fb58bc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8b5ff2dc946bc1ba", "row_id": "local_seamless_e20b51ea94ce37bc_pad2", "source_id": "local_seamless_e20b51ea94ce37bc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0057_I00000543_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e20b51ea94ce37bc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8b5ff2dc946bc1ba.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_138b8d186063d8b1", "row_id": "local_seamless_8fcd0be8d3e381e6_pad2", "source_id": "local_seamless_8fcd0be8d3e381e6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_138b8d186063d8b1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_062f63f93b0399d6", "row_id": "local_seamless_3593e769e8c360a6_pad2", "source_id": "local_seamless_3593e769e8c360a6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_062f63f93b0399d6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9ff5f05a7aeed9b4", "row_id": "local_seamless_30c59acbf2cbd53b_seg2_pad2", "source_id": "local_seamless_30c59acbf2cbd53b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_30c59acbf2cbd53b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9ff5f05a7aeed9b4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_045d88dddae436c4", "row_id": "local_seamless_51e6133dbfae1fcf_seg2_pad2", "source_id": "local_seamless_51e6133dbfae1fcf_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_51e6133dbfae1fcf_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_045d88dddae436c4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_25bea738d15c4c6a", "row_id": "local_seamless_a0d61ba33a34168a_seg2_pad2", "source_id": "local_seamless_a0d61ba33a34168a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a0d61ba33a34168a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_25bea738d15c4c6a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_16ade46784d95e1f", "row_id": "local_seamless_82815cb0e74212bb_seg2_pad2", "source_id": "local_seamless_82815cb0e74212bb_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_82815cb0e74212bb_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_16ade46784d95e1f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_545f543205149419", "row_id": "local_seamless_d5271d43fea2c745_pad2", "source_id": "local_seamless_d5271d43fea2c745", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0040_I00000384_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d5271d43fea2c745", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_545f543205149419.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e8721b1b243b5d1a", "row_id": "local_seamless_7dbbcca296da86fc_pad2", "source_id": "local_seamless_7dbbcca296da86fc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e8721b1b243b5d1a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ce9dfa1bb60ee7cd", "row_id": "local_seamless_cecae2122adf768c_pad2", "source_id": "local_seamless_cecae2122adf768c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000582_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cecae2122adf768c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ce9dfa1bb60ee7cd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f6c688f0463a9889", "row_id": "local_seamless_24afdec6c209837a_seg2_pad2", "source_id": "local_seamless_24afdec6c209837a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_24afdec6c209837a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f6c688f0463a9889.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4595619a129e1abf", "row_id": "local_seamless_4e5846dbf3185a5b_pad2", "source_id": "local_seamless_4e5846dbf3185a5b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4595619a129e1abf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6248135761dfed5d", "row_id": "local_seamless_975364c1a863239b_pad2", "source_id": "local_seamless_975364c1a863239b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6248135761dfed5d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0e67d357b6624964", "row_id": "local_seamless_7492920cb0b4111c_pad2", "source_id": "local_seamless_7492920cb0b4111c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0e67d357b6624964.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5111b91bd736649d", "row_id": "local_seamless_29a6803548d6aa98_pad2", "source_id": "local_seamless_29a6803548d6aa98", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5111b91bd736649d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3de7d4885c9b252b", "row_id": "local_seamless_70a16a722d391520_seg2_pad2", "source_id": "local_seamless_70a16a722d391520_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_70a16a722d391520_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3de7d4885c9b252b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a7d499ac34ee9208", "row_id": "local_seamless_5bf752e0a004d990_pad2", "source_id": "local_seamless_5bf752e0a004d990", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a7d499ac34ee9208.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_31f537660b286c3d", "row_id": "local_seamless_04e9baf3643cb23e_seg2_pad2", "source_id": "local_seamless_04e9baf3643cb23e_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_04e9baf3643cb23e_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_31f537660b286c3d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_095e5e6cd8d3d92b", "row_id": "local_seamless_9cdff45e6a923503_pad2", "source_id": "local_seamless_9cdff45e6a923503", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_095e5e6cd8d3d92b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_92162a0d36bf6b6f", "row_id": "local_seamless_5bf752e0a004d990_seg2_pad2", "source_id": "local_seamless_5bf752e0a004d990_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5bf752e0a004d990_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_92162a0d36bf6b6f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8de6b92ed5e14a48", "row_id": "local_seamless_40c901692614bd66_pad2", "source_id": "local_seamless_40c901692614bd66", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8de6b92ed5e14a48.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d674c0cd251bda2b", "row_id": "local_seamless_2dc267092f8c9e99_seg2_pad2", "source_id": "local_seamless_2dc267092f8c9e99_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2dc267092f8c9e99_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d674c0cd251bda2b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4db54ac743b448ab", "row_id": "local_seamless_041b36945513fb59_pad2", "source_id": "local_seamless_041b36945513fb59", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4db54ac743b448ab.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_40482f2b66e4c12a", "row_id": "local_seamless_3fb2eefccd54d72c_pad2", "source_id": "local_seamless_3fb2eefccd54d72c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_40482f2b66e4c12a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c487ea5cbe95f399", "row_id": "local_seamless_43b0a70944ac1e41_pad2", "source_id": "local_seamless_43b0a70944ac1e41", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c487ea5cbe95f399.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e0f45bbc788ddaa8", "row_id": "local_seamless_9b7f639cfb7d0c65_seg2_pad2", "source_id": "local_seamless_9b7f639cfb7d0c65_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9b7f639cfb7d0c65_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e0f45bbc788ddaa8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd535fd61d505091", "row_id": "local_seamless_bf72336fd88da669_seg2_pad2", "source_id": "local_seamless_bf72336fd88da669_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf72336fd88da669_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bd535fd61d505091.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b0d16a99e0cd93f3", "row_id": "local_seamless_55eb1bed6d95ed12_pad2", "source_id": "local_seamless_55eb1bed6d95ed12", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b0d16a99e0cd93f3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_486b768a4346ad97", "row_id": "local_seamless_5b70c01a5512feed_pad2", "source_id": "local_seamless_5b70c01a5512feed", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_486b768a4346ad97.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a3397e3f6a626483", "row_id": "local_seamless_8f1272c785fca5c1_seg2_pad2", "source_id": "local_seamless_8f1272c785fca5c1_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8f1272c785fca5c1_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a3397e3f6a626483.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c3b54e34ca80819a", "row_id": "local_seamless_871bb1a60888c032_seg2_pad2", "source_id": "local_seamless_871bb1a60888c032_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_871bb1a60888c032_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c3b54e34ca80819a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2bf6b940a93806f9", "row_id": "local_seamless_496ec8f7bbab69cd_pad2", "source_id": "local_seamless_496ec8f7bbab69cd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2bf6b940a93806f9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_da4826d29b745fec", "row_id": "local_seamless_4e2c9874d74834de_pad2", "source_id": "local_seamless_4e2c9874d74834de", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_da4826d29b745fec.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e7a78bda85d3b333", "row_id": "local_seamless_e428a793dfcdbeac_pad2", "source_id": "local_seamless_e428a793dfcdbeac", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000138_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e428a793dfcdbeac", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e7a78bda85d3b333.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_87f02a197f147c4d", "row_id": "local_seamless_22e209d34ca52f2e_pad2", "source_id": "local_seamless_22e209d34ca52f2e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_87f02a197f147c4d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1a9e14b729a14940", "row_id": "local_seamless_42737f6b7392b518_seg2_pad2", "source_id": "local_seamless_42737f6b7392b518_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42737f6b7392b518_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1a9e14b729a14940.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1193c483ad347fbf", "row_id": "local_seamless_7ec84146ee31fad0_pad2", "source_id": "local_seamless_7ec84146ee31fad0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1193c483ad347fbf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f9ae8dcb7d8f563d", "row_id": "local_seamless_03b1ce66a7436e09_pad2", "source_id": "local_seamless_03b1ce66a7436e09", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f9ae8dcb7d8f563d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1465093ae1037faf", "row_id": "local_seamless_8c60ce772ecaf6f2_seg2_pad2", "source_id": "local_seamless_8c60ce772ecaf6f2_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8c60ce772ecaf6f2_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1465093ae1037faf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd27ab6b1e4af6c5", "row_id": "local_seamless_7e11b43dfea2ccdf_pad2", "source_id": "local_seamless_7e11b43dfea2ccdf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bd27ab6b1e4af6c5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9f99dcb12a2d323b", "row_id": "local_seamless_b929337710be6446_pad2", "source_id": "local_seamless_b929337710be6446", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9f99dcb12a2d323b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_03fdb10ebb821de5", "row_id": "local_seamless_e215957cb2ad6f59_pad2", "source_id": "local_seamless_e215957cb2ad6f59", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000581_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e215957cb2ad6f59", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_03fdb10ebb821de5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_356436a66494343e", "row_id": "local_seamless_02c9847afab79960_seg2_pad2", "source_id": "local_seamless_02c9847afab79960_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_02c9847afab79960_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_356436a66494343e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_20cee548dc663066", "row_id": "local_seamless_3d0ee7d5c3b10967_pad2", "source_id": "local_seamless_3d0ee7d5c3b10967", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_20cee548dc663066.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a02d1b13480f0a60", "row_id": "local_seamless_2959bbfa6626edea_pad2", "source_id": "local_seamless_2959bbfa6626edea", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a02d1b13480f0a60.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f2261254748d054c", "row_id": "local_seamless_4f5969569f868c7a_pad2", "source_id": "local_seamless_4f5969569f868c7a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f2261254748d054c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1dc3ea9240de3e94", "row_id": "local_seamless_8f1272c785fca5c1_pad2", "source_id": "local_seamless_8f1272c785fca5c1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1dc3ea9240de3e94.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_43a28f570be829c6", "row_id": "local_seamless_2874967bcfb491e3_pad2", "source_id": "local_seamless_2874967bcfb491e3", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_43a28f570be829c6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_12798b19574d8ac2", "row_id": "local_seamless_4e8cd1936d910192_seg2_pad2", "source_id": "local_seamless_4e8cd1936d910192_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e8cd1936d910192_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_12798b19574d8ac2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bb2a0e5a232ecab1", "row_id": "local_seamless_ca9e397bafa59d85_pad2", "source_id": "local_seamless_ca9e397bafa59d85", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0056_I00000377_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ca9e397bafa59d85", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bb2a0e5a232ecab1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_37e7ed647089e7f4", "row_id": "local_seamless_11fd4047c149cfb4_seg2_pad2", "source_id": "local_seamless_11fd4047c149cfb4_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_11fd4047c149cfb4_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_37e7ed647089e7f4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_64b80128c4efdd1a", "row_id": "local_seamless_42737f6b7392b518_pad2", "source_id": "local_seamless_42737f6b7392b518", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_64b80128c4efdd1a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e2b95e1de2d1c4ff", "row_id": "local_seamless_4e989d9382d1a84b_pad2", "source_id": "local_seamless_4e989d9382d1a84b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e2b95e1de2d1c4ff.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f6950f312a78ec6f", "row_id": "local_seamless_414ff5f755c2e69e_pad2", "source_id": "local_seamless_414ff5f755c2e69e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f6950f312a78ec6f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b76c7985853ebacd", "row_id": "local_seamless_1ea9cd8ba02bebff_pad2", "source_id": "local_seamless_1ea9cd8ba02bebff", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b76c7985853ebacd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_39a2a308922f5cd3", "row_id": "local_seamless_9e19681cc0de1f52_pad2", "source_id": "local_seamless_9e19681cc0de1f52", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_39a2a308922f5cd3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_26cd46ba6f0788a8", "row_id": "local_seamless_6bbc1da6263bcc93_pad2", "source_id": "local_seamless_6bbc1da6263bcc93", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_26cd46ba6f0788a8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2ba2ff41ac8c310b", "row_id": "local_seamless_aa5432251af285c0_seg2_pad2", "source_id": "local_seamless_aa5432251af285c0_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_aa5432251af285c0_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2ba2ff41ac8c310b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_28c418d460bc2fbd", "row_id": "local_seamless_a0d61ba33a34168a_pad2", "source_id": "local_seamless_a0d61ba33a34168a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a0d61ba33a34168a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_28c418d460bc2fbd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f99ada9c09ba5333", "row_id": "local_seamless_9546bf484209d7a6_pad2", "source_id": "local_seamless_9546bf484209d7a6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000504_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9546bf484209d7a6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f99ada9c09ba5333.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ebf8acb649a768a6", "row_id": "local_seamless_a5b2a7ac01bd6154_seg2_pad2", "source_id": "local_seamless_a5b2a7ac01bd6154_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a5b2a7ac01bd6154_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ebf8acb649a768a6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eac0c6dfce1c4f03", "row_id": "local_seamless_2dc267092f8c9e99_pad2", "source_id": "local_seamless_2dc267092f8c9e99", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2dc267092f8c9e99", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_eac0c6dfce1c4f03.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_58dfbc953acb1e4f", "row_id": "local_seamless_6650be6ac628c3bf_pad2", "source_id": "local_seamless_6650be6ac628c3bf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000537_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6650be6ac628c3bf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_58dfbc953acb1e4f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_103cea6243808e6a", "row_id": "local_seamless_70a16a722d391520_pad2", "source_id": "local_seamless_70a16a722d391520", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_70a16a722d391520", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_103cea6243808e6a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_333a7a15f72dc065", "row_id": "local_seamless_2959bbfa6626edea_seg2_pad2", "source_id": "local_seamless_2959bbfa6626edea_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2959bbfa6626edea_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_333a7a15f72dc065.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_72daef4376377213", "row_id": "local_seamless_34d11a8f55b6e698_seg2_pad2", "source_id": "local_seamless_34d11a8f55b6e698_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_34d11a8f55b6e698_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_72daef4376377213.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ebcb5e7c62626cc8", "row_id": "local_seamless_04141eda7dad3568_pad2", "source_id": "local_seamless_04141eda7dad3568", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000581_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_04141eda7dad3568", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ebcb5e7c62626cc8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a8a805f00f14ec3b", "row_id": "local_seamless_b59f230187e1f922_pad2", "source_id": "local_seamless_b59f230187e1f922", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b59f230187e1f922", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a8a805f00f14ec3b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c0cb49d5cf9c46c3", "row_id": "local_seamless_ac032614ea2df4c2_pad2", "source_id": "local_seamless_ac032614ea2df4c2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ac032614ea2df4c2", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c0cb49d5cf9c46c3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b743056fa9617f75", "row_id": "local_seamless_005d803373cb6578_seg2_pad2", "source_id": "local_seamless_005d803373cb6578_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_005d803373cb6578_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b743056fa9617f75.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d8c7557d1df17241", "row_id": "local_seamless_9efb3d28b4b43bcc_pad2", "source_id": "local_seamless_9efb3d28b4b43bcc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9efb3d28b4b43bcc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d8c7557d1df17241.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a58717870cd86a5d", "row_id": "local_seamless_28a37b2304c64e8d_seg2_pad2", "source_id": "local_seamless_28a37b2304c64e8d_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_28a37b2304c64e8d_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a58717870cd86a5d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7a873ec488cc2f4b", "row_id": "local_seamless_02c9847afab79960_pad2", "source_id": "local_seamless_02c9847afab79960", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_02c9847afab79960", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7a873ec488cc2f4b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e6c8d5905ac2ef16", "row_id": "local_seamless_3593e769e8c360a6_seg2_pad2", "source_id": "local_seamless_3593e769e8c360a6_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3593e769e8c360a6_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e6c8d5905ac2ef16.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a21765bfc9dc6a00", "row_id": "local_seamless_975364c1a863239b_seg2_pad2", "source_id": "local_seamless_975364c1a863239b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_975364c1a863239b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a21765bfc9dc6a00.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8af2d9b3f3a4bf5f", "row_id": "local_seamless_f841d8eb011f8ea9_pad2", "source_id": "local_seamless_f841d8eb011f8ea9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0061_I00000138_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f841d8eb011f8ea9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8af2d9b3f3a4bf5f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a9dda23845b44e92", "row_id": "local_seamless_a94ba85d4f33dc2b_pad2", "source_id": "local_seamless_a94ba85d4f33dc2b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a94ba85d4f33dc2b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a9dda23845b44e92.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7be5a48f1afe5f0f", "row_id": "local_seamless_1e844fa8d591364e_seg2_pad2", "source_id": "local_seamless_1e844fa8d591364e_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1e844fa8d591364e_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7be5a48f1afe5f0f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_76d995dea861db8f", "row_id": "local_seamless_4b25c27a4b213d7a_pad2", "source_id": "local_seamless_4b25c27a4b213d7a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0045_I00000785_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4b25c27a4b213d7a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_76d995dea861db8f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_00e06c67a1834aef", "row_id": "local_seamless_b59f230187e1f922_seg2_pad2", "source_id": "local_seamless_b59f230187e1f922_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000535_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b59f230187e1f922_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_00e06c67a1834aef.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e07bd0c30c0e7cff", "row_id": "local_seamless_c4b5dd7864633091_seg2_pad2", "source_id": "local_seamless_c4b5dd7864633091_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0058_I00000495_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4b5dd7864633091_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e07bd0c30c0e7cff.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7358a1c15ec55ae4", "row_id": "local_seamless_9f38c1a9b0247edf_pad2", "source_id": "local_seamless_9f38c1a9b0247edf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0057_I00000376_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9f38c1a9b0247edf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7358a1c15ec55ae4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1ec566cf4e7db3be", "row_id": "local_seamless_d638bb6479a0eab6_pad2", "source_id": "local_seamless_d638bb6479a0eab6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0061_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d638bb6479a0eab6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1ec566cf4e7db3be.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d70507cae46177e0", "row_id": "local_seamless_2826330b13f7dbd5_pad2", "source_id": "local_seamless_2826330b13f7dbd5", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000582_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2826330b13f7dbd5", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d70507cae46177e0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b45dc7bb069498a7", "row_id": "local_seamless_9802af4d982665c9_pad2", "source_id": "local_seamless_9802af4d982665c9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000372_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9802af4d982665c9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b45dc7bb069498a7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7bd25b80eece16c9", "row_id": "local_seamless_7f5e54f3980d006e_seg2_pad2", "source_id": "local_seamless_7f5e54f3980d006e_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7f5e54f3980d006e_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7bd25b80eece16c9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9452f9124bcabe2e", "row_id": "local_seamless_87f1fe79dd1c0e00_pad2", "source_id": "local_seamless_87f1fe79dd1c0e00", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_87f1fe79dd1c0e00", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9452f9124bcabe2e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_250a79e34fce09ac", "row_id": "local_seamless_22b69f4a26e1f80c_pad2", "source_id": "local_seamless_22b69f4a26e1f80c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000578_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_22b69f4a26e1f80c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_250a79e34fce09ac.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_67be9544ffedf50e", "row_id": "local_seamless_f578c618dffbe9dc_pad2", "source_id": "local_seamless_f578c618dffbe9dc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000537_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f578c618dffbe9dc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_67be9544ffedf50e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ad8560ad49f4e75c", "row_id": "local_seamless_8e45d420cf050c1a_seg2_pad2", "source_id": "local_seamless_8e45d420cf050c1a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8e45d420cf050c1a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ad8560ad49f4e75c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c2daa4863b63909c", "row_id": "local_seamless_1ea9cd8ba02bebff_seg2_pad2", "source_id": "local_seamless_1ea9cd8ba02bebff_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1ea9cd8ba02bebff_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c2daa4863b63909c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6edf12d02d24fbcf", "row_id": "local_seamless_bf72336fd88da669_pad2", "source_id": "local_seamless_bf72336fd88da669", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf72336fd88da669", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6edf12d02d24fbcf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_34845b8d594a0c6d", "row_id": "local_seamless_0c69a84f8bad5598_pad2", "source_id": "local_seamless_0c69a84f8bad5598", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0c69a84f8bad5598", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_34845b8d594a0c6d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1af221762f5cef26", "row_id": "local_seamless_4eefb9475dd513ce_pad2", "source_id": "local_seamless_4eefb9475dd513ce", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4eefb9475dd513ce", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1af221762f5cef26.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b07fc9461d1d2c2a", "row_id": "local_seamless_10fb4a073639591e_pad2", "source_id": "local_seamless_10fb4a073639591e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000129_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_10fb4a073639591e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b07fc9461d1d2c2a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4dbc7de6c7b50132", "row_id": "local_seamless_5ba21bd87496eda9_pad2", "source_id": "local_seamless_5ba21bd87496eda9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0044_I00000126_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5ba21bd87496eda9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4dbc7de6c7b50132.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_71c4088abc7d605c", "row_id": "local_seamless_75bfabed482ff967_pad2", "source_id": "local_seamless_75bfabed482ff967", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0040_I00000541_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_75bfabed482ff967", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_71c4088abc7d605c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_974ee980ef2486b1", "row_id": "local_seamless_29776b6f6e3ace27_pad2", "source_id": "local_seamless_29776b6f6e3ace27", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0054_I00000131_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_29776b6f6e3ace27", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_974ee980ef2486b1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2eeffeee8b35875e", "row_id": "local_seamless_30f2128b423ea09f_pad2", "source_id": "local_seamless_30f2128b423ea09f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_30f2128b423ea09f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2eeffeee8b35875e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a0f7ef98149f8a12", "row_id": "local_seamless_9efb3d28b4b43bcc_seg2_pad2", "source_id": "local_seamless_9efb3d28b4b43bcc_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0061_I00000785_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9efb3d28b4b43bcc_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a0f7ef98149f8a12.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b1317f4f9f6b528", "row_id": "local_seamless_8cc8f13fa699777d_pad2", "source_id": "local_seamless_8cc8f13fa699777d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0057_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8cc8f13fa699777d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7b1317f4f9f6b528.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_28e6c7c9eb699610", "row_id": "local_seamless_b92d21e8a7a63198_pad2", "source_id": "local_seamless_b92d21e8a7a63198", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b92d21e8a7a63198", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_28e6c7c9eb699610.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_52998924817db5e6", "row_id": "local_seamless_348a0345c4faa03f_seg2_pad2", "source_id": "local_seamless_348a0345c4faa03f_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_348a0345c4faa03f_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_52998924817db5e6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ccfc669bb4ec70da", "row_id": "local_seamless_604c4ba32842ac6c_pad2", "source_id": "local_seamless_604c4ba32842ac6c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000372_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_604c4ba32842ac6c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ccfc669bb4ec70da.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_095e6bbb1abb180c", "row_id": "local_seamless_ab06b54ab1bbbf40_pad2", "source_id": "local_seamless_ab06b54ab1bbbf40", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ab06b54ab1bbbf40", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_095e6bbb1abb180c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa9b3a55ac5f5030", "row_id": "local_seamless_b77e817fd65a7921_pad2", "source_id": "local_seamless_b77e817fd65a7921", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b77e817fd65a7921", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_aa9b3a55ac5f5030.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_10ef59b3a94e2d8f", "row_id": "local_seamless_1fc2a6aacf9f1460_seg2_pad2", "source_id": "local_seamless_1fc2a6aacf9f1460_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1fc2a6aacf9f1460_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_10ef59b3a94e2d8f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f45fb352348d42e8", "row_id": "local_seamless_3e983c205280f581_pad2", "source_id": "local_seamless_3e983c205280f581", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0055_I00000125_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3e983c205280f581", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f45fb352348d42e8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_38a519128324945e", "row_id": "local_seamless_24fdea1dfd668dec_seg2_pad2", "source_id": "local_seamless_24fdea1dfd668dec_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_24fdea1dfd668dec_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_38a519128324945e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3c0eb1d1b11b2a78", "row_id": "local_seamless_63597df327105095_seg2_pad2", "source_id": "local_seamless_63597df327105095_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0060_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_63597df327105095_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3c0eb1d1b11b2a78.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9e33bb5d5da24f41", "row_id": "local_seamless_b92d21e8a7a63198_seg2_pad2", "source_id": "local_seamless_b92d21e8a7a63198_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0056_I00000544_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b92d21e8a7a63198_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9e33bb5d5da24f41.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d1666733d7c0e90b", "row_id": "local_seamless_6bbc1da6263bcc93_seg2_pad2", "source_id": "local_seamless_6bbc1da6263bcc93_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6bbc1da6263bcc93_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d1666733d7c0e90b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_836e473e1551c6e4", "row_id": "local_seamless_30c59acbf2cbd53b_pad2", "source_id": "local_seamless_30c59acbf2cbd53b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_30c59acbf2cbd53b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_836e473e1551c6e4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dc512d83087ff0b4", "row_id": "local_seamless_248e1b7a4205680a_pad2", "source_id": "local_seamless_248e1b7a4205680a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_248e1b7a4205680a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_dc512d83087ff0b4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5f0673aea5355fe6", "row_id": "local_seamless_87177e6a87e31c8e_pad2", "source_id": "local_seamless_87177e6a87e31c8e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0041_I00000376_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_87177e6a87e31c8e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5f0673aea5355fe6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_69e9de0f1ca5a63d", "row_id": "local_seamless_4f5969569f868c7a_seg2_pad2", "source_id": "local_seamless_4f5969569f868c7a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4f5969569f868c7a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_69e9de0f1ca5a63d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b3764209d03c43b1", "row_id": "local_seamless_881dce956c4bf380_pad2", "source_id": "local_seamless_881dce956c4bf380", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000543_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_881dce956c4bf380", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b3764209d03c43b1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2b7b0d64b8e46bb9", "row_id": "local_seamless_90a74b79c370d46b_seg2_pad2", "source_id": "local_seamless_90a74b79c370d46b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0060_I00000125_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_90a74b79c370d46b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2b7b0d64b8e46bb9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_89736874ee2ed783", "row_id": "local_seamless_005d803373cb6578_pad2", "source_id": "local_seamless_005d803373cb6578", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0043_I00000539_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_005d803373cb6578", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_89736874ee2ed783.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_60c83a9f8668ae1a", "row_id": "local_seamless_c4228f3d479e1380_seg2_pad2", "source_id": "local_seamless_c4228f3d479e1380_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0039_I00000131_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4228f3d479e1380_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_60c83a9f8668ae1a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_59114512c145a4ca", "row_id": "local_seamless_994933721d4ab1bf_seg2_pad2", "source_id": "local_seamless_994933721d4ab1bf_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_994933721d4ab1bf_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_59114512c145a4ca.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f17d577bb3c73fb5", "row_id": "local_seamless_2f66eea3e9177783_seg2_pad2", "source_id": "local_seamless_2f66eea3e9177783_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2f66eea3e9177783_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f17d577bb3c73fb5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_54db33a31b0198c4", "row_id": "local_seamless_9a2c337c2f84d3b4_seg2_pad2", "source_id": "local_seamless_9a2c337c2f84d3b4_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0058_I00000481_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9a2c337c2f84d3b4_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_54db33a31b0198c4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3df1c27d630b2a84", "row_id": "local_seamless_6d989377334d26b9_pad2", "source_id": "local_seamless_6d989377334d26b9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000579_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6d989377334d26b9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3df1c27d630b2a84.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_66ad0a63a0830589", "row_id": "local_seamless_871bb1a60888c032_pad2", "source_id": "local_seamless_871bb1a60888c032", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_871bb1a60888c032", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_66ad0a63a0830589.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_618b7f383e9a6c6d", "row_id": "local_seamless_2cb450992e0a72f1_pad2", "source_id": "local_seamless_2cb450992e0a72f1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0055_I00000770_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2cb450992e0a72f1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_618b7f383e9a6c6d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dc65f3828ff1041e", "row_id": "local_seamless_8636fedac72536ce_pad2", "source_id": "local_seamless_8636fedac72536ce", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8636fedac72536ce", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_dc65f3828ff1041e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a046e1ebc0f20163", "row_id": "local_seamless_a5b2a7ac01bd6154_pad2", "source_id": "local_seamless_a5b2a7ac01bd6154", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000131_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a5b2a7ac01bd6154", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a046e1ebc0f20163.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9ff12951156f1899", "row_id": "local_seamless_d97ffec993d15f4d_pad2", "source_id": "local_seamless_d97ffec993d15f4d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0061_I00000132_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d97ffec993d15f4d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9ff12951156f1899.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_753fa926b77532f9", "row_id": "local_seamless_7fcb770e3428f024_seg2_pad2", "source_id": "local_seamless_7fcb770e3428f024_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7fcb770e3428f024_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_753fa926b77532f9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b5afc7ec47e2be67", "row_id": "local_seamless_01c6fc9fe873f99a_pad2", "source_id": "local_seamless_01c6fc9fe873f99a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_01c6fc9fe873f99a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b5afc7ec47e2be67.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d298d18f7ead4c57", "row_id": "local_seamless_ab6b7cad23716de7_pad2", "source_id": "local_seamless_ab6b7cad23716de7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000535_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ab6b7cad23716de7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d298d18f7ead4c57.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_66ee4cb58a445530", "row_id": "local_seamless_97550f61051d9f03_pad2", "source_id": "local_seamless_97550f61051d9f03", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0054_I00000785_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_97550f61051d9f03", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_66ee4cb58a445530.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_68aafe433b8718f3", "row_id": "local_seamless_3fb2eefccd54d72c_seg2_pad2", "source_id": "local_seamless_3fb2eefccd54d72c_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3fb2eefccd54d72c_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_68aafe433b8718f3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d9b736522c80791d", "row_id": "local_seamless_c46fe9ab712c3fbf_seg2_pad2", "source_id": "local_seamless_c46fe9ab712c3fbf_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c46fe9ab712c3fbf_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d9b736522c80791d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a0c04ff7bb0c516d", "row_id": "local_seamless_ab86b74468106bfb_pad2", "source_id": "local_seamless_ab86b74468106bfb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0042_I00000480_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ab86b74468106bfb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a0c04ff7bb0c516d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4b4044f26ccdf451", "row_id": "local_seamless_e516416a9409495a_pad2", "source_id": "local_seamless_e516416a9409495a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000307_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e516416a9409495a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4b4044f26ccdf451.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c9b36087be066680", "row_id": "local_seamless_1fa0b4c8f5034acc_pad2", "source_id": "local_seamless_1fa0b4c8f5034acc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000140_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1fa0b4c8f5034acc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c9b36087be066680.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_582aa8708f5350c8", "row_id": "local_seamless_b522c7f8707b9105_pad2", "source_id": "local_seamless_b522c7f8707b9105", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0039_I00000129_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b522c7f8707b9105", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_582aa8708f5350c8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e28e0b10c7e561b3", "row_id": "local_seamless_94d7dad9fb2e2ca7_seg2_pad2", "source_id": "local_seamless_94d7dad9fb2e2ca7_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000131_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_94d7dad9fb2e2ca7_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e28e0b10c7e561b3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8f3f151a442cfe07", "row_id": "local_seamless_f651bf0664bd69b1_pad2", "source_id": "local_seamless_f651bf0664bd69b1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0070_I00000578_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f651bf0664bd69b1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8f3f151a442cfe07.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_635004da4ea1d629", "row_id": "local_seamless_eef7b7cb859e2502_pad2", "source_id": "local_seamless_eef7b7cb859e2502", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000307_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_eef7b7cb859e2502", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_635004da4ea1d629.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_26dda838e0f49fcd", "row_id": "local_seamless_51e6133dbfae1fcf_pad2", "source_id": "local_seamless_51e6133dbfae1fcf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_51e6133dbfae1fcf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_26dda838e0f49fcd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_15ece2fe6518179b", "row_id": "local_seamless_a94ba85d4f33dc2b_seg2_pad2", "source_id": "local_seamless_a94ba85d4f33dc2b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0057_I00000542_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a94ba85d4f33dc2b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_15ece2fe6518179b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3ebb651eccdb4181", "row_id": "local_seamless_2874967bcfb491e3_seg2_pad2", "source_id": "local_seamless_2874967bcfb491e3_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2874967bcfb491e3_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3ebb651eccdb4181.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ff680cd8c0eb1977", "row_id": "local_seamless_3c9cff14c7611089_pad2", "source_id": "local_seamless_3c9cff14c7611089", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0054_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3c9cff14c7611089", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ff680cd8c0eb1977.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2fb3d7d6647399d8", "row_id": "local_seamless_42324bd23de5e7f1_seg2_pad2", "source_id": "local_seamless_42324bd23de5e7f1_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42324bd23de5e7f1_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2fb3d7d6647399d8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bb709c3dc4a903ef", "row_id": "local_seamless_a2c96a84a1e2e870_pad2", "source_id": "local_seamless_a2c96a84a1e2e870", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a2c96a84a1e2e870", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bb709c3dc4a903ef.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2a2f2c698418cc87", "row_id": "local_seamless_4620aa4d4ed8f7ea_pad2", "source_id": "local_seamless_4620aa4d4ed8f7ea", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000579_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4620aa4d4ed8f7ea", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2a2f2c698418cc87.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_193dd32fdeed7a33", "row_id": "local_seamless_5ce92fcf48782555_seg2_pad2", "source_id": "local_seamless_5ce92fcf48782555_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5ce92fcf48782555_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_193dd32fdeed7a33.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a6c6184847f571b7", "row_id": "local_seamless_850b2e819b26ea8f_pad2", "source_id": "local_seamless_850b2e819b26ea8f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0060_I00000307_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_850b2e819b26ea8f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a6c6184847f571b7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d99ab3c37c6d692a", "row_id": "local_seamless_afaa4d976a249e6b_pad2", "source_id": "local_seamless_afaa4d976a249e6b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0038_I00000131_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_afaa4d976a249e6b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d99ab3c37c6d692a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0d70abde8ecb1895", "row_id": "local_seamless_839ea2efd43f5497_pad2", "source_id": "local_seamless_839ea2efd43f5497", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000539_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_839ea2efd43f5497", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0d70abde8ecb1895.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a202f98600a7025", "row_id": "local_seamless_c8db1e140a0f9a3e_seg2_pad2", "source_id": "local_seamless_c8db1e140a0f9a3e_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0060_I00000132_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c8db1e140a0f9a3e_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4a202f98600a7025.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d772a98dc4b09955", "row_id": "local_seamless_c4b5dd7864633091_pad2", "source_id": "local_seamless_c4b5dd7864633091", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0058_I00000495_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4b5dd7864633091", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d772a98dc4b09955.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b48a8052349efed2", "row_id": "local_seamless_cb4ccae6c3f297e9_pad2", "source_id": "local_seamless_cb4ccae6c3f297e9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0054_I00000309_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cb4ccae6c3f297e9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b48a8052349efed2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3f5d50727e849dc2", "row_id": "local_seamless_2f59832f3303479c_pad2", "source_id": "local_seamless_2f59832f3303479c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0042_I00000483_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2f59832f3303479c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3f5d50727e849dc2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_43f1faee38220d43", "row_id": "local_seamless_8a3c6b87e142c063_pad2", "source_id": "local_seamless_8a3c6b87e142c063", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0039_I00000579_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8a3c6b87e142c063", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_43f1faee38220d43.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_49ccd4cd807cb112", "row_id": "local_seamless_aa5432251af285c0_pad2", "source_id": "local_seamless_aa5432251af285c0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000581_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_aa5432251af285c0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_49ccd4cd807cb112.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_16c66e4ea2fb39f8", "row_id": "local_seamless_ac032614ea2df4c2_seg2_pad2", "source_id": "local_seamless_ac032614ea2df4c2_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0045_I00000125_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ac032614ea2df4c2_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_16c66e4ea2fb39f8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cb351067698bd8ba", "row_id": "local_seamless_b1847e062a9053bd_pad2", "source_id": "local_seamless_b1847e062a9053bd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0060_I00000129_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b1847e062a9053bd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cb351067698bd8ba.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c05546513d40196a", "row_id": "local_seamless_44c50e4f92fb6aa0_seg2_pad2", "source_id": "local_seamless_44c50e4f92fb6aa0_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_44c50e4f92fb6aa0_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c05546513d40196a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7b79918dd9b06f9b", "row_id": "local_seamless_5891c75d93249cd1_pad2", "source_id": "local_seamless_5891c75d93249cd1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0061_I00000309_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5891c75d93249cd1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7b79918dd9b06f9b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_382accdfc82b332b", "row_id": "local_seamless_8c731dd00a0c33f1_pad2", "source_id": "local_seamless_8c731dd00a0c33f1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0043_I00000535_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8c731dd00a0c33f1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_382accdfc82b332b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dedb09071b2b1370", "row_id": "local_seamless_6b60902930c362fd_pad2", "source_id": "local_seamless_6b60902930c362fd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6b60902930c362fd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_dedb09071b2b1370.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b2a3ac448c8853e4", "row_id": "local_seamless_e02a6110a3442911_pad2", "source_id": "local_seamless_e02a6110a3442911", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0042_I00000538_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e02a6110a3442911", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b2a3ac448c8853e4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c0acd89fcbfd723c", "row_id": "local_seamless_58f6774dd3059def_pad2", "source_id": "local_seamless_58f6774dd3059def", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_58f6774dd3059def", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c0acd89fcbfd723c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_eb9606d97e0cee37", "row_id": "local_seamless_b77e817fd65a7921_seg2_pad2", "source_id": "local_seamless_b77e817fd65a7921_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0040_I00000504_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b77e817fd65a7921_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_eb9606d97e0cee37.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d0c14ccd9cfe1bc6", "row_id": "local_seamless_574a30feb3497549_pad2", "source_id": "local_seamless_574a30feb3497549", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0057_I00000384_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_574a30feb3497549", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d0c14ccd9cfe1bc6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1746b2b76078acc3", "row_id": "local_seamless_44c50e4f92fb6aa0_pad2", "source_id": "local_seamless_44c50e4f92fb6aa0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0042_I00000135_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_44c50e4f92fb6aa0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1746b2b76078acc3.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b8c07211d9935c99", "row_id": "local_seamless_34d11a8f55b6e698_pad2", "source_id": "local_seamless_34d11a8f55b6e698", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0043_I00000488_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_34d11a8f55b6e698", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b8c07211d9935c99.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_36c405dab84e479c", "row_id": "local_seamless_82815cb0e74212bb_pad2", "source_id": "local_seamless_82815cb0e74212bb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_82815cb0e74212bb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_36c405dab84e479c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_edc8002c18a7eac9", "row_id": "local_seamless_d6a05e75051037e1_pad2", "source_id": "local_seamless_d6a05e75051037e1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000483_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d6a05e75051037e1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_edc8002c18a7eac9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3886316324cf370d", "row_id": "local_seamless_d06eff88c6867571_pad2", "source_id": "local_seamless_d06eff88c6867571", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0039_I00000579_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d06eff88c6867571", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3886316324cf370d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_788ac61e725521d6", "row_id": "local_seamless_26bd1c79402f9941_pad2", "source_id": "local_seamless_26bd1c79402f9941", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0059_I00000487_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_26bd1c79402f9941", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_788ac61e725521d6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_124aaacd675d4621", "row_id": "local_seamless_5ce92fcf48782555_pad2", "source_id": "local_seamless_5ce92fcf48782555", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5ce92fcf48782555", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_124aaacd675d4621.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_265041dcec1a4a1e", "row_id": "local_seamless_4d0bd1259504ecd7_pad2", "source_id": "local_seamless_4d0bd1259504ecd7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000376_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4d0bd1259504ecd7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_265041dcec1a4a1e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1655d83849c036b2", "row_id": "local_seamless_11fd4047c149cfb4_pad2", "source_id": "local_seamless_11fd4047c149cfb4", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_11fd4047c149cfb4", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1655d83849c036b2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ac844e604864baa1", "row_id": "local_seamless_1ef52388c8bc6d27_seg2_pad2", "source_id": "local_seamless_1ef52388c8bc6d27_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0059_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1ef52388c8bc6d27_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ac844e604864baa1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ff16de69258b4323", "row_id": "local_seamless_4079632811f0f559_pad2", "source_id": "local_seamless_4079632811f0f559", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0071_I00000125_P0106.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4079632811f0f559", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ff16de69258b4323.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9c5138a53c48f254", "row_id": "local_seamless_c46fe9ab712c3fbf_pad2", "source_id": "local_seamless_c46fe9ab712c3fbf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0045_I00000578_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c46fe9ab712c3fbf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9c5138a53c48f254.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b32d8495c7cc54da", "row_id": "local_seamless_807852bb0262bfa8_pad2", "source_id": "local_seamless_807852bb0262bfa8", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0059_I00000536_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_807852bb0262bfa8", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b32d8495c7cc54da.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bfb7efb3c9a18408", "row_id": "local_seamless_bf8818cc5635ed87_pad2", "source_id": "local_seamless_bf8818cc5635ed87", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf8818cc5635ed87", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bfb7efb3c9a18408.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1274e33e8b38f4f6", "row_id": "local_seamless_1fc2a6aacf9f1460_pad2", "source_id": "local_seamless_1fc2a6aacf9f1460", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000384_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1fc2a6aacf9f1460", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1274e33e8b38f4f6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6ffba8b0d334e14c", "row_id": "local_seamless_8636fedac72536ce_seg2_pad2", "source_id": "local_seamless_8636fedac72536ce_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0055_I00000131_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8636fedac72536ce_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6ffba8b0d334e14c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f445f3d22076e180", "row_id": "local_seamless_9b731885030a8a35_pad2", "source_id": "local_seamless_9b731885030a8a35", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0045_I00000126_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9b731885030a8a35", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f445f3d22076e180.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8d97130f3aefd2e2", "row_id": "local_seamless_11589946e7af02bc_pad2", "source_id": "local_seamless_11589946e7af02bc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0059_I00000135_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_11589946e7af02bc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8d97130f3aefd2e2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0d7cda90ed81b07e", "row_id": "local_seamless_55eb1bed6d95ed12_seg2_pad2", "source_id": "local_seamless_55eb1bed6d95ed12_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_55eb1bed6d95ed12_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0d7cda90ed81b07e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_03f381187e85eaa5", "row_id": "local_seamless_7cef37009620e220_pad2", "source_id": "local_seamless_7cef37009620e220", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0061_I00000135_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7cef37009620e220", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_03f381187e85eaa5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3a546e24b55fbe43", "row_id": "local_seamless_7fcb770e3428f024_pad2", "source_id": "local_seamless_7fcb770e3428f024", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0043_I00000575_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7fcb770e3428f024", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3a546e24b55fbe43.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c2cf7dbc35afa452", "row_id": "local_seamless_86dbb7cc9e741de7_pad2", "source_id": "local_seamless_86dbb7cc9e741de7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000129_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_86dbb7cc9e741de7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c2cf7dbc35afa452.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a4cd6d19c2f1f274", "row_id": "local_seamless_f216f3c4c012ad3f_pad2", "source_id": "local_seamless_f216f3c4c012ad3f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000313_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f216f3c4c012ad3f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a4cd6d19c2f1f274.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_967dae304c2f59f6", "row_id": "local_seamless_47dd34bfd65b83e3_pad2", "source_id": "local_seamless_47dd34bfd65b83e3", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0054_I00000125_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_47dd34bfd65b83e3", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_967dae304c2f59f6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dd2ccc9969e67414", "row_id": "local_seamless_30f2128b423ea09f_seg2_pad2", "source_id": "local_seamless_30f2128b423ea09f_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000135_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_30f2128b423ea09f_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_dd2ccc9969e67414.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_10ed5fe36398cb6d", "row_id": "local_seamless_de78827ba43fb9c8_pad2", "source_id": "local_seamless_de78827ba43fb9c8", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0038_I00000307_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_de78827ba43fb9c8", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_10ed5fe36398cb6d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dc2a19b7d55d5a85", "row_id": "local_seamless_348a0345c4faa03f_pad2", "source_id": "local_seamless_348a0345c4faa03f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0055_I00000770_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_348a0345c4faa03f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_dc2a19b7d55d5a85.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d929eee58be7c6e2", "row_id": "local_seamless_c666b982dda3347b_seg2_pad2", "source_id": "local_seamless_c666b982dda3347b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000483_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c666b982dda3347b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d929eee58be7c6e2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5543a8b9ba67e04b", "row_id": "local_seamless_994933721d4ab1bf_pad2", "source_id": "local_seamless_994933721d4ab1bf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0056_I00000382_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_994933721d4ab1bf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5543a8b9ba67e04b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_da463d0238c3c5f4", "row_id": "local_seamless_f0d099f9414763cb_pad2", "source_id": "local_seamless_f0d099f9414763cb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0057_I00000377_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f0d099f9414763cb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_da463d0238c3c5f4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1b420a1e92ffe965", "row_id": "local_seamless_42324bd23de5e7f1_pad2", "source_id": "local_seamless_42324bd23de5e7f1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000579_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42324bd23de5e7f1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1b420a1e92ffe965.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ea644a0bab315606", "row_id": "local_seamless_cb74177e0e733c13_pad2", "source_id": "local_seamless_cb74177e0e733c13", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000502_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cb74177e0e733c13", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ea644a0bab315606.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_30592956e90a2d71", "row_id": "local_seamless_ab06b54ab1bbbf40_seg2_pad2", "source_id": "local_seamless_ab06b54ab1bbbf40_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0060_I00000309_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ab06b54ab1bbbf40_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_30592956e90a2d71.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b7c981dad7f886d1", "row_id": "local_seamless_4e2c9874d74834de_seg2_pad2", "source_id": "local_seamless_4e2c9874d74834de_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e2c9874d74834de_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b7c981dad7f886d1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_6a817a6a2a271dcb", "row_id": "local_seamless_490acb12b8bfd6cd_pad2", "source_id": "local_seamless_490acb12b8bfd6cd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0043_I00000479_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_490acb12b8bfd6cd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_6a817a6a2a271dcb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_594ea27ca359efb8", "row_id": "local_seamless_24afdec6c209837a_pad2", "source_id": "local_seamless_24afdec6c209837a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_24afdec6c209837a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_594ea27ca359efb8.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a5047f09df79373", "row_id": "local_seamless_0b4bd2d37478b11b_seg2_pad2", "source_id": "local_seamless_0b4bd2d37478b11b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000135_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0b4bd2d37478b11b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4a5047f09df79373.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_749b2b7780a6e6cd", "row_id": "local_seamless_c8db1e140a0f9a3e_pad2", "source_id": "local_seamless_c8db1e140a0f9a3e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0060_I00000132_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c8db1e140a0f9a3e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_749b2b7780a6e6cd.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a4ad4e56349b608c", "row_id": "local_seamless_241f9c9f54cee831_pad2", "source_id": "local_seamless_241f9c9f54cee831", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000372_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_241f9c9f54cee831", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a4ad4e56349b608c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d1c23a0adc6edc80", "row_id": "local_seamless_bec24b182abb8a46_pad2", "source_id": "local_seamless_bec24b182abb8a46", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000481_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bec24b182abb8a46", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d1c23a0adc6edc80.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e88a90265b6760f5", "row_id": "local_seamless_26cc434900399e6d_pad2", "source_id": "local_seamless_26cc434900399e6d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0058_I00000537_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_26cc434900399e6d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e88a90265b6760f5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f564b10915fcce61", "row_id": "local_seamless_2e03903daf3eb074_pad2", "source_id": "local_seamless_2e03903daf3eb074", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0044_I00000580_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2e03903daf3eb074", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f564b10915fcce61.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7f1cdb96af884295", "row_id": "local_seamless_496ec8f7bbab69cd_seg2_pad2", "source_id": "local_seamless_496ec8f7bbab69cd_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_496ec8f7bbab69cd_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7f1cdb96af884295.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a0cf6ab60af90d3f", "row_id": "local_seamless_4eefb9475dd513ce_seg2_pad2", "source_id": "local_seamless_4eefb9475dd513ce_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0043_I00000483_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4eefb9475dd513ce_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a0cf6ab60af90d3f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_04373f579ede3edb", "row_id": "local_seamless_594b3bb21db10e58_pad2", "source_id": "local_seamless_594b3bb21db10e58", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0056_I00000135_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_594b3bb21db10e58", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_04373f579ede3edb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7a86b879ac606ba1", "row_id": "local_seamless_085082f464bb77cb_pad2", "source_id": "local_seamless_085082f464bb77cb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0056_I00000543_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_085082f464bb77cb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7a86b879ac606ba1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a387925859b7e157", "row_id": "local_seamless_28a37b2304c64e8d_pad2", "source_id": "local_seamless_28a37b2304c64e8d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000480_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_28a37b2304c64e8d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a387925859b7e157.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_23bc46c309b8ece6", "row_id": "local_seamless_e1508ce8ba6798c1_pad2", "source_id": "local_seamless_e1508ce8ba6798c1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000580_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e1508ce8ba6798c1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_23bc46c309b8ece6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1f578ab264e804c5", "row_id": "pad0", "source_id": "local_seamless_559df2cfc6cf13a3_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0056_I00000544_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_559df2cfc6cf13a3_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1f578ab264e804c5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4a538818a7b956db", "row_id": "pad1", "source_id": "local_seamless_2b3d740f8ec5fc1b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0039_I00000126_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2b3d740f8ec5fc1b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4a538818a7b956db.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f79fb62ec11b9f11", "row_id": "pad2", "source_id": "local_seamless_3941d901e3531b40", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3941d901e3531b40", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f79fb62ec11b9f11.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f15eac4f86b437e1", "row_id": "pad3", "source_id": "local_seamless_90a278c392262268_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_90a278c392262268_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f15eac4f86b437e1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_71820dbe5509df39", "row_id": "pad4", "source_id": "local_seamless_bf8818cc5635ed87_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000545_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf8818cc5635ed87_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_71820dbe5509df39.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_06455cdfcb37e78e", "row_id": "pad5", "source_id": "local_seamless_5e141e594bfbf675", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0057_I00000542_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5e141e594bfbf675", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_06455cdfcb37e78e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_56f13a08f12d6a9c", "row_id": "pad6", "source_id": "local_seamless_6eaef4a701a272e6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0056_I00000375_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6eaef4a701a272e6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_56f13a08f12d6a9c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0dba5aeafdf45f40", "row_id": "pad7", "source_id": "local_seamless_cae104e9daed49f0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0043_I00000520_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cae104e9daed49f0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0dba5aeafdf45f40.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_21ce02d435e664f6", "row_id": "pad8", "source_id": "local_seamless_d4c9e80537606ee1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0044_I00000785_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d4c9e80537606ee1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_21ce02d435e664f6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_056c19bbf163e268", "row_id": "pad9", "source_id": "local_seamless_398fd5d08b4fb5ad", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_398fd5d08b4fb5ad", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_056c19bbf163e268.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_29414b48ed493a29", "row_id": "pad10", "source_id": "local_seamless_1a5d5648804a2769", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1a5d5648804a2769", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_29414b48ed493a29.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0691729d67d92f14", "row_id": "pad11", "source_id": "local_seamless_17b92aa30191469f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000582_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_17b92aa30191469f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0691729d67d92f14.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0e3e222b1726da66", "row_id": "pad12", "source_id": "local_seamless_398fd5d08b4fb5ad_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0039_I00000135_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_398fd5d08b4fb5ad_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0e3e222b1726da66.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ff6bce48499efc87", "row_id": "pad13", "source_id": "local_seamless_8e45d420cf050c1a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000132_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8e45d420cf050c1a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ff6bce48499efc87.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_af2ad7223e96dbae", "row_id": "pad14", "source_id": "local_seamless_d1b9dcef4a809f2f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0040_I00000373_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d1b9dcef4a809f2f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_af2ad7223e96dbae.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_76644b0a55d6f9b0", "row_id": "pad15", "source_id": "local_seamless_2b7e0506b38589d3", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0040_I00000542_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2b7e0506b38589d3", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_76644b0a55d6f9b0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0fb75f3b609ce584", "row_id": "pad16", "source_id": "local_seamless_e49b5ffca7dd7581", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000579_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e49b5ffca7dd7581", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0fb75f3b609ce584.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0c8bff9201557223", "row_id": "pad17", "source_id": "local_seamless_0cb062822a735ceb", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000479_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0cb062822a735ceb", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0c8bff9201557223.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a6dcded31018f79c", "row_id": "pad18", "source_id": "local_seamless_930ba0b995115c9d_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000543_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_930ba0b995115c9d_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a6dcded31018f79c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_000ce064de62709b", "row_id": "pad19", "source_id": "local_seamless_740818b3d51b6db7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0055_I00000140_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_740818b3d51b6db7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_000ce064de62709b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5f8ef43f87342c7b", "row_id": "pad20", "source_id": "local_seamless_d9a0ac50f131bab7", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0059_I00000481_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d9a0ac50f131bab7", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5f8ef43f87342c7b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_267cd060ab14035f", "row_id": "pad21", "source_id": "local_seamless_944a1454314993d0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0043_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_944a1454314993d0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_267cd060ab14035f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3926cb9c0c1f5f97", "row_id": "pad22", "source_id": "local_seamless_1f7785548b3aa37c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0041_I00000376_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1f7785548b3aa37c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3926cb9c0c1f5f97.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4ac43c86c3fbf0be", "row_id": "pad23", "source_id": "local_seamless_04e9baf3643cb23e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_04e9baf3643cb23e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4ac43c86c3fbf0be.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_794b94ff92ccfc19", "row_id": "pad24", "source_id": "local_seamless_ae22fa6b806e0945", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0060_I00000580_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ae22fa6b806e0945", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_794b94ff92ccfc19.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cc1680bacd78a79b", "row_id": "pad25", "source_id": "local_seamless_a70bbee4904ee5db", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000372_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a70bbee4904ee5db", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cc1680bacd78a79b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_657aa3aa6613861f", "row_id": "pad26", "source_id": "local_seamless_2f66eea3e9177783", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0038_I00000581_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2f66eea3e9177783", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_657aa3aa6613861f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e84ecd4921c474da", "row_id": "pad27", "source_id": "local_seamless_c4f8e431420a3987", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0057_I00000543_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c4f8e431420a3987", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e84ecd4921c474da.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_2c162e7edb948f5e", "row_id": "pad28", "source_id": "local_seamless_c0534eb0aa3e3c31_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0040_I00000377_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c0534eb0aa3e3c31_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_2c162e7edb948f5e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f6a9b558b438259e", "row_id": "pad29", "source_id": "local_seamless_87f1fe79dd1c0e00_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0041_I00000546_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_87f1fe79dd1c0e00_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f6a9b558b438259e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9cd709373d14ae44", "row_id": "pad30", "source_id": "local_seamless_7112179dce0001b9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000582_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7112179dce0001b9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9cd709373d14ae44.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_570b3b0bac3b4271", "row_id": "pad31", "source_id": "local_seamless_a21f8e78957228f4", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0043_I00000538_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a21f8e78957228f4", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_570b3b0bac3b4271.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ff409e6ff98a092d", "row_id": "pad32", "source_id": "local_seamless_1f2dd15f8a709171_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0040_I00000504_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1f2dd15f8a709171_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ff409e6ff98a092d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b738ea4fe1a911fe", "row_id": "pad33", "source_id": "local_seamless_da3e91da78bd7a28", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0056_I00000542_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_da3e91da78bd7a28", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b738ea4fe1a911fe.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f02edfd304815bcf", "row_id": "pad34", "source_id": "local_seamless_3d0ee7d5c3b10967_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3d0ee7d5c3b10967_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f02edfd304815bcf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3720ec8e49e884e7", "row_id": "pad35", "source_id": "local_seamless_3941d901e3531b40_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0043_I00000488_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3941d901e3531b40_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3720ec8e49e884e7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8fb2e29b01c3e647", "row_id": "pad36", "source_id": "local_seamless_9566012267ae81c9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0056_I00000541_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9566012267ae81c9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8fb2e29b01c3e647.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_09ad761f9c3f81ca", "row_id": "pad37", "source_id": "local_seamless_b4b534f0dda15bf6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0042_I00000536_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b4b534f0dda15bf6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_09ad761f9c3f81ca.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4dabe7c8860d4518", "row_id": "pad38", "source_id": "local_seamless_e20b51ea94ce37bc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0057_I00000543_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e20b51ea94ce37bc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4dabe7c8860d4518.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b959654f9e9591d4", "row_id": "pad39", "source_id": "local_seamless_8fcd0be8d3e381e6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0070_I00000581_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8fcd0be8d3e381e6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b959654f9e9591d4.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5b349c5fd6798ff7", "row_id": "pad40", "source_id": "local_seamless_3593e769e8c360a6", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0041_I00000504_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3593e769e8c360a6", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5b349c5fd6798ff7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1182f6c4b66093da", "row_id": "pad41", "source_id": "local_seamless_30c59acbf2cbd53b_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0044_I00000309_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_30c59acbf2cbd53b_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1182f6c4b66093da.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9770ac17b9759cdf", "row_id": "pad42", "source_id": "local_seamless_51e6133dbfae1fcf_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000371_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_51e6133dbfae1fcf_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9770ac17b9759cdf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b3de02435380b675", "row_id": "pad43", "source_id": "local_seamless_a0d61ba33a34168a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000126_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_a0d61ba33a34168a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b3de02435380b675.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7e9d449340078b84", "row_id": "pad44", "source_id": "local_seamless_82815cb0e74212bb_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0045_I00000135_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_82815cb0e74212bb_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7e9d449340078b84.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_896a1e308189e818", "row_id": "pad45", "source_id": "local_seamless_d5271d43fea2c745", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0040_I00000384_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d5271d43fea2c745", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_896a1e308189e818.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_0bf124ea4198bcb7", "row_id": "pad46", "source_id": "local_seamless_7dbbcca296da86fc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0020.tar#V00_S0039_I00000770_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7dbbcca296da86fc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_0bf124ea4198bcb7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9c9e64a8b092f9df", "row_id": "pad47", "source_id": "local_seamless_cecae2122adf768c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0060_I00000582_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cecae2122adf768c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9c9e64a8b092f9df.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dbbef654b9fde604", "row_id": "pad48", "source_id": "local_seamless_24afdec6c209837a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0054_I00000581_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_24afdec6c209837a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_dbbef654b9fde604.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e6d13268bcf5645e", "row_id": "pad49", "source_id": "local_seamless_4e5846dbf3185a5b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0045_I00000313_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e5846dbf3185a5b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e6d13268bcf5645e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c77cc0324d0c76e6", "row_id": "pad50", "source_id": "local_seamless_975364c1a863239b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0060_I00000580_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_975364c1a863239b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c77cc0324d0c76e6.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8fab193dc3904958", "row_id": "pad51", "source_id": "local_seamless_7492920cb0b4111c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7492920cb0b4111c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8fab193dc3904958.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c22ec28acd90310b", "row_id": "pad52", "source_id": "local_seamless_29a6803548d6aa98", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_29a6803548d6aa98", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c22ec28acd90310b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e9f049c517451cbb", "row_id": "pad53", "source_id": "local_seamless_70a16a722d391520_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0055_I00000307_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_70a16a722d391520_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e9f049c517451cbb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8097429ef14e3d54", "row_id": "pad54", "source_id": "local_seamless_5bf752e0a004d990", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5bf752e0a004d990", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8097429ef14e3d54.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_55ca29dc00c23b9a", "row_id": "pad55", "source_id": "local_seamless_04e9baf3643cb23e_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0041_I00000372_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_04e9baf3643cb23e_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_55ca29dc00c23b9a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_62c17e395a44af6e", "row_id": "pad56", "source_id": "local_seamless_9cdff45e6a923503", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000125_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9cdff45e6a923503", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_62c17e395a44af6e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1d161a9e56c76700", "row_id": "pad57", "source_id": "local_seamless_5bf752e0a004d990_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0056_I00000541_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5bf752e0a004d990_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1d161a9e56c76700.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5b034271975b8b74", "row_id": "pad58", "source_id": "local_seamless_40c901692614bd66", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0038_I00000785_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_40c901692614bd66", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5b034271975b8b74.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_4ea1486ad580862e", "row_id": "pad59", "source_id": "local_seamless_2dc267092f8c9e99_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0057_I00000375_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2dc267092f8c9e99_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_4ea1486ad580862e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5cc878cb28f2776b", "row_id": "pad60", "source_id": "local_seamless_041b36945513fb59", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0038_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_041b36945513fb59", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5cc878cb28f2776b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bfcc3f2fd303596d", "row_id": "pad61", "source_id": "local_seamless_3fb2eefccd54d72c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0041_I00000543_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3fb2eefccd54d72c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bfcc3f2fd303596d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7be573949dc48674", "row_id": "pad62", "source_id": "local_seamless_43b0a70944ac1e41", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0054_I00000580_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_43b0a70944ac1e41", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7be573949dc48674.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a57b3e5b94ce0d25", "row_id": "pad63", "source_id": "local_seamless_9b7f639cfb7d0c65_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9b7f639cfb7d0c65_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a57b3e5b94ce0d25.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1586abb9c1562cfb", "row_id": "pad64", "source_id": "local_seamless_bf72336fd88da669_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0041_I00000541_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_bf72336fd88da669_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1586abb9c1562cfb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e632fb1762f93004", "row_id": "pad65", "source_id": "local_seamless_55eb1bed6d95ed12", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000580_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_55eb1bed6d95ed12", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e632fb1762f93004.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_491d98b0773b622d", "row_id": "pad66", "source_id": "local_seamless_5b70c01a5512feed", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0043_I00000535_P0065.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5b70c01a5512feed", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_491d98b0773b622d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fbf445670eb41517", "row_id": "pad67", "source_id": "local_seamless_8f1272c785fca5c1_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8f1272c785fca5c1_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fbf445670eb41517.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_76d9bd55a6bf41d7", "row_id": "pad68", "source_id": "local_seamless_871bb1a60888c032_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000373_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_871bb1a60888c032_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_76d9bd55a6bf41d7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_18181898a5af628b", "row_id": "pad69", "source_id": "local_seamless_496ec8f7bbab69cd", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000135_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_496ec8f7bbab69cd", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_18181898a5af628b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_1d3698fb7b85b01c", "row_id": "pad70", "source_id": "local_seamless_4e2c9874d74834de", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0055_I00000785_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e2c9874d74834de", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_1d3698fb7b85b01c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a394ec6a16e9fe60", "row_id": "pad71", "source_id": "local_seamless_e428a793dfcdbeac", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000138_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e428a793dfcdbeac", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a394ec6a16e9fe60.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3d31d1c9c6a93b6c", "row_id": "pad72", "source_id": "local_seamless_22e209d34ca52f2e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0060_I00000126_P0090.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_22e209d34ca52f2e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3d31d1c9c6a93b6c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_612bf7f6ccadef1b", "row_id": "pad73", "source_id": "local_seamless_42737f6b7392b518_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42737f6b7392b518_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_612bf7f6ccadef1b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_13b2a02b4c538784", "row_id": "pad74", "source_id": "local_seamless_7ec84146ee31fad0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0040_I00000544_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7ec84146ee31fad0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_13b2a02b4c538784.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ad8b4a5ffea8fdda", "row_id": "pad75", "source_id": "local_seamless_03b1ce66a7436e09", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0054_I00000785_P0084.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_03b1ce66a7436e09", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ad8b4a5ffea8fdda.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b34120418f92e073", "row_id": "pad76", "source_id": "local_seamless_8c60ce772ecaf6f2_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0070_I00000129_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8c60ce772ecaf6f2_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b34120418f92e073.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b2d09b60e2038727", "row_id": "pad77", "source_id": "local_seamless_7e11b43dfea2ccdf", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0039_I00000580_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7e11b43dfea2ccdf", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b2d09b60e2038727.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3e4bf4261a647fd7", "row_id": "pad78", "source_id": "local_seamless_b929337710be6446", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0055_I00000132_P0085.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b929337710be6446", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3e4bf4261a647fd7.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_23edd40f3d41956c", "row_id": "pad79", "source_id": "local_seamless_e215957cb2ad6f59", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0044_I00000581_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e215957cb2ad6f59", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_23edd40f3d41956c.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_737171958c1e3f16", "row_id": "pad80", "source_id": "local_seamless_02c9847afab79960_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0038_I00000309_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_02c9847afab79960_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_737171958c1e3f16.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_82d2ce2cd7e6bc69", "row_id": "pad81", "source_id": "local_seamless_3d0ee7d5c3b10967", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0061_I00000132_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3d0ee7d5c3b10967", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_82d2ce2cd7e6bc69.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_56e32f69ff74c51b", "row_id": "pad82", "source_id": "local_seamless_2959bbfa6626edea", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0009.tar#V00_S0044_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2959bbfa6626edea", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_56e32f69ff74c51b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_087c62d25d47298f", "row_id": "pad83", "source_id": "local_seamless_4f5969569f868c7a", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0038_I00000578_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4f5969569f868c7a", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_087c62d25d47298f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cda17d3900264945", "row_id": "pad84", "source_id": "local_seamless_8f1272c785fca5c1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0040_I00000543_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_8f1272c785fca5c1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cda17d3900264945.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c5b1de22fb3a1c14", "row_id": "pad85", "source_id": "local_seamless_2874967bcfb491e3", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0040_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2874967bcfb491e3", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c5b1de22fb3a1c14.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7901fa7616e6f683", "row_id": "pad86", "source_id": "local_seamless_4e8cd1936d910192_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e8cd1936d910192_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7901fa7616e6f683.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c7dcf86302c5ce72", "row_id": "pad87", "source_id": "local_seamless_ca9e397bafa59d85", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0056_I00000377_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ca9e397bafa59d85", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c7dcf86302c5ce72.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_047a9fdb313bfe6b", "row_id": "pad88", "source_id": "local_seamless_11fd4047c149cfb4_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0059_I00000479_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_11fd4047c149cfb4_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_047a9fdb313bfe6b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f355db5ab4d9f056", "row_id": "pad89", "source_id": "local_seamless_42737f6b7392b518", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0060_I00000125_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_42737f6b7392b518", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f355db5ab4d9f056.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_5dd24092436ae55d", "row_id": "pad90", "source_id": "local_seamless_4e989d9382d1a84b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0058_I00000538_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e989d9382d1a84b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_5dd24092436ae55d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_94057c79223789de", "row_id": "pad91", "source_id": "local_seamless_414ff5f755c2e69e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0059_I00000495_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_414ff5f755c2e69e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_94057c79223789de.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_be9b65cc9023d63d", "row_id": "pad92", "source_id": "local_seamless_1ea9cd8ba02bebff", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0044_I00000140_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1ea9cd8ba02bebff", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_be9b65cc9023d63d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_8b413809c3daa494", "row_id": "pad93", "source_id": "local_seamless_9e19681cc0de1f52", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9e19681cc0de1f52", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_8b413809c3daa494.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7fa4aeb4a6a30148", "row_id": "pad94", "source_id": "local_seamless_6bbc1da6263bcc93", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0070_I00000132_P0105.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6bbc1da6263bcc93", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7fa4aeb4a6a30148.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_9caad6cc7b609566", "row_id": "local_seamless_fa12accdc41c013f_0", "source_id": "local_seamless_fa12accdc41c013f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0061_I00000578_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_fa12accdc41c013f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_9caad6cc7b609566.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b6cb8869b443ee69", "row_id": "local_seamless_657399b2740b3b8d_0", "source_id": "local_seamless_657399b2740b3b8d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0044_I00000135_P0066.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_657399b2740b3b8d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b6cb8869b443ee69.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_862fb923af514475", "row_id": "local_seamless_248e1b7a4205680a_seg2_0", "source_id": "local_seamless_248e1b7a4205680a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0045_I00000129_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_248e1b7a4205680a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_862fb923af514475.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d90bb9bc2fd2b7d9", "row_id": "local_seamless_e0e25b1d5ca8ea7b_0", "source_id": "local_seamless_e0e25b1d5ca8ea7b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0058_I00000537_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_e0e25b1d5ca8ea7b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d90bb9bc2fd2b7d9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a7fe363a625b7a17", "row_id": "local_seamless_95ecd0fcb3dd3e4d_0", "source_id": "local_seamless_95ecd0fcb3dd3e4d", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0059_I00000535_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_95ecd0fcb3dd3e4d", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a7fe363a625b7a17.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_294ad8be73006560", "row_id": "local_seamless_c971a18719c3b955_0", "source_id": "local_seamless_c971a18719c3b955", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0059_I00000536_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c971a18719c3b955", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_294ad8be73006560.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_616fe0201acf98fb", "row_id": "local_seamless_58f6774dd3059def_seg2_0", "source_id": "local_seamless_58f6774dd3059def_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000770_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_58f6774dd3059def_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_616fe0201acf98fb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cbfd0c3d7d03f1b5", "row_id": "local_seamless_9e19681cc0de1f52_seg2_0", "source_id": "local_seamless_9e19681cc0de1f52_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0060_I00000307_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9e19681cc0de1f52_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cbfd0c3d7d03f1b5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_10486278497b4970", "row_id": "local_seamless_f38fc581b5683727_0", "source_id": "local_seamless_f38fc581b5683727", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0045_I00000313_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f38fc581b5683727", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_10486278497b4970.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d8b61bf822610fed", "row_id": "local_seamless_d4bc5672a88aa298_0", "source_id": "local_seamless_d4bc5672a88aa298", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0059_I00000538_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d4bc5672a88aa298", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d8b61bf822610fed.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aa50fe0402156dba", "row_id": "local_seamless_f2654e4cbb2ad89e_0", "source_id": "local_seamless_f2654e4cbb2ad89e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000481_P0064.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_f2654e4cbb2ad89e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_aa50fe0402156dba.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d0ffbb764e067cb9", "row_id": "local_seamless_90a278c392262268_0", "source_id": "local_seamless_90a278c392262268", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0019.tar#V00_S0040_I00000544_P0062.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_90a278c392262268", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d0ffbb764e067cb9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_691ef5d7d1180e99", "row_id": "local_seamless_ebfd924f7ec41260_0", "source_id": "local_seamless_ebfd924f7ec41260", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0061_I00000579_P0091.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ebfd924f7ec41260", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_691ef5d7d1180e99.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a672fa8560e19265", "row_id": "local_seamless_cbf63ed34d52f0a9_0", "source_id": "local_seamless_cbf63ed34d52f0a9", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0056_I00000376_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_cbf63ed34d52f0a9", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a672fa8560e19265.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_b046740d1efc820b", "row_id": "local_seamless_833b07b0454db2f8_0", "source_id": "local_seamless_833b07b0454db2f8", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0059_I00000575_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_833b07b0454db2f8", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_b046740d1efc820b.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7a4b7ac936d30d16", "row_id": "local_seamless_4e8cd1936d910192_0", "source_id": "local_seamless_4e8cd1936d910192", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0054_I00000579_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4e8cd1936d910192", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7a4b7ac936d30d16.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_a2ba0166ec5a3291", "row_id": "local_seamless_09820fca5dddd57f_seg2_0", "source_id": "local_seamless_09820fca5dddd57f_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0044_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_09820fca5dddd57f_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_a2ba0166ec5a3291.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_582380ff66de4e87", "row_id": "local_seamless_896692d908bc3927_0", "source_id": "local_seamless_896692d908bc3927", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0044_I00000582_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_896692d908bc3927", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_582380ff66de4e87.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_15ea638d63cac313", "row_id": "local_seamless_c13057b414a5781c_0", "source_id": "local_seamless_c13057b414a5781c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0011.tar#V00_S0040_I00000375_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c13057b414a5781c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_15ea638d63cac313.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_12620eca3cfeb5aa", "row_id": "local_seamless_1a5d5648804a2769_seg2_0", "source_id": "local_seamless_1a5d5648804a2769_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0002.tar#V00_S0058_I00000536_P0088.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1a5d5648804a2769_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_12620eca3cfeb5aa.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_895b22a915bd1aaf", "row_id": "local_seamless_1e844fa8d591364e_0", "source_id": "local_seamless_1e844fa8d591364e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0001.tar#V00_S0045_I00000129_P0068.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1e844fa8d591364e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_895b22a915bd1aaf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c3b86ecccc6ad6b2", "row_id": "local_seamless_596c1ffbc7cc0ffc_0", "source_id": "local_seamless_596c1ffbc7cc0ffc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0057_I00000377_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_596c1ffbc7cc0ffc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c3b86ecccc6ad6b2.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_30287aa2c15be118", "row_id": "local_seamless_2abd1ef3590179b0_0", "source_id": "local_seamless_2abd1ef3590179b0", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0044_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2abd1ef3590179b0", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_30287aa2c15be118.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_94d6938605f483d1", "row_id": "local_seamless_c2398507d0ab899f_seg2_0", "source_id": "local_seamless_c2398507d0ab899f_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0055_I00000307_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c2398507d0ab899f_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_94d6938605f483d1.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_57d797893b7e920a", "row_id": "local_seamless_60106e3c1c630b87_0", "source_id": "local_seamless_60106e3c1c630b87", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0021.tar#V00_S0042_I00000135_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_60106e3c1c630b87", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_57d797893b7e920a.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_d207aa60a0a93aed", "row_id": "local_seamless_d6f374da0fab7a79_0", "source_id": "local_seamless_d6f374da0fab7a79", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0039_I00000785_P0040A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_d6f374da0fab7a79", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_d207aa60a0a93aed.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_76e335e4ddcf303f", "row_id": "local_seamless_c294cd54dbd714ad_0", "source_id": "local_seamless_c294cd54dbd714ad", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0018.tar#V00_S0039_I00000307_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c294cd54dbd714ad", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_76e335e4ddcf303f.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_93faf1ad3f5e960e", "row_id": "local_seamless_6a056bc8dd8ec57c_0", "source_id": "local_seamless_6a056bc8dd8ec57c", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0012.tar#V00_S0061_I00000126_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_6a056bc8dd8ec57c", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_93faf1ad3f5e960e.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3636d0478f4bbc91", "row_id": "local_seamless_c42d8c775012a15f_0", "source_id": "local_seamless_c42d8c775012a15f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0039_I00000581_P0061.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c42d8c775012a15f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3636d0478f4bbc91.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_3b00c1a4e7781584", "row_id": "local_seamless_dfbded768045653f_0", "source_id": "local_seamless_dfbded768045653f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0059_I00000495_P0089.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_dfbded768045653f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_3b00c1a4e7781584.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fa74c2d6ef679530", "row_id": "local_seamless_2c95967bbefc07dc_0", "source_id": "local_seamless_2c95967bbefc07dc", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0056_I00000502_P0086.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_2c95967bbefc07dc", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fa74c2d6ef679530.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_cfd7166fda6198df", "row_id": "local_seamless_9a72c31d1507af30_0", "source_id": "local_seamless_9a72c31d1507af30", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0041_I00000371_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9a72c31d1507af30", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_cfd7166fda6198df.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c848a790eb8439ef", "row_id": "local_seamless_1ed54db53a9be2f8_0", "source_id": "local_seamless_1ed54db53a9be2f8", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0000.tar#V00_S0058_I00000480_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_1ed54db53a9be2f8", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c848a790eb8439ef.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_c81880cc935c08cc", "row_id": "local_seamless_edb67a0ed30d4d2e_0", "source_id": "local_seamless_edb67a0ed30d4d2e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0038_I00000131_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_edb67a0ed30d4d2e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_c81880cc935c08cc.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_23cf22e3b4095f83", "row_id": "local_seamless_9b7f639cfb7d0c65_0", "source_id": "local_seamless_9b7f639cfb7d0c65", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0006.tar#V00_S0057_I00000545_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_9b7f639cfb7d0c65", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_23cf22e3b4095f83.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_f00cb024874f00eb", "row_id": "local_seamless_3763ccfcc6e58380_0", "source_id": "local_seamless_3763ccfcc6e58380", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0008.tar#V00_S0045_I00000579_P0067A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_3763ccfcc6e58380", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_f00cb024874f00eb.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_aaf8f56d348a52ae", "row_id": "local_seamless_7f5e54f3980d006e_0", "source_id": "local_seamless_7f5e54f3980d006e", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0055_I00000125_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7f5e54f3980d006e", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_aaf8f56d348a52ae.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_ba8e92af84f2fadf", "row_id": "local_seamless_ded11461ba056ee4_0", "source_id": "local_seamless_ded11461ba056ee4", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0061_I00000135_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_ded11461ba056ee4", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_ba8e92af84f2fadf.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_bd70a70b22126bc0", "row_id": "local_seamless_5d618a8f150acfad_0", "source_id": "local_seamless_5d618a8f150acfad", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0014.tar#V00_S0061_I00000131_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_5d618a8f150acfad", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_bd70a70b22126bc0.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_04ae2762a30219e9", "row_id": "local_seamless_29a6803548d6aa98_seg2_0", "source_id": "local_seamless_29a6803548d6aa98_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0041_I00000544_P0063.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_29a6803548d6aa98_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_04ae2762a30219e9.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_dc8acfead01c1799", "row_id": "local_seamless_24fdea1dfd668dec_0", "source_id": "local_seamless_24fdea1dfd668dec", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0061_I00000581_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_24fdea1dfd668dec", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_dc8acfead01c1799.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_054f7964cd306321", "row_id": "local_seamless_7492920cb0b4111c_seg2_0", "source_id": "local_seamless_7492920cb0b4111c_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0003.tar#V00_S0057_I00000135_P0087.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_7492920cb0b4111c_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_054f7964cd306321.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_7478c34213e546f5", "row_id": "local_seamless_01c6fc9fe873f99a_seg2_0", "source_id": "local_seamless_01c6fc9fe873f99a_seg2", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0016.tar#V00_S0054_I00000309_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_01c6fc9fe873f99a_seg2", "start_sec": 9.386666666666667, "end_sec": 14.386666666666667, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_7478c34213e546f5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_75d65880c4cdb20d", "row_id": "local_seamless_c1809c7d749ef488_0", "source_id": "local_seamless_c1809c7d749ef488", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0004.tar#V00_S0038_I00000578_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c1809c7d749ef488", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_75d65880c4cdb20d.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_088cb2fdf8592254", "row_id": "local_seamless_09820fca5dddd57f_0", "source_id": "local_seamless_09820fca5dddd57f", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0005.tar#V00_S0044_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_09820fca5dddd57f", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_088cb2fdf8592254.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_153882009e2c6f68", "row_id": "local_seamless_c666b982dda3347b_0", "source_id": "local_seamless_c666b982dda3347b", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0007.tar#V00_S0042_I00000483_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_c666b982dda3347b", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_153882009e2c6f68.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_e40a9a890982b749", "row_id": "local_seamless_0f0aa9c2d1314733_0", "source_id": "local_seamless_0f0aa9c2d1314733", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0013.tar#V00_S0038_I00000126_P0060.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_0f0aa9c2d1314733", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_e40a9a890982b749.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_fe09003879ea39e5", "row_id": "local_seamless_b9d9f2143d9d1798_0", "source_id": "local_seamless_b9d9f2143d9d1798", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0010.tar#V00_S0055_I00000498_P0029A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_b9d9f2143d9d1798", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_fe09003879ea39e5.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_260131a0b58be970", "row_id": "local_seamless_4f3c66b8c83f71e1_0", "source_id": "local_seamless_4f3c66b8c83f71e1", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0017.tar#V00_S0038_I00000785_P0059A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_4f3c66b8c83f71e1", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_260131a0b58be970.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} +{"manifest_id": "manifest_37b9fedb2451f335", "row_id": "local_seamless_eeb74bd2d5325f03_0", "source_id": "local_seamless_eeb74bd2d5325f03", "source_dataset": null, "source_url": "https://hf-mirror.com/datasets/facebook/seamless-interaction/resolve/main/improvised/train/0000/0015.tar#V00_S0058_I00000484_P0027A.mp4", "upstream_split": "train", "license": "CC BY-NC 4.0", "author": null, "original_source_id": "local_seamless_eeb74bd2d5325f03", "start_sec": 0.0, "end_sec": 5.0, "expected_sha256": null, "output_relative_path": "media/ProactiveAVInteraction/manifest_37b9fedb2451f335.mp4", "reconstruction_method": "clip", "generator_family": null, "template_id": null, "seed": null, "redistribution_allowed": false, "text": null, "width": 640, "height": 480} diff --git a/manifests/SpeechOutputAlignment.jsonl b/manifests/SpeechOutputAlignment.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..53c1d532f57d649a5d903ac8a4d760542d7d6901 --- /dev/null +++ b/manifests/SpeechOutputAlignment.jsonl @@ -0,0 +1,1000 @@ +{"manifest_id": "manifest_963038eb6937f5ba", "row_id": "soa_000000", "source_id": "sai_000000", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000000", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_963038eb6937f5ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 3 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_342a9fbcf683d8f6", "row_id": "soa_000001", "source_id": "sai_000001", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000001", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_342a9fbcf683d8f6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 4 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_fe437527338f4fb8", "row_id": "soa_000002", "source_id": "sai_000002", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000002", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_fe437527338f4fb8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_150a90bbc08e3f6d", "row_id": "soa_000003", "source_id": "sai_000003", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000003", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_150a90bbc08e3f6d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_92bd286864173ddd", "row_id": "soa_000004", "source_id": "sai_000004", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000004", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_92bd286864173ddd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_5beefd8d7671bce3", "row_id": "soa_000005", "source_id": "sai_000005", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000005", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5beefd8d7671bce3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_de1ab38788c5f727", "row_id": "soa_000006", "source_id": "sai_000006", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000006", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_de1ab38788c5f727.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_5b17a8f3cfc4eae0", "row_id": "soa_000007", "source_id": "sai_000007", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000007", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5b17a8f3cfc4eae0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_f1ef5fe8e2fafac5", "row_id": "soa_000008", "source_id": "sai_000008", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000008", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f1ef5fe8e2fafac5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_1ee4cd3646229b0f", "row_id": "soa_000009", "source_id": "sai_000009", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000009", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1ee4cd3646229b0f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_c95d398682797c4d", "row_id": "soa_000010", "source_id": "sai_000010", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000010", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c95d398682797c4d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 13 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_f5c26ed374c45fae", "row_id": "soa_000011", "source_id": "sai_000011", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000011", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f5c26ed374c45fae.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 14 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_e4ef7273bdd814f3", "row_id": "soa_000012", "source_id": "sai_000012", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000012", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e4ef7273bdd814f3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_717981cc6bcaa95b", "row_id": "soa_000013", "source_id": "sai_000013", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000013", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_717981cc6bcaa95b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_735e85d6b0cc9b22", "row_id": "soa_000014", "source_id": "sai_000014", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000014", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_735e85d6b0cc9b22.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_0343444f84b8ff0c", "row_id": "soa_000015", "source_id": "sai_000015", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000015", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0343444f84b8ff0c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_cf0404c90243462c", "row_id": "soa_000016", "source_id": "sai_000016", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000016", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cf0404c90243462c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_be42324d9c0b5fb8", "row_id": "soa_000017", "source_id": "sai_000017", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000017", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_be42324d9c0b5fb8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_a4a52885167dd517", "row_id": "soa_000018", "source_id": "sai_000018", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000018", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a4a52885167dd517.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_e78322ffd8c54aaa", "row_id": "soa_000019", "source_id": "sai_000019", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000019", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e78322ffd8c54aaa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_4cc359f7547f4259", "row_id": "soa_000020", "source_id": "sai_000020", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000020", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4cc359f7547f4259.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 23 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_765f73afd6001169", "row_id": "soa_000021", "source_id": "sai_000021", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000021", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_765f73afd6001169.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 24 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_f4a4a184bf4446a8", "row_id": "soa_000022", "source_id": "sai_000022", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000022", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f4a4a184bf4446a8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_6f01c398049e1824", "row_id": "soa_000023", "source_id": "sai_000023", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000023", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6f01c398049e1824.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_23a4692601485213", "row_id": "soa_000024", "source_id": "sai_000024", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000024", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_23a4692601485213.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_58dafe65cef81ab2", "row_id": "soa_000025", "source_id": "sai_000025", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000025", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_58dafe65cef81ab2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_d67567c5e237ee62", "row_id": "soa_000026", "source_id": "sai_000026", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000026", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d67567c5e237ee62.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_629543941b33f60e", "row_id": "soa_000027", "source_id": "sai_000027", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000027", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_629543941b33f60e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_b2b869e58e3c33e1", "row_id": "soa_000028", "source_id": "sai_000028", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000028", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b2b869e58e3c33e1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_a4a0bd93b906e9f3", "row_id": "soa_000029", "source_id": "sai_000029", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000029", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a4a0bd93b906e9f3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_cb3c87fdcfc6f67e", "row_id": "soa_000030", "source_id": "sai_000030", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000030", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cb3c87fdcfc6f67e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 6 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_470a178e4fd3ea9f", "row_id": "soa_000031", "source_id": "sai_000031", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000031", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_470a178e4fd3ea9f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 7 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_a1c598b55a09c9d8", "row_id": "soa_000032", "source_id": "sai_000032", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000032", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a1c598b55a09c9d8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_cb284be1b5724eec", "row_id": "soa_000033", "source_id": "sai_000033", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000033", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cb284be1b5724eec.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_7da604c51fcde31b", "row_id": "soa_000034", "source_id": "sai_000034", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000034", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7da604c51fcde31b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_7691e3cc0e0bcdc3", "row_id": "soa_000035", "source_id": "sai_000035", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000035", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7691e3cc0e0bcdc3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_accbc1b56577f0bf", "row_id": "soa_000036", "source_id": "sai_000036", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000036", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_accbc1b56577f0bf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_4316800127cca64c", "row_id": "soa_000037", "source_id": "sai_000037", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000037", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4316800127cca64c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_bc51a067433128e1", "row_id": "soa_000038", "source_id": "sai_000038", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000038", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bc51a067433128e1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_79eb23841f3f75f5", "row_id": "soa_000039", "source_id": "sai_000039", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000039", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_79eb23841f3f75f5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_c9b9091f61f0a388", "row_id": "soa_000040", "source_id": "sai_000040", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000040", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c9b9091f61f0a388.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 16 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_eaa2bc5d08f5221a", "row_id": "soa_000041", "source_id": "sai_000041", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000041", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_eaa2bc5d08f5221a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 17 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_b537dc8332befe94", "row_id": "soa_000042", "source_id": "sai_000042", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000042", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b537dc8332befe94.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_5224a1381af5791b", "row_id": "soa_000043", "source_id": "sai_000043", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000043", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5224a1381af5791b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_767cb844b7a07e99", "row_id": "soa_000044", "source_id": "sai_000044", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000044", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_767cb844b7a07e99.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_7cc2267ce49ced10", "row_id": "soa_000045", "source_id": "sai_000045", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000045", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7cc2267ce49ced10.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_623e107a34b5dc22", "row_id": "soa_000046", "source_id": "sai_000046", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000046", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_623e107a34b5dc22.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_b6526642df4735ef", "row_id": "soa_000047", "source_id": "sai_000047", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000047", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b6526642df4735ef.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_7fb9e6c840fb24b5", "row_id": "soa_000048", "source_id": "sai_000048", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000048", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7fb9e6c840fb24b5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_2d17c70df7f6d365", "row_id": "soa_000049", "source_id": "sai_000049", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000049", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2d17c70df7f6d365.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_39b74cbbc45458ad", "row_id": "soa_000050", "source_id": "sai_000050", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000050", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_39b74cbbc45458ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 26 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_7307555031fda127", "row_id": "soa_000051", "source_id": "sai_000051", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000051", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7307555031fda127.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 27 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_bae46d40868a7945", "row_id": "soa_000052", "source_id": "sai_000052", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000052", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bae46d40868a7945.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_ea4340da7a7038b4", "row_id": "soa_000053", "source_id": "sai_000053", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000053", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ea4340da7a7038b4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_881cb3908462ca13", "row_id": "soa_000054", "source_id": "sai_000054", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000054", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_881cb3908462ca13.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_5c346b2ddc9a2fa8", "row_id": "soa_000055", "source_id": "sai_000055", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000055", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5c346b2ddc9a2fa8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_25f932d10272c455", "row_id": "soa_000056", "source_id": "sai_000056", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000056", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_25f932d10272c455.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_d558b5b2f2d1c841", "row_id": "soa_000057", "source_id": "sai_000057", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000057", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d558b5b2f2d1c841.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_2f6f8589036805a1", "row_id": "soa_000058", "source_id": "sai_000058", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000058", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2f6f8589036805a1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_f0f71751b258b543", "row_id": "soa_000059", "source_id": "sai_000059", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000059", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f0f71751b258b543.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_1b0ad774180d1137", "row_id": "soa_000060", "source_id": "sai_000060", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000060", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1b0ad774180d1137.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 9 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_1c039f2fabebecd5", "row_id": "soa_000061", "source_id": "sai_000061", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000061", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1c039f2fabebecd5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 10 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_6c45614719ddde64", "row_id": "soa_000062", "source_id": "sai_000062", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000062", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6c45614719ddde64.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_1f809b92aefbce15", "row_id": "soa_000063", "source_id": "sai_000063", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000063", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1f809b92aefbce15.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_5bee2f8694e328ee", "row_id": "soa_000064", "source_id": "sai_000064", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000064", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5bee2f8694e328ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_e1bce68d1124725c", "row_id": "soa_000065", "source_id": "sai_000065", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000065", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e1bce68d1124725c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_581e2359b312873c", "row_id": "soa_000066", "source_id": "sai_000066", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000066", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_581e2359b312873c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_ef4bb7f4d5907c1e", "row_id": "soa_000067", "source_id": "sai_000067", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000067", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ef4bb7f4d5907c1e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_337fa4f1210412ce", "row_id": "soa_000068", "source_id": "sai_000068", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000068", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_337fa4f1210412ce.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_bbd5fcfe641f229a", "row_id": "soa_000069", "source_id": "sai_000069", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000069", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bbd5fcfe641f229a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_5b74ffb9e5d1ce97", "row_id": "soa_000070", "source_id": "sai_000070", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000070", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5b74ffb9e5d1ce97.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 19 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_b071b8ecbad9fbb5", "row_id": "soa_000071", "source_id": "sai_000071", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000071", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b071b8ecbad9fbb5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 20 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_1e77f5606427a099", "row_id": "soa_000072", "source_id": "sai_000072", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000072", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1e77f5606427a099.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_a986e22e68992ddf", "row_id": "soa_000073", "source_id": "sai_000073", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000073", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a986e22e68992ddf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_b19d604f30186261", "row_id": "soa_000074", "source_id": "sai_000074", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000074", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b19d604f30186261.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_e3ed894b1f4d2fa2", "row_id": "soa_000075", "source_id": "sai_000075", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000075", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e3ed894b1f4d2fa2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_15028c083bf9dcd1", "row_id": "soa_000076", "source_id": "sai_000076", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000076", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_15028c083bf9dcd1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_52cbdb4a776d90da", "row_id": "soa_000077", "source_id": "sai_000077", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000077", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_52cbdb4a776d90da.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_6dac79beeee99970", "row_id": "soa_000078", "source_id": "sai_000078", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000078", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6dac79beeee99970.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_ed0524f3f4aba0ed", "row_id": "soa_000079", "source_id": "sai_000079", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000079", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ed0524f3f4aba0ed.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_4ade2660861c6460", "row_id": "soa_000080", "source_id": "sai_000080", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000080", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4ade2660861c6460.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 29 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_2794025d632fa708", "row_id": "soa_000081", "source_id": "sai_000081", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000081", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2794025d632fa708.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 3 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_1c145cc65b4d8001", "row_id": "soa_000082", "source_id": "sai_000082", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000082", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1c145cc65b4d8001.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_bc90e826269658ad", "row_id": "soa_000083", "source_id": "sai_000083", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000083", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bc90e826269658ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_3d1f81ed5b3d2a4c", "row_id": "soa_000084", "source_id": "sai_000084", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000084", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3d1f81ed5b3d2a4c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_33e915ef3b76616e", "row_id": "soa_000085", "source_id": "sai_000085", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000085", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_33e915ef3b76616e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_84846c6942437ce8", "row_id": "soa_000086", "source_id": "sai_000086", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000086", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_84846c6942437ce8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_523f2bb046f45fb9", "row_id": "soa_000087", "source_id": "sai_000087", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000087", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_523f2bb046f45fb9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_d8f534a3975de826", "row_id": "soa_000088", "source_id": "sai_000088", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000088", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d8f534a3975de826.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_874e87c4a8b2f91c", "row_id": "soa_000089", "source_id": "sai_000089", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000089", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_874e87c4a8b2f91c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_dee1035f375ec90a", "row_id": "soa_000090", "source_id": "sai_000090", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000090", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dee1035f375ec90a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 12 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_3f419660807076dd", "row_id": "soa_000091", "source_id": "sai_000091", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000091", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3f419660807076dd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 13 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_6f107961fd784d39", "row_id": "soa_000092", "source_id": "sai_000092", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000092", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6f107961fd784d39.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_4de7bf1dbcec3543", "row_id": "soa_000093", "source_id": "sai_000093", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000093", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4de7bf1dbcec3543.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_2808a671101358fc", "row_id": "soa_000094", "source_id": "sai_000094", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000094", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2808a671101358fc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_873fd50a7f89594e", "row_id": "soa_000095", "source_id": "sai_000095", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000095", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_873fd50a7f89594e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_b0e48163fbf6e4fa", "row_id": "soa_000096", "source_id": "sai_000096", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000096", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b0e48163fbf6e4fa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_232028e1c59b8329", "row_id": "soa_000097", "source_id": "sai_000097", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000097", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_232028e1c59b8329.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_fe922dd41bf4de0e", "row_id": "soa_000098", "source_id": "sai_000098", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000098", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_fe922dd41bf4de0e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_b6bde73b5f668b34", "row_id": "soa_000099", "source_id": "sai_000099", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000099", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b6bde73b5f668b34.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_d2e1ca00e0a7e834", "row_id": "soa_000100", "source_id": "sai_000100", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000100", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d2e1ca00e0a7e834.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 22 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_9daa830ea83995df", "row_id": "soa_000101", "source_id": "sai_000101", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000101", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9daa830ea83995df.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 23 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_570a503f8b9dc47a", "row_id": "soa_000102", "source_id": "sai_000102", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000102", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_570a503f8b9dc47a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_13e6e3339d0e1d9c", "row_id": "soa_000103", "source_id": "sai_000103", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000103", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_13e6e3339d0e1d9c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_0ff48a17c78b67b3", "row_id": "soa_000104", "source_id": "sai_000104", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000104", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0ff48a17c78b67b3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_0a288eb93f63ab00", "row_id": "soa_000105", "source_id": "sai_000105", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000105", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0a288eb93f63ab00.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_d658cffb65b9c6ee", "row_id": "soa_000106", "source_id": "sai_000106", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000106", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d658cffb65b9c6ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_b3b9e3b792d4874e", "row_id": "soa_000107", "source_id": "sai_000107", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000107", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b3b9e3b792d4874e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_56eb754d7e85e1e8", "row_id": "soa_000108", "source_id": "sai_000108", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000108", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_56eb754d7e85e1e8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_097a1323273493e7", "row_id": "soa_000109", "source_id": "sai_000109", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000109", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_097a1323273493e7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_ac4a298e7e3fde17", "row_id": "soa_000110", "source_id": "sai_000110", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000110", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ac4a298e7e3fde17.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 5 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_1833d67a8c635dc6", "row_id": "soa_000111", "source_id": "sai_000111", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000111", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1833d67a8c635dc6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 6 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_5a2a61a16cfc8cea", "row_id": "soa_000112", "source_id": "sai_000112", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000112", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5a2a61a16cfc8cea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_cece8ac72aec081c", "row_id": "soa_000113", "source_id": "sai_000113", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000113", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cece8ac72aec081c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_0196b579be02fb26", "row_id": "soa_000114", "source_id": "sai_000114", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000114", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0196b579be02fb26.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_3fb140b654b6e60c", "row_id": "soa_000115", "source_id": "sai_000115", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000115", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3fb140b654b6e60c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_6f7de5a0e1d30bd1", "row_id": "soa_000116", "source_id": "sai_000116", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000116", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6f7de5a0e1d30bd1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_1d3af50e12798054", "row_id": "soa_000117", "source_id": "sai_000117", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000117", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1d3af50e12798054.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_e76b75bd5c607d25", "row_id": "soa_000118", "source_id": "sai_000118", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000118", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e76b75bd5c607d25.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_527ee85a8c92a8b1", "row_id": "soa_000119", "source_id": "sai_000119", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000119", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_527ee85a8c92a8b1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_fe0025ccc59e2898", "row_id": "soa_000120", "source_id": "sai_000120", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000120", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_fe0025ccc59e2898.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 15 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_1f80bd33afa24137", "row_id": "soa_000121", "source_id": "sai_000121", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000121", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1f80bd33afa24137.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 16 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_5a29460fad98b175", "row_id": "soa_000122", "source_id": "sai_000122", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000122", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5a29460fad98b175.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_be37464e7edc18c2", "row_id": "soa_000123", "source_id": "sai_000123", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000123", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_be37464e7edc18c2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_1be017b5f6a53b04", "row_id": "soa_000124", "source_id": "sai_000124", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000124", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1be017b5f6a53b04.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_142d8d07b23ee1d4", "row_id": "soa_000125", "source_id": "sai_000125", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000125", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_142d8d07b23ee1d4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_b97a51fd557e640a", "row_id": "soa_000126", "source_id": "sai_000126", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000126", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b97a51fd557e640a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_3e4253a3dbf0a552", "row_id": "soa_000127", "source_id": "sai_000127", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000127", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3e4253a3dbf0a552.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_9341456c7a594eb5", "row_id": "soa_000128", "source_id": "sai_000128", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000128", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9341456c7a594eb5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_e4a89b6e424d772a", "row_id": "soa_000129", "source_id": "sai_000129", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000129", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e4a89b6e424d772a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_4fc29c07915f751b", "row_id": "soa_000130", "source_id": "sai_000130", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000130", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4fc29c07915f751b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 25 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_fa474f8279612c7e", "row_id": "soa_000131", "source_id": "sai_000131", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000131", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_fa474f8279612c7e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 26 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_18a32355bc4a4835", "row_id": "soa_000132", "source_id": "sai_000132", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000132", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_18a32355bc4a4835.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_5be4f3d38501a86c", "row_id": "soa_000133", "source_id": "sai_000133", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000133", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5be4f3d38501a86c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_dc8f6cd714f682e9", "row_id": "soa_000134", "source_id": "sai_000134", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000134", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dc8f6cd714f682e9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_3a778c7ed0112b10", "row_id": "soa_000135", "source_id": "sai_000135", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000135", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3a778c7ed0112b10.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_8296a16e628b0989", "row_id": "soa_000136", "source_id": "sai_000136", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000136", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8296a16e628b0989.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_a25928251a141063", "row_id": "soa_000137", "source_id": "sai_000137", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000137", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a25928251a141063.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_d8c55b9b8006d0dd", "row_id": "soa_000138", "source_id": "sai_000138", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000138", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d8c55b9b8006d0dd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_de6de090a78bf4d3", "row_id": "soa_000139", "source_id": "sai_000139", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000139", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_de6de090a78bf4d3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_bca96cdee98b3f17", "row_id": "soa_000140", "source_id": "sai_000140", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000140", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bca96cdee98b3f17.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 8 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_a14c9a7f66bd4f08", "row_id": "soa_000141", "source_id": "sai_000141", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000141", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a14c9a7f66bd4f08.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 9 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_e8b5eaeccc52cb23", "row_id": "soa_000142", "source_id": "sai_000142", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000142", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e8b5eaeccc52cb23.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_42d0038605ec9cd7", "row_id": "soa_000143", "source_id": "sai_000143", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000143", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_42d0038605ec9cd7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_d97b9ad514cb3cd3", "row_id": "soa_000144", "source_id": "sai_000144", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000144", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d97b9ad514cb3cd3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_47e35174ed54972d", "row_id": "soa_000145", "source_id": "sai_000145", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000145", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_47e35174ed54972d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_1ca948627c2bc74f", "row_id": "soa_000146", "source_id": "sai_000146", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000146", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1ca948627c2bc74f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_1797646fe8557dbd", "row_id": "soa_000147", "source_id": "sai_000147", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000147", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1797646fe8557dbd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_590cacd8ef619d89", "row_id": "soa_000148", "source_id": "sai_000148", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000148", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_590cacd8ef619d89.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_eefad641b48e5dd8", "row_id": "soa_000149", "source_id": "sai_000149", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000149", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_eefad641b48e5dd8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_e9436deecc611cf8", "row_id": "soa_000150", "source_id": "sai_000150", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000150", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e9436deecc611cf8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 18 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_01c937f7a476d7d5", "row_id": "soa_000151", "source_id": "sai_000151", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000151", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_01c937f7a476d7d5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 19 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_1e6e5f5837d8eb6f", "row_id": "soa_000152", "source_id": "sai_000152", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000152", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1e6e5f5837d8eb6f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_d0e841fff9a4defc", "row_id": "soa_000153", "source_id": "sai_000153", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000153", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d0e841fff9a4defc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_e4f78fe268aa4b7f", "row_id": "soa_000154", "source_id": "sai_000154", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000154", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e4f78fe268aa4b7f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_786b5e7c681621b3", "row_id": "soa_000155", "source_id": "sai_000155", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000155", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_786b5e7c681621b3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_ba64d792262fdbfa", "row_id": "soa_000156", "source_id": "sai_000156", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000156", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ba64d792262fdbfa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_35fe44874a6f21e7", "row_id": "soa_000157", "source_id": "sai_000157", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000157", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_35fe44874a6f21e7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_389256e7e08aa177", "row_id": "soa_000158", "source_id": "sai_000158", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000158", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_389256e7e08aa177.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_ebf2970038dcad95", "row_id": "soa_000159", "source_id": "sai_000159", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000159", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ebf2970038dcad95.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_456d88cb463ce563", "row_id": "soa_000160", "source_id": "sai_000160", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000160", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_456d88cb463ce563.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 28 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_1508030826edddad", "row_id": "soa_000161", "source_id": "sai_000161", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000161", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1508030826edddad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 29 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_a9ef619c6328f9f5", "row_id": "soa_000162", "source_id": "sai_000162", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000162", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a9ef619c6328f9f5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_bb00649d31bbf6f7", "row_id": "soa_000163", "source_id": "sai_000163", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000163", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bb00649d31bbf6f7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_e7e805c0ce66a69f", "row_id": "soa_000164", "source_id": "sai_000164", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000164", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e7e805c0ce66a69f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_4ee36c411840ddf4", "row_id": "soa_000165", "source_id": "sai_000165", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000165", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4ee36c411840ddf4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_1c5e90ad3ed4939f", "row_id": "soa_000166", "source_id": "sai_000166", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000166", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1c5e90ad3ed4939f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_6f61dfc37234c7bc", "row_id": "soa_000167", "source_id": "sai_000167", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000167", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6f61dfc37234c7bc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_9fbc7c63a5c47283", "row_id": "soa_000168", "source_id": "sai_000168", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000168", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9fbc7c63a5c47283.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_c9b80ad0f181bd21", "row_id": "soa_000169", "source_id": "sai_000169", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000169", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c9b80ad0f181bd21.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_e792c44f4a6d0c3a", "row_id": "soa_000170", "source_id": "sai_000170", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000170", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e792c44f4a6d0c3a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 11 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_c9b20bdc249a74b5", "row_id": "soa_000171", "source_id": "sai_000171", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000171", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c9b20bdc249a74b5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 12 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_dc72c30aa7d49230", "row_id": "soa_000172", "source_id": "sai_000172", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000172", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dc72c30aa7d49230.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_50525b60540fe711", "row_id": "soa_000173", "source_id": "sai_000173", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000173", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_50525b60540fe711.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_856ba470d1c5677e", "row_id": "soa_000174", "source_id": "sai_000174", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000174", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_856ba470d1c5677e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_f899952a166b90d8", "row_id": "soa_000175", "source_id": "sai_000175", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000175", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f899952a166b90d8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_1891edd4ddaf356f", "row_id": "soa_000176", "source_id": "sai_000176", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000176", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1891edd4ddaf356f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_73bf062f0a41f0c7", "row_id": "soa_000177", "source_id": "sai_000177", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000177", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_73bf062f0a41f0c7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_993d85d830af8105", "row_id": "soa_000178", "source_id": "sai_000178", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000178", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_993d85d830af8105.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_804d168770c19004", "row_id": "soa_000179", "source_id": "sai_000179", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000179", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_804d168770c19004.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_7c7d7d82c261152a", "row_id": "soa_000180", "source_id": "sai_000180", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000180", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7c7d7d82c261152a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 21 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_5aa3e23b40e98cfe", "row_id": "soa_000181", "source_id": "sai_000181", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000181", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5aa3e23b40e98cfe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 22 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_63a8839254fb0bea", "row_id": "soa_000182", "source_id": "sai_000182", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000182", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_63a8839254fb0bea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_7a83736935e941db", "row_id": "soa_000183", "source_id": "sai_000183", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000183", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7a83736935e941db.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_004dbaa646fc643a", "row_id": "soa_000184", "source_id": "sai_000184", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000184", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_004dbaa646fc643a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_3df1e6d288d9706b", "row_id": "soa_000185", "source_id": "sai_000185", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000185", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3df1e6d288d9706b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_2498b08c39785c33", "row_id": "soa_000186", "source_id": "sai_000186", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000186", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2498b08c39785c33.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_0bcacd0d84441bf7", "row_id": "soa_000187", "source_id": "sai_000187", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000187", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0bcacd0d84441bf7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_2422b8874aff9d99", "row_id": "soa_000188", "source_id": "sai_000188", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000188", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2422b8874aff9d99.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_ed584e07926ff517", "row_id": "soa_000189", "source_id": "sai_000189", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000189", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ed584e07926ff517.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_1a31b18e4ad44e12", "row_id": "soa_000190", "source_id": "sai_000190", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000190", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1a31b18e4ad44e12.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 4 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_5d0d7f6cbc12739b", "row_id": "soa_000191", "source_id": "sai_000191", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000191", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5d0d7f6cbc12739b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 5 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_9c64cd2583ac3062", "row_id": "soa_000192", "source_id": "sai_000192", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000192", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9c64cd2583ac3062.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_68dfe038fbb696b2", "row_id": "soa_000193", "source_id": "sai_000193", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000193", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_68dfe038fbb696b2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_420a5445fb7fa5a8", "row_id": "soa_000194", "source_id": "sai_000194", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000194", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_420a5445fb7fa5a8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_8d37a514c1833e89", "row_id": "soa_000195", "source_id": "sai_000195", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000195", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8d37a514c1833e89.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_0c6a0febf28bafd4", "row_id": "soa_000196", "source_id": "sai_000196", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000196", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0c6a0febf28bafd4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_7ccd0fb81e579d6e", "row_id": "soa_000197", "source_id": "sai_000197", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000197", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7ccd0fb81e579d6e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_e3f756a165dc23db", "row_id": "soa_000198", "source_id": "sai_000198", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000198", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e3f756a165dc23db.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_5ebb452699e7cce1", "row_id": "soa_000199", "source_id": "sai_000199", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000199", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5ebb452699e7cce1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_240b2e35bf7ac871", "row_id": "soa_000200", "source_id": "sai_000200", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000200", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_240b2e35bf7ac871.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 14 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_023b282baabf246e", "row_id": "soa_000201", "source_id": "sai_000201", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000201", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_023b282baabf246e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 15 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_0775af355d40ac13", "row_id": "soa_000202", "source_id": "sai_000202", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000202", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0775af355d40ac13.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_6ae4beb79b91287a", "row_id": "soa_000203", "source_id": "sai_000203", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000203", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6ae4beb79b91287a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_569428b3de33a033", "row_id": "soa_000204", "source_id": "sai_000204", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000204", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_569428b3de33a033.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_100914d827bd7019", "row_id": "soa_000205", "source_id": "sai_000205", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000205", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_100914d827bd7019.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_acfc6a095f12e1e2", "row_id": "soa_000206", "source_id": "sai_000206", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000206", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_acfc6a095f12e1e2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_d6c8d9ada7bdc45b", "row_id": "soa_000207", "source_id": "sai_000207", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000207", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d6c8d9ada7bdc45b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_45a92fe5ed6a6358", "row_id": "soa_000208", "source_id": "sai_000208", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000208", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_45a92fe5ed6a6358.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_3a20b2084ed525c8", "row_id": "soa_000209", "source_id": "sai_000209", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000209", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3a20b2084ed525c8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_de9b946477e09354", "row_id": "soa_000210", "source_id": "sai_000210", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000210", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_de9b946477e09354.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 24 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_6698345b58ddfd39", "row_id": "soa_000211", "source_id": "sai_000211", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000211", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6698345b58ddfd39.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 25 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_2f82f576dfe3be24", "row_id": "soa_000212", "source_id": "sai_000212", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000212", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2f82f576dfe3be24.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_f66e7308ef9f68bd", "row_id": "soa_000213", "source_id": "sai_000213", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000213", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f66e7308ef9f68bd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_c9b531a333447e57", "row_id": "soa_000214", "source_id": "sai_000214", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000214", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c9b531a333447e57.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_79e8bc1a0760746a", "row_id": "soa_000215", "source_id": "sai_000215", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000215", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_79e8bc1a0760746a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_713d641949b5c1c1", "row_id": "soa_000216", "source_id": "sai_000216", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000216", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_713d641949b5c1c1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_0f5825af5b589c58", "row_id": "soa_000217", "source_id": "sai_000217", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000217", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0f5825af5b589c58.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_588de22442eace52", "row_id": "soa_000218", "source_id": "sai_000218", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000218", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_588de22442eace52.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_9c4035fd4b230db9", "row_id": "soa_000219", "source_id": "sai_000219", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000219", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9c4035fd4b230db9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_be2428910c0ea447", "row_id": "soa_000220", "source_id": "sai_000220", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000220", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_be2428910c0ea447.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 7 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_078cc9e5b7aac8bd", "row_id": "soa_000221", "source_id": "sai_000221", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000221", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_078cc9e5b7aac8bd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 8 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_d6e68e561c6588a6", "row_id": "soa_000222", "source_id": "sai_000222", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000222", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d6e68e561c6588a6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_93eb0b552ed63df7", "row_id": "soa_000223", "source_id": "sai_000223", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000223", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_93eb0b552ed63df7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_989935f6a0b5f23f", "row_id": "soa_000224", "source_id": "sai_000224", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000224", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_989935f6a0b5f23f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_7eef8e67e2adf1a2", "row_id": "soa_000225", "source_id": "sai_000225", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000225", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7eef8e67e2adf1a2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_3479aca138a211d1", "row_id": "soa_000226", "source_id": "sai_000226", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000226", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3479aca138a211d1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_8a8d28cc495b9269", "row_id": "soa_000227", "source_id": "sai_000227", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000227", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8a8d28cc495b9269.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_edf42c979f9e8b72", "row_id": "soa_000228", "source_id": "sai_000228", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000228", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_edf42c979f9e8b72.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_cb63e6f4beefdc6d", "row_id": "soa_000229", "source_id": "sai_000229", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000229", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cb63e6f4beefdc6d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_8295585f1d4740b7", "row_id": "soa_000230", "source_id": "sai_000230", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000230", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8295585f1d4740b7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 17 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_5ba825d21d59386a", "row_id": "soa_000231", "source_id": "sai_000231", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000231", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5ba825d21d59386a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 18 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_6d7240a0e1be4730", "row_id": "soa_000232", "source_id": "sai_000232", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000232", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6d7240a0e1be4730.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_e0ddeec483097fe9", "row_id": "soa_000233", "source_id": "sai_000233", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000233", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e0ddeec483097fe9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_48536c8561649ed3", "row_id": "soa_000234", "source_id": "sai_000234", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000234", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_48536c8561649ed3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_9bd45fdcd7fc5158", "row_id": "soa_000235", "source_id": "sai_000235", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000235", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9bd45fdcd7fc5158.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_5b4b1c531461a5cc", "row_id": "soa_000236", "source_id": "sai_000236", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000236", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5b4b1c531461a5cc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_4ec80fd8315c735f", "row_id": "soa_000237", "source_id": "sai_000237", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000237", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4ec80fd8315c735f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_7fea5f6cfbaa4f30", "row_id": "soa_000238", "source_id": "sai_000238", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000238", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7fea5f6cfbaa4f30.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_e135cad5eb47a1c8", "row_id": "soa_000239", "source_id": "sai_000239", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000239", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e135cad5eb47a1c8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_351c249cfe12e28a", "row_id": "soa_000240", "source_id": "sai_000240", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000240", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_351c249cfe12e28a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 27 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_c9e649e3ac53fab0", "row_id": "soa_000241", "source_id": "sai_000241", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000241", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c9e649e3ac53fab0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 28 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_50f9e5fff10419d9", "row_id": "soa_000242", "source_id": "sai_000242", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000242", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_50f9e5fff10419d9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_685ac5cc130e933d", "row_id": "soa_000243", "source_id": "sai_000243", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000243", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_685ac5cc130e933d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_87d4f7b70ddf6bb1", "row_id": "soa_000244", "source_id": "sai_000244", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000244", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_87d4f7b70ddf6bb1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_624b06391351e758", "row_id": "soa_000245", "source_id": "sai_000245", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000245", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_624b06391351e758.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_6d0424d47918b7a8", "row_id": "soa_000246", "source_id": "sai_000246", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000246", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6d0424d47918b7a8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_5aac460ca35f2c75", "row_id": "soa_000247", "source_id": "sai_000247", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000247", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5aac460ca35f2c75.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_8908fd8d2dc8399c", "row_id": "soa_000248", "source_id": "sai_000248", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000248", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8908fd8d2dc8399c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_1848a82d4f7d3ff1", "row_id": "soa_000249", "source_id": "sai_000249", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000249", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1848a82d4f7d3ff1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_38f820f52e1b46ea", "row_id": "soa_000250", "source_id": "sai_000250", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000250", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_38f820f52e1b46ea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 10 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_2226329499ff50aa", "row_id": "soa_000251", "source_id": "sai_000251", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000251", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2226329499ff50aa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 11 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_54fb2d755a7ab2db", "row_id": "soa_000252", "source_id": "sai_000252", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000252", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_54fb2d755a7ab2db.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_1057a76c19cd1fbd", "row_id": "soa_000253", "source_id": "sai_000253", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000253", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1057a76c19cd1fbd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_b81efcca7cf83d3d", "row_id": "soa_000254", "source_id": "sai_000254", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000254", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b81efcca7cf83d3d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_4381d0979fc653f1", "row_id": "soa_000255", "source_id": "sai_000255", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000255", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4381d0979fc653f1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_f57b21752a724983", "row_id": "soa_000256", "source_id": "sai_000256", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000256", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f57b21752a724983.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_2cbf655b0dde17ec", "row_id": "soa_000257", "source_id": "sai_000257", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000257", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2cbf655b0dde17ec.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_4659b93dc0c30120", "row_id": "soa_000258", "source_id": "sai_000258", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000258", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4659b93dc0c30120.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_ed9a97d18008ecb3", "row_id": "soa_000259", "source_id": "sai_000259", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000259", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ed9a97d18008ecb3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_67125b5089c97e99", "row_id": "soa_000260", "source_id": "sai_000260", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000260", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_67125b5089c97e99.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 20 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_df67d31ff14b7df1", "row_id": "soa_000261", "source_id": "sai_000261", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000261", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_df67d31ff14b7df1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 21 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_f9e347f9f4c8772f", "row_id": "soa_000262", "source_id": "sai_000262", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000262", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f9e347f9f4c8772f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_690ebad88b64098e", "row_id": "soa_000263", "source_id": "sai_000263", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000263", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_690ebad88b64098e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_24de627ee8f1de5b", "row_id": "soa_000264", "source_id": "sai_000264", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000264", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_24de627ee8f1de5b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_8331edf70ee0a194", "row_id": "soa_000265", "source_id": "sai_000265", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000265", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8331edf70ee0a194.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_d69fb686ddc321e8", "row_id": "soa_000266", "source_id": "sai_000266", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000266", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d69fb686ddc321e8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_ef089cf7c1578e07", "row_id": "soa_000267", "source_id": "sai_000267", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000267", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ef089cf7c1578e07.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_7d60344b6a8d2683", "row_id": "soa_000268", "source_id": "sai_000268", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000268", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7d60344b6a8d2683.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_27b6817e669010c9", "row_id": "soa_000269", "source_id": "sai_000269", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000269", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_27b6817e669010c9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_1940bd2256a319fa", "row_id": "soa_000270", "source_id": "sai_000270", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000270", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1940bd2256a319fa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 3 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_776e6f5e3f5d1467", "row_id": "soa_000271", "source_id": "sai_000271", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000271", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_776e6f5e3f5d1467.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 4 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_6306f116469c670c", "row_id": "soa_000272", "source_id": "sai_000272", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000272", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6306f116469c670c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_b1293f42c8dd0b7f", "row_id": "soa_000273", "source_id": "sai_000273", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000273", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b1293f42c8dd0b7f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_09111de22077cdb8", "row_id": "soa_000274", "source_id": "sai_000274", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000274", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_09111de22077cdb8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_6c7142b0e46663aa", "row_id": "soa_000275", "source_id": "sai_000275", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000275", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6c7142b0e46663aa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_902b30af82102a8c", "row_id": "soa_000276", "source_id": "sai_000276", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000276", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_902b30af82102a8c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_469afca4a30e946e", "row_id": "soa_000277", "source_id": "sai_000277", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000277", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_469afca4a30e946e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_c9f81339eecb7918", "row_id": "soa_000278", "source_id": "sai_000278", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000278", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c9f81339eecb7918.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_6a4f6bebfd72f0e6", "row_id": "soa_000279", "source_id": "sai_000279", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000279", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6a4f6bebfd72f0e6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_6d7de97c55450692", "row_id": "soa_000280", "source_id": "sai_000280", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000280", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6d7de97c55450692.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 13 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_9abbcd4ac439e667", "row_id": "soa_000281", "source_id": "sai_000281", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000281", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9abbcd4ac439e667.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 14 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_14ad9402f6e4fc45", "row_id": "soa_000282", "source_id": "sai_000282", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000282", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_14ad9402f6e4fc45.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_e134f8552480f9e9", "row_id": "soa_000283", "source_id": "sai_000283", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000283", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e134f8552480f9e9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_e33dfa767c2ae562", "row_id": "soa_000284", "source_id": "sai_000284", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000284", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e33dfa767c2ae562.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_4c5229b198283dd0", "row_id": "soa_000285", "source_id": "sai_000285", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000285", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4c5229b198283dd0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_643f6935fe7754ae", "row_id": "soa_000286", "source_id": "sai_000286", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000286", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_643f6935fe7754ae.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_317bc2eadbd06c12", "row_id": "soa_000287", "source_id": "sai_000287", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000287", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_317bc2eadbd06c12.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_97f957f260571b43", "row_id": "soa_000288", "source_id": "sai_000288", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000288", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_97f957f260571b43.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_8454d6d7bcf4018e", "row_id": "soa_000289", "source_id": "sai_000289", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000289", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8454d6d7bcf4018e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_977b81fdafb84f9c", "row_id": "soa_000290", "source_id": "sai_000290", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000290", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_977b81fdafb84f9c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 23 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_6089b771aeefaefe", "row_id": "soa_000291", "source_id": "sai_000291", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000291", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6089b771aeefaefe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 24 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_1902cc469745fc45", "row_id": "soa_000292", "source_id": "sai_000292", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000292", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1902cc469745fc45.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_48a77a0de652b6a6", "row_id": "soa_000293", "source_id": "sai_000293", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000293", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_48a77a0de652b6a6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_3ed0d069a71045d0", "row_id": "soa_000294", "source_id": "sai_000294", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000294", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3ed0d069a71045d0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_3828ef9f120335bf", "row_id": "soa_000295", "source_id": "sai_000295", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000295", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3828ef9f120335bf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_08bcd023aa2ba5a7", "row_id": "soa_000296", "source_id": "sai_000296", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000296", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_08bcd023aa2ba5a7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_26c51c62a5464931", "row_id": "soa_000297", "source_id": "sai_000297", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000297", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_26c51c62a5464931.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_e6311fa6049795e2", "row_id": "soa_000298", "source_id": "sai_000298", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000298", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e6311fa6049795e2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_c3e75bca5dab2623", "row_id": "soa_000299", "source_id": "sai_000299", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000299", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c3e75bca5dab2623.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_cc19f6d321a3e47a", "row_id": "soa_000300", "source_id": "sai_000300", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000300", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cc19f6d321a3e47a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 6 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_d9a7ff5f813e8c9f", "row_id": "soa_000301", "source_id": "sai_000301", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000301", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d9a7ff5f813e8c9f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 7 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_e19ea78084bfa62d", "row_id": "soa_000302", "source_id": "sai_000302", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000302", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e19ea78084bfa62d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_53aea972b05dac5f", "row_id": "soa_000303", "source_id": "sai_000303", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000303", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_53aea972b05dac5f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_af6714aac07a2bc9", "row_id": "soa_000304", "source_id": "sai_000304", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000304", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_af6714aac07a2bc9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_5ef686c09951ace0", "row_id": "soa_000305", "source_id": "sai_000305", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000305", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5ef686c09951ace0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_a1f7283f7421e377", "row_id": "soa_000306", "source_id": "sai_000306", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000306", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a1f7283f7421e377.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_286cc9ad4bc81c0b", "row_id": "soa_000307", "source_id": "sai_000307", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000307", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_286cc9ad4bc81c0b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_9711509f90c32049", "row_id": "soa_000308", "source_id": "sai_000308", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000308", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9711509f90c32049.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_1a4d88f24cd616ee", "row_id": "soa_000309", "source_id": "sai_000309", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000309", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1a4d88f24cd616ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_96801dad65df82bf", "row_id": "soa_000310", "source_id": "sai_000310", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000310", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_96801dad65df82bf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 16 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_94c2ca291c4f1208", "row_id": "soa_000311", "source_id": "sai_000311", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000311", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_94c2ca291c4f1208.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 17 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_c1e3b0b7163b36f7", "row_id": "soa_000312", "source_id": "sai_000312", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000312", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c1e3b0b7163b36f7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_d123172d2c75881d", "row_id": "soa_000313", "source_id": "sai_000313", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000313", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d123172d2c75881d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_855eb451695c66ff", "row_id": "soa_000314", "source_id": "sai_000314", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000314", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_855eb451695c66ff.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_81d7fb66d42080a2", "row_id": "soa_000315", "source_id": "sai_000315", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000315", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_81d7fb66d42080a2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_abfdae861ad3b4f6", "row_id": "soa_000316", "source_id": "sai_000316", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000316", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_abfdae861ad3b4f6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_ba63d34d276d5259", "row_id": "soa_000317", "source_id": "sai_000317", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000317", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ba63d34d276d5259.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_d91fc4a93b25ec83", "row_id": "soa_000318", "source_id": "sai_000318", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000318", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d91fc4a93b25ec83.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_bdf10555fd1f1814", "row_id": "soa_000319", "source_id": "sai_000319", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000319", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bdf10555fd1f1814.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_442eb1d6f7470874", "row_id": "soa_000320", "source_id": "sai_000320", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000320", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_442eb1d6f7470874.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 26 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_09c1e1eb89797b75", "row_id": "soa_000321", "source_id": "sai_000321", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000321", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_09c1e1eb89797b75.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 27 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_ef65ea94744d29a2", "row_id": "soa_000322", "source_id": "sai_000322", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000322", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ef65ea94744d29a2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_b9f144bb260f9e43", "row_id": "soa_000323", "source_id": "sai_000323", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000323", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b9f144bb260f9e43.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_55c575d354d9caac", "row_id": "soa_000324", "source_id": "sai_000324", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000324", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_55c575d354d9caac.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_94e4fde35b6c8098", "row_id": "soa_000325", "source_id": "sai_000325", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000325", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_94e4fde35b6c8098.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_35746a1dffe26b5c", "row_id": "soa_000326", "source_id": "sai_000326", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000326", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_35746a1dffe26b5c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_a55a003c016edaaf", "row_id": "soa_000327", "source_id": "sai_000327", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000327", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a55a003c016edaaf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_76aa5e5faa6a1938", "row_id": "soa_000328", "source_id": "sai_000328", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000328", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_76aa5e5faa6a1938.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_2884f9920cd86060", "row_id": "soa_000329", "source_id": "sai_000329", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000329", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2884f9920cd86060.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_813479003fb1e10d", "row_id": "soa_000330", "source_id": "sai_000330", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000330", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_813479003fb1e10d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 9 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_14d65d4f93da3179", "row_id": "soa_000331", "source_id": "sai_000331", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000331", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_14d65d4f93da3179.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 10 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_b90de5cec5471dc7", "row_id": "soa_000332", "source_id": "sai_000332", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000332", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b90de5cec5471dc7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_4094822dfc59c685", "row_id": "soa_000333", "source_id": "sai_000333", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000333", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4094822dfc59c685.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_0ee192d0316c1f40", "row_id": "soa_000334", "source_id": "sai_000334", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000334", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0ee192d0316c1f40.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_de4bf93a0c5b637a", "row_id": "soa_000335", "source_id": "sai_000335", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000335", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_de4bf93a0c5b637a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_f3fbeeaa18798778", "row_id": "soa_000336", "source_id": "sai_000336", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000336", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f3fbeeaa18798778.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_ed5da57ed3636949", "row_id": "soa_000337", "source_id": "sai_000337", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000337", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ed5da57ed3636949.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_c93f8bbad956f411", "row_id": "soa_000338", "source_id": "sai_000338", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000338", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c93f8bbad956f411.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_bde6131f13ce9bb2", "row_id": "soa_000339", "source_id": "sai_000339", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000339", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bde6131f13ce9bb2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_57cbb6d0c0cd5b14", "row_id": "soa_000340", "source_id": "sai_000340", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000340", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_57cbb6d0c0cd5b14.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 19 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_18b70dba019cb574", "row_id": "soa_000341", "source_id": "sai_000341", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000341", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_18b70dba019cb574.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 20 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_3e158c713a7e825b", "row_id": "soa_000342", "source_id": "sai_000342", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000342", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3e158c713a7e825b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_f2dd9f1e4f4a56f2", "row_id": "soa_000343", "source_id": "sai_000343", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000343", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f2dd9f1e4f4a56f2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_9fbde7494709d12a", "row_id": "soa_000344", "source_id": "sai_000344", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000344", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9fbde7494709d12a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_6e903aaacafc9ede", "row_id": "soa_000345", "source_id": "sai_000345", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000345", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6e903aaacafc9ede.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_2b64af5fa0e2110f", "row_id": "soa_000346", "source_id": "sai_000346", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000346", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2b64af5fa0e2110f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_6c5cfe41550b83f0", "row_id": "soa_000347", "source_id": "sai_000347", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000347", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6c5cfe41550b83f0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_0ebb0b98df89fd0e", "row_id": "soa_000348", "source_id": "sai_000348", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000348", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0ebb0b98df89fd0e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_7f22a497f665e655", "row_id": "soa_000349", "source_id": "sai_000349", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000349", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7f22a497f665e655.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_5e4e666660130949", "row_id": "soa_000350", "source_id": "sai_000350", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000350", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5e4e666660130949.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 29 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_999e0b54e26e9513", "row_id": "soa_000351", "source_id": "sai_000351", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000351", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_999e0b54e26e9513.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 3 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_8863325d4cdcdc01", "row_id": "soa_000352", "source_id": "sai_000352", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000352", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8863325d4cdcdc01.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_4865cad0db8c427d", "row_id": "soa_000353", "source_id": "sai_000353", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000353", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4865cad0db8c427d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_89e794ea893b7ba5", "row_id": "soa_000354", "source_id": "sai_000354", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000354", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_89e794ea893b7ba5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_98dab32a0bc2bb1f", "row_id": "soa_000355", "source_id": "sai_000355", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000355", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_98dab32a0bc2bb1f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_93ffaf1d89a72e5a", "row_id": "soa_000356", "source_id": "sai_000356", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000356", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_93ffaf1d89a72e5a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_21fddcd2ed71fa68", "row_id": "soa_000357", "source_id": "sai_000357", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000357", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_21fddcd2ed71fa68.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_c7004aa954ec9295", "row_id": "soa_000358", "source_id": "sai_000358", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000358", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c7004aa954ec9295.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_a0d825a9da0a2000", "row_id": "soa_000359", "source_id": "sai_000359", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000359", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a0d825a9da0a2000.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_aa845f035d728347", "row_id": "soa_000360", "source_id": "sai_000360", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000360", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_aa845f035d728347.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 12 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_127080cc4c0ed187", "row_id": "soa_000361", "source_id": "sai_000361", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000361", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_127080cc4c0ed187.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 13 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_ec36d50e63af2731", "row_id": "soa_000362", "source_id": "sai_000362", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000362", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ec36d50e63af2731.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_96b9fec5da42bf98", "row_id": "soa_000363", "source_id": "sai_000363", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000363", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_96b9fec5da42bf98.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_ea846715ea7222e5", "row_id": "soa_000364", "source_id": "sai_000364", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000364", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ea846715ea7222e5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_a36b5c8ab7564685", "row_id": "soa_000365", "source_id": "sai_000365", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000365", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a36b5c8ab7564685.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_56861b52466bf797", "row_id": "soa_000366", "source_id": "sai_000366", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000366", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_56861b52466bf797.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_8f74b74f2410af46", "row_id": "soa_000367", "source_id": "sai_000367", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000367", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8f74b74f2410af46.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_4a71c1176d64dd50", "row_id": "soa_000368", "source_id": "sai_000368", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000368", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4a71c1176d64dd50.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_0751626462dd6d3e", "row_id": "soa_000369", "source_id": "sai_000369", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000369", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0751626462dd6d3e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_314bac9a8739d3d8", "row_id": "soa_000370", "source_id": "sai_000370", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000370", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_314bac9a8739d3d8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 22 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_fff64d70c65a69a8", "row_id": "soa_000371", "source_id": "sai_000371", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000371", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_fff64d70c65a69a8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 23 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_f6b8e943170167f4", "row_id": "soa_000372", "source_id": "sai_000372", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000372", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f6b8e943170167f4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_563a58e03f0dba79", "row_id": "soa_000373", "source_id": "sai_000373", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000373", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_563a58e03f0dba79.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_82573eb618230467", "row_id": "soa_000374", "source_id": "sai_000374", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000374", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_82573eb618230467.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_8c70dd30a9843314", "row_id": "soa_000375", "source_id": "sai_000375", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000375", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8c70dd30a9843314.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_56b50fcb47d3eca9", "row_id": "soa_000376", "source_id": "sai_000376", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000376", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_56b50fcb47d3eca9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_b046c31d552e1e4b", "row_id": "soa_000377", "source_id": "sai_000377", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000377", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b046c31d552e1e4b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_38a51045c4cf26af", "row_id": "soa_000378", "source_id": "sai_000378", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000378", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_38a51045c4cf26af.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_b3600653f6207d4c", "row_id": "soa_000379", "source_id": "sai_000379", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000379", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b3600653f6207d4c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_f2b57646374d578c", "row_id": "soa_000380", "source_id": "sai_000380", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000380", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f2b57646374d578c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 5 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_571607192b26de8b", "row_id": "soa_000381", "source_id": "sai_000381", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000381", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_571607192b26de8b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 6 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_4f58c4e2b31e8e1c", "row_id": "soa_000382", "source_id": "sai_000382", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000382", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4f58c4e2b31e8e1c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_315e0a17005281f0", "row_id": "soa_000383", "source_id": "sai_000383", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000383", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_315e0a17005281f0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_764b1a4a0cbf9429", "row_id": "soa_000384", "source_id": "sai_000384", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000384", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_764b1a4a0cbf9429.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_95567a5128045a77", "row_id": "soa_000385", "source_id": "sai_000385", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000385", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_95567a5128045a77.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_91119b64dceb7a76", "row_id": "soa_000386", "source_id": "sai_000386", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000386", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_91119b64dceb7a76.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_e395f6e4913f1450", "row_id": "soa_000387", "source_id": "sai_000387", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000387", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e395f6e4913f1450.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_9b8b1408523a2448", "row_id": "soa_000388", "source_id": "sai_000388", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000388", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9b8b1408523a2448.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_92d53fe701acd2b3", "row_id": "soa_000389", "source_id": "sai_000389", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000389", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_92d53fe701acd2b3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_256459b8fae9f75d", "row_id": "soa_000390", "source_id": "sai_000390", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000390", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_256459b8fae9f75d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 15 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_75018f76687b90f8", "row_id": "soa_000391", "source_id": "sai_000391", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000391", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_75018f76687b90f8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 16 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_7e57d19f056bd336", "row_id": "soa_000392", "source_id": "sai_000392", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000392", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7e57d19f056bd336.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_bf3aa9782bd42ccd", "row_id": "soa_000393", "source_id": "sai_000393", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000393", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bf3aa9782bd42ccd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_b252f74f02b9f2d4", "row_id": "soa_000394", "source_id": "sai_000394", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000394", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b252f74f02b9f2d4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_547f4477f2c7919b", "row_id": "soa_000395", "source_id": "sai_000395", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000395", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_547f4477f2c7919b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_23c14c79d9c61b5a", "row_id": "soa_000396", "source_id": "sai_000396", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000396", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_23c14c79d9c61b5a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_22728fb1ad25e8ed", "row_id": "soa_000397", "source_id": "sai_000397", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000397", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_22728fb1ad25e8ed.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_d50c2cdd3ba5a660", "row_id": "soa_000398", "source_id": "sai_000398", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000398", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d50c2cdd3ba5a660.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_856a757fd69ea9bc", "row_id": "soa_000399", "source_id": "sai_000399", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000399", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_856a757fd69ea9bc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_6d5c2a9eb18bde90", "row_id": "soa_000400", "source_id": "sai_000400", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000400", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6d5c2a9eb18bde90.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 25 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_fb13cbe073b0c7b3", "row_id": "soa_000401", "source_id": "sai_000401", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000401", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_fb13cbe073b0c7b3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 26 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_b9474febb50175d1", "row_id": "soa_000402", "source_id": "sai_000402", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000402", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b9474febb50175d1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_4dfa3aeb38b2b044", "row_id": "soa_000403", "source_id": "sai_000403", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000403", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4dfa3aeb38b2b044.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_20888cf850ed9fd7", "row_id": "soa_000404", "source_id": "sai_000404", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000404", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_20888cf850ed9fd7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_8d7b4b36f640a148", "row_id": "soa_000405", "source_id": "sai_000405", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000405", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8d7b4b36f640a148.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_1278b4c856d3b217", "row_id": "soa_000406", "source_id": "sai_000406", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000406", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1278b4c856d3b217.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_71c4e0e730a6f6e6", "row_id": "soa_000407", "source_id": "sai_000407", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000407", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_71c4e0e730a6f6e6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_e35d0dfb2d710dc6", "row_id": "soa_000408", "source_id": "sai_000408", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000408", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e35d0dfb2d710dc6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_d8d5507360aa05b0", "row_id": "soa_000409", "source_id": "sai_000409", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000409", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d8d5507360aa05b0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_3b9fecf5bd505c53", "row_id": "soa_000410", "source_id": "sai_000410", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000410", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3b9fecf5bd505c53.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 8 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_79590499b2700a36", "row_id": "soa_000411", "source_id": "sai_000411", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000411", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_79590499b2700a36.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 9 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_cb949cb239c0ebb9", "row_id": "soa_000412", "source_id": "sai_000412", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000412", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cb949cb239c0ebb9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_a2f6d40cdade9143", "row_id": "soa_000413", "source_id": "sai_000413", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000413", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a2f6d40cdade9143.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_14ce33a25cdbc913", "row_id": "soa_000414", "source_id": "sai_000414", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000414", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_14ce33a25cdbc913.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_587c1891ea901d6c", "row_id": "soa_000415", "source_id": "sai_000415", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000415", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_587c1891ea901d6c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_cbd770fb7eac3b70", "row_id": "soa_000416", "source_id": "sai_000416", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000416", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cbd770fb7eac3b70.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_acc151a4d5617f0d", "row_id": "soa_000417", "source_id": "sai_000417", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000417", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_acc151a4d5617f0d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_d6c1c5051a06a41e", "row_id": "soa_000418", "source_id": "sai_000418", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000418", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d6c1c5051a06a41e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_e37da7ece20e75f8", "row_id": "soa_000419", "source_id": "sai_000419", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000419", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e37da7ece20e75f8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_89ef4ca4e736693f", "row_id": "soa_000420", "source_id": "sai_000420", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000420", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_89ef4ca4e736693f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 18 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_b4530170ac03159e", "row_id": "soa_000421", "source_id": "sai_000421", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000421", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b4530170ac03159e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 19 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_dfe0c36948b57b9a", "row_id": "soa_000422", "source_id": "sai_000422", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000422", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dfe0c36948b57b9a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_a8ffdb41a12c889a", "row_id": "soa_000423", "source_id": "sai_000423", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000423", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a8ffdb41a12c889a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_1e90787a02974c29", "row_id": "soa_000424", "source_id": "sai_000424", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000424", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1e90787a02974c29.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_cbe7c4c79a25bcb8", "row_id": "soa_000425", "source_id": "sai_000425", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000425", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cbe7c4c79a25bcb8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_f771956515b88d5a", "row_id": "soa_000426", "source_id": "sai_000426", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000426", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f771956515b88d5a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_b1ac1b725f7c8aa2", "row_id": "soa_000427", "source_id": "sai_000427", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000427", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b1ac1b725f7c8aa2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_4426b7ae849fb948", "row_id": "soa_000428", "source_id": "sai_000428", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000428", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4426b7ae849fb948.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_9bcf918ea50e81da", "row_id": "soa_000429", "source_id": "sai_000429", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000429", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9bcf918ea50e81da.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_0f1480d6f92506ff", "row_id": "soa_000430", "source_id": "sai_000430", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000430", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0f1480d6f92506ff.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 28 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_c5aceedd6a448210", "row_id": "soa_000431", "source_id": "sai_000431", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000431", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c5aceedd6a448210.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 29 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_c11f292649fff747", "row_id": "soa_000432", "source_id": "sai_000432", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000432", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c11f292649fff747.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_ab7ffb90ba535d14", "row_id": "soa_000433", "source_id": "sai_000433", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000433", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ab7ffb90ba535d14.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_ca2287251886f711", "row_id": "soa_000434", "source_id": "sai_000434", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000434", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ca2287251886f711.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_ee0986a66fcfb47e", "row_id": "soa_000435", "source_id": "sai_000435", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000435", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ee0986a66fcfb47e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_5f4b47096d739b9f", "row_id": "soa_000436", "source_id": "sai_000436", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000436", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5f4b47096d739b9f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_3b4e7f8ceefe3c53", "row_id": "soa_000437", "source_id": "sai_000437", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000437", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3b4e7f8ceefe3c53.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_93c6ab380729f71d", "row_id": "soa_000438", "source_id": "sai_000438", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000438", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_93c6ab380729f71d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_e8949cf43585ab33", "row_id": "soa_000439", "source_id": "sai_000439", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000439", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e8949cf43585ab33.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_413aa60ea2f419d3", "row_id": "soa_000440", "source_id": "sai_000440", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000440", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_413aa60ea2f419d3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 11 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_879a30a9cdcfd531", "row_id": "soa_000441", "source_id": "sai_000441", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000441", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_879a30a9cdcfd531.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 12 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_dc4d8b3ce1d8f621", "row_id": "soa_000442", "source_id": "sai_000442", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000442", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dc4d8b3ce1d8f621.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_f2736187e39de838", "row_id": "soa_000443", "source_id": "sai_000443", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000443", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f2736187e39de838.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_fa334772ca73927e", "row_id": "soa_000444", "source_id": "sai_000444", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000444", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_fa334772ca73927e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_9f62a9cd4bbeb17f", "row_id": "soa_000445", "source_id": "sai_000445", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000445", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9f62a9cd4bbeb17f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_49d23672f7da9a64", "row_id": "soa_000446", "source_id": "sai_000446", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000446", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_49d23672f7da9a64.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_4a6250cf3a7eb6f0", "row_id": "soa_000447", "source_id": "sai_000447", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000447", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4a6250cf3a7eb6f0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_23e821ef4f44707e", "row_id": "soa_000448", "source_id": "sai_000448", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000448", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_23e821ef4f44707e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_dd4dbb66b6492a84", "row_id": "soa_000449", "source_id": "sai_000449", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000449", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dd4dbb66b6492a84.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_a30c551a189c91d7", "row_id": "soa_000450", "source_id": "sai_000450", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000450", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a30c551a189c91d7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 21 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_71e084e5deb09241", "row_id": "soa_000451", "source_id": "sai_000451", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000451", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_71e084e5deb09241.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 22 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_23e3916b3a205dd8", "row_id": "soa_000452", "source_id": "sai_000452", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000452", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_23e3916b3a205dd8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_4a10ea0b5cf0dd80", "row_id": "soa_000453", "source_id": "sai_000453", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000453", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4a10ea0b5cf0dd80.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_9246fe85b21dd0ca", "row_id": "soa_000454", "source_id": "sai_000454", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000454", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9246fe85b21dd0ca.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_50b00700e3f4fa66", "row_id": "soa_000455", "source_id": "sai_000455", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000455", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_50b00700e3f4fa66.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_e922586b5cc97ec9", "row_id": "soa_000456", "source_id": "sai_000456", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000456", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e922586b5cc97ec9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_7606369ceefbba5f", "row_id": "soa_000457", "source_id": "sai_000457", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000457", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7606369ceefbba5f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_f6c8988b63049695", "row_id": "soa_000458", "source_id": "sai_000458", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000458", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f6c8988b63049695.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_18eb3a0cfb11e367", "row_id": "soa_000459", "source_id": "sai_000459", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000459", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_18eb3a0cfb11e367.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_83da6bfc8cc888d1", "row_id": "soa_000460", "source_id": "sai_000460", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000460", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_83da6bfc8cc888d1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 4 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_04af11b5bab3b1c0", "row_id": "soa_000461", "source_id": "sai_000461", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000461", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_04af11b5bab3b1c0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 5 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_cfe71e8e2025fd88", "row_id": "soa_000462", "source_id": "sai_000462", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000462", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cfe71e8e2025fd88.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_636fc2bd2a01f733", "row_id": "soa_000463", "source_id": "sai_000463", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000463", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_636fc2bd2a01f733.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_97b4efd63f469cbf", "row_id": "soa_000464", "source_id": "sai_000464", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000464", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_97b4efd63f469cbf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_a76e6432bb9f1462", "row_id": "soa_000465", "source_id": "sai_000465", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000465", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a76e6432bb9f1462.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_91fc90232e1a9903", "row_id": "soa_000466", "source_id": "sai_000466", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000466", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_91fc90232e1a9903.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_11e53892adbcc74a", "row_id": "soa_000467", "source_id": "sai_000467", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000467", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_11e53892adbcc74a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_78932a5843c527a1", "row_id": "soa_000468", "source_id": "sai_000468", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000468", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_78932a5843c527a1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_d3159d466f8be392", "row_id": "soa_000469", "source_id": "sai_000469", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000469", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d3159d466f8be392.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_4a3415ff1835f812", "row_id": "soa_000470", "source_id": "sai_000470", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000470", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4a3415ff1835f812.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 14 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_4e6fad132642e5e5", "row_id": "soa_000471", "source_id": "sai_000471", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000471", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4e6fad132642e5e5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 15 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_b45b85bc4e1a355c", "row_id": "soa_000472", "source_id": "sai_000472", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000472", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b45b85bc4e1a355c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_a4b6979043e2b138", "row_id": "soa_000473", "source_id": "sai_000473", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000473", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a4b6979043e2b138.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_945a145ad11f21d2", "row_id": "soa_000474", "source_id": "sai_000474", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000474", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_945a145ad11f21d2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_e269d3423aced7cf", "row_id": "soa_000475", "source_id": "sai_000475", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000475", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e269d3423aced7cf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_e4c3a17efa56fdb2", "row_id": "soa_000476", "source_id": "sai_000476", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000476", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e4c3a17efa56fdb2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_171b50287bc74192", "row_id": "soa_000477", "source_id": "sai_000477", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000477", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_171b50287bc74192.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_5e179ba07cb06c7c", "row_id": "soa_000478", "source_id": "sai_000478", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000478", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5e179ba07cb06c7c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_d1e0a0604d0fb340", "row_id": "soa_000479", "source_id": "sai_000479", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000479", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d1e0a0604d0fb340.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_8f05be82bd9e7f69", "row_id": "soa_000480", "source_id": "sai_000480", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000480", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8f05be82bd9e7f69.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 24 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_6e155d9e50e79c12", "row_id": "soa_000481", "source_id": "sai_000481", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000481", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6e155d9e50e79c12.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 25 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_178d4818a53c933a", "row_id": "soa_000482", "source_id": "sai_000482", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000482", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_178d4818a53c933a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_0b3b46b2f8abb04a", "row_id": "soa_000483", "source_id": "sai_000483", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000483", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0b3b46b2f8abb04a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_34193385d646305c", "row_id": "soa_000484", "source_id": "sai_000484", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000484", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_34193385d646305c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_db2adf33f04f94ff", "row_id": "soa_000485", "source_id": "sai_000485", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000485", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_db2adf33f04f94ff.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_edd79398469883e4", "row_id": "soa_000486", "source_id": "sai_000486", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000486", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_edd79398469883e4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_604daa22be7ed0a7", "row_id": "soa_000487", "source_id": "sai_000487", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000487", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_604daa22be7ed0a7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_ae192ac8cd7b4f9d", "row_id": "soa_000488", "source_id": "sai_000488", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000488", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ae192ac8cd7b4f9d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_4818333f05301cb1", "row_id": "soa_000489", "source_id": "sai_000489", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000489", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4818333f05301cb1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_9db734136d83c058", "row_id": "soa_000490", "source_id": "sai_000490", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000490", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9db734136d83c058.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 7 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_1e193ea05bc8d446", "row_id": "soa_000491", "source_id": "sai_000491", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000491", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1e193ea05bc8d446.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 8 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_529c5a712999e993", "row_id": "soa_000492", "source_id": "sai_000492", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000492", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_529c5a712999e993.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_f0111591c25f86a3", "row_id": "soa_000493", "source_id": "sai_000493", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000493", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f0111591c25f86a3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_e28d9669301dbe3f", "row_id": "soa_000494", "source_id": "sai_000494", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000494", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e28d9669301dbe3f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_f6f12ef20ead3a13", "row_id": "soa_000495", "source_id": "sai_000495", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000495", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f6f12ef20ead3a13.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_4d2144b8e627b57e", "row_id": "soa_000496", "source_id": "sai_000496", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000496", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4d2144b8e627b57e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_5f36a511ec8f37e8", "row_id": "soa_000497", "source_id": "sai_000497", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000497", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5f36a511ec8f37e8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_b4db3515056b5d88", "row_id": "soa_000498", "source_id": "sai_000498", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000498", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b4db3515056b5d88.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_aad377176500e47d", "row_id": "soa_000499", "source_id": "sai_000499", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000499", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_aad377176500e47d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_6a2446ecd84de97f", "row_id": "soa_000500", "source_id": "sai_000500", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000500", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6a2446ecd84de97f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 17 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_14c70f6b80434a4b", "row_id": "soa_000501", "source_id": "sai_000501", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000501", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_14c70f6b80434a4b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 18 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_ef9cce2a6d9e4f2e", "row_id": "soa_000502", "source_id": "sai_000502", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000502", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ef9cce2a6d9e4f2e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_9b3a638f9276bb0c", "row_id": "soa_000503", "source_id": "sai_000503", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000503", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9b3a638f9276bb0c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_43c5de94053076a0", "row_id": "soa_000504", "source_id": "sai_000504", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000504", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_43c5de94053076a0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_31dafc0fdb188f41", "row_id": "soa_000505", "source_id": "sai_000505", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000505", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_31dafc0fdb188f41.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_18268d8f2093ae9f", "row_id": "soa_000506", "source_id": "sai_000506", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000506", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_18268d8f2093ae9f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_6158815eb6fe87f6", "row_id": "soa_000507", "source_id": "sai_000507", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000507", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6158815eb6fe87f6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_e93272e657d8f3fe", "row_id": "soa_000508", "source_id": "sai_000508", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000508", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e93272e657d8f3fe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_9da53ed3a6f165a3", "row_id": "soa_000509", "source_id": "sai_000509", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000509", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9da53ed3a6f165a3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_0ba6831a25ad209b", "row_id": "soa_000510", "source_id": "sai_000510", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000510", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0ba6831a25ad209b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 27 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_89ad263c6f50b49d", "row_id": "soa_000511", "source_id": "sai_000511", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000511", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_89ad263c6f50b49d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 28 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_42639db77beb4a89", "row_id": "soa_000512", "source_id": "sai_000512", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000512", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_42639db77beb4a89.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_0d0a11e78d490007", "row_id": "soa_000513", "source_id": "sai_000513", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000513", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0d0a11e78d490007.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_16ec38878e401c9c", "row_id": "soa_000514", "source_id": "sai_000514", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000514", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_16ec38878e401c9c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_6733b3716bee5bfb", "row_id": "soa_000515", "source_id": "sai_000515", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000515", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6733b3716bee5bfb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_8de490daf66a1291", "row_id": "soa_000516", "source_id": "sai_000516", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000516", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8de490daf66a1291.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_1796b3f500d23450", "row_id": "soa_000517", "source_id": "sai_000517", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000517", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1796b3f500d23450.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_f29830d9c5d4308a", "row_id": "soa_000518", "source_id": "sai_000518", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000518", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f29830d9c5d4308a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_540634fa9889b28c", "row_id": "soa_000519", "source_id": "sai_000519", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000519", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_540634fa9889b28c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_c05e516a35a3d3ed", "row_id": "soa_000520", "source_id": "sai_000520", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000520", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c05e516a35a3d3ed.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 10 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_8d75a953e54139fc", "row_id": "soa_000521", "source_id": "sai_000521", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000521", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8d75a953e54139fc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 11 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_5b7fab1801be41f1", "row_id": "soa_000522", "source_id": "sai_000522", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000522", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5b7fab1801be41f1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_d042d8ca08deab98", "row_id": "soa_000523", "source_id": "sai_000523", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000523", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d042d8ca08deab98.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_92b96e78fab48eef", "row_id": "soa_000524", "source_id": "sai_000524", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000524", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_92b96e78fab48eef.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_f48a01ea10258490", "row_id": "soa_000525", "source_id": "sai_000525", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000525", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f48a01ea10258490.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_1567ada3b30aa2e6", "row_id": "soa_000526", "source_id": "sai_000526", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000526", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1567ada3b30aa2e6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_5175ba2c4422a682", "row_id": "soa_000527", "source_id": "sai_000527", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000527", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5175ba2c4422a682.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_28d9260cb7b763f6", "row_id": "soa_000528", "source_id": "sai_000528", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000528", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_28d9260cb7b763f6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_2156ff090a863692", "row_id": "soa_000529", "source_id": "sai_000529", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000529", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2156ff090a863692.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_8f743c0d04376041", "row_id": "soa_000530", "source_id": "sai_000530", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000530", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8f743c0d04376041.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 20 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_7eae4d3682d2a9bb", "row_id": "soa_000531", "source_id": "sai_000531", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000531", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7eae4d3682d2a9bb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 21 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_a7d2ece2dc20df73", "row_id": "soa_000532", "source_id": "sai_000532", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000532", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a7d2ece2dc20df73.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_c1ec708df9356b6e", "row_id": "soa_000533", "source_id": "sai_000533", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000533", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c1ec708df9356b6e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_b073427ec58e5caf", "row_id": "soa_000534", "source_id": "sai_000534", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000534", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b073427ec58e5caf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_5bbe4b131f71b0ee", "row_id": "soa_000535", "source_id": "sai_000535", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000535", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5bbe4b131f71b0ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_f043ca9081df54e1", "row_id": "soa_000536", "source_id": "sai_000536", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000536", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f043ca9081df54e1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_0b8803935982ed4c", "row_id": "soa_000537", "source_id": "sai_000537", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000537", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0b8803935982ed4c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_ae9a539f7a114612", "row_id": "soa_000538", "source_id": "sai_000538", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000538", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ae9a539f7a114612.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_311841b2bece4995", "row_id": "soa_000539", "source_id": "sai_000539", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000539", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_311841b2bece4995.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_bf34be249308fdcc", "row_id": "soa_000540", "source_id": "sai_000540", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000540", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bf34be249308fdcc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 3 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_69ae1ade4929fe1d", "row_id": "soa_000541", "source_id": "sai_000541", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000541", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_69ae1ade4929fe1d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 4 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_2c9146c1abe3c324", "row_id": "soa_000542", "source_id": "sai_000542", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000542", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2c9146c1abe3c324.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_ceba80af7505047a", "row_id": "soa_000543", "source_id": "sai_000543", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000543", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ceba80af7505047a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_5180302453a41daf", "row_id": "soa_000544", "source_id": "sai_000544", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000544", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5180302453a41daf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_71454fcd0bf268ad", "row_id": "soa_000545", "source_id": "sai_000545", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000545", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_71454fcd0bf268ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_319f5f6810c6d0d5", "row_id": "soa_000546", "source_id": "sai_000546", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000546", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_319f5f6810c6d0d5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_ea1420bd9f88a5a8", "row_id": "soa_000547", "source_id": "sai_000547", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000547", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ea1420bd9f88a5a8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_716a3e5967d7d33e", "row_id": "soa_000548", "source_id": "sai_000548", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000548", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_716a3e5967d7d33e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_5d50ad53af04de10", "row_id": "soa_000549", "source_id": "sai_000549", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000549", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5d50ad53af04de10.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_b3e8ce8c14fa2963", "row_id": "soa_000550", "source_id": "sai_000550", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000550", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b3e8ce8c14fa2963.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 13 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_186a5102d3d64f10", "row_id": "soa_000551", "source_id": "sai_000551", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000551", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_186a5102d3d64f10.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 14 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_9050bf16ade2b6a0", "row_id": "soa_000552", "source_id": "sai_000552", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000552", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9050bf16ade2b6a0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_dbc8546b0fcb2802", "row_id": "soa_000553", "source_id": "sai_000553", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000553", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dbc8546b0fcb2802.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_0daa41c2dc6ca4e5", "row_id": "soa_000554", "source_id": "sai_000554", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000554", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0daa41c2dc6ca4e5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_55a8d176e28fbd75", "row_id": "soa_000555", "source_id": "sai_000555", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000555", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_55a8d176e28fbd75.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_dc26b6a5215f0151", "row_id": "soa_000556", "source_id": "sai_000556", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000556", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dc26b6a5215f0151.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_287e9127b606c1de", "row_id": "soa_000557", "source_id": "sai_000557", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000557", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_287e9127b606c1de.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_2d205e4b5e039745", "row_id": "soa_000558", "source_id": "sai_000558", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000558", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2d205e4b5e039745.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_836375e994e11de3", "row_id": "soa_000559", "source_id": "sai_000559", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000559", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_836375e994e11de3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_909395bd26dcef85", "row_id": "soa_000560", "source_id": "sai_000560", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000560", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_909395bd26dcef85.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 23 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_5bbe70f7890bc469", "row_id": "soa_000561", "source_id": "sai_000561", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000561", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5bbe70f7890bc469.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 24 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_996f65ae688cb4cc", "row_id": "soa_000562", "source_id": "sai_000562", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000562", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_996f65ae688cb4cc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_5a0a796b04b2aa12", "row_id": "soa_000563", "source_id": "sai_000563", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000563", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5a0a796b04b2aa12.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_7865701a65f1fafc", "row_id": "soa_000564", "source_id": "sai_000564", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000564", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7865701a65f1fafc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_1c1914a02d93c324", "row_id": "soa_000565", "source_id": "sai_000565", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000565", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1c1914a02d93c324.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_b3e4b9061ecbf532", "row_id": "soa_000566", "source_id": "sai_000566", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000566", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b3e4b9061ecbf532.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_e1f98ce942dde7ea", "row_id": "soa_000567", "source_id": "sai_000567", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000567", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e1f98ce942dde7ea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_8a909d15c2ee14e3", "row_id": "soa_000568", "source_id": "sai_000568", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000568", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8a909d15c2ee14e3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_3f251e88bd20dd0a", "row_id": "soa_000569", "source_id": "sai_000569", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000569", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3f251e88bd20dd0a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_b578ed678f353980", "row_id": "soa_000570", "source_id": "sai_000570", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000570", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b578ed678f353980.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 6 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_cf8636c0fddd7d3d", "row_id": "soa_000571", "source_id": "sai_000571", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000571", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cf8636c0fddd7d3d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 7 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_f85bf29e2373bd27", "row_id": "soa_000572", "source_id": "sai_000572", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000572", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f85bf29e2373bd27.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_136d711019940aed", "row_id": "soa_000573", "source_id": "sai_000573", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000573", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_136d711019940aed.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_71f1adbecd4515f7", "row_id": "soa_000574", "source_id": "sai_000574", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000574", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_71f1adbecd4515f7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_714c22ff056512ee", "row_id": "soa_000575", "source_id": "sai_000575", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000575", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_714c22ff056512ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_17dfc6a6442e1543", "row_id": "soa_000576", "source_id": "sai_000576", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000576", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_17dfc6a6442e1543.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_f32d87361183f781", "row_id": "soa_000577", "source_id": "sai_000577", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000577", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f32d87361183f781.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_576b051485b5ba03", "row_id": "soa_000578", "source_id": "sai_000578", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000578", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_576b051485b5ba03.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_e5bd8905000fd21b", "row_id": "soa_000579", "source_id": "sai_000579", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000579", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e5bd8905000fd21b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_9f5f5b7e5441ebbe", "row_id": "soa_000580", "source_id": "sai_000580", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000580", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9f5f5b7e5441ebbe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 16 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_220ae2ca785b7a4f", "row_id": "soa_000581", "source_id": "sai_000581", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000581", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_220ae2ca785b7a4f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 17 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_32e487795cdbfdd2", "row_id": "soa_000582", "source_id": "sai_000582", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000582", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_32e487795cdbfdd2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_a33bec1b485c3e55", "row_id": "soa_000583", "source_id": "sai_000583", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000583", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a33bec1b485c3e55.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_cf2fb67cbd79aec4", "row_id": "soa_000584", "source_id": "sai_000584", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000584", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cf2fb67cbd79aec4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_3be1ae2ba0e8dac9", "row_id": "soa_000585", "source_id": "sai_000585", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000585", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3be1ae2ba0e8dac9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_508b4d6cf811f0b2", "row_id": "soa_000586", "source_id": "sai_000586", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000586", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_508b4d6cf811f0b2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_ccd1a91ef0da4339", "row_id": "soa_000587", "source_id": "sai_000587", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000587", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ccd1a91ef0da4339.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_d6fb018a90b5932e", "row_id": "soa_000588", "source_id": "sai_000588", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000588", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d6fb018a90b5932e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_c30babf33a5bff4a", "row_id": "soa_000589", "source_id": "sai_000589", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000589", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c30babf33a5bff4a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_cee159d441e0d46b", "row_id": "soa_000590", "source_id": "sai_000590", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000590", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cee159d441e0d46b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 26 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_f2ea6499c14de156", "row_id": "soa_000591", "source_id": "sai_000591", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000591", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f2ea6499c14de156.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 27 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_3618c3b76e0ec992", "row_id": "soa_000592", "source_id": "sai_000592", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000592", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3618c3b76e0ec992.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_f474a704c550e3c0", "row_id": "soa_000593", "source_id": "sai_000593", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000593", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f474a704c550e3c0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_d770d0e364b28563", "row_id": "soa_000594", "source_id": "sai_000594", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000594", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d770d0e364b28563.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_a29e6dac6d8247b2", "row_id": "soa_000595", "source_id": "sai_000595", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000595", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a29e6dac6d8247b2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_bee601b0b5e37c02", "row_id": "soa_000596", "source_id": "sai_000596", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000596", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bee601b0b5e37c02.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_cf47b5e2529bb045", "row_id": "soa_000597", "source_id": "sai_000597", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000597", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cf47b5e2529bb045.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_03a99fdfabcb2ad2", "row_id": "soa_000598", "source_id": "sai_000598", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000598", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_03a99fdfabcb2ad2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_0cbe5e27f4bc3135", "row_id": "soa_000599", "source_id": "sai_000599", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000599", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0cbe5e27f4bc3135.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_bb55e18e22a18361", "row_id": "soa_000600", "source_id": "sai_000600", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000600", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bb55e18e22a18361.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 9 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_0337d6897b07ae09", "row_id": "soa_000601", "source_id": "sai_000601", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000601", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0337d6897b07ae09.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 10 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_66eb112e1642b8fc", "row_id": "soa_000602", "source_id": "sai_000602", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000602", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_66eb112e1642b8fc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_c49fc7f32614b7fa", "row_id": "soa_000603", "source_id": "sai_000603", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000603", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c49fc7f32614b7fa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_216be3eea685bb0d", "row_id": "soa_000604", "source_id": "sai_000604", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000604", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_216be3eea685bb0d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_826c88db79929894", "row_id": "soa_000605", "source_id": "sai_000605", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000605", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_826c88db79929894.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_6574065f3d347db3", "row_id": "soa_000606", "source_id": "sai_000606", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000606", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6574065f3d347db3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_9581d7cdd50e559a", "row_id": "soa_000607", "source_id": "sai_000607", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000607", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9581d7cdd50e559a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_8bf3c7d175361bb5", "row_id": "soa_000608", "source_id": "sai_000608", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000608", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8bf3c7d175361bb5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_c3d92c9a2fee0395", "row_id": "soa_000609", "source_id": "sai_000609", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000609", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c3d92c9a2fee0395.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_176b62be7d64722f", "row_id": "soa_000610", "source_id": "sai_000610", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000610", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_176b62be7d64722f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 19 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_e7c49a2117d7dc66", "row_id": "soa_000611", "source_id": "sai_000611", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000611", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e7c49a2117d7dc66.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 20 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_fb8bd50e661b3ced", "row_id": "soa_000612", "source_id": "sai_000612", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000612", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_fb8bd50e661b3ced.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_4eddcab5133d87ee", "row_id": "soa_000613", "source_id": "sai_000613", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000613", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4eddcab5133d87ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_901a1187978731be", "row_id": "soa_000614", "source_id": "sai_000614", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000614", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_901a1187978731be.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_5ca8dbaafad226a7", "row_id": "soa_000615", "source_id": "sai_000615", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000615", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5ca8dbaafad226a7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_24d1d52abb319bfe", "row_id": "soa_000616", "source_id": "sai_000616", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000616", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_24d1d52abb319bfe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_e5ea840f51d69424", "row_id": "soa_000617", "source_id": "sai_000617", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000617", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e5ea840f51d69424.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_70d3606399ed2a65", "row_id": "soa_000618", "source_id": "sai_000618", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000618", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_70d3606399ed2a65.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_7a6b0c096d4ebeda", "row_id": "soa_000619", "source_id": "sai_000619", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000619", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7a6b0c096d4ebeda.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_cea9d80d0138dfc2", "row_id": "soa_000620", "source_id": "sai_000620", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000620", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cea9d80d0138dfc2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 29 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_2ac5022c16eda033", "row_id": "soa_000621", "source_id": "sai_000621", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000621", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2ac5022c16eda033.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 3 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_cbf69fa2859c5c72", "row_id": "soa_000622", "source_id": "sai_000622", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000622", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cbf69fa2859c5c72.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_3a9dba61044e12f2", "row_id": "soa_000623", "source_id": "sai_000623", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000623", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3a9dba61044e12f2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_ed87cc25f2dfe19a", "row_id": "soa_000624", "source_id": "sai_000624", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000624", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ed87cc25f2dfe19a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_dbd33afcbaf336cd", "row_id": "soa_000625", "source_id": "sai_000625", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000625", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dbd33afcbaf336cd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_dbcea6b1b8a78d07", "row_id": "soa_000626", "source_id": "sai_000626", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000626", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dbcea6b1b8a78d07.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_19336f47b77f1226", "row_id": "soa_000627", "source_id": "sai_000627", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000627", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_19336f47b77f1226.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_8c047ca214c3c572", "row_id": "soa_000628", "source_id": "sai_000628", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000628", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8c047ca214c3c572.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_a8a7e731d101118f", "row_id": "soa_000629", "source_id": "sai_000629", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000629", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a8a7e731d101118f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_fe7c84c64311433f", "row_id": "soa_000630", "source_id": "sai_000630", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000630", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_fe7c84c64311433f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 12 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_aaa3f8c861249cbc", "row_id": "soa_000631", "source_id": "sai_000631", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000631", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_aaa3f8c861249cbc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 13 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_9e1cd17550424228", "row_id": "soa_000632", "source_id": "sai_000632", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000632", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9e1cd17550424228.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_f40b128111248583", "row_id": "soa_000633", "source_id": "sai_000633", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000633", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f40b128111248583.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_d4b097dbbed8b8cd", "row_id": "soa_000634", "source_id": "sai_000634", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000634", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d4b097dbbed8b8cd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_2c43bdabc07b9018", "row_id": "soa_000635", "source_id": "sai_000635", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000635", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2c43bdabc07b9018.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_891ef924717ab8db", "row_id": "soa_000636", "source_id": "sai_000636", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000636", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_891ef924717ab8db.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_7a0fb3284be0dac1", "row_id": "soa_000637", "source_id": "sai_000637", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000637", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7a0fb3284be0dac1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_0161d85c36b8b7f0", "row_id": "soa_000638", "source_id": "sai_000638", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000638", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0161d85c36b8b7f0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_388a3e5dc507f5e8", "row_id": "soa_000639", "source_id": "sai_000639", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000639", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_388a3e5dc507f5e8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_00d72a66b9355c62", "row_id": "soa_000640", "source_id": "sai_000640", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000640", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_00d72a66b9355c62.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 22 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_e36169069fbad9ba", "row_id": "soa_000641", "source_id": "sai_000641", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000641", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e36169069fbad9ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 23 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_94041896e18ad958", "row_id": "soa_000642", "source_id": "sai_000642", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000642", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_94041896e18ad958.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_b6bf17dc4e9201eb", "row_id": "soa_000643", "source_id": "sai_000643", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000643", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b6bf17dc4e9201eb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_f4551de7a60c3398", "row_id": "soa_000644", "source_id": "sai_000644", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000644", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f4551de7a60c3398.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_bee6511a283dffc4", "row_id": "soa_000645", "source_id": "sai_000645", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000645", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bee6511a283dffc4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_15ac4270d35d9dfb", "row_id": "soa_000646", "source_id": "sai_000646", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000646", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_15ac4270d35d9dfb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_e526c9ee1d76499a", "row_id": "soa_000647", "source_id": "sai_000647", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000647", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e526c9ee1d76499a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_9b004f72f939f4b2", "row_id": "soa_000648", "source_id": "sai_000648", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000648", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9b004f72f939f4b2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_49f8f253ca2510bb", "row_id": "soa_000649", "source_id": "sai_000649", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000649", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_49f8f253ca2510bb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_664fd01998652313", "row_id": "soa_000650", "source_id": "sai_000650", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000650", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_664fd01998652313.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 5 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_45c4d88130b092a3", "row_id": "soa_000651", "source_id": "sai_000651", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000651", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_45c4d88130b092a3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 6 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_709dfa63f781dbd2", "row_id": "soa_000652", "source_id": "sai_000652", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000652", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_709dfa63f781dbd2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_1e53455cea94729f", "row_id": "soa_000653", "source_id": "sai_000653", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000653", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1e53455cea94729f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_8deed2d8c9463088", "row_id": "soa_000654", "source_id": "sai_000654", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000654", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8deed2d8c9463088.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_48e1904767f68226", "row_id": "soa_000655", "source_id": "sai_000655", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000655", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_48e1904767f68226.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_72391f68dd883cef", "row_id": "soa_000656", "source_id": "sai_000656", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000656", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_72391f68dd883cef.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_e9e696298f15824d", "row_id": "soa_000657", "source_id": "sai_000657", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000657", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e9e696298f15824d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_8b5ab0bee78c7ac4", "row_id": "soa_000658", "source_id": "sai_000658", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000658", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8b5ab0bee78c7ac4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_c849e27811590de1", "row_id": "soa_000659", "source_id": "sai_000659", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000659", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c849e27811590de1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_e7f8a2cd67bcbb63", "row_id": "soa_000660", "source_id": "sai_000660", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000660", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e7f8a2cd67bcbb63.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 15 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_0750da53f7ad9915", "row_id": "soa_000661", "source_id": "sai_000661", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000661", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0750da53f7ad9915.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 16 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_5b4259862bb74b26", "row_id": "soa_000662", "source_id": "sai_000662", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000662", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5b4259862bb74b26.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_fa55ff79758ffcfe", "row_id": "soa_000663", "source_id": "sai_000663", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000663", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_fa55ff79758ffcfe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_a796a0d064f128c3", "row_id": "soa_000664", "source_id": "sai_000664", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000664", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a796a0d064f128c3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_f83c13c4bce359f9", "row_id": "soa_000665", "source_id": "sai_000665", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000665", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f83c13c4bce359f9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_d920450f49ba63bf", "row_id": "soa_000666", "source_id": "sai_000666", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000666", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d920450f49ba63bf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_762cc0f401d66b39", "row_id": "soa_000667", "source_id": "sai_000667", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000667", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_762cc0f401d66b39.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_3fdf644267bf05c3", "row_id": "soa_000668", "source_id": "sai_000668", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000668", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3fdf644267bf05c3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_3cb3b0d396ddbb29", "row_id": "soa_000669", "source_id": "sai_000669", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000669", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3cb3b0d396ddbb29.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_e40bc109ec988c7b", "row_id": "soa_000670", "source_id": "sai_000670", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000670", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e40bc109ec988c7b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 25 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_d233b2af17875d60", "row_id": "soa_000671", "source_id": "sai_000671", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000671", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d233b2af17875d60.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 26 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_b8f7d4b59c5edbf4", "row_id": "soa_000672", "source_id": "sai_000672", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000672", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b8f7d4b59c5edbf4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_50eeb48133a06090", "row_id": "soa_000673", "source_id": "sai_000673", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000673", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_50eeb48133a06090.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_2e64c8d848263d07", "row_id": "soa_000674", "source_id": "sai_000674", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000674", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2e64c8d848263d07.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_77667c2f20d5c3e8", "row_id": "soa_000675", "source_id": "sai_000675", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000675", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_77667c2f20d5c3e8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_f6a2601293434417", "row_id": "soa_000676", "source_id": "sai_000676", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000676", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f6a2601293434417.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_5fbf96c2ef82762a", "row_id": "soa_000677", "source_id": "sai_000677", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000677", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5fbf96c2ef82762a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_39cef2819965f131", "row_id": "soa_000678", "source_id": "sai_000678", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000678", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_39cef2819965f131.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_8b5f91b124f69677", "row_id": "soa_000679", "source_id": "sai_000679", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000679", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8b5f91b124f69677.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_03c79dfccc0953d1", "row_id": "soa_000680", "source_id": "sai_000680", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000680", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_03c79dfccc0953d1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 8 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_f7f8509f851a3e46", "row_id": "soa_000681", "source_id": "sai_000681", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000681", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f7f8509f851a3e46.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 9 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_d503b5e8c38776c6", "row_id": "soa_000682", "source_id": "sai_000682", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000682", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d503b5e8c38776c6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_52e3ff45921a9b5b", "row_id": "soa_000683", "source_id": "sai_000683", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000683", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_52e3ff45921a9b5b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_124ec2ae39923800", "row_id": "soa_000684", "source_id": "sai_000684", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000684", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_124ec2ae39923800.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_849364b4ae660004", "row_id": "soa_000685", "source_id": "sai_000685", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000685", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_849364b4ae660004.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_7441e026b18496c1", "row_id": "soa_000686", "source_id": "sai_000686", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000686", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7441e026b18496c1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_21681deea0d7e2a3", "row_id": "soa_000687", "source_id": "sai_000687", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000687", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_21681deea0d7e2a3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_8d6169c3a39125ed", "row_id": "soa_000688", "source_id": "sai_000688", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000688", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8d6169c3a39125ed.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_b021abb92ece31f6", "row_id": "soa_000689", "source_id": "sai_000689", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000689", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b021abb92ece31f6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_a0d557cd4f9b18c2", "row_id": "soa_000690", "source_id": "sai_000690", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000690", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a0d557cd4f9b18c2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 18 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_5d77555ae550f3c0", "row_id": "soa_000691", "source_id": "sai_000691", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000691", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5d77555ae550f3c0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 19 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_fb73ed9fc0904d14", "row_id": "soa_000692", "source_id": "sai_000692", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000692", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_fb73ed9fc0904d14.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_e76b73a5651afbbe", "row_id": "soa_000693", "source_id": "sai_000693", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000693", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e76b73a5651afbbe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_788ab1e730f44ed2", "row_id": "soa_000694", "source_id": "sai_000694", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000694", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_788ab1e730f44ed2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_a5278356fc3c1d8e", "row_id": "soa_000695", "source_id": "sai_000695", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000695", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a5278356fc3c1d8e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_4425365518b7b542", "row_id": "soa_000696", "source_id": "sai_000696", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000696", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4425365518b7b542.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_8ab839693dd48808", "row_id": "soa_000697", "source_id": "sai_000697", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000697", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8ab839693dd48808.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_14e46cd4ee2f96a5", "row_id": "soa_000698", "source_id": "sai_000698", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000698", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_14e46cd4ee2f96a5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_f3acdac79811133f", "row_id": "soa_000699", "source_id": "sai_000699", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000699", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f3acdac79811133f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_6cdbeae270bdd7d5", "row_id": "soa_000700", "source_id": "sai_000700", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000700", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6cdbeae270bdd7d5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 28 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_70db87ca064fdaa9", "row_id": "soa_000701", "source_id": "sai_000701", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000701", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_70db87ca064fdaa9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 29 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_dffc443fb690c611", "row_id": "soa_000702", "source_id": "sai_000702", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000702", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dffc443fb690c611.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_868cbfeb0b509b34", "row_id": "soa_000703", "source_id": "sai_000703", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000703", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_868cbfeb0b509b34.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_40b0e79c16900b56", "row_id": "soa_000704", "source_id": "sai_000704", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000704", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_40b0e79c16900b56.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_75d7670a825cee11", "row_id": "soa_000705", "source_id": "sai_000705", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000705", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_75d7670a825cee11.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_928cebe5ef0f888a", "row_id": "soa_000706", "source_id": "sai_000706", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000706", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_928cebe5ef0f888a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_b4734854de418c05", "row_id": "soa_000707", "source_id": "sai_000707", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000707", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b4734854de418c05.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_8fe3feb4be4eb8b3", "row_id": "soa_000708", "source_id": "sai_000708", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000708", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8fe3feb4be4eb8b3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_acd20e408503735b", "row_id": "soa_000709", "source_id": "sai_000709", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000709", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_acd20e408503735b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_80cfe29d36517602", "row_id": "soa_000710", "source_id": "sai_000710", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000710", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_80cfe29d36517602.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 11 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_7fe4c4b34290f173", "row_id": "soa_000711", "source_id": "sai_000711", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000711", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7fe4c4b34290f173.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 12 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_b40fabc82c41afbc", "row_id": "soa_000712", "source_id": "sai_000712", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000712", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b40fabc82c41afbc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_a2f40276ae5a5ad8", "row_id": "soa_000713", "source_id": "sai_000713", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000713", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a2f40276ae5a5ad8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_6c10b11fbe1c62e6", "row_id": "soa_000714", "source_id": "sai_000714", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000714", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6c10b11fbe1c62e6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_22184a520435665a", "row_id": "soa_000715", "source_id": "sai_000715", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000715", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_22184a520435665a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_2679e4ee4cb3d560", "row_id": "soa_000716", "source_id": "sai_000716", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000716", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2679e4ee4cb3d560.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_bf0719d47b122361", "row_id": "soa_000717", "source_id": "sai_000717", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000717", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bf0719d47b122361.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_78a728b9b37f0be4", "row_id": "soa_000718", "source_id": "sai_000718", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000718", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_78a728b9b37f0be4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_1aa41963341916fa", "row_id": "soa_000719", "source_id": "sai_000719", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000719", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1aa41963341916fa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_e99a58edb892f1d7", "row_id": "soa_000720", "source_id": "sai_000720", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000720", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e99a58edb892f1d7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 21 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_377393bc29bb644a", "row_id": "soa_000721", "source_id": "sai_000721", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000721", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_377393bc29bb644a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 22 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_c2d0f11f69e71acf", "row_id": "soa_000722", "source_id": "sai_000722", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000722", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c2d0f11f69e71acf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_a34804db1393b78e", "row_id": "soa_000723", "source_id": "sai_000723", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000723", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a34804db1393b78e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_c1baa5a93c31fab3", "row_id": "soa_000724", "source_id": "sai_000724", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000724", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c1baa5a93c31fab3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_77fae88316970191", "row_id": "soa_000725", "source_id": "sai_000725", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000725", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_77fae88316970191.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_e2ca219a0dd9080c", "row_id": "soa_000726", "source_id": "sai_000726", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000726", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e2ca219a0dd9080c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_42524db5e3693ec1", "row_id": "soa_000727", "source_id": "sai_000727", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000727", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_42524db5e3693ec1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_3eb466b81b264332", "row_id": "soa_000728", "source_id": "sai_000728", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000728", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3eb466b81b264332.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_4b2dc9915a841c16", "row_id": "soa_000729", "source_id": "sai_000729", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000729", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4b2dc9915a841c16.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_806e0226a3e2c3c7", "row_id": "soa_000730", "source_id": "sai_000730", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000730", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_806e0226a3e2c3c7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 4 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_87363539107fa567", "row_id": "soa_000731", "source_id": "sai_000731", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000731", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_87363539107fa567.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 5 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_464592889f1be7c9", "row_id": "soa_000732", "source_id": "sai_000732", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000732", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_464592889f1be7c9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_c5addb4c1c2e3b0e", "row_id": "soa_000733", "source_id": "sai_000733", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000733", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c5addb4c1c2e3b0e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_1807c8bba633a0cc", "row_id": "soa_000734", "source_id": "sai_000734", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000734", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1807c8bba633a0cc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_028ac01f8e18d4a1", "row_id": "soa_000735", "source_id": "sai_000735", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000735", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_028ac01f8e18d4a1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_b22f32f0ac6993a2", "row_id": "soa_000736", "source_id": "sai_000736", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000736", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b22f32f0ac6993a2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_d6904d1abfb2c783", "row_id": "soa_000737", "source_id": "sai_000737", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000737", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d6904d1abfb2c783.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_06d3adc8d870ca72", "row_id": "soa_000738", "source_id": "sai_000738", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000738", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_06d3adc8d870ca72.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_3edcef9a801ed6d7", "row_id": "soa_000739", "source_id": "sai_000739", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000739", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3edcef9a801ed6d7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_7d3fc3cbf958694b", "row_id": "soa_000740", "source_id": "sai_000740", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000740", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7d3fc3cbf958694b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 14 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_e6e8cc1915474a1a", "row_id": "soa_000741", "source_id": "sai_000741", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000741", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e6e8cc1915474a1a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 15 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_e2cfae63ff5e5a2b", "row_id": "soa_000742", "source_id": "sai_000742", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000742", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e2cfae63ff5e5a2b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_6b3929572046fce1", "row_id": "soa_000743", "source_id": "sai_000743", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000743", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6b3929572046fce1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_cddfbf03e9b94d66", "row_id": "soa_000744", "source_id": "sai_000744", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000744", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cddfbf03e9b94d66.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_edb8f41c9e3ddeb1", "row_id": "soa_000745", "source_id": "sai_000745", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000745", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_edb8f41c9e3ddeb1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_9d261ff90b125c71", "row_id": "soa_000746", "source_id": "sai_000746", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000746", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9d261ff90b125c71.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_cc816d34d72dda4d", "row_id": "soa_000747", "source_id": "sai_000747", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000747", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cc816d34d72dda4d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_4d97350602094385", "row_id": "soa_000748", "source_id": "sai_000748", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000748", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4d97350602094385.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_612e3a2087eb4573", "row_id": "soa_000749", "source_id": "sai_000749", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000749", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_612e3a2087eb4573.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_ac5bbca8311ffb18", "row_id": "soa_000750", "source_id": "sai_000750", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000750", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ac5bbca8311ffb18.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 24 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_34e33c93fb6b1f58", "row_id": "soa_000751", "source_id": "sai_000751", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000751", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_34e33c93fb6b1f58.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 25 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_0af830bc2dcc6c2a", "row_id": "soa_000752", "source_id": "sai_000752", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000752", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0af830bc2dcc6c2a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_b070823037b11539", "row_id": "soa_000753", "source_id": "sai_000753", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000753", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b070823037b11539.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_0cbacdcb1fb46494", "row_id": "soa_000754", "source_id": "sai_000754", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000754", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0cbacdcb1fb46494.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_0478ea2f21aa5522", "row_id": "soa_000755", "source_id": "sai_000755", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000755", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0478ea2f21aa5522.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_00d9c12b71dee941", "row_id": "soa_000756", "source_id": "sai_000756", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000756", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_00d9c12b71dee941.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_224a198c2207066d", "row_id": "soa_000757", "source_id": "sai_000757", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000757", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_224a198c2207066d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_402a9b74ad7eef03", "row_id": "soa_000758", "source_id": "sai_000758", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000758", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_402a9b74ad7eef03.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_4565a6a20dc67515", "row_id": "soa_000759", "source_id": "sai_000759", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000759", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4565a6a20dc67515.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_7297414eeee6de9a", "row_id": "soa_000760", "source_id": "sai_000760", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000760", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7297414eeee6de9a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 7 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_877f76ff8ec49037", "row_id": "soa_000761", "source_id": "sai_000761", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000761", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_877f76ff8ec49037.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 8 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_ee297794dee3325c", "row_id": "soa_000762", "source_id": "sai_000762", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000762", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ee297794dee3325c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_544ffad2d2bec9d6", "row_id": "soa_000763", "source_id": "sai_000763", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000763", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_544ffad2d2bec9d6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_4c6a50fe537fde38", "row_id": "soa_000764", "source_id": "sai_000764", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000764", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4c6a50fe537fde38.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_21fe2123ccb78c06", "row_id": "soa_000765", "source_id": "sai_000765", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000765", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_21fe2123ccb78c06.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_5d5ca6ec6ce55d5e", "row_id": "soa_000766", "source_id": "sai_000766", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000766", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5d5ca6ec6ce55d5e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_134183116534d32a", "row_id": "soa_000767", "source_id": "sai_000767", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000767", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_134183116534d32a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_82a9e94be50b9262", "row_id": "soa_000768", "source_id": "sai_000768", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000768", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_82a9e94be50b9262.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_2cb94ebfbe16d0be", "row_id": "soa_000769", "source_id": "sai_000769", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000769", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2cb94ebfbe16d0be.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_b2bae8690ebe9d77", "row_id": "soa_000770", "source_id": "sai_000770", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000770", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b2bae8690ebe9d77.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 17 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_a7a705e897021a3c", "row_id": "soa_000771", "source_id": "sai_000771", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000771", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a7a705e897021a3c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 18 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_f5d8ec4ef4e6c312", "row_id": "soa_000772", "source_id": "sai_000772", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000772", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f5d8ec4ef4e6c312.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_c55d603dd63fcd44", "row_id": "soa_000773", "source_id": "sai_000773", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000773", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c55d603dd63fcd44.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_b9be14f28f7a0be1", "row_id": "soa_000774", "source_id": "sai_000774", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000774", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b9be14f28f7a0be1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_5a7a747aef9e8064", "row_id": "soa_000775", "source_id": "sai_000775", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000775", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5a7a747aef9e8064.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_14e8145ad335a5cb", "row_id": "soa_000776", "source_id": "sai_000776", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000776", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_14e8145ad335a5cb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_dbba71ca1bbf08cf", "row_id": "soa_000777", "source_id": "sai_000777", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000777", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dbba71ca1bbf08cf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_703bcc31310173d2", "row_id": "soa_000778", "source_id": "sai_000778", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000778", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_703bcc31310173d2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_1bb18d2e737688fc", "row_id": "soa_000779", "source_id": "sai_000779", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000779", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1bb18d2e737688fc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_26e4d9ddeb3cf5ca", "row_id": "soa_000780", "source_id": "sai_000780", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000780", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_26e4d9ddeb3cf5ca.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 27 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_2d1aa6d835b346df", "row_id": "soa_000781", "source_id": "sai_000781", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000781", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2d1aa6d835b346df.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 28 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_0737227fee06ac91", "row_id": "soa_000782", "source_id": "sai_000782", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000782", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0737227fee06ac91.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_ca18e8c267b726ae", "row_id": "soa_000783", "source_id": "sai_000783", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000783", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ca18e8c267b726ae.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_8a8a8dc02b611812", "row_id": "soa_000784", "source_id": "sai_000784", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000784", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8a8a8dc02b611812.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_0b5bc9754a19d1f4", "row_id": "soa_000785", "source_id": "sai_000785", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000785", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0b5bc9754a19d1f4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_2e06a80b8558edcd", "row_id": "soa_000786", "source_id": "sai_000786", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000786", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2e06a80b8558edcd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_43fad25e996a6a44", "row_id": "soa_000787", "source_id": "sai_000787", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000787", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_43fad25e996a6a44.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_f1e104240f505280", "row_id": "soa_000788", "source_id": "sai_000788", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000788", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f1e104240f505280.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_be1fd06f6d872aa0", "row_id": "soa_000789", "source_id": "sai_000789", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000789", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_be1fd06f6d872aa0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_0bfbde6cb80713e8", "row_id": "soa_000790", "source_id": "sai_000790", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000790", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0bfbde6cb80713e8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 10 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_644e040c2e775082", "row_id": "soa_000791", "source_id": "sai_000791", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000791", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_644e040c2e775082.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 11 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_7590ffb4c2478dde", "row_id": "soa_000792", "source_id": "sai_000792", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000792", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7590ffb4c2478dde.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_cb210cf06109054c", "row_id": "soa_000793", "source_id": "sai_000793", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000793", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cb210cf06109054c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_b18ca7919b4bfc8c", "row_id": "soa_000794", "source_id": "sai_000794", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000794", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b18ca7919b4bfc8c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_02156efa5fceecc1", "row_id": "soa_000795", "source_id": "sai_000795", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000795", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_02156efa5fceecc1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_dc00d0b0e1861da3", "row_id": "soa_000796", "source_id": "sai_000796", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000796", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dc00d0b0e1861da3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_3f4f98aefdad3704", "row_id": "soa_000797", "source_id": "sai_000797", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000797", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3f4f98aefdad3704.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_f1b6adf0232a6fe6", "row_id": "soa_000798", "source_id": "sai_000798", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000798", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f1b6adf0232a6fe6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_2c2c4d7d4bdb67fd", "row_id": "soa_000799", "source_id": "sai_000799", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000799", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2c2c4d7d4bdb67fd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_1e2794e008beb6e8", "row_id": "soa_000800", "source_id": "sai_000800", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000800", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1e2794e008beb6e8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 20 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_a0d3a5928aff68f8", "row_id": "soa_000801", "source_id": "sai_000801", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000801", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a0d3a5928aff68f8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 21 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_e13ac569186fb9a7", "row_id": "soa_000802", "source_id": "sai_000802", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000802", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e13ac569186fb9a7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_e76661e64b89e23b", "row_id": "soa_000803", "source_id": "sai_000803", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000803", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e76661e64b89e23b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_858935490c23b046", "row_id": "soa_000804", "source_id": "sai_000804", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000804", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_858935490c23b046.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_14203419dfa24391", "row_id": "soa_000805", "source_id": "sai_000805", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000805", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_14203419dfa24391.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_3fb6455bbc43e7b0", "row_id": "soa_000806", "source_id": "sai_000806", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000806", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3fb6455bbc43e7b0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_304dccd43682d44e", "row_id": "soa_000807", "source_id": "sai_000807", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000807", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_304dccd43682d44e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_20d645b59a2605fd", "row_id": "soa_000808", "source_id": "sai_000808", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000808", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_20d645b59a2605fd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_7a43bdaaf19f97e9", "row_id": "soa_000809", "source_id": "sai_000809", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000809", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7a43bdaaf19f97e9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_8fddcabb3eeed864", "row_id": "soa_000810", "source_id": "sai_000810", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000810", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8fddcabb3eeed864.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 3 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_0df94b83aecca9a0", "row_id": "soa_000811", "source_id": "sai_000811", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000811", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0df94b83aecca9a0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 4 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_1fbf6454dbbe3953", "row_id": "soa_000812", "source_id": "sai_000812", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000812", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1fbf6454dbbe3953.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_2713910a03e8c1ca", "row_id": "soa_000813", "source_id": "sai_000813", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000813", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2713910a03e8c1ca.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_7d455977fc23964f", "row_id": "soa_000814", "source_id": "sai_000814", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000814", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7d455977fc23964f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_c0dc36123b92aba5", "row_id": "soa_000815", "source_id": "sai_000815", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000815", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c0dc36123b92aba5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_13522d78981ea8cb", "row_id": "soa_000816", "source_id": "sai_000816", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000816", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_13522d78981ea8cb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_c2b0d502ea47de67", "row_id": "soa_000817", "source_id": "sai_000817", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000817", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c2b0d502ea47de67.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_de528785f24479f9", "row_id": "soa_000818", "source_id": "sai_000818", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000818", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_de528785f24479f9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_0938238b79da48ff", "row_id": "soa_000819", "source_id": "sai_000819", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000819", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0938238b79da48ff.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_920a34822be84377", "row_id": "soa_000820", "source_id": "sai_000820", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000820", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_920a34822be84377.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 13 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_0203f9c6ac6d9d6e", "row_id": "soa_000821", "source_id": "sai_000821", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000821", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0203f9c6ac6d9d6e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 14 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_74f7c6b24363b026", "row_id": "soa_000822", "source_id": "sai_000822", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000822", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_74f7c6b24363b026.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_7fbc98de93f7a109", "row_id": "soa_000823", "source_id": "sai_000823", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000823", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7fbc98de93f7a109.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_5d6cc1ca8f40345f", "row_id": "soa_000824", "source_id": "sai_000824", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000824", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5d6cc1ca8f40345f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_cd69f01a5488bf60", "row_id": "soa_000825", "source_id": "sai_000825", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000825", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cd69f01a5488bf60.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_69c913aa1a3f22ae", "row_id": "soa_000826", "source_id": "sai_000826", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000826", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_69c913aa1a3f22ae.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_9c8ddfcebc184f32", "row_id": "soa_000827", "source_id": "sai_000827", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000827", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9c8ddfcebc184f32.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_0335a5577be4cfe2", "row_id": "soa_000828", "source_id": "sai_000828", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000828", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0335a5577be4cfe2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_4c419e56e13ce7d6", "row_id": "soa_000829", "source_id": "sai_000829", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000829", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4c419e56e13ce7d6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_ccf64fd4cbe443ea", "row_id": "soa_000830", "source_id": "sai_000830", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000830", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ccf64fd4cbe443ea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 23 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_62fb61e840e072b5", "row_id": "soa_000831", "source_id": "sai_000831", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000831", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_62fb61e840e072b5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 24 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_2868dc685893553b", "row_id": "soa_000832", "source_id": "sai_000832", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000832", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2868dc685893553b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_6335ba5006f6442c", "row_id": "soa_000833", "source_id": "sai_000833", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000833", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6335ba5006f6442c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_09f3566b42f84bc6", "row_id": "soa_000834", "source_id": "sai_000834", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000834", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_09f3566b42f84bc6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_839c0fa367bb666e", "row_id": "soa_000835", "source_id": "sai_000835", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000835", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_839c0fa367bb666e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_1fcebbd1fe22d267", "row_id": "soa_000836", "source_id": "sai_000836", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000836", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1fcebbd1fe22d267.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_412f19b42c39f8be", "row_id": "soa_000837", "source_id": "sai_000837", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000837", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_412f19b42c39f8be.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_8cdba4f93ce972d3", "row_id": "soa_000838", "source_id": "sai_000838", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000838", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8cdba4f93ce972d3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_5402e8cad095d55f", "row_id": "soa_000839", "source_id": "sai_000839", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000839", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5402e8cad095d55f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_2331427fed927df9", "row_id": "soa_000840", "source_id": "sai_000840", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000840", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2331427fed927df9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 6 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_2dc7559634c74e91", "row_id": "soa_000841", "source_id": "sai_000841", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000841", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2dc7559634c74e91.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 7 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_8f344ebca663b65a", "row_id": "soa_000842", "source_id": "sai_000842", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000842", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8f344ebca663b65a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_d100d3f6538453b0", "row_id": "soa_000843", "source_id": "sai_000843", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000843", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d100d3f6538453b0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_dda5a022c6e8e9e0", "row_id": "soa_000844", "source_id": "sai_000844", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000844", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_dda5a022c6e8e9e0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_15c93f27567b3c8c", "row_id": "soa_000845", "source_id": "sai_000845", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000845", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_15c93f27567b3c8c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_09c82ef677565cd4", "row_id": "soa_000846", "source_id": "sai_000846", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000846", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_09c82ef677565cd4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_fd73f21ead5254f3", "row_id": "soa_000847", "source_id": "sai_000847", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000847", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_fd73f21ead5254f3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_ca6d3455a056d24b", "row_id": "soa_000848", "source_id": "sai_000848", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000848", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ca6d3455a056d24b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_4f24cf9e355d93fd", "row_id": "soa_000849", "source_id": "sai_000849", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000849", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4f24cf9e355d93fd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_0553a5a5d01dcf04", "row_id": "soa_000850", "source_id": "sai_000850", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000850", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0553a5a5d01dcf04.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 16 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_beefb38c131fd778", "row_id": "soa_000851", "source_id": "sai_000851", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000851", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_beefb38c131fd778.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 17 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_8c18086e87a04827", "row_id": "soa_000852", "source_id": "sai_000852", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000852", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8c18086e87a04827.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_b477656ee53cbbf8", "row_id": "soa_000853", "source_id": "sai_000853", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000853", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b477656ee53cbbf8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_ee6c0afc05693f72", "row_id": "soa_000854", "source_id": "sai_000854", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000854", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ee6c0afc05693f72.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_cda2f735b56174dd", "row_id": "soa_000855", "source_id": "sai_000855", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000855", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cda2f735b56174dd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_e7ec034466091e28", "row_id": "soa_000856", "source_id": "sai_000856", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000856", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e7ec034466091e28.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_cc9f044fb3a44834", "row_id": "soa_000857", "source_id": "sai_000857", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000857", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cc9f044fb3a44834.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_64a09ea228bf11d3", "row_id": "soa_000858", "source_id": "sai_000858", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000858", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_64a09ea228bf11d3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_8d486c0b726ec119", "row_id": "soa_000859", "source_id": "sai_000859", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000859", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8d486c0b726ec119.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_f8cb14bdf7eaeda5", "row_id": "soa_000860", "source_id": "sai_000860", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000860", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f8cb14bdf7eaeda5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 26 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_1378a1fe1fcabf93", "row_id": "soa_000861", "source_id": "sai_000861", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000861", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_1378a1fe1fcabf93.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 27 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_4976b76398feb1b9", "row_id": "soa_000862", "source_id": "sai_000862", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000862", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4976b76398feb1b9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_9bd5fd17ded54090", "row_id": "soa_000863", "source_id": "sai_000863", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000863", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9bd5fd17ded54090.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_3b5718a0497b19a1", "row_id": "soa_000864", "source_id": "sai_000864", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000864", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3b5718a0497b19a1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_b0c199ae3b00036f", "row_id": "soa_000865", "source_id": "sai_000865", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000865", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b0c199ae3b00036f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_b51ab0d0972f015d", "row_id": "soa_000866", "source_id": "sai_000866", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000866", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b51ab0d0972f015d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_f2108b94480bd07f", "row_id": "soa_000867", "source_id": "sai_000867", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000867", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f2108b94480bd07f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_69e925120659bd5e", "row_id": "soa_000868", "source_id": "sai_000868", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000868", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_69e925120659bd5e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_bcac901fcdd36b9a", "row_id": "soa_000869", "source_id": "sai_000869", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000869", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_bcac901fcdd36b9a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_ea7b50361b28bb13", "row_id": "soa_000870", "source_id": "sai_000870", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000870", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ea7b50361b28bb13.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 9 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_b15801f25b05eec3", "row_id": "soa_000871", "source_id": "sai_000871", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000871", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b15801f25b05eec3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 10 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_97ed6a2108534405", "row_id": "soa_000872", "source_id": "sai_000872", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000872", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_97ed6a2108534405.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_08993ead433311f0", "row_id": "soa_000873", "source_id": "sai_000873", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000873", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_08993ead433311f0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_a0d2459b61b7726f", "row_id": "soa_000874", "source_id": "sai_000874", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000874", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a0d2459b61b7726f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_707b3d14ad5e8965", "row_id": "soa_000875", "source_id": "sai_000875", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000875", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_707b3d14ad5e8965.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_31869d9a5e690980", "row_id": "soa_000876", "source_id": "sai_000876", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000876", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_31869d9a5e690980.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_d8549ae4c5a00794", "row_id": "soa_000877", "source_id": "sai_000877", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000877", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d8549ae4c5a00794.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_0e63c833aadef6f1", "row_id": "soa_000878", "source_id": "sai_000878", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000878", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0e63c833aadef6f1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_360e37b11e5c697e", "row_id": "soa_000879", "source_id": "sai_000879", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000879", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_360e37b11e5c697e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_240d931a547a0a2a", "row_id": "soa_000880", "source_id": "sai_000880", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000880", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_240d931a547a0a2a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 19 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_9aff5f2b1ebf7f17", "row_id": "soa_000881", "source_id": "sai_000881", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000881", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9aff5f2b1ebf7f17.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 20 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_3d1d989c0ea3d2a8", "row_id": "soa_000882", "source_id": "sai_000882", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000882", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3d1d989c0ea3d2a8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_b23a65d5bdc61e76", "row_id": "soa_000883", "source_id": "sai_000883", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000883", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b23a65d5bdc61e76.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_f32c33dda28af2cf", "row_id": "soa_000884", "source_id": "sai_000884", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000884", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f32c33dda28af2cf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_ff10f057079d4730", "row_id": "soa_000885", "source_id": "sai_000885", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000885", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ff10f057079d4730.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_82a5778085d173d8", "row_id": "soa_000886", "source_id": "sai_000886", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000886", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_82a5778085d173d8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_d367e303c83f6f72", "row_id": "soa_000887", "source_id": "sai_000887", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000887", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d367e303c83f6f72.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_35791c926c999c9a", "row_id": "soa_000888", "source_id": "sai_000888", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000888", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_35791c926c999c9a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_4a06a5a5f79072d1", "row_id": "soa_000889", "source_id": "sai_000889", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000889", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4a06a5a5f79072d1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_84945b175d334cf6", "row_id": "soa_000890", "source_id": "sai_000890", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000890", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_84945b175d334cf6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 29 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_a3581c10d200dd1d", "row_id": "soa_000891", "source_id": "sai_000891", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000891", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a3581c10d200dd1d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 3 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_3e00570ce801f422", "row_id": "soa_000892", "source_id": "sai_000892", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000892", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3e00570ce801f422.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_78778d33d5fa85fd", "row_id": "soa_000893", "source_id": "sai_000893", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000893", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_78778d33d5fa85fd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_27c22afb51916d4a", "row_id": "soa_000894", "source_id": "sai_000894", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000894", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_27c22afb51916d4a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_352064db540a9d15", "row_id": "soa_000895", "source_id": "sai_000895", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000895", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_352064db540a9d15.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_ca999d6c6fcdebed", "row_id": "soa_000896", "source_id": "sai_000896", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000896", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ca999d6c6fcdebed.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_168d30da252d133c", "row_id": "soa_000897", "source_id": "sai_000897", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000897", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_168d30da252d133c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_b68e57d5e4640bad", "row_id": "soa_000898", "source_id": "sai_000898", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000898", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b68e57d5e4640bad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_e71394c08284f10c", "row_id": "soa_000899", "source_id": "sai_000899", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000899", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e71394c08284f10c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_3ac60d2b1ab79b4e", "row_id": "soa_000900", "source_id": "sai_000900", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000900", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3ac60d2b1ab79b4e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 12 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_85d907b720d65509", "row_id": "soa_000901", "source_id": "sai_000901", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000901", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_85d907b720d65509.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 13 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_21be7bb4d5e2041e", "row_id": "soa_000902", "source_id": "sai_000902", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000902", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_21be7bb4d5e2041e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_6b96295afd282f07", "row_id": "soa_000903", "source_id": "sai_000903", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000903", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6b96295afd282f07.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_e9b3ddd118f7c620", "row_id": "soa_000904", "source_id": "sai_000904", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000904", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e9b3ddd118f7c620.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_da9e1ffcc770fa95", "row_id": "soa_000905", "source_id": "sai_000905", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000905", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_da9e1ffcc770fa95.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_9ac271bd3233bf22", "row_id": "soa_000906", "source_id": "sai_000906", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000906", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9ac271bd3233bf22.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_879b5c2a5194bd7b", "row_id": "soa_000907", "source_id": "sai_000907", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000907", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_879b5c2a5194bd7b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_55329e9db462de59", "row_id": "soa_000908", "source_id": "sai_000908", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000908", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_55329e9db462de59.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_74aecfc293d6fac0", "row_id": "soa_000909", "source_id": "sai_000909", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000909", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_74aecfc293d6fac0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_116493bdc819ef8e", "row_id": "soa_000910", "source_id": "sai_000910", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000910", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_116493bdc819ef8e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 22 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_952841d1e1c10c84", "row_id": "soa_000911", "source_id": "sai_000911", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000911", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_952841d1e1c10c84.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 23 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_b13318aad222b014", "row_id": "soa_000912", "source_id": "sai_000912", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000912", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b13318aad222b014.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_d6edc8ef6079c638", "row_id": "soa_000913", "source_id": "sai_000913", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000913", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d6edc8ef6079c638.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_72a1eecd388eefcf", "row_id": "soa_000914", "source_id": "sai_000914", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000914", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_72a1eecd388eefcf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_b65a5eee21baf6f3", "row_id": "soa_000915", "source_id": "sai_000915", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000915", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b65a5eee21baf6f3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_98b9ecaf3da92600", "row_id": "soa_000916", "source_id": "sai_000916", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000916", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_98b9ecaf3da92600.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_25e5538e8b191bd8", "row_id": "soa_000917", "source_id": "sai_000917", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000917", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_25e5538e8b191bd8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_4da9dfdd6780d01a", "row_id": "soa_000918", "source_id": "sai_000918", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000918", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_4da9dfdd6780d01a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_634ef60cc3a140f0", "row_id": "soa_000919", "source_id": "sai_000919", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000919", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_634ef60cc3a140f0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_a713216bf93d4b1c", "row_id": "soa_000920", "source_id": "sai_000920", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000920", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a713216bf93d4b1c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 5 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_0559e85e3bd561d4", "row_id": "soa_000921", "source_id": "sai_000921", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000921", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0559e85e3bd561d4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 6 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_44737d133c91b6bb", "row_id": "soa_000922", "source_id": "sai_000922", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000922", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_44737d133c91b6bb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_9704136d8e4f4b58", "row_id": "soa_000923", "source_id": "sai_000923", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000923", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9704136d8e4f4b58.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_651825e415ad194d", "row_id": "soa_000924", "source_id": "sai_000924", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000924", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_651825e415ad194d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_725f9883ed5f75b2", "row_id": "soa_000925", "source_id": "sai_000925", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000925", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_725f9883ed5f75b2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_d2bdfb7b1bf56060", "row_id": "soa_000926", "source_id": "sai_000926", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000926", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d2bdfb7b1bf56060.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_572f62b8334ed006", "row_id": "soa_000927", "source_id": "sai_000927", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000927", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_572f62b8334ed006.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_db469a8c7b2e1e8f", "row_id": "soa_000928", "source_id": "sai_000928", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000928", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_db469a8c7b2e1e8f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_30cd06793dd4705f", "row_id": "soa_000929", "source_id": "sai_000929", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000929", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_30cd06793dd4705f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_33a9f4d00af4d8d6", "row_id": "soa_000930", "source_id": "sai_000930", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000930", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_33a9f4d00af4d8d6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 15 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_cfb4397a7459fd05", "row_id": "soa_000931", "source_id": "sai_000931", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000931", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cfb4397a7459fd05.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 16 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_ea7864476e19c099", "row_id": "soa_000932", "source_id": "sai_000932", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000932", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ea7864476e19c099.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_ff9ccd17b2cb48bb", "row_id": "soa_000933", "source_id": "sai_000933", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000933", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ff9ccd17b2cb48bb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_acaf0c3ca2b1f602", "row_id": "soa_000934", "source_id": "sai_000934", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000934", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_acaf0c3ca2b1f602.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_ccf839509b28f219", "row_id": "soa_000935", "source_id": "sai_000935", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000935", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ccf839509b28f219.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_05071143df23c3a0", "row_id": "soa_000936", "source_id": "sai_000936", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000936", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_05071143df23c3a0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_b580e1b3fe371c54", "row_id": "soa_000937", "source_id": "sai_000937", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000937", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b580e1b3fe371c54.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_64eb7901d59b7c9f", "row_id": "soa_000938", "source_id": "sai_000938", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000938", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_64eb7901d59b7c9f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_45fc40863255cb83", "row_id": "soa_000939", "source_id": "sai_000939", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000939", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_45fc40863255cb83.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_58ec187b17b212cb", "row_id": "soa_000940", "source_id": "sai_000940", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000940", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_58ec187b17b212cb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 25 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_655d2f7dcedc566a", "row_id": "soa_000941", "source_id": "sai_000941", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000941", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_655d2f7dcedc566a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 26 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_c67cd55d8d4696e8", "row_id": "soa_000942", "source_id": "sai_000942", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000942", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c67cd55d8d4696e8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_ff0b2d1f3d5f7e4d", "row_id": "soa_000943", "source_id": "sai_000943", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000943", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ff0b2d1f3d5f7e4d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_c026d58e6b429699", "row_id": "soa_000944", "source_id": "sai_000944", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000944", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_c026d58e6b429699.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_58fc761626b207c9", "row_id": "soa_000945", "source_id": "sai_000945", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000945", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_58fc761626b207c9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_6d2080bcdbd6a020", "row_id": "soa_000946", "source_id": "sai_000946", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000946", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6d2080bcdbd6a020.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_3b77f7d6b171b388", "row_id": "soa_000947", "source_id": "sai_000947", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000947", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3b77f7d6b171b388.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_aad7bea6ac8c6d75", "row_id": "soa_000948", "source_id": "sai_000948", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000948", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_aad7bea6ac8c6d75.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_ad0905a76c7f5223", "row_id": "soa_000949", "source_id": "sai_000949", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000949", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ad0905a76c7f5223.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_e82c3ba9661d4987", "row_id": "soa_000950", "source_id": "sai_000950", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000950", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e82c3ba9661d4987.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 8 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_ff35da0b94c6a81f", "row_id": "soa_000951", "source_id": "sai_000951", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000951", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ff35da0b94c6a81f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 9 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_04d28ab16d388431", "row_id": "soa_000952", "source_id": "sai_000952", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000952", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_04d28ab16d388431.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_47186ac2953e24f2", "row_id": "soa_000953", "source_id": "sai_000953", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000953", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_47186ac2953e24f2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_00f9dd317d19404b", "row_id": "soa_000954", "source_id": "sai_000954", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000954", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_00f9dd317d19404b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_0bb60d1db3e377a9", "row_id": "soa_000955", "source_id": "sai_000955", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000955", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0bb60d1db3e377a9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_eee16e38f1d9ac76", "row_id": "soa_000956", "source_id": "sai_000956", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000956", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_eee16e38f1d9ac76.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_9d3b441297ada080", "row_id": "soa_000957", "source_id": "sai_000957", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000957", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9d3b441297ada080.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_16d71956dc1cd37d", "row_id": "soa_000958", "source_id": "sai_000958", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000958", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_16d71956dc1cd37d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_e4fc22eb3e153057", "row_id": "soa_000959", "source_id": "sai_000959", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000959", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e4fc22eb3e153057.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_9a1900795d98791b", "row_id": "soa_000960", "source_id": "sai_000960", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000960", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_9a1900795d98791b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 18 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_8fddaf8372e820ba", "row_id": "soa_000961", "source_id": "sai_000961", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000961", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8fddaf8372e820ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 19 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_e31dc62fe02dafa8", "row_id": "soa_000962", "source_id": "sai_000962", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000962", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_e31dc62fe02dafa8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_a44435e4a19a64c0", "row_id": "soa_000963", "source_id": "sai_000963", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000963", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a44435e4a19a64c0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_789b14d30769aa69", "row_id": "soa_000964", "source_id": "sai_000964", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000964", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_789b14d30769aa69.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_87dd9b537eec3006", "row_id": "soa_000965", "source_id": "sai_000965", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000965", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_87dd9b537eec3006.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_d7260254f9a5bc66", "row_id": "soa_000966", "source_id": "sai_000966", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000966", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_d7260254f9a5bc66.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_b63ef7d2bc9a9e44", "row_id": "soa_000967", "source_id": "sai_000967", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000967", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b63ef7d2bc9a9e44.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_023e097758c2ff2d", "row_id": "soa_000968", "source_id": "sai_000968", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000968", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_023e097758c2ff2d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_aefb73837f05bff0", "row_id": "soa_000969", "source_id": "sai_000969", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000969", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_aefb73837f05bff0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_8b085adf30179c44", "row_id": "soa_000970", "source_id": "sai_000970", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000970", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_8b085adf30179c44.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 28 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_3999bdc9a3a73c2c", "row_id": "soa_000971", "source_id": "sai_000971", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000971", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_3999bdc9a3a73c2c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 29 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_441e042ed0064eda", "row_id": "soa_000972", "source_id": "sai_000972", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000972", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_441e042ed0064eda.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_980aacfe78941ecc", "row_id": "soa_000973", "source_id": "sai_000973", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000973", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_980aacfe78941ecc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_0e4a593efdab26c6", "row_id": "soa_000974", "source_id": "sai_000974", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000974", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0e4a593efdab26c6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_54f4828283f3af13", "row_id": "soa_000975", "source_id": "sai_000975", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000975", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_54f4828283f3af13.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_b84551d1b7ba892a", "row_id": "soa_000976", "source_id": "sai_000976", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000976", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_b84551d1b7ba892a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_42f86674872a4066", "row_id": "soa_000977", "source_id": "sai_000977", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000977", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_42f86674872a4066.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_543264daeafc6faa", "row_id": "soa_000978", "source_id": "sai_000978", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000978", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_543264daeafc6faa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_a8b248dcb2996601", "row_id": "soa_000979", "source_id": "sai_000979", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000979", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_a8b248dcb2996601.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_cc981b7b3b32d8f3", "row_id": "soa_000980", "source_id": "sai_000980", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000980", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_cc981b7b3b32d8f3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 11 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_f729ce9f35db24b8", "row_id": "soa_000981", "source_id": "sai_000981", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000981", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f729ce9f35db24b8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 12 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_320e32d62b422b86", "row_id": "soa_000982", "source_id": "sai_000982", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000982", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_320e32d62b422b86.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_0b2885aea76caa07", "row_id": "soa_000983", "source_id": "sai_000983", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000983", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0b2885aea76caa07.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_f8f2c8824af2ed85", "row_id": "soa_000984", "source_id": "sai_000984", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000984", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_f8f2c8824af2ed85.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_2a780face004c09d", "row_id": "soa_000985", "source_id": "sai_000985", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000985", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_2a780face004c09d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_68ce38aba5ca07cc", "row_id": "soa_000986", "source_id": "sai_000986", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000986", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_68ce38aba5ca07cc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_85f4ce0b49d0c750", "row_id": "soa_000987", "source_id": "sai_000987", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000987", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_85f4ce0b49d0c750.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_7bb81ce3bd2c264b", "row_id": "soa_000988", "source_id": "sai_000988", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000988", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7bb81ce3bd2c264b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_5e7678a2e8ba12c9", "row_id": "soa_000989", "source_id": "sai_000989", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000989", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5e7678a2e8ba12c9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} +{"manifest_id": "manifest_ddea57cb2884039c", "row_id": "soa_000990", "source_id": "sai_000990", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000990", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_ddea57cb2884039c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will start a 21 minute timer now and remind you when it ends.", "width": 640, "height": 480} +{"manifest_id": "manifest_6cd8b49fb673abe6", "row_id": "soa_000991", "source_id": "sai_000991", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000991", "start_sec": 0.0, "end_sec": 4.19, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_6cd8b49fb673abe6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will remind you to check the oven in 22 minutes.", "width": 640, "height": 480} +{"manifest_id": "manifest_7cd43db851b180f1", "row_id": "soa_000992", "source_id": "sai_000992", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000992", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_7cd43db851b180f1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Open the downloaded file, verify its name, and move it into the project folder.", "width": 640, "height": 480} +{"manifest_id": "manifest_5775843da74df977", "row_id": "soa_000993", "source_id": "sai_000993", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000993", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5775843da74df977.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.", "width": 640, "height": 480} +{"manifest_id": "manifest_5d4c0cf2281b3980", "row_id": "soa_000994", "source_id": "sai_000994", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000994", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5d4c0cf2281b3980.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I waited for the end of your sentence and I am ready to respond.", "width": 640, "height": 480} +{"manifest_id": "manifest_649ee4f93ee57c1a", "row_id": "soa_000995", "source_id": "sai_000995", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000995", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_649ee4f93ee57c1a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Pack headphones, a charger, a cable, and a small pouch to keep them together.", "width": 640, "height": 480} +{"manifest_id": "manifest_5512faeaba39a90d", "row_id": "soa_000996", "source_id": "sai_000996", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000996", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_5512faeaba39a90d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Understood, I will wait for the phrase green light before starting the next step.", "width": 640, "height": 480} +{"manifest_id": "manifest_49f4e186abee7946", "row_id": "soa_000997", "source_id": "sai_000997", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000997", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_49f4e186abee7946.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The room sounds quiet enough for a short recording, but a test clip would confirm it.", "width": 640, "height": 480} +{"manifest_id": "manifest_0a1facdeabe4f411", "row_id": "soa_000998", "source_id": "sai_000998", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000998", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_0a1facdeabe4f411.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "I will create a task for tomorrow morning with the spoken note as the description.", "width": 640, "height": 480} +{"manifest_id": "manifest_81216a4a65504093", "row_id": "soa_000999", "source_id": "sai_000999", "source_dataset": "StreamingAudioInteraction", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "sai_000999", "start_sec": 0.0, "end_sec": 6.23, "expected_sha256": null, "output_relative_path": "media/SpeechOutputAlignment/manifest_81216a4a65504093.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "No problem, I can stay for a few more minutes or we can schedule a follow up.", "width": 640, "height": 480} diff --git a/manifests/StreamingASRTranslation.jsonl b/manifests/StreamingASRTranslation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2720b5b422766e234a181cc1f5e1d93439b6bd4c --- /dev/null +++ b/manifests/StreamingASRTranslation.jsonl @@ -0,0 +1,1000 @@ +{"manifest_id": "manifest_c6fd4e281a507e5e", "row_id": "sat_000000", "source_id": "fallback_speech_000000", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000000", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c6fd4e281a507e5e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 0.", "width": 640, "height": 480} +{"manifest_id": "manifest_f6213807a2043af1", "row_id": "sat_000001", "source_id": "fallback_speech_000001", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000001", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f6213807a2043af1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 1.", "width": 640, "height": 480} +{"manifest_id": "manifest_15100890445b3778", "row_id": "sat_000002", "source_id": "fallback_speech_000002", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000002", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_15100890445b3778.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 2.", "width": 640, "height": 480} +{"manifest_id": "manifest_eab6bcf0626d9ad7", "row_id": "sat_000003", "source_id": "fallback_speech_000003", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000003", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_eab6bcf0626d9ad7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 3.", "width": 640, "height": 480} +{"manifest_id": "manifest_79a4918cd25e3f66", "row_id": "sat_000004", "source_id": "fallback_speech_000004", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000004", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_79a4918cd25e3f66.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 4.", "width": 640, "height": 480} +{"manifest_id": "manifest_dac81a3327123c17", "row_id": "sat_000005", "source_id": "fallback_speech_000005", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000005", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dac81a3327123c17.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 5.", "width": 640, "height": 480} +{"manifest_id": "manifest_dafaab836cccfd8e", "row_id": "sat_000006", "source_id": "fallback_speech_000006", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000006", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dafaab836cccfd8e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 6.", "width": 640, "height": 480} +{"manifest_id": "manifest_45611672d4d1c3de", "row_id": "sat_000007", "source_id": "fallback_speech_000007", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000007", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_45611672d4d1c3de.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 7.", "width": 640, "height": 480} +{"manifest_id": "manifest_37390d2dc6de8bc4", "row_id": "sat_000008", "source_id": "fallback_speech_000008", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000008", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_37390d2dc6de8bc4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 8.", "width": 640, "height": 480} +{"manifest_id": "manifest_8f85526c517511ba", "row_id": "sat_000009", "source_id": "fallback_speech_000009", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000009", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8f85526c517511ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 9.", "width": 640, "height": 480} +{"manifest_id": "manifest_fa8049bfbebac273", "row_id": "sat_000010", "source_id": "fallback_speech_000010", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000010", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fa8049bfbebac273.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 10.", "width": 640, "height": 480} +{"manifest_id": "manifest_62f73ba636f1f871", "row_id": "sat_000011", "source_id": "fallback_speech_000011", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000011", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_62f73ba636f1f871.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 11.", "width": 640, "height": 480} +{"manifest_id": "manifest_09b50e97eeb3ac90", "row_id": "sat_000012", "source_id": "fallback_speech_000012", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000012", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_09b50e97eeb3ac90.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 12.", "width": 640, "height": 480} +{"manifest_id": "manifest_f03f7d4793f0518d", "row_id": "sat_000013", "source_id": "fallback_speech_000013", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000013", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f03f7d4793f0518d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 13.", "width": 640, "height": 480} +{"manifest_id": "manifest_433f7bf496a42b07", "row_id": "sat_000014", "source_id": "fallback_speech_000014", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000014", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_433f7bf496a42b07.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 14.", "width": 640, "height": 480} +{"manifest_id": "manifest_f3df9c5315d05804", "row_id": "sat_000015", "source_id": "fallback_speech_000015", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000015", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f3df9c5315d05804.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 15.", "width": 640, "height": 480} +{"manifest_id": "manifest_51eaac0d38b5acca", "row_id": "sat_000016", "source_id": "fallback_speech_000016", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000016", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_51eaac0d38b5acca.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 16.", "width": 640, "height": 480} +{"manifest_id": "manifest_e55d0c31ebc0b40c", "row_id": "sat_000017", "source_id": "fallback_speech_000017", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000017", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e55d0c31ebc0b40c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 17.", "width": 640, "height": 480} +{"manifest_id": "manifest_ad13de47466fa232", "row_id": "sat_000018", "source_id": "fallback_speech_000018", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000018", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ad13de47466fa232.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 18.", "width": 640, "height": 480} +{"manifest_id": "manifest_d6eb28429c293a12", "row_id": "sat_000019", "source_id": "fallback_speech_000019", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000019", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d6eb28429c293a12.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 19.", "width": 640, "height": 480} +{"manifest_id": "manifest_1d9e638272d48c61", "row_id": "sat_000020", "source_id": "fallback_speech_000020", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000020", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1d9e638272d48c61.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 20.", "width": 640, "height": 480} +{"manifest_id": "manifest_6163894be18c582e", "row_id": "sat_000021", "source_id": "fallback_speech_000021", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000021", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6163894be18c582e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 21.", "width": 640, "height": 480} +{"manifest_id": "manifest_cbb60eca3c2e9d4f", "row_id": "sat_000022", "source_id": "fallback_speech_000022", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000022", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cbb60eca3c2e9d4f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 22.", "width": 640, "height": 480} +{"manifest_id": "manifest_fa370c9c27bd6e00", "row_id": "sat_000023", "source_id": "fallback_speech_000023", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000023", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fa370c9c27bd6e00.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 23.", "width": 640, "height": 480} +{"manifest_id": "manifest_477075c2b312ee41", "row_id": "sat_000024", "source_id": "fallback_speech_000024", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000024", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_477075c2b312ee41.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 24.", "width": 640, "height": 480} +{"manifest_id": "manifest_490d67ecf3ff4e05", "row_id": "sat_000025", "source_id": "fallback_speech_000025", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000025", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_490d67ecf3ff4e05.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 25.", "width": 640, "height": 480} +{"manifest_id": "manifest_1d5022321521c014", "row_id": "sat_000026", "source_id": "fallback_speech_000026", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000026", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1d5022321521c014.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 26.", "width": 640, "height": 480} +{"manifest_id": "manifest_ab577a4a4b34dbc7", "row_id": "sat_000027", "source_id": "fallback_speech_000027", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000027", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ab577a4a4b34dbc7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 27.", "width": 640, "height": 480} +{"manifest_id": "manifest_e7373f6b992a20e4", "row_id": "sat_000028", "source_id": "fallback_speech_000028", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000028", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e7373f6b992a20e4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 28.", "width": 640, "height": 480} +{"manifest_id": "manifest_4591d4d0b8fa5c04", "row_id": "sat_000029", "source_id": "fallback_speech_000029", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000029", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4591d4d0b8fa5c04.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 29.", "width": 640, "height": 480} +{"manifest_id": "manifest_8fae05f1dc3a8843", "row_id": "sat_000030", "source_id": "fallback_speech_000030", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000030", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8fae05f1dc3a8843.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 30.", "width": 640, "height": 480} +{"manifest_id": "manifest_b51a5f276dcb6fbc", "row_id": "sat_000031", "source_id": "fallback_speech_000031", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000031", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b51a5f276dcb6fbc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 31.", "width": 640, "height": 480} +{"manifest_id": "manifest_8449e34e8dbbbff3", "row_id": "sat_000032", "source_id": "fallback_speech_000032", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000032", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8449e34e8dbbbff3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 32.", "width": 640, "height": 480} +{"manifest_id": "manifest_c247c9415d3907b9", "row_id": "sat_000033", "source_id": "fallback_speech_000033", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000033", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c247c9415d3907b9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 33.", "width": 640, "height": 480} +{"manifest_id": "manifest_f9b218cb353f448d", "row_id": "sat_000034", "source_id": "fallback_speech_000034", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000034", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f9b218cb353f448d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 34.", "width": 640, "height": 480} +{"manifest_id": "manifest_5ee0b7fcc2bb5b48", "row_id": "sat_000035", "source_id": "fallback_speech_000035", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000035", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5ee0b7fcc2bb5b48.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 35.", "width": 640, "height": 480} +{"manifest_id": "manifest_f0ff270e74901e56", "row_id": "sat_000036", "source_id": "fallback_speech_000036", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000036", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f0ff270e74901e56.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 36.", "width": 640, "height": 480} +{"manifest_id": "manifest_65a5080f9dd52282", "row_id": "sat_000037", "source_id": "fallback_speech_000037", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000037", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_65a5080f9dd52282.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 37.", "width": 640, "height": 480} +{"manifest_id": "manifest_eb5610f11c52cf81", "row_id": "sat_000038", "source_id": "fallback_speech_000038", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000038", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_eb5610f11c52cf81.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 38.", "width": 640, "height": 480} +{"manifest_id": "manifest_7a18b68eb86dbd2a", "row_id": "sat_000039", "source_id": "fallback_speech_000039", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000039", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7a18b68eb86dbd2a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 39.", "width": 640, "height": 480} +{"manifest_id": "manifest_c9b519dfe2f0c5e0", "row_id": "sat_000040", "source_id": "fallback_speech_000040", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000040", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c9b519dfe2f0c5e0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 40.", "width": 640, "height": 480} +{"manifest_id": "manifest_7d6303034288f6e9", "row_id": "sat_000041", "source_id": "fallback_speech_000041", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000041", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7d6303034288f6e9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 41.", "width": 640, "height": 480} +{"manifest_id": "manifest_2493cbd259f211e0", "row_id": "sat_000042", "source_id": "fallback_speech_000042", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000042", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2493cbd259f211e0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 42.", "width": 640, "height": 480} +{"manifest_id": "manifest_5af13a365091af72", "row_id": "sat_000043", "source_id": "fallback_speech_000043", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000043", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5af13a365091af72.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 43.", "width": 640, "height": 480} +{"manifest_id": "manifest_459749bcfac58237", "row_id": "sat_000044", "source_id": "fallback_speech_000044", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000044", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_459749bcfac58237.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 44.", "width": 640, "height": 480} +{"manifest_id": "manifest_73654e165cec783a", "row_id": "sat_000045", "source_id": "fallback_speech_000045", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000045", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_73654e165cec783a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 45.", "width": 640, "height": 480} +{"manifest_id": "manifest_a5a58695aa01015f", "row_id": "sat_000046", "source_id": "fallback_speech_000046", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000046", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a5a58695aa01015f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 46.", "width": 640, "height": 480} +{"manifest_id": "manifest_f4c75bbb58c4d56a", "row_id": "sat_000047", "source_id": "fallback_speech_000047", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000047", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f4c75bbb58c4d56a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 47.", "width": 640, "height": 480} +{"manifest_id": "manifest_24e1a6308767e541", "row_id": "sat_000048", "source_id": "fallback_speech_000048", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000048", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_24e1a6308767e541.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 48.", "width": 640, "height": 480} +{"manifest_id": "manifest_a925e21882e2f57b", "row_id": "sat_000049", "source_id": "fallback_speech_000049", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000049", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a925e21882e2f57b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 49.", "width": 640, "height": 480} +{"manifest_id": "manifest_222f4b065166503b", "row_id": "sat_000050", "source_id": "fallback_speech_000050", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000050", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_222f4b065166503b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 50.", "width": 640, "height": 480} +{"manifest_id": "manifest_a283ea4d73a4db8b", "row_id": "sat_000051", "source_id": "fallback_speech_000051", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000051", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a283ea4d73a4db8b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 51.", "width": 640, "height": 480} +{"manifest_id": "manifest_8be0079edc14d2a9", "row_id": "sat_000052", "source_id": "fallback_speech_000052", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000052", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8be0079edc14d2a9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 52.", "width": 640, "height": 480} +{"manifest_id": "manifest_98c6bae678fc0cd3", "row_id": "sat_000053", "source_id": "fallback_speech_000053", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000053", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_98c6bae678fc0cd3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 53.", "width": 640, "height": 480} +{"manifest_id": "manifest_82e2b0de9356e51a", "row_id": "sat_000054", "source_id": "fallback_speech_000054", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000054", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_82e2b0de9356e51a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 54.", "width": 640, "height": 480} +{"manifest_id": "manifest_bc965ea7ffadbf14", "row_id": "sat_000055", "source_id": "fallback_speech_000055", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000055", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bc965ea7ffadbf14.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 55.", "width": 640, "height": 480} +{"manifest_id": "manifest_5f6bf689859992b4", "row_id": "sat_000056", "source_id": "fallback_speech_000056", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000056", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5f6bf689859992b4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 56.", "width": 640, "height": 480} +{"manifest_id": "manifest_20d12e7d98ef9958", "row_id": "sat_000057", "source_id": "fallback_speech_000057", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000057", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_20d12e7d98ef9958.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 57.", "width": 640, "height": 480} +{"manifest_id": "manifest_dff40607f6da14b0", "row_id": "sat_000058", "source_id": "fallback_speech_000058", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000058", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dff40607f6da14b0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 58.", "width": 640, "height": 480} +{"manifest_id": "manifest_ed080c6a93805976", "row_id": "sat_000059", "source_id": "fallback_speech_000059", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000059", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ed080c6a93805976.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 59.", "width": 640, "height": 480} +{"manifest_id": "manifest_34e2a86ab05fdd53", "row_id": "sat_000060", "source_id": "fallback_speech_000060", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000060", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_34e2a86ab05fdd53.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 60.", "width": 640, "height": 480} +{"manifest_id": "manifest_b770cab6870f482d", "row_id": "sat_000061", "source_id": "fallback_speech_000061", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000061", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b770cab6870f482d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 61.", "width": 640, "height": 480} +{"manifest_id": "manifest_e88b9141d6435e1d", "row_id": "sat_000062", "source_id": "fallback_speech_000062", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000062", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e88b9141d6435e1d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 62.", "width": 640, "height": 480} +{"manifest_id": "manifest_2f357b3e6820de31", "row_id": "sat_000063", "source_id": "fallback_speech_000063", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000063", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2f357b3e6820de31.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 63.", "width": 640, "height": 480} +{"manifest_id": "manifest_1cf1ff0dd6a38190", "row_id": "sat_000064", "source_id": "fallback_speech_000064", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000064", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1cf1ff0dd6a38190.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 64.", "width": 640, "height": 480} +{"manifest_id": "manifest_4d9536fa99ea032e", "row_id": "sat_000065", "source_id": "fallback_speech_000065", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000065", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4d9536fa99ea032e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 65.", "width": 640, "height": 480} +{"manifest_id": "manifest_ece948220f1bf7c3", "row_id": "sat_000066", "source_id": "fallback_speech_000066", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000066", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ece948220f1bf7c3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 66.", "width": 640, "height": 480} +{"manifest_id": "manifest_1b401854f6f0034d", "row_id": "sat_000067", "source_id": "fallback_speech_000067", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000067", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1b401854f6f0034d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 67.", "width": 640, "height": 480} +{"manifest_id": "manifest_3854832b58ede239", "row_id": "sat_000068", "source_id": "fallback_speech_000068", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000068", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3854832b58ede239.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 68.", "width": 640, "height": 480} +{"manifest_id": "manifest_bd230c3fe41bd727", "row_id": "sat_000069", "source_id": "fallback_speech_000069", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000069", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bd230c3fe41bd727.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 69.", "width": 640, "height": 480} +{"manifest_id": "manifest_c7326362b9c37ee9", "row_id": "sat_000070", "source_id": "fallback_speech_000070", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000070", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c7326362b9c37ee9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 70.", "width": 640, "height": 480} +{"manifest_id": "manifest_97257107ba532132", "row_id": "sat_000071", "source_id": "fallback_speech_000071", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000071", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_97257107ba532132.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 71.", "width": 640, "height": 480} +{"manifest_id": "manifest_3f975448893ce547", "row_id": "sat_000072", "source_id": "fallback_speech_000072", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000072", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3f975448893ce547.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 72.", "width": 640, "height": 480} +{"manifest_id": "manifest_683d8736e1a33ae7", "row_id": "sat_000073", "source_id": "fallback_speech_000073", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000073", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_683d8736e1a33ae7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 73.", "width": 640, "height": 480} +{"manifest_id": "manifest_1a9f88eba3b411ee", "row_id": "sat_000074", "source_id": "fallback_speech_000074", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000074", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1a9f88eba3b411ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 74.", "width": 640, "height": 480} +{"manifest_id": "manifest_09855644739c0170", "row_id": "sat_000075", "source_id": "fallback_speech_000075", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000075", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_09855644739c0170.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 75.", "width": 640, "height": 480} +{"manifest_id": "manifest_56be971defa01cc4", "row_id": "sat_000076", "source_id": "fallback_speech_000076", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000076", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_56be971defa01cc4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 76.", "width": 640, "height": 480} +{"manifest_id": "manifest_c7c883354331727a", "row_id": "sat_000077", "source_id": "fallback_speech_000077", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000077", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c7c883354331727a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 77.", "width": 640, "height": 480} +{"manifest_id": "manifest_5ed399872af9cae4", "row_id": "sat_000078", "source_id": "fallback_speech_000078", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000078", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5ed399872af9cae4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 78.", "width": 640, "height": 480} +{"manifest_id": "manifest_312f30a54d21d526", "row_id": "sat_000079", "source_id": "fallback_speech_000079", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000079", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_312f30a54d21d526.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 79.", "width": 640, "height": 480} +{"manifest_id": "manifest_7d54a4de1a7d6734", "row_id": "sat_000080", "source_id": "fallback_speech_000080", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000080", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7d54a4de1a7d6734.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 80.", "width": 640, "height": 480} +{"manifest_id": "manifest_f07c7f9da20ffacd", "row_id": "sat_000081", "source_id": "fallback_speech_000081", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000081", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f07c7f9da20ffacd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 81.", "width": 640, "height": 480} +{"manifest_id": "manifest_dadbfa8565f33cb3", "row_id": "sat_000082", "source_id": "fallback_speech_000082", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000082", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dadbfa8565f33cb3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 82.", "width": 640, "height": 480} +{"manifest_id": "manifest_a79c4062dff4af26", "row_id": "sat_000083", "source_id": "fallback_speech_000083", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000083", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a79c4062dff4af26.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 83.", "width": 640, "height": 480} +{"manifest_id": "manifest_a6956017a7aee226", "row_id": "sat_000084", "source_id": "fallback_speech_000084", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000084", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a6956017a7aee226.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 84.", "width": 640, "height": 480} +{"manifest_id": "manifest_532ec8cf6385aaf7", "row_id": "sat_000085", "source_id": "fallback_speech_000085", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000085", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_532ec8cf6385aaf7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 85.", "width": 640, "height": 480} +{"manifest_id": "manifest_a8ff25dc6450b78b", "row_id": "sat_000086", "source_id": "fallback_speech_000086", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000086", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a8ff25dc6450b78b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 86.", "width": 640, "height": 480} +{"manifest_id": "manifest_3a4f1465fe00b921", "row_id": "sat_000087", "source_id": "fallback_speech_000087", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000087", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3a4f1465fe00b921.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 87.", "width": 640, "height": 480} +{"manifest_id": "manifest_f9bbb6c2a16747f8", "row_id": "sat_000088", "source_id": "fallback_speech_000088", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000088", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f9bbb6c2a16747f8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 88.", "width": 640, "height": 480} +{"manifest_id": "manifest_0cd740c939d1b436", "row_id": "sat_000089", "source_id": "fallback_speech_000089", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000089", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0cd740c939d1b436.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 89.", "width": 640, "height": 480} +{"manifest_id": "manifest_823713aae1a11d47", "row_id": "sat_000090", "source_id": "fallback_speech_000090", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000090", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_823713aae1a11d47.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 90.", "width": 640, "height": 480} +{"manifest_id": "manifest_cb4adc077542011e", "row_id": "sat_000091", "source_id": "fallback_speech_000091", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000091", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cb4adc077542011e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 91.", "width": 640, "height": 480} +{"manifest_id": "manifest_12455d1c879e0ce8", "row_id": "sat_000092", "source_id": "fallback_speech_000092", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000092", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_12455d1c879e0ce8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 92.", "width": 640, "height": 480} +{"manifest_id": "manifest_e0ae17a9e10f9ba0", "row_id": "sat_000093", "source_id": "fallback_speech_000093", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000093", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e0ae17a9e10f9ba0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 93.", "width": 640, "height": 480} +{"manifest_id": "manifest_b9bdad65f05cc06d", "row_id": "sat_000094", "source_id": "fallback_speech_000094", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000094", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b9bdad65f05cc06d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 94.", "width": 640, "height": 480} +{"manifest_id": "manifest_60b829c5ec6f8ce3", "row_id": "sat_000095", "source_id": "fallback_speech_000095", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000095", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_60b829c5ec6f8ce3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 95.", "width": 640, "height": 480} +{"manifest_id": "manifest_fc2111a0b9b4e54c", "row_id": "sat_000096", "source_id": "fallback_speech_000096", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000096", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fc2111a0b9b4e54c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 96.", "width": 640, "height": 480} +{"manifest_id": "manifest_1c2fd8cb2bd68352", "row_id": "sat_000097", "source_id": "fallback_speech_000097", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000097", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1c2fd8cb2bd68352.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 97.", "width": 640, "height": 480} +{"manifest_id": "manifest_1c7c14c96c6976eb", "row_id": "sat_000098", "source_id": "fallback_speech_000098", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000098", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1c7c14c96c6976eb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 98.", "width": 640, "height": 480} +{"manifest_id": "manifest_6c674bd85bf55c26", "row_id": "sat_000099", "source_id": "fallback_speech_000099", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000099", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6c674bd85bf55c26.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 99.", "width": 640, "height": 480} +{"manifest_id": "manifest_9ce90e45b7671af4", "row_id": "sat_000100", "source_id": "fallback_speech_000100", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000100", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9ce90e45b7671af4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 0.", "width": 640, "height": 480} +{"manifest_id": "manifest_3acd8333e9889244", "row_id": "sat_000101", "source_id": "fallback_speech_000101", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000101", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3acd8333e9889244.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 1.", "width": 640, "height": 480} +{"manifest_id": "manifest_7488bfd265912e90", "row_id": "sat_000102", "source_id": "fallback_speech_000102", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000102", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7488bfd265912e90.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 2.", "width": 640, "height": 480} +{"manifest_id": "manifest_59264ae8a82dbd4d", "row_id": "sat_000103", "source_id": "fallback_speech_000103", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000103", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_59264ae8a82dbd4d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 3.", "width": 640, "height": 480} +{"manifest_id": "manifest_034ee9aadee9f1b7", "row_id": "sat_000104", "source_id": "fallback_speech_000104", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000104", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_034ee9aadee9f1b7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 4.", "width": 640, "height": 480} +{"manifest_id": "manifest_c17d4f418e4dd4e7", "row_id": "sat_000105", "source_id": "fallback_speech_000105", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000105", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c17d4f418e4dd4e7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 5.", "width": 640, "height": 480} +{"manifest_id": "manifest_f96b7a34f1a7e109", "row_id": "sat_000106", "source_id": "fallback_speech_000106", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000106", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f96b7a34f1a7e109.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 6.", "width": 640, "height": 480} +{"manifest_id": "manifest_33141318c5a34f62", "row_id": "sat_000107", "source_id": "fallback_speech_000107", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000107", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_33141318c5a34f62.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 7.", "width": 640, "height": 480} +{"manifest_id": "manifest_45aa2f9eaeea4dbc", "row_id": "sat_000108", "source_id": "fallback_speech_000108", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000108", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_45aa2f9eaeea4dbc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 8.", "width": 640, "height": 480} +{"manifest_id": "manifest_8a44ac93985a4d16", "row_id": "sat_000109", "source_id": "fallback_speech_000109", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000109", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8a44ac93985a4d16.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 9.", "width": 640, "height": 480} +{"manifest_id": "manifest_6fb5835d0c1998df", "row_id": "sat_000110", "source_id": "fallback_speech_000110", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000110", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6fb5835d0c1998df.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 10.", "width": 640, "height": 480} +{"manifest_id": "manifest_9247df5fd3dd4159", "row_id": "sat_000111", "source_id": "fallback_speech_000111", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000111", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9247df5fd3dd4159.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 11.", "width": 640, "height": 480} +{"manifest_id": "manifest_21a7e66aa3626c58", "row_id": "sat_000112", "source_id": "fallback_speech_000112", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000112", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_21a7e66aa3626c58.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 12.", "width": 640, "height": 480} +{"manifest_id": "manifest_6ae22a13ab0628cd", "row_id": "sat_000113", "source_id": "fallback_speech_000113", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000113", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6ae22a13ab0628cd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 13.", "width": 640, "height": 480} +{"manifest_id": "manifest_cb676d51179f7ddc", "row_id": "sat_000114", "source_id": "fallback_speech_000114", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000114", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cb676d51179f7ddc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 14.", "width": 640, "height": 480} +{"manifest_id": "manifest_c6b4060ba10d7a09", "row_id": "sat_000115", "source_id": "fallback_speech_000115", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000115", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c6b4060ba10d7a09.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 15.", "width": 640, "height": 480} +{"manifest_id": "manifest_dd46d5a291eebac6", "row_id": "sat_000116", "source_id": "fallback_speech_000116", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000116", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dd46d5a291eebac6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 16.", "width": 640, "height": 480} +{"manifest_id": "manifest_08ad00b70eb0e63c", "row_id": "sat_000117", "source_id": "fallback_speech_000117", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000117", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_08ad00b70eb0e63c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 17.", "width": 640, "height": 480} +{"manifest_id": "manifest_72b5be8516b7cf90", "row_id": "sat_000118", "source_id": "fallback_speech_000118", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000118", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_72b5be8516b7cf90.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 18.", "width": 640, "height": 480} +{"manifest_id": "manifest_3b2da92533240124", "row_id": "sat_000119", "source_id": "fallback_speech_000119", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000119", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3b2da92533240124.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 19.", "width": 640, "height": 480} +{"manifest_id": "manifest_0e2b02fe6a6b60fe", "row_id": "sat_000120", "source_id": "fallback_speech_000120", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000120", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0e2b02fe6a6b60fe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 20.", "width": 640, "height": 480} +{"manifest_id": "manifest_f3a405a588f51bde", "row_id": "sat_000121", "source_id": "fallback_speech_000121", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000121", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f3a405a588f51bde.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 21.", "width": 640, "height": 480} +{"manifest_id": "manifest_62943f5dc60ed87c", "row_id": "sat_000122", "source_id": "fallback_speech_000122", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000122", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_62943f5dc60ed87c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 22.", "width": 640, "height": 480} +{"manifest_id": "manifest_916418428c71add5", "row_id": "sat_000123", "source_id": "fallback_speech_000123", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000123", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_916418428c71add5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 23.", "width": 640, "height": 480} +{"manifest_id": "manifest_7e52aaae19daf356", "row_id": "sat_000124", "source_id": "fallback_speech_000124", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000124", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7e52aaae19daf356.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 24.", "width": 640, "height": 480} +{"manifest_id": "manifest_4ca0a0f84763f9e1", "row_id": "sat_000125", "source_id": "fallback_speech_000125", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000125", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4ca0a0f84763f9e1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 25.", "width": 640, "height": 480} +{"manifest_id": "manifest_7bcbb223ac6b99bb", "row_id": "sat_000126", "source_id": "fallback_speech_000126", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000126", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7bcbb223ac6b99bb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 26.", "width": 640, "height": 480} +{"manifest_id": "manifest_85cc0d86aedd9171", "row_id": "sat_000127", "source_id": "fallback_speech_000127", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000127", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_85cc0d86aedd9171.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 27.", "width": 640, "height": 480} +{"manifest_id": "manifest_174ee70d10637ff4", "row_id": "sat_000128", "source_id": "fallback_speech_000128", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000128", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_174ee70d10637ff4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 28.", "width": 640, "height": 480} +{"manifest_id": "manifest_bd2188fa2884ba34", "row_id": "sat_000129", "source_id": "fallback_speech_000129", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000129", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bd2188fa2884ba34.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 29.", "width": 640, "height": 480} +{"manifest_id": "manifest_f5a268030432ba62", "row_id": "sat_000130", "source_id": "fallback_speech_000130", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000130", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f5a268030432ba62.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 30.", "width": 640, "height": 480} +{"manifest_id": "manifest_248e640d184f8e6c", "row_id": "sat_000131", "source_id": "fallback_speech_000131", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000131", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_248e640d184f8e6c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 31.", "width": 640, "height": 480} +{"manifest_id": "manifest_b7daaff3603149e4", "row_id": "sat_000132", "source_id": "fallback_speech_000132", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000132", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b7daaff3603149e4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 32.", "width": 640, "height": 480} +{"manifest_id": "manifest_d2db192d797b0a90", "row_id": "sat_000133", "source_id": "fallback_speech_000133", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000133", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d2db192d797b0a90.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 33.", "width": 640, "height": 480} +{"manifest_id": "manifest_da3bf6efdb2edd21", "row_id": "sat_000134", "source_id": "fallback_speech_000134", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000134", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_da3bf6efdb2edd21.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 34.", "width": 640, "height": 480} +{"manifest_id": "manifest_826103d841f28c28", "row_id": "sat_000135", "source_id": "fallback_speech_000135", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000135", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_826103d841f28c28.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 35.", "width": 640, "height": 480} +{"manifest_id": "manifest_fea357606bcab7d1", "row_id": "sat_000136", "source_id": "fallback_speech_000136", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000136", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fea357606bcab7d1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 36.", "width": 640, "height": 480} +{"manifest_id": "manifest_d76b8030b5228d8b", "row_id": "sat_000137", "source_id": "fallback_speech_000137", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000137", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d76b8030b5228d8b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 37.", "width": 640, "height": 480} +{"manifest_id": "manifest_2b3da4d4b4d12fca", "row_id": "sat_000138", "source_id": "fallback_speech_000138", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000138", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2b3da4d4b4d12fca.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 38.", "width": 640, "height": 480} +{"manifest_id": "manifest_11fa40a9bc47e067", "row_id": "sat_000139", "source_id": "fallback_speech_000139", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000139", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_11fa40a9bc47e067.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 39.", "width": 640, "height": 480} +{"manifest_id": "manifest_f8f41042ec7c3d01", "row_id": "sat_000140", "source_id": "fallback_speech_000140", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000140", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f8f41042ec7c3d01.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 40.", "width": 640, "height": 480} +{"manifest_id": "manifest_0b0d6ad0cf5e6ede", "row_id": "sat_000141", "source_id": "fallback_speech_000141", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000141", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0b0d6ad0cf5e6ede.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 41.", "width": 640, "height": 480} +{"manifest_id": "manifest_b923ec59a29e5bab", "row_id": "sat_000142", "source_id": "fallback_speech_000142", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000142", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b923ec59a29e5bab.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 42.", "width": 640, "height": 480} +{"manifest_id": "manifest_3e65f27883e28979", "row_id": "sat_000143", "source_id": "fallback_speech_000143", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000143", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3e65f27883e28979.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 43.", "width": 640, "height": 480} +{"manifest_id": "manifest_315648a2973cf402", "row_id": "sat_000144", "source_id": "fallback_speech_000144", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000144", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_315648a2973cf402.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 44.", "width": 640, "height": 480} +{"manifest_id": "manifest_39c0ad46371a8fcd", "row_id": "sat_000145", "source_id": "fallback_speech_000145", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000145", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_39c0ad46371a8fcd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 45.", "width": 640, "height": 480} +{"manifest_id": "manifest_04be86be2533fcaa", "row_id": "sat_000146", "source_id": "fallback_speech_000146", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000146", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_04be86be2533fcaa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 46.", "width": 640, "height": 480} +{"manifest_id": "manifest_efcf9f8a9b629afc", "row_id": "sat_000147", "source_id": "fallback_speech_000147", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000147", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_efcf9f8a9b629afc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 47.", "width": 640, "height": 480} +{"manifest_id": "manifest_4ddac387ba5cb662", "row_id": "sat_000148", "source_id": "fallback_speech_000148", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000148", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4ddac387ba5cb662.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 48.", "width": 640, "height": 480} +{"manifest_id": "manifest_fbc2ff65444299f0", "row_id": "sat_000149", "source_id": "fallback_speech_000149", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000149", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fbc2ff65444299f0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 49.", "width": 640, "height": 480} +{"manifest_id": "manifest_e9c0ed3f91701add", "row_id": "sat_000150", "source_id": "fallback_speech_000150", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000150", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e9c0ed3f91701add.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 50.", "width": 640, "height": 480} +{"manifest_id": "manifest_113970c90e9b55e0", "row_id": "sat_000151", "source_id": "fallback_speech_000151", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000151", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_113970c90e9b55e0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 51.", "width": 640, "height": 480} +{"manifest_id": "manifest_6cee15c53011436d", "row_id": "sat_000152", "source_id": "fallback_speech_000152", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000152", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6cee15c53011436d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 52.", "width": 640, "height": 480} +{"manifest_id": "manifest_069b9966eb164ff7", "row_id": "sat_000153", "source_id": "fallback_speech_000153", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000153", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_069b9966eb164ff7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 53.", "width": 640, "height": 480} +{"manifest_id": "manifest_c89f00b1ea749942", "row_id": "sat_000154", "source_id": "fallback_speech_000154", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000154", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c89f00b1ea749942.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 54.", "width": 640, "height": 480} +{"manifest_id": "manifest_c4fd1f2d495d6004", "row_id": "sat_000155", "source_id": "fallback_speech_000155", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000155", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c4fd1f2d495d6004.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 55.", "width": 640, "height": 480} +{"manifest_id": "manifest_d1c4371d8136af61", "row_id": "sat_000156", "source_id": "fallback_speech_000156", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000156", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d1c4371d8136af61.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 56.", "width": 640, "height": 480} +{"manifest_id": "manifest_5e923d26a3845e4b", "row_id": "sat_000157", "source_id": "fallback_speech_000157", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000157", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5e923d26a3845e4b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 57.", "width": 640, "height": 480} +{"manifest_id": "manifest_17b831cabf9257c3", "row_id": "sat_000158", "source_id": "fallback_speech_000158", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000158", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_17b831cabf9257c3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 58.", "width": 640, "height": 480} +{"manifest_id": "manifest_b317b99b2e42824e", "row_id": "sat_000159", "source_id": "fallback_speech_000159", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000159", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b317b99b2e42824e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 59.", "width": 640, "height": 480} +{"manifest_id": "manifest_1774f463c2de7c4a", "row_id": "sat_000160", "source_id": "fallback_speech_000160", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000160", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1774f463c2de7c4a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 60.", "width": 640, "height": 480} +{"manifest_id": "manifest_94e85fb5dafac55b", "row_id": "sat_000161", "source_id": "fallback_speech_000161", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000161", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_94e85fb5dafac55b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 61.", "width": 640, "height": 480} +{"manifest_id": "manifest_5f1c2aae160d6b9e", "row_id": "sat_000162", "source_id": "fallback_speech_000162", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000162", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5f1c2aae160d6b9e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 62.", "width": 640, "height": 480} +{"manifest_id": "manifest_90ce237aca0e8c13", "row_id": "sat_000163", "source_id": "fallback_speech_000163", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000163", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_90ce237aca0e8c13.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 63.", "width": 640, "height": 480} +{"manifest_id": "manifest_92b208cd8fed8010", "row_id": "sat_000164", "source_id": "fallback_speech_000164", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000164", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_92b208cd8fed8010.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 64.", "width": 640, "height": 480} +{"manifest_id": "manifest_0f656867850f309f", "row_id": "sat_000165", "source_id": "fallback_speech_000165", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000165", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0f656867850f309f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 65.", "width": 640, "height": 480} +{"manifest_id": "manifest_71623f57dae2bc81", "row_id": "sat_000166", "source_id": "fallback_speech_000166", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000166", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_71623f57dae2bc81.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 66.", "width": 640, "height": 480} +{"manifest_id": "manifest_62f292bb71dad1b7", "row_id": "sat_000167", "source_id": "fallback_speech_000167", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000167", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_62f292bb71dad1b7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 67.", "width": 640, "height": 480} +{"manifest_id": "manifest_f558fe87430fbd0a", "row_id": "sat_000168", "source_id": "fallback_speech_000168", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000168", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f558fe87430fbd0a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 68.", "width": 640, "height": 480} +{"manifest_id": "manifest_d2cc5430a459b2dd", "row_id": "sat_000169", "source_id": "fallback_speech_000169", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000169", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d2cc5430a459b2dd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 69.", "width": 640, "height": 480} +{"manifest_id": "manifest_5186f24784db384e", "row_id": "sat_000170", "source_id": "fallback_speech_000170", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000170", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5186f24784db384e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 70.", "width": 640, "height": 480} +{"manifest_id": "manifest_d82e14fde21ad405", "row_id": "sat_000171", "source_id": "fallback_speech_000171", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000171", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d82e14fde21ad405.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 71.", "width": 640, "height": 480} +{"manifest_id": "manifest_88abe713813001af", "row_id": "sat_000172", "source_id": "fallback_speech_000172", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000172", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_88abe713813001af.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 72.", "width": 640, "height": 480} +{"manifest_id": "manifest_94ba7233952e8179", "row_id": "sat_000173", "source_id": "fallback_speech_000173", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000173", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_94ba7233952e8179.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 73.", "width": 640, "height": 480} +{"manifest_id": "manifest_106829bdc98d0a1d", "row_id": "sat_000174", "source_id": "fallback_speech_000174", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000174", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_106829bdc98d0a1d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 74.", "width": 640, "height": 480} +{"manifest_id": "manifest_84e06bc56051e6f5", "row_id": "sat_000175", "source_id": "fallback_speech_000175", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000175", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_84e06bc56051e6f5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 75.", "width": 640, "height": 480} +{"manifest_id": "manifest_bcdecde9755207ea", "row_id": "sat_000176", "source_id": "fallback_speech_000176", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000176", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bcdecde9755207ea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 76.", "width": 640, "height": 480} +{"manifest_id": "manifest_d812a6e89785fffc", "row_id": "sat_000177", "source_id": "fallback_speech_000177", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000177", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d812a6e89785fffc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 77.", "width": 640, "height": 480} +{"manifest_id": "manifest_0ff28328716c0790", "row_id": "sat_000178", "source_id": "fallback_speech_000178", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000178", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0ff28328716c0790.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 78.", "width": 640, "height": 480} +{"manifest_id": "manifest_bcbefd29c66a0d41", "row_id": "sat_000179", "source_id": "fallback_speech_000179", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000179", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bcbefd29c66a0d41.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 79.", "width": 640, "height": 480} +{"manifest_id": "manifest_33920c1a93ec2378", "row_id": "sat_000180", "source_id": "fallback_speech_000180", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000180", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_33920c1a93ec2378.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 80.", "width": 640, "height": 480} +{"manifest_id": "manifest_0ecce851abe031c9", "row_id": "sat_000181", "source_id": "fallback_speech_000181", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000181", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0ecce851abe031c9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 81.", "width": 640, "height": 480} +{"manifest_id": "manifest_83eabf12670d3a05", "row_id": "sat_000182", "source_id": "fallback_speech_000182", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000182", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_83eabf12670d3a05.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 82.", "width": 640, "height": 480} +{"manifest_id": "manifest_43f753ec34f6cf7a", "row_id": "sat_000183", "source_id": "fallback_speech_000183", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000183", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_43f753ec34f6cf7a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 83.", "width": 640, "height": 480} +{"manifest_id": "manifest_81669988aaa3614a", "row_id": "sat_000184", "source_id": "fallback_speech_000184", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000184", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_81669988aaa3614a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 84.", "width": 640, "height": 480} +{"manifest_id": "manifest_5ce44c8093f19627", "row_id": "sat_000185", "source_id": "fallback_speech_000185", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000185", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5ce44c8093f19627.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 85.", "width": 640, "height": 480} +{"manifest_id": "manifest_72612d3a4ecd97c1", "row_id": "sat_000186", "source_id": "fallback_speech_000186", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000186", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_72612d3a4ecd97c1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 86.", "width": 640, "height": 480} +{"manifest_id": "manifest_ee391904e8df2ba9", "row_id": "sat_000187", "source_id": "fallback_speech_000187", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000187", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ee391904e8df2ba9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 87.", "width": 640, "height": 480} +{"manifest_id": "manifest_83ce2f450dfcf70a", "row_id": "sat_000188", "source_id": "fallback_speech_000188", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000188", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_83ce2f450dfcf70a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 88.", "width": 640, "height": 480} +{"manifest_id": "manifest_b22c90e4081ee329", "row_id": "sat_000189", "source_id": "fallback_speech_000189", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000189", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b22c90e4081ee329.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 89.", "width": 640, "height": 480} +{"manifest_id": "manifest_22c945c0c0f89444", "row_id": "sat_000190", "source_id": "fallback_speech_000190", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000190", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_22c945c0c0f89444.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 90.", "width": 640, "height": 480} +{"manifest_id": "manifest_cbf4310698705c44", "row_id": "sat_000191", "source_id": "fallback_speech_000191", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000191", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cbf4310698705c44.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 91.", "width": 640, "height": 480} +{"manifest_id": "manifest_91e5dba71509e513", "row_id": "sat_000192", "source_id": "fallback_speech_000192", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000192", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_91e5dba71509e513.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 92.", "width": 640, "height": 480} +{"manifest_id": "manifest_f25b1a47053dace9", "row_id": "sat_000193", "source_id": "fallback_speech_000193", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000193", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f25b1a47053dace9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 93.", "width": 640, "height": 480} +{"manifest_id": "manifest_2c59f2edaa424f09", "row_id": "sat_000194", "source_id": "fallback_speech_000194", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000194", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2c59f2edaa424f09.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 94.", "width": 640, "height": 480} +{"manifest_id": "manifest_a5424c0bd02167fd", "row_id": "sat_000195", "source_id": "fallback_speech_000195", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000195", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a5424c0bd02167fd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 95.", "width": 640, "height": 480} +{"manifest_id": "manifest_96012ec4ea9c8ce2", "row_id": "sat_000196", "source_id": "fallback_speech_000196", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000196", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_96012ec4ea9c8ce2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 96.", "width": 640, "height": 480} +{"manifest_id": "manifest_4ab93b7dd11fad35", "row_id": "sat_000197", "source_id": "fallback_speech_000197", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000197", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4ab93b7dd11fad35.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 97.", "width": 640, "height": 480} +{"manifest_id": "manifest_8e1c8d19be96f8e2", "row_id": "sat_000198", "source_id": "fallback_speech_000198", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000198", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8e1c8d19be96f8e2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 98.", "width": 640, "height": 480} +{"manifest_id": "manifest_a4af1fcaf005043d", "row_id": "sat_000199", "source_id": "fallback_speech_000199", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000199", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a4af1fcaf005043d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 99.", "width": 640, "height": 480} +{"manifest_id": "manifest_3430c0c5c08ca94c", "row_id": "sat_000200", "source_id": "fallback_speech_000200", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000200", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3430c0c5c08ca94c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 0.", "width": 640, "height": 480} +{"manifest_id": "manifest_293cc50c92f2f021", "row_id": "sat_000201", "source_id": "fallback_speech_000201", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000201", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_293cc50c92f2f021.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 1.", "width": 640, "height": 480} +{"manifest_id": "manifest_625098b0eee5409a", "row_id": "sat_000202", "source_id": "fallback_speech_000202", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000202", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_625098b0eee5409a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 2.", "width": 640, "height": 480} +{"manifest_id": "manifest_7367c46de5ed9e34", "row_id": "sat_000203", "source_id": "fallback_speech_000203", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000203", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7367c46de5ed9e34.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 3.", "width": 640, "height": 480} +{"manifest_id": "manifest_5213c56bf506926b", "row_id": "sat_000204", "source_id": "fallback_speech_000204", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000204", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5213c56bf506926b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 4.", "width": 640, "height": 480} +{"manifest_id": "manifest_53acf57746512359", "row_id": "sat_000205", "source_id": "fallback_speech_000205", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000205", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_53acf57746512359.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 5.", "width": 640, "height": 480} +{"manifest_id": "manifest_c431d795e956c420", "row_id": "sat_000206", "source_id": "fallback_speech_000206", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000206", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c431d795e956c420.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 6.", "width": 640, "height": 480} +{"manifest_id": "manifest_0c60947de8e94812", "row_id": "sat_000207", "source_id": "fallback_speech_000207", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000207", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0c60947de8e94812.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 7.", "width": 640, "height": 480} +{"manifest_id": "manifest_94ea82e205983d56", "row_id": "sat_000208", "source_id": "fallback_speech_000208", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000208", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_94ea82e205983d56.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 8.", "width": 640, "height": 480} +{"manifest_id": "manifest_efedcba9445256da", "row_id": "sat_000209", "source_id": "fallback_speech_000209", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000209", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_efedcba9445256da.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 9.", "width": 640, "height": 480} +{"manifest_id": "manifest_81bd19357e2cd452", "row_id": "sat_000210", "source_id": "fallback_speech_000210", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000210", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_81bd19357e2cd452.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 10.", "width": 640, "height": 480} +{"manifest_id": "manifest_74e5dc33222b4156", "row_id": "sat_000211", "source_id": "fallback_speech_000211", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000211", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_74e5dc33222b4156.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 11.", "width": 640, "height": 480} +{"manifest_id": "manifest_0d5810e58c4a26b7", "row_id": "sat_000212", "source_id": "fallback_speech_000212", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000212", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0d5810e58c4a26b7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 12.", "width": 640, "height": 480} +{"manifest_id": "manifest_218173af82a61652", "row_id": "sat_000213", "source_id": "fallback_speech_000213", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000213", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_218173af82a61652.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 13.", "width": 640, "height": 480} +{"manifest_id": "manifest_ef82d7dc4f3001b5", "row_id": "sat_000214", "source_id": "fallback_speech_000214", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000214", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ef82d7dc4f3001b5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 14.", "width": 640, "height": 480} +{"manifest_id": "manifest_681807cdc822916a", "row_id": "sat_000215", "source_id": "fallback_speech_000215", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000215", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_681807cdc822916a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 15.", "width": 640, "height": 480} +{"manifest_id": "manifest_1c397380409e6770", "row_id": "sat_000216", "source_id": "fallback_speech_000216", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000216", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1c397380409e6770.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 16.", "width": 640, "height": 480} +{"manifest_id": "manifest_ddec09805e028eb1", "row_id": "sat_000217", "source_id": "fallback_speech_000217", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000217", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ddec09805e028eb1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 17.", "width": 640, "height": 480} +{"manifest_id": "manifest_8c8e5196eacfbd3d", "row_id": "sat_000218", "source_id": "fallback_speech_000218", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000218", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8c8e5196eacfbd3d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 18.", "width": 640, "height": 480} +{"manifest_id": "manifest_3dfe245b51390555", "row_id": "sat_000219", "source_id": "fallback_speech_000219", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000219", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3dfe245b51390555.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 19.", "width": 640, "height": 480} +{"manifest_id": "manifest_1aee40f7f0ea7b9f", "row_id": "sat_000220", "source_id": "fallback_speech_000220", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000220", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1aee40f7f0ea7b9f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 20.", "width": 640, "height": 480} +{"manifest_id": "manifest_46c00abcc8944022", "row_id": "sat_000221", "source_id": "fallback_speech_000221", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000221", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_46c00abcc8944022.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 21.", "width": 640, "height": 480} +{"manifest_id": "manifest_786d1609a5f4786f", "row_id": "sat_000222", "source_id": "fallback_speech_000222", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000222", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_786d1609a5f4786f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 22.", "width": 640, "height": 480} +{"manifest_id": "manifest_d4ed6ae7914233ee", "row_id": "sat_000223", "source_id": "fallback_speech_000223", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000223", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d4ed6ae7914233ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 23.", "width": 640, "height": 480} +{"manifest_id": "manifest_ba014e9834a1cc37", "row_id": "sat_000224", "source_id": "fallback_speech_000224", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000224", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ba014e9834a1cc37.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 24.", "width": 640, "height": 480} +{"manifest_id": "manifest_f1ae7d98e4e08495", "row_id": "sat_000225", "source_id": "fallback_speech_000225", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000225", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f1ae7d98e4e08495.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 25.", "width": 640, "height": 480} +{"manifest_id": "manifest_e5b7a5a0bb21b9b7", "row_id": "sat_000226", "source_id": "fallback_speech_000226", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000226", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e5b7a5a0bb21b9b7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 26.", "width": 640, "height": 480} +{"manifest_id": "manifest_522734f07ef80a23", "row_id": "sat_000227", "source_id": "fallback_speech_000227", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000227", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_522734f07ef80a23.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 27.", "width": 640, "height": 480} +{"manifest_id": "manifest_40b7c6ebf7f6cd3e", "row_id": "sat_000228", "source_id": "fallback_speech_000228", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000228", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_40b7c6ebf7f6cd3e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 28.", "width": 640, "height": 480} +{"manifest_id": "manifest_a261083ed34d63a6", "row_id": "sat_000229", "source_id": "fallback_speech_000229", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000229", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a261083ed34d63a6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 29.", "width": 640, "height": 480} +{"manifest_id": "manifest_afce977b82f0c01c", "row_id": "sat_000230", "source_id": "fallback_speech_000230", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000230", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_afce977b82f0c01c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 30.", "width": 640, "height": 480} +{"manifest_id": "manifest_497ffb479a831535", "row_id": "sat_000231", "source_id": "fallback_speech_000231", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000231", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_497ffb479a831535.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 31.", "width": 640, "height": 480} +{"manifest_id": "manifest_6bd2ef4f360ac0bf", "row_id": "sat_000232", "source_id": "fallback_speech_000232", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000232", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6bd2ef4f360ac0bf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 32.", "width": 640, "height": 480} +{"manifest_id": "manifest_24cfb511bed1db7c", "row_id": "sat_000233", "source_id": "fallback_speech_000233", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000233", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_24cfb511bed1db7c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 33.", "width": 640, "height": 480} +{"manifest_id": "manifest_f8a4fca6b0f798cd", "row_id": "sat_000234", "source_id": "fallback_speech_000234", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000234", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f8a4fca6b0f798cd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 34.", "width": 640, "height": 480} +{"manifest_id": "manifest_7b2b11c3bc053be3", "row_id": "sat_000235", "source_id": "fallback_speech_000235", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000235", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7b2b11c3bc053be3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 35.", "width": 640, "height": 480} +{"manifest_id": "manifest_dcaed7248c34bfbd", "row_id": "sat_000236", "source_id": "fallback_speech_000236", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000236", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dcaed7248c34bfbd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 36.", "width": 640, "height": 480} +{"manifest_id": "manifest_3815eca1e41a767e", "row_id": "sat_000237", "source_id": "fallback_speech_000237", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000237", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3815eca1e41a767e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 37.", "width": 640, "height": 480} +{"manifest_id": "manifest_05e68abf4488679a", "row_id": "sat_000238", "source_id": "fallback_speech_000238", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000238", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_05e68abf4488679a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 38.", "width": 640, "height": 480} +{"manifest_id": "manifest_2251dc188c405094", "row_id": "sat_000239", "source_id": "fallback_speech_000239", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000239", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2251dc188c405094.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 39.", "width": 640, "height": 480} +{"manifest_id": "manifest_92d15b760f70cd81", "row_id": "sat_000240", "source_id": "fallback_speech_000240", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000240", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_92d15b760f70cd81.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 40.", "width": 640, "height": 480} +{"manifest_id": "manifest_d39703eab0496ee8", "row_id": "sat_000241", "source_id": "fallback_speech_000241", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000241", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d39703eab0496ee8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 41.", "width": 640, "height": 480} +{"manifest_id": "manifest_27c981b35c391572", "row_id": "sat_000242", "source_id": "fallback_speech_000242", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000242", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_27c981b35c391572.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 42.", "width": 640, "height": 480} +{"manifest_id": "manifest_6c5dcbaceb34f866", "row_id": "sat_000243", "source_id": "fallback_speech_000243", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000243", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6c5dcbaceb34f866.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 43.", "width": 640, "height": 480} +{"manifest_id": "manifest_ac4bb12e86c89ab3", "row_id": "sat_000244", "source_id": "fallback_speech_000244", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000244", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ac4bb12e86c89ab3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 44.", "width": 640, "height": 480} +{"manifest_id": "manifest_a85c2741ccccfe75", "row_id": "sat_000245", "source_id": "fallback_speech_000245", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000245", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a85c2741ccccfe75.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 45.", "width": 640, "height": 480} +{"manifest_id": "manifest_693c2e53e7e39079", "row_id": "sat_000246", "source_id": "fallback_speech_000246", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000246", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_693c2e53e7e39079.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 46.", "width": 640, "height": 480} +{"manifest_id": "manifest_64fb768f41f34267", "row_id": "sat_000247", "source_id": "fallback_speech_000247", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000247", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_64fb768f41f34267.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 47.", "width": 640, "height": 480} +{"manifest_id": "manifest_bda04b75229c046d", "row_id": "sat_000248", "source_id": "fallback_speech_000248", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000248", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bda04b75229c046d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 48.", "width": 640, "height": 480} +{"manifest_id": "manifest_7be3185b945f89b1", "row_id": "sat_000249", "source_id": "fallback_speech_000249", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000249", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7be3185b945f89b1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 49.", "width": 640, "height": 480} +{"manifest_id": "manifest_59dfdf3f83486095", "row_id": "sat_000250", "source_id": "fallback_speech_000250", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000250", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_59dfdf3f83486095.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 50.", "width": 640, "height": 480} +{"manifest_id": "manifest_47834c6e267cef5a", "row_id": "sat_000251", "source_id": "fallback_speech_000251", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000251", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_47834c6e267cef5a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 51.", "width": 640, "height": 480} +{"manifest_id": "manifest_ca757c444917faa4", "row_id": "sat_000252", "source_id": "fallback_speech_000252", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000252", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ca757c444917faa4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 52.", "width": 640, "height": 480} +{"manifest_id": "manifest_4d53780238ffcaa9", "row_id": "sat_000253", "source_id": "fallback_speech_000253", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000253", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4d53780238ffcaa9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 53.", "width": 640, "height": 480} +{"manifest_id": "manifest_f670743cdab37c63", "row_id": "sat_000254", "source_id": "fallback_speech_000254", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000254", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f670743cdab37c63.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 54.", "width": 640, "height": 480} +{"manifest_id": "manifest_f90799c8d35ae939", "row_id": "sat_000255", "source_id": "fallback_speech_000255", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000255", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f90799c8d35ae939.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 55.", "width": 640, "height": 480} +{"manifest_id": "manifest_f9126b33680f0b4b", "row_id": "sat_000256", "source_id": "fallback_speech_000256", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000256", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f9126b33680f0b4b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 56.", "width": 640, "height": 480} +{"manifest_id": "manifest_b897c10e3c1704e2", "row_id": "sat_000257", "source_id": "fallback_speech_000257", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000257", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b897c10e3c1704e2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 57.", "width": 640, "height": 480} +{"manifest_id": "manifest_da190d16cfc994d4", "row_id": "sat_000258", "source_id": "fallback_speech_000258", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000258", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_da190d16cfc994d4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 58.", "width": 640, "height": 480} +{"manifest_id": "manifest_12df8d64027e73ee", "row_id": "sat_000259", "source_id": "fallback_speech_000259", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000259", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_12df8d64027e73ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 59.", "width": 640, "height": 480} +{"manifest_id": "manifest_7e6481ba88f45689", "row_id": "sat_000260", "source_id": "fallback_speech_000260", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000260", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7e6481ba88f45689.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 60.", "width": 640, "height": 480} +{"manifest_id": "manifest_1f5f49e00e8a633f", "row_id": "sat_000261", "source_id": "fallback_speech_000261", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000261", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1f5f49e00e8a633f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 61.", "width": 640, "height": 480} +{"manifest_id": "manifest_a546a16f455e377c", "row_id": "sat_000262", "source_id": "fallback_speech_000262", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000262", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a546a16f455e377c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 62.", "width": 640, "height": 480} +{"manifest_id": "manifest_c42f6d9bec3f8cf7", "row_id": "sat_000263", "source_id": "fallback_speech_000263", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000263", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c42f6d9bec3f8cf7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 63.", "width": 640, "height": 480} +{"manifest_id": "manifest_2a551f0063fa59eb", "row_id": "sat_000264", "source_id": "fallback_speech_000264", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000264", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2a551f0063fa59eb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 64.", "width": 640, "height": 480} +{"manifest_id": "manifest_50977bc4e4555892", "row_id": "sat_000265", "source_id": "fallback_speech_000265", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000265", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_50977bc4e4555892.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 65.", "width": 640, "height": 480} +{"manifest_id": "manifest_8f06cab08fbeef17", "row_id": "sat_000266", "source_id": "fallback_speech_000266", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000266", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8f06cab08fbeef17.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 66.", "width": 640, "height": 480} +{"manifest_id": "manifest_45476a634be2dce7", "row_id": "sat_000267", "source_id": "fallback_speech_000267", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000267", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_45476a634be2dce7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 67.", "width": 640, "height": 480} +{"manifest_id": "manifest_7b4c5f743a6b84ea", "row_id": "sat_000268", "source_id": "fallback_speech_000268", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000268", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7b4c5f743a6b84ea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 68.", "width": 640, "height": 480} +{"manifest_id": "manifest_92d6e879802de630", "row_id": "sat_000269", "source_id": "fallback_speech_000269", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000269", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_92d6e879802de630.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 69.", "width": 640, "height": 480} +{"manifest_id": "manifest_f5b93ff67b5eb795", "row_id": "sat_000270", "source_id": "fallback_speech_000270", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000270", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f5b93ff67b5eb795.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 70.", "width": 640, "height": 480} +{"manifest_id": "manifest_476191173a1f3f4a", "row_id": "sat_000271", "source_id": "fallback_speech_000271", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000271", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_476191173a1f3f4a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 71.", "width": 640, "height": 480} +{"manifest_id": "manifest_6d24ba0a6d125198", "row_id": "sat_000272", "source_id": "fallback_speech_000272", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000272", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6d24ba0a6d125198.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 72.", "width": 640, "height": 480} +{"manifest_id": "manifest_82474cad57040b98", "row_id": "sat_000273", "source_id": "fallback_speech_000273", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000273", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_82474cad57040b98.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 73.", "width": 640, "height": 480} +{"manifest_id": "manifest_33ff3a0cfcc12990", "row_id": "sat_000274", "source_id": "fallback_speech_000274", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000274", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_33ff3a0cfcc12990.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 74.", "width": 640, "height": 480} +{"manifest_id": "manifest_4fd304a8d2475542", "row_id": "sat_000275", "source_id": "fallback_speech_000275", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000275", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4fd304a8d2475542.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 75.", "width": 640, "height": 480} +{"manifest_id": "manifest_c5e1a0125de6d7af", "row_id": "sat_000276", "source_id": "fallback_speech_000276", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000276", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c5e1a0125de6d7af.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 76.", "width": 640, "height": 480} +{"manifest_id": "manifest_f38ddcf09e030752", "row_id": "sat_000277", "source_id": "fallback_speech_000277", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000277", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f38ddcf09e030752.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 77.", "width": 640, "height": 480} +{"manifest_id": "manifest_45272643c59ca268", "row_id": "sat_000278", "source_id": "fallback_speech_000278", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000278", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_45272643c59ca268.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 78.", "width": 640, "height": 480} +{"manifest_id": "manifest_bdf708509d2ae25d", "row_id": "sat_000279", "source_id": "fallback_speech_000279", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000279", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bdf708509d2ae25d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 79.", "width": 640, "height": 480} +{"manifest_id": "manifest_eea92418893332dd", "row_id": "sat_000280", "source_id": "fallback_speech_000280", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000280", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_eea92418893332dd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 80.", "width": 640, "height": 480} +{"manifest_id": "manifest_87499b59cb66cf6d", "row_id": "sat_000281", "source_id": "fallback_speech_000281", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000281", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_87499b59cb66cf6d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 81.", "width": 640, "height": 480} +{"manifest_id": "manifest_9e0ac8453d6e1863", "row_id": "sat_000282", "source_id": "fallback_speech_000282", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000282", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9e0ac8453d6e1863.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 82.", "width": 640, "height": 480} +{"manifest_id": "manifest_4087795d7b9b313c", "row_id": "sat_000283", "source_id": "fallback_speech_000283", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000283", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4087795d7b9b313c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 83.", "width": 640, "height": 480} +{"manifest_id": "manifest_db7e1cdb57e43648", "row_id": "sat_000284", "source_id": "fallback_speech_000284", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000284", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_db7e1cdb57e43648.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 84.", "width": 640, "height": 480} +{"manifest_id": "manifest_04f0d38c541a9094", "row_id": "sat_000285", "source_id": "fallback_speech_000285", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000285", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_04f0d38c541a9094.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 85.", "width": 640, "height": 480} +{"manifest_id": "manifest_79b3149e3f26c6ec", "row_id": "sat_000286", "source_id": "fallback_speech_000286", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000286", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_79b3149e3f26c6ec.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 86.", "width": 640, "height": 480} +{"manifest_id": "manifest_1cad6a8cd970e2f8", "row_id": "sat_000287", "source_id": "fallback_speech_000287", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000287", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1cad6a8cd970e2f8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 87.", "width": 640, "height": 480} +{"manifest_id": "manifest_efa40359162b70a7", "row_id": "sat_000288", "source_id": "fallback_speech_000288", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000288", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_efa40359162b70a7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 88.", "width": 640, "height": 480} +{"manifest_id": "manifest_13bcc5cc384428ef", "row_id": "sat_000289", "source_id": "fallback_speech_000289", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000289", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_13bcc5cc384428ef.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 89.", "width": 640, "height": 480} +{"manifest_id": "manifest_0ec1c5cb8a26a451", "row_id": "sat_000290", "source_id": "fallback_speech_000290", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000290", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0ec1c5cb8a26a451.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 90.", "width": 640, "height": 480} +{"manifest_id": "manifest_6be6c234c9c3d819", "row_id": "sat_000291", "source_id": "fallback_speech_000291", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000291", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6be6c234c9c3d819.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 91.", "width": 640, "height": 480} +{"manifest_id": "manifest_f24cff79d7034d33", "row_id": "sat_000292", "source_id": "fallback_speech_000292", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000292", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f24cff79d7034d33.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 92.", "width": 640, "height": 480} +{"manifest_id": "manifest_d6f9586a67702875", "row_id": "sat_000293", "source_id": "fallback_speech_000293", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000293", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d6f9586a67702875.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 93.", "width": 640, "height": 480} +{"manifest_id": "manifest_e918783c4a66a7d8", "row_id": "sat_000294", "source_id": "fallback_speech_000294", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000294", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e918783c4a66a7d8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 94.", "width": 640, "height": 480} +{"manifest_id": "manifest_204a8811f8a910df", "row_id": "sat_000295", "source_id": "fallback_speech_000295", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000295", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_204a8811f8a910df.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 95.", "width": 640, "height": 480} +{"manifest_id": "manifest_7eb48d24ff4ab9ab", "row_id": "sat_000296", "source_id": "fallback_speech_000296", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000296", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7eb48d24ff4ab9ab.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 96.", "width": 640, "height": 480} +{"manifest_id": "manifest_e67ac401b0436c9d", "row_id": "sat_000297", "source_id": "fallback_speech_000297", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000297", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e67ac401b0436c9d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 97.", "width": 640, "height": 480} +{"manifest_id": "manifest_9ed91f8fb7538515", "row_id": "sat_000298", "source_id": "fallback_speech_000298", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000298", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9ed91f8fb7538515.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 98.", "width": 640, "height": 480} +{"manifest_id": "manifest_b68cd6686136d9c1", "row_id": "sat_000299", "source_id": "fallback_speech_000299", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000299", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b68cd6686136d9c1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 99.", "width": 640, "height": 480} +{"manifest_id": "manifest_2e70b97aba9a2ccd", "row_id": "sat_000300", "source_id": "fallback_speech_000300", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000300", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2e70b97aba9a2ccd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 0.", "width": 640, "height": 480} +{"manifest_id": "manifest_cc5c6b367fd0dba8", "row_id": "sat_000301", "source_id": "fallback_speech_000301", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000301", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cc5c6b367fd0dba8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 1.", "width": 640, "height": 480} +{"manifest_id": "manifest_2599c0f777a14048", "row_id": "sat_000302", "source_id": "fallback_speech_000302", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000302", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2599c0f777a14048.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 2.", "width": 640, "height": 480} +{"manifest_id": "manifest_4de214ee106b395f", "row_id": "sat_000303", "source_id": "fallback_speech_000303", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000303", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4de214ee106b395f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 3.", "width": 640, "height": 480} +{"manifest_id": "manifest_069dfce4b324fb73", "row_id": "sat_000304", "source_id": "fallback_speech_000304", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000304", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_069dfce4b324fb73.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 4.", "width": 640, "height": 480} +{"manifest_id": "manifest_2097c47149e0c49c", "row_id": "sat_000305", "source_id": "fallback_speech_000305", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000305", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2097c47149e0c49c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 5.", "width": 640, "height": 480} +{"manifest_id": "manifest_d1b3730a5680313a", "row_id": "sat_000306", "source_id": "fallback_speech_000306", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000306", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d1b3730a5680313a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 6.", "width": 640, "height": 480} +{"manifest_id": "manifest_cf040ee9bee1227f", "row_id": "sat_000307", "source_id": "fallback_speech_000307", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000307", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cf040ee9bee1227f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 7.", "width": 640, "height": 480} +{"manifest_id": "manifest_802160448319fae7", "row_id": "sat_000308", "source_id": "fallback_speech_000308", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000308", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_802160448319fae7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 8.", "width": 640, "height": 480} +{"manifest_id": "manifest_cb2d29a0f51d34f0", "row_id": "sat_000309", "source_id": "fallback_speech_000309", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000309", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cb2d29a0f51d34f0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 9.", "width": 640, "height": 480} +{"manifest_id": "manifest_6ff495101cab4d61", "row_id": "sat_000310", "source_id": "fallback_speech_000310", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000310", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6ff495101cab4d61.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 10.", "width": 640, "height": 480} +{"manifest_id": "manifest_ec6a0ec7af865c5f", "row_id": "sat_000311", "source_id": "fallback_speech_000311", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000311", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ec6a0ec7af865c5f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 11.", "width": 640, "height": 480} +{"manifest_id": "manifest_782098725653cfb6", "row_id": "sat_000312", "source_id": "fallback_speech_000312", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000312", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_782098725653cfb6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 12.", "width": 640, "height": 480} +{"manifest_id": "manifest_a2648e8587396206", "row_id": "sat_000313", "source_id": "fallback_speech_000313", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000313", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a2648e8587396206.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 13.", "width": 640, "height": 480} +{"manifest_id": "manifest_48ef52689951eff4", "row_id": "sat_000314", "source_id": "fallback_speech_000314", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000314", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_48ef52689951eff4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 14.", "width": 640, "height": 480} +{"manifest_id": "manifest_4387da40b53c798b", "row_id": "sat_000315", "source_id": "fallback_speech_000315", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000315", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4387da40b53c798b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 15.", "width": 640, "height": 480} +{"manifest_id": "manifest_a6eefccc0dbf04e0", "row_id": "sat_000316", "source_id": "fallback_speech_000316", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000316", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a6eefccc0dbf04e0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 16.", "width": 640, "height": 480} +{"manifest_id": "manifest_4c07cf5648609438", "row_id": "sat_000317", "source_id": "fallback_speech_000317", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000317", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4c07cf5648609438.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 17.", "width": 640, "height": 480} +{"manifest_id": "manifest_f500f0145294c1f1", "row_id": "sat_000318", "source_id": "fallback_speech_000318", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000318", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f500f0145294c1f1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 18.", "width": 640, "height": 480} +{"manifest_id": "manifest_f5374444abef8338", "row_id": "sat_000319", "source_id": "fallback_speech_000319", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000319", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f5374444abef8338.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 19.", "width": 640, "height": 480} +{"manifest_id": "manifest_1ab64bafbe88cf17", "row_id": "sat_000320", "source_id": "fallback_speech_000320", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000320", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1ab64bafbe88cf17.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 20.", "width": 640, "height": 480} +{"manifest_id": "manifest_f3fc14b91e71038e", "row_id": "sat_000321", "source_id": "fallback_speech_000321", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000321", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f3fc14b91e71038e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 21.", "width": 640, "height": 480} +{"manifest_id": "manifest_bb7618f71acf2040", "row_id": "sat_000322", "source_id": "fallback_speech_000322", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000322", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bb7618f71acf2040.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 22.", "width": 640, "height": 480} +{"manifest_id": "manifest_d5d75867fe88891f", "row_id": "sat_000323", "source_id": "fallback_speech_000323", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000323", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d5d75867fe88891f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 23.", "width": 640, "height": 480} +{"manifest_id": "manifest_728ae399ae92d487", "row_id": "sat_000324", "source_id": "fallback_speech_000324", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000324", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_728ae399ae92d487.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 24.", "width": 640, "height": 480} +{"manifest_id": "manifest_19bfeca01b9b4f0b", "row_id": "sat_000325", "source_id": "fallback_speech_000325", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000325", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_19bfeca01b9b4f0b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 25.", "width": 640, "height": 480} +{"manifest_id": "manifest_64f7413da231bdd2", "row_id": "sat_000326", "source_id": "fallback_speech_000326", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000326", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_64f7413da231bdd2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 26.", "width": 640, "height": 480} +{"manifest_id": "manifest_11501bc2aeb70732", "row_id": "sat_000327", "source_id": "fallback_speech_000327", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000327", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_11501bc2aeb70732.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 27.", "width": 640, "height": 480} +{"manifest_id": "manifest_4c66e2c87d149239", "row_id": "sat_000328", "source_id": "fallback_speech_000328", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000328", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4c66e2c87d149239.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 28.", "width": 640, "height": 480} +{"manifest_id": "manifest_d95e472b9fb0f4e1", "row_id": "sat_000329", "source_id": "fallback_speech_000329", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000329", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d95e472b9fb0f4e1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 29.", "width": 640, "height": 480} +{"manifest_id": "manifest_062cbae405f9e6ef", "row_id": "sat_000330", "source_id": "fallback_speech_000330", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000330", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_062cbae405f9e6ef.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 30.", "width": 640, "height": 480} +{"manifest_id": "manifest_1b5afa381d4250b5", "row_id": "sat_000331", "source_id": "fallback_speech_000331", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000331", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1b5afa381d4250b5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 31.", "width": 640, "height": 480} +{"manifest_id": "manifest_9dc6432505447e0b", "row_id": "sat_000332", "source_id": "fallback_speech_000332", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000332", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9dc6432505447e0b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 32.", "width": 640, "height": 480} +{"manifest_id": "manifest_5c7b5720f48e1086", "row_id": "sat_000333", "source_id": "fallback_speech_000333", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000333", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5c7b5720f48e1086.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 33.", "width": 640, "height": 480} +{"manifest_id": "manifest_8959192ba1276f4e", "row_id": "sat_000334", "source_id": "fallback_speech_000334", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000334", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8959192ba1276f4e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 34.", "width": 640, "height": 480} +{"manifest_id": "manifest_7ef59d15e459e82e", "row_id": "sat_000335", "source_id": "fallback_speech_000335", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000335", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7ef59d15e459e82e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 35.", "width": 640, "height": 480} +{"manifest_id": "manifest_e4ccf948ff01bbf9", "row_id": "sat_000336", "source_id": "fallback_speech_000336", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000336", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e4ccf948ff01bbf9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 36.", "width": 640, "height": 480} +{"manifest_id": "manifest_097eb8401df5d06f", "row_id": "sat_000337", "source_id": "fallback_speech_000337", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000337", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_097eb8401df5d06f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 37.", "width": 640, "height": 480} +{"manifest_id": "manifest_ca9dc16d47280e5e", "row_id": "sat_000338", "source_id": "fallback_speech_000338", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000338", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ca9dc16d47280e5e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 38.", "width": 640, "height": 480} +{"manifest_id": "manifest_bb9a34e261957664", "row_id": "sat_000339", "source_id": "fallback_speech_000339", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000339", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bb9a34e261957664.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 39.", "width": 640, "height": 480} +{"manifest_id": "manifest_cbec53d2ff79a7ba", "row_id": "sat_000340", "source_id": "fallback_speech_000340", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000340", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cbec53d2ff79a7ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 40.", "width": 640, "height": 480} +{"manifest_id": "manifest_85c0f190721bc4a0", "row_id": "sat_000341", "source_id": "fallback_speech_000341", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000341", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_85c0f190721bc4a0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 41.", "width": 640, "height": 480} +{"manifest_id": "manifest_c3284ce9cdb6f740", "row_id": "sat_000342", "source_id": "fallback_speech_000342", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000342", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c3284ce9cdb6f740.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 42.", "width": 640, "height": 480} +{"manifest_id": "manifest_53d28387018d3108", "row_id": "sat_000343", "source_id": "fallback_speech_000343", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000343", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_53d28387018d3108.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 43.", "width": 640, "height": 480} +{"manifest_id": "manifest_d120d9810f2ce424", "row_id": "sat_000344", "source_id": "fallback_speech_000344", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000344", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d120d9810f2ce424.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 44.", "width": 640, "height": 480} +{"manifest_id": "manifest_c0a58205cedd6827", "row_id": "sat_000345", "source_id": "fallback_speech_000345", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000345", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c0a58205cedd6827.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 45.", "width": 640, "height": 480} +{"manifest_id": "manifest_49192d224e9e81e4", "row_id": "sat_000346", "source_id": "fallback_speech_000346", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000346", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_49192d224e9e81e4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 46.", "width": 640, "height": 480} +{"manifest_id": "manifest_c1b25776f9e00eb1", "row_id": "sat_000347", "source_id": "fallback_speech_000347", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000347", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c1b25776f9e00eb1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 47.", "width": 640, "height": 480} +{"manifest_id": "manifest_f50b07585336dd68", "row_id": "sat_000348", "source_id": "fallback_speech_000348", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000348", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f50b07585336dd68.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 48.", "width": 640, "height": 480} +{"manifest_id": "manifest_4a0198bfad2d903d", "row_id": "sat_000349", "source_id": "fallback_speech_000349", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000349", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4a0198bfad2d903d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 49.", "width": 640, "height": 480} +{"manifest_id": "manifest_795c835cb1fd0998", "row_id": "sat_000350", "source_id": "fallback_speech_000350", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000350", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_795c835cb1fd0998.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 50.", "width": 640, "height": 480} +{"manifest_id": "manifest_3319fff3b2f32a3a", "row_id": "sat_000351", "source_id": "fallback_speech_000351", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000351", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3319fff3b2f32a3a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 51.", "width": 640, "height": 480} +{"manifest_id": "manifest_38421ac107c7bd57", "row_id": "sat_000352", "source_id": "fallback_speech_000352", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000352", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_38421ac107c7bd57.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 52.", "width": 640, "height": 480} +{"manifest_id": "manifest_472fe46aa92041fb", "row_id": "sat_000353", "source_id": "fallback_speech_000353", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000353", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_472fe46aa92041fb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 53.", "width": 640, "height": 480} +{"manifest_id": "manifest_2f9d8d1ffdde0b20", "row_id": "sat_000354", "source_id": "fallback_speech_000354", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000354", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2f9d8d1ffdde0b20.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 54.", "width": 640, "height": 480} +{"manifest_id": "manifest_42c1f07b74572247", "row_id": "sat_000355", "source_id": "fallback_speech_000355", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000355", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_42c1f07b74572247.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 55.", "width": 640, "height": 480} +{"manifest_id": "manifest_8f863c1ae7168a0f", "row_id": "sat_000356", "source_id": "fallback_speech_000356", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000356", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8f863c1ae7168a0f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 56.", "width": 640, "height": 480} +{"manifest_id": "manifest_8412e4be8c8f8639", "row_id": "sat_000357", "source_id": "fallback_speech_000357", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000357", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8412e4be8c8f8639.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 57.", "width": 640, "height": 480} +{"manifest_id": "manifest_ef6044f98466c19c", "row_id": "sat_000358", "source_id": "fallback_speech_000358", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000358", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ef6044f98466c19c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 58.", "width": 640, "height": 480} +{"manifest_id": "manifest_0566ca99e9fbc865", "row_id": "sat_000359", "source_id": "fallback_speech_000359", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000359", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0566ca99e9fbc865.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 59.", "width": 640, "height": 480} +{"manifest_id": "manifest_53c3cef24468d982", "row_id": "sat_000360", "source_id": "fallback_speech_000360", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000360", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_53c3cef24468d982.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 60.", "width": 640, "height": 480} +{"manifest_id": "manifest_e1c237bfcc69bf8f", "row_id": "sat_000361", "source_id": "fallback_speech_000361", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000361", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e1c237bfcc69bf8f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 61.", "width": 640, "height": 480} +{"manifest_id": "manifest_81f02d1cda3475ac", "row_id": "sat_000362", "source_id": "fallback_speech_000362", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000362", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_81f02d1cda3475ac.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 62.", "width": 640, "height": 480} +{"manifest_id": "manifest_8bf4afc8f4a3f2e8", "row_id": "sat_000363", "source_id": "fallback_speech_000363", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000363", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8bf4afc8f4a3f2e8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 63.", "width": 640, "height": 480} +{"manifest_id": "manifest_0cac455703492078", "row_id": "sat_000364", "source_id": "fallback_speech_000364", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000364", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0cac455703492078.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 64.", "width": 640, "height": 480} +{"manifest_id": "manifest_c08b8618dca7c79a", "row_id": "sat_000365", "source_id": "fallback_speech_000365", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000365", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c08b8618dca7c79a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 65.", "width": 640, "height": 480} +{"manifest_id": "manifest_f2c07ff636eaa919", "row_id": "sat_000366", "source_id": "fallback_speech_000366", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000366", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f2c07ff636eaa919.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 66.", "width": 640, "height": 480} +{"manifest_id": "manifest_20107167672d8969", "row_id": "sat_000367", "source_id": "fallback_speech_000367", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000367", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_20107167672d8969.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 67.", "width": 640, "height": 480} +{"manifest_id": "manifest_a442dc42967c7564", "row_id": "sat_000368", "source_id": "fallback_speech_000368", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000368", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a442dc42967c7564.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 68.", "width": 640, "height": 480} +{"manifest_id": "manifest_8fa1caf205998967", "row_id": "sat_000369", "source_id": "fallback_speech_000369", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000369", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8fa1caf205998967.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 69.", "width": 640, "height": 480} +{"manifest_id": "manifest_4e77f9b2581f9780", "row_id": "sat_000370", "source_id": "fallback_speech_000370", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000370", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4e77f9b2581f9780.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 70.", "width": 640, "height": 480} +{"manifest_id": "manifest_60193486b131c599", "row_id": "sat_000371", "source_id": "fallback_speech_000371", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000371", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_60193486b131c599.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 71.", "width": 640, "height": 480} +{"manifest_id": "manifest_ad30fb89b9835feb", "row_id": "sat_000372", "source_id": "fallback_speech_000372", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000372", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ad30fb89b9835feb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 72.", "width": 640, "height": 480} +{"manifest_id": "manifest_1cf65c8c6c4b1bf7", "row_id": "sat_000373", "source_id": "fallback_speech_000373", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000373", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1cf65c8c6c4b1bf7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 73.", "width": 640, "height": 480} +{"manifest_id": "manifest_5fc6e715e1090e31", "row_id": "sat_000374", "source_id": "fallback_speech_000374", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000374", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5fc6e715e1090e31.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 74.", "width": 640, "height": 480} +{"manifest_id": "manifest_d64094657c0eb962", "row_id": "sat_000375", "source_id": "fallback_speech_000375", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000375", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d64094657c0eb962.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 75.", "width": 640, "height": 480} +{"manifest_id": "manifest_9d8236ae2271222b", "row_id": "sat_000376", "source_id": "fallback_speech_000376", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000376", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9d8236ae2271222b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 76.", "width": 640, "height": 480} +{"manifest_id": "manifest_30e3d7135322c52d", "row_id": "sat_000377", "source_id": "fallback_speech_000377", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000377", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_30e3d7135322c52d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 77.", "width": 640, "height": 480} +{"manifest_id": "manifest_4eb1e3abf233d044", "row_id": "sat_000378", "source_id": "fallback_speech_000378", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000378", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4eb1e3abf233d044.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 78.", "width": 640, "height": 480} +{"manifest_id": "manifest_bd25204c937f3c89", "row_id": "sat_000379", "source_id": "fallback_speech_000379", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000379", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bd25204c937f3c89.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 79.", "width": 640, "height": 480} +{"manifest_id": "manifest_77ff13c803edea57", "row_id": "sat_000380", "source_id": "fallback_speech_000380", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000380", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_77ff13c803edea57.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 80.", "width": 640, "height": 480} +{"manifest_id": "manifest_dd1ce8b5cfaab113", "row_id": "sat_000381", "source_id": "fallback_speech_000381", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000381", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dd1ce8b5cfaab113.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 81.", "width": 640, "height": 480} +{"manifest_id": "manifest_3728e413a5524cea", "row_id": "sat_000382", "source_id": "fallback_speech_000382", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000382", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3728e413a5524cea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 82.", "width": 640, "height": 480} +{"manifest_id": "manifest_d68596480378bbf6", "row_id": "sat_000383", "source_id": "fallback_speech_000383", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000383", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d68596480378bbf6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 83.", "width": 640, "height": 480} +{"manifest_id": "manifest_9f16a70a5af95b94", "row_id": "sat_000384", "source_id": "fallback_speech_000384", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000384", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9f16a70a5af95b94.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 84.", "width": 640, "height": 480} +{"manifest_id": "manifest_2b8314658e30da24", "row_id": "sat_000385", "source_id": "fallback_speech_000385", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000385", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2b8314658e30da24.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 85.", "width": 640, "height": 480} +{"manifest_id": "manifest_74f815bfc2e9974f", "row_id": "sat_000386", "source_id": "fallback_speech_000386", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000386", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_74f815bfc2e9974f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 86.", "width": 640, "height": 480} +{"manifest_id": "manifest_0bc5a76f15c19098", "row_id": "sat_000387", "source_id": "fallback_speech_000387", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000387", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0bc5a76f15c19098.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 87.", "width": 640, "height": 480} +{"manifest_id": "manifest_92ae0c9fcf5dab64", "row_id": "sat_000388", "source_id": "fallback_speech_000388", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000388", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_92ae0c9fcf5dab64.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 88.", "width": 640, "height": 480} +{"manifest_id": "manifest_1abbfbd783c33860", "row_id": "sat_000389", "source_id": "fallback_speech_000389", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000389", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1abbfbd783c33860.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 89.", "width": 640, "height": 480} +{"manifest_id": "manifest_92fefe5b69479f93", "row_id": "sat_000390", "source_id": "fallback_speech_000390", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000390", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_92fefe5b69479f93.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 90.", "width": 640, "height": 480} +{"manifest_id": "manifest_7648c1b86b7774eb", "row_id": "sat_000391", "source_id": "fallback_speech_000391", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000391", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7648c1b86b7774eb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 91.", "width": 640, "height": 480} +{"manifest_id": "manifest_12509b36973869df", "row_id": "sat_000392", "source_id": "fallback_speech_000392", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000392", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_12509b36973869df.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 92.", "width": 640, "height": 480} +{"manifest_id": "manifest_98480503e2678f3a", "row_id": "sat_000393", "source_id": "fallback_speech_000393", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000393", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_98480503e2678f3a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 93.", "width": 640, "height": 480} +{"manifest_id": "manifest_656f64f92cfcb2cd", "row_id": "sat_000394", "source_id": "fallback_speech_000394", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000394", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_656f64f92cfcb2cd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 94.", "width": 640, "height": 480} +{"manifest_id": "manifest_2acc1f5ca6c77e2e", "row_id": "sat_000395", "source_id": "fallback_speech_000395", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000395", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2acc1f5ca6c77e2e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 95.", "width": 640, "height": 480} +{"manifest_id": "manifest_1d52fc0edb910113", "row_id": "sat_000396", "source_id": "fallback_speech_000396", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000396", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1d52fc0edb910113.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 96.", "width": 640, "height": 480} +{"manifest_id": "manifest_9ab615951c129ece", "row_id": "sat_000397", "source_id": "fallback_speech_000397", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000397", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9ab615951c129ece.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 97.", "width": 640, "height": 480} +{"manifest_id": "manifest_3d8d782215e4e3f4", "row_id": "sat_000398", "source_id": "fallback_speech_000398", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000398", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3d8d782215e4e3f4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 98.", "width": 640, "height": 480} +{"manifest_id": "manifest_d6c7874db759db78", "row_id": "sat_000399", "source_id": "fallback_speech_000399", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000399", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d6c7874db759db78.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 99.", "width": 640, "height": 480} +{"manifest_id": "manifest_ca7468bf22d75415", "row_id": "sat_000400", "source_id": "fallback_speech_000400", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000400", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ca7468bf22d75415.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 0.", "width": 640, "height": 480} +{"manifest_id": "manifest_5a9c5f6a9e992a50", "row_id": "sat_000401", "source_id": "fallback_speech_000401", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000401", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5a9c5f6a9e992a50.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 1.", "width": 640, "height": 480} +{"manifest_id": "manifest_f9046baa219ce83f", "row_id": "sat_000402", "source_id": "fallback_speech_000402", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000402", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f9046baa219ce83f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 2.", "width": 640, "height": 480} +{"manifest_id": "manifest_8d8134d6cbf0a522", "row_id": "sat_000403", "source_id": "fallback_speech_000403", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000403", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8d8134d6cbf0a522.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 3.", "width": 640, "height": 480} +{"manifest_id": "manifest_18b84fba66c42b16", "row_id": "sat_000404", "source_id": "fallback_speech_000404", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000404", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_18b84fba66c42b16.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 4.", "width": 640, "height": 480} +{"manifest_id": "manifest_6063e34d6514c830", "row_id": "sat_000405", "source_id": "fallback_speech_000405", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000405", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6063e34d6514c830.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 5.", "width": 640, "height": 480} +{"manifest_id": "manifest_568c29c3e793fee5", "row_id": "sat_000406", "source_id": "fallback_speech_000406", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000406", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_568c29c3e793fee5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 6.", "width": 640, "height": 480} +{"manifest_id": "manifest_7a179d21167b8e89", "row_id": "sat_000407", "source_id": "fallback_speech_000407", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000407", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7a179d21167b8e89.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 7.", "width": 640, "height": 480} +{"manifest_id": "manifest_9060efa0c8c49e0b", "row_id": "sat_000408", "source_id": "fallback_speech_000408", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000408", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9060efa0c8c49e0b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 8.", "width": 640, "height": 480} +{"manifest_id": "manifest_d6c0d002a00e9e38", "row_id": "sat_000409", "source_id": "fallback_speech_000409", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000409", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d6c0d002a00e9e38.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 9.", "width": 640, "height": 480} +{"manifest_id": "manifest_abcd9bd42ba4b9be", "row_id": "sat_000410", "source_id": "fallback_speech_000410", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000410", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_abcd9bd42ba4b9be.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 10.", "width": 640, "height": 480} +{"manifest_id": "manifest_fdaa04a8a627775e", "row_id": "sat_000411", "source_id": "fallback_speech_000411", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000411", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fdaa04a8a627775e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 11.", "width": 640, "height": 480} +{"manifest_id": "manifest_fb09e1665ea64c6a", "row_id": "sat_000412", "source_id": "fallback_speech_000412", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000412", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fb09e1665ea64c6a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 12.", "width": 640, "height": 480} +{"manifest_id": "manifest_64b6eb28f89585f8", "row_id": "sat_000413", "source_id": "fallback_speech_000413", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000413", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_64b6eb28f89585f8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 13.", "width": 640, "height": 480} +{"manifest_id": "manifest_f0e1c98feb8627fc", "row_id": "sat_000414", "source_id": "fallback_speech_000414", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000414", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f0e1c98feb8627fc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 14.", "width": 640, "height": 480} +{"manifest_id": "manifest_4a280cc4bb9350b1", "row_id": "sat_000415", "source_id": "fallback_speech_000415", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000415", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4a280cc4bb9350b1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 15.", "width": 640, "height": 480} +{"manifest_id": "manifest_dd0fe117d45f1904", "row_id": "sat_000416", "source_id": "fallback_speech_000416", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000416", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dd0fe117d45f1904.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 16.", "width": 640, "height": 480} +{"manifest_id": "manifest_be943f5b62452ae1", "row_id": "sat_000417", "source_id": "fallback_speech_000417", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000417", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_be943f5b62452ae1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 17.", "width": 640, "height": 480} +{"manifest_id": "manifest_adb269cb5978ed1b", "row_id": "sat_000418", "source_id": "fallback_speech_000418", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000418", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_adb269cb5978ed1b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 18.", "width": 640, "height": 480} +{"manifest_id": "manifest_4469cc5e52c0b496", "row_id": "sat_000419", "source_id": "fallback_speech_000419", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000419", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4469cc5e52c0b496.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 19.", "width": 640, "height": 480} +{"manifest_id": "manifest_90af2109f2ec1ef5", "row_id": "sat_000420", "source_id": "fallback_speech_000420", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000420", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_90af2109f2ec1ef5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 20.", "width": 640, "height": 480} +{"manifest_id": "manifest_a1b9a83305d4e4f9", "row_id": "sat_000421", "source_id": "fallback_speech_000421", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000421", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a1b9a83305d4e4f9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 21.", "width": 640, "height": 480} +{"manifest_id": "manifest_053d4cbd05f8b8b0", "row_id": "sat_000422", "source_id": "fallback_speech_000422", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000422", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_053d4cbd05f8b8b0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 22.", "width": 640, "height": 480} +{"manifest_id": "manifest_93b7a52783fef9b9", "row_id": "sat_000423", "source_id": "fallback_speech_000423", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000423", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_93b7a52783fef9b9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 23.", "width": 640, "height": 480} +{"manifest_id": "manifest_856c16814fd91ec7", "row_id": "sat_000424", "source_id": "fallback_speech_000424", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000424", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_856c16814fd91ec7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 24.", "width": 640, "height": 480} +{"manifest_id": "manifest_a5a059faa0e769d2", "row_id": "sat_000425", "source_id": "fallback_speech_000425", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000425", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a5a059faa0e769d2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 25.", "width": 640, "height": 480} +{"manifest_id": "manifest_441cb6d4b6b3fe67", "row_id": "sat_000426", "source_id": "fallback_speech_000426", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000426", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_441cb6d4b6b3fe67.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 26.", "width": 640, "height": 480} +{"manifest_id": "manifest_38ff69e7c9eb5727", "row_id": "sat_000427", "source_id": "fallback_speech_000427", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000427", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_38ff69e7c9eb5727.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 27.", "width": 640, "height": 480} +{"manifest_id": "manifest_551683fc4e551e13", "row_id": "sat_000428", "source_id": "fallback_speech_000428", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000428", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_551683fc4e551e13.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 28.", "width": 640, "height": 480} +{"manifest_id": "manifest_e41e4823fdd0f2fa", "row_id": "sat_000429", "source_id": "fallback_speech_000429", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000429", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e41e4823fdd0f2fa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 29.", "width": 640, "height": 480} +{"manifest_id": "manifest_369d1c068376416d", "row_id": "sat_000430", "source_id": "fallback_speech_000430", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000430", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_369d1c068376416d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 30.", "width": 640, "height": 480} +{"manifest_id": "manifest_7058fd6c73938b77", "row_id": "sat_000431", "source_id": "fallback_speech_000431", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000431", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7058fd6c73938b77.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 31.", "width": 640, "height": 480} +{"manifest_id": "manifest_d04f9aa39f4a1629", "row_id": "sat_000432", "source_id": "fallback_speech_000432", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000432", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d04f9aa39f4a1629.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 32.", "width": 640, "height": 480} +{"manifest_id": "manifest_c4600248b6146d76", "row_id": "sat_000433", "source_id": "fallback_speech_000433", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000433", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c4600248b6146d76.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 33.", "width": 640, "height": 480} +{"manifest_id": "manifest_28223e354d598416", "row_id": "sat_000434", "source_id": "fallback_speech_000434", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000434", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_28223e354d598416.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 34.", "width": 640, "height": 480} +{"manifest_id": "manifest_7fa56f2b4afb3fdb", "row_id": "sat_000435", "source_id": "fallback_speech_000435", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000435", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7fa56f2b4afb3fdb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 35.", "width": 640, "height": 480} +{"manifest_id": "manifest_2c1173b849dae94b", "row_id": "sat_000436", "source_id": "fallback_speech_000436", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000436", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2c1173b849dae94b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 36.", "width": 640, "height": 480} +{"manifest_id": "manifest_37a6df1803e64907", "row_id": "sat_000437", "source_id": "fallback_speech_000437", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000437", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_37a6df1803e64907.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 37.", "width": 640, "height": 480} +{"manifest_id": "manifest_c2aaf55490e17578", "row_id": "sat_000438", "source_id": "fallback_speech_000438", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000438", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c2aaf55490e17578.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 38.", "width": 640, "height": 480} +{"manifest_id": "manifest_ebb0baf8129a3a7d", "row_id": "sat_000439", "source_id": "fallback_speech_000439", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000439", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ebb0baf8129a3a7d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 39.", "width": 640, "height": 480} +{"manifest_id": "manifest_0582bf1f6e83834a", "row_id": "sat_000440", "source_id": "fallback_speech_000440", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000440", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0582bf1f6e83834a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 40.", "width": 640, "height": 480} +{"manifest_id": "manifest_bd251ed6d4a38f0d", "row_id": "sat_000441", "source_id": "fallback_speech_000441", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000441", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bd251ed6d4a38f0d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 41.", "width": 640, "height": 480} +{"manifest_id": "manifest_6269cab58b0adb7b", "row_id": "sat_000442", "source_id": "fallback_speech_000442", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000442", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6269cab58b0adb7b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 42.", "width": 640, "height": 480} +{"manifest_id": "manifest_2785ddc38dd52a29", "row_id": "sat_000443", "source_id": "fallback_speech_000443", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000443", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2785ddc38dd52a29.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 43.", "width": 640, "height": 480} +{"manifest_id": "manifest_0a08e6a687f944eb", "row_id": "sat_000444", "source_id": "fallback_speech_000444", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000444", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0a08e6a687f944eb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 44.", "width": 640, "height": 480} +{"manifest_id": "manifest_02eb40a87942a99c", "row_id": "sat_000445", "source_id": "fallback_speech_000445", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000445", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_02eb40a87942a99c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 45.", "width": 640, "height": 480} +{"manifest_id": "manifest_fe9b2ec5981e6f84", "row_id": "sat_000446", "source_id": "fallback_speech_000446", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000446", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fe9b2ec5981e6f84.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 46.", "width": 640, "height": 480} +{"manifest_id": "manifest_b7b48903090b8f62", "row_id": "sat_000447", "source_id": "fallback_speech_000447", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000447", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b7b48903090b8f62.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 47.", "width": 640, "height": 480} +{"manifest_id": "manifest_a82117f485412c2d", "row_id": "sat_000448", "source_id": "fallback_speech_000448", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000448", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a82117f485412c2d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 48.", "width": 640, "height": 480} +{"manifest_id": "manifest_77646a09480ed429", "row_id": "sat_000449", "source_id": "fallback_speech_000449", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000449", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_77646a09480ed429.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 49.", "width": 640, "height": 480} +{"manifest_id": "manifest_51b3bff6ab7a7b86", "row_id": "sat_000450", "source_id": "fallback_speech_000450", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000450", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_51b3bff6ab7a7b86.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 50.", "width": 640, "height": 480} +{"manifest_id": "manifest_3f21b8287936f876", "row_id": "sat_000451", "source_id": "fallback_speech_000451", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000451", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3f21b8287936f876.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 51.", "width": 640, "height": 480} +{"manifest_id": "manifest_bdafa9dcde1eb622", "row_id": "sat_000452", "source_id": "fallback_speech_000452", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000452", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bdafa9dcde1eb622.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 52.", "width": 640, "height": 480} +{"manifest_id": "manifest_e386be89abcc7ade", "row_id": "sat_000453", "source_id": "fallback_speech_000453", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000453", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e386be89abcc7ade.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 53.", "width": 640, "height": 480} +{"manifest_id": "manifest_4f93b05249628a4b", "row_id": "sat_000454", "source_id": "fallback_speech_000454", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000454", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4f93b05249628a4b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 54.", "width": 640, "height": 480} +{"manifest_id": "manifest_7a1057879739f5a7", "row_id": "sat_000455", "source_id": "fallback_speech_000455", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000455", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7a1057879739f5a7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 55.", "width": 640, "height": 480} +{"manifest_id": "manifest_8764508abde9af46", "row_id": "sat_000456", "source_id": "fallback_speech_000456", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000456", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8764508abde9af46.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 56.", "width": 640, "height": 480} +{"manifest_id": "manifest_7534514dfe22dec4", "row_id": "sat_000457", "source_id": "fallback_speech_000457", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000457", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7534514dfe22dec4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 57.", "width": 640, "height": 480} +{"manifest_id": "manifest_b68c1aee32c117ca", "row_id": "sat_000458", "source_id": "fallback_speech_000458", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000458", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b68c1aee32c117ca.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 58.", "width": 640, "height": 480} +{"manifest_id": "manifest_78a5031f03e6aac4", "row_id": "sat_000459", "source_id": "fallback_speech_000459", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000459", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_78a5031f03e6aac4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 59.", "width": 640, "height": 480} +{"manifest_id": "manifest_7caaf41a58df43d8", "row_id": "sat_000460", "source_id": "fallback_speech_000460", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000460", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7caaf41a58df43d8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 60.", "width": 640, "height": 480} +{"manifest_id": "manifest_a9e7abb3fdf8b1b1", "row_id": "sat_000461", "source_id": "fallback_speech_000461", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000461", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a9e7abb3fdf8b1b1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 61.", "width": 640, "height": 480} +{"manifest_id": "manifest_864d997b330136c3", "row_id": "sat_000462", "source_id": "fallback_speech_000462", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000462", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_864d997b330136c3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 62.", "width": 640, "height": 480} +{"manifest_id": "manifest_170334c3cbf2ee93", "row_id": "sat_000463", "source_id": "fallback_speech_000463", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000463", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_170334c3cbf2ee93.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 63.", "width": 640, "height": 480} +{"manifest_id": "manifest_4379598f32dc6e0c", "row_id": "sat_000464", "source_id": "fallback_speech_000464", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000464", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4379598f32dc6e0c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 64.", "width": 640, "height": 480} +{"manifest_id": "manifest_81a1b85ea011fc98", "row_id": "sat_000465", "source_id": "fallback_speech_000465", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000465", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_81a1b85ea011fc98.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 65.", "width": 640, "height": 480} +{"manifest_id": "manifest_038bd51433059ef6", "row_id": "sat_000466", "source_id": "fallback_speech_000466", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000466", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_038bd51433059ef6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 66.", "width": 640, "height": 480} +{"manifest_id": "manifest_50f03b7a17d1dd3e", "row_id": "sat_000467", "source_id": "fallback_speech_000467", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000467", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_50f03b7a17d1dd3e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 67.", "width": 640, "height": 480} +{"manifest_id": "manifest_e03a73a553d399ba", "row_id": "sat_000468", "source_id": "fallback_speech_000468", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000468", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e03a73a553d399ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 68.", "width": 640, "height": 480} +{"manifest_id": "manifest_01fba90a2138bdb7", "row_id": "sat_000469", "source_id": "fallback_speech_000469", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000469", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_01fba90a2138bdb7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 69.", "width": 640, "height": 480} +{"manifest_id": "manifest_c9ec41914212d1ba", "row_id": "sat_000470", "source_id": "fallback_speech_000470", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000470", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c9ec41914212d1ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 70.", "width": 640, "height": 480} +{"manifest_id": "manifest_6f12587197dbeeba", "row_id": "sat_000471", "source_id": "fallback_speech_000471", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000471", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6f12587197dbeeba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 71.", "width": 640, "height": 480} +{"manifest_id": "manifest_5f20f48ab101ab67", "row_id": "sat_000472", "source_id": "fallback_speech_000472", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000472", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5f20f48ab101ab67.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 72.", "width": 640, "height": 480} +{"manifest_id": "manifest_2ce4973a98b1d31c", "row_id": "sat_000473", "source_id": "fallback_speech_000473", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000473", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2ce4973a98b1d31c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 73.", "width": 640, "height": 480} +{"manifest_id": "manifest_e34f88aaa88adbb1", "row_id": "sat_000474", "source_id": "fallback_speech_000474", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000474", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e34f88aaa88adbb1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 74.", "width": 640, "height": 480} +{"manifest_id": "manifest_be33789c24945d2d", "row_id": "sat_000475", "source_id": "fallback_speech_000475", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000475", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_be33789c24945d2d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 75.", "width": 640, "height": 480} +{"manifest_id": "manifest_9573c3471c341943", "row_id": "sat_000476", "source_id": "fallback_speech_000476", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000476", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9573c3471c341943.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 76.", "width": 640, "height": 480} +{"manifest_id": "manifest_b057d12de62b3703", "row_id": "sat_000477", "source_id": "fallback_speech_000477", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000477", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b057d12de62b3703.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 77.", "width": 640, "height": 480} +{"manifest_id": "manifest_1a6c73f2b343bc89", "row_id": "sat_000478", "source_id": "fallback_speech_000478", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000478", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1a6c73f2b343bc89.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 78.", "width": 640, "height": 480} +{"manifest_id": "manifest_fd23e3052c32d265", "row_id": "sat_000479", "source_id": "fallback_speech_000479", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000479", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fd23e3052c32d265.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 79.", "width": 640, "height": 480} +{"manifest_id": "manifest_0f9733bc7cefeabe", "row_id": "sat_000480", "source_id": "fallback_speech_000480", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000480", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0f9733bc7cefeabe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 80.", "width": 640, "height": 480} +{"manifest_id": "manifest_246c47b33b992294", "row_id": "sat_000481", "source_id": "fallback_speech_000481", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000481", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_246c47b33b992294.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 81.", "width": 640, "height": 480} +{"manifest_id": "manifest_82fd19dc8c92d7da", "row_id": "sat_000482", "source_id": "fallback_speech_000482", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000482", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_82fd19dc8c92d7da.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 82.", "width": 640, "height": 480} +{"manifest_id": "manifest_3b943ace749568dd", "row_id": "sat_000483", "source_id": "fallback_speech_000483", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000483", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3b943ace749568dd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 83.", "width": 640, "height": 480} +{"manifest_id": "manifest_f6d44623d24e5b1b", "row_id": "sat_000484", "source_id": "fallback_speech_000484", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000484", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f6d44623d24e5b1b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 84.", "width": 640, "height": 480} +{"manifest_id": "manifest_2217e9339055d0d6", "row_id": "sat_000485", "source_id": "fallback_speech_000485", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000485", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2217e9339055d0d6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 85.", "width": 640, "height": 480} +{"manifest_id": "manifest_5458a67a0a158776", "row_id": "sat_000486", "source_id": "fallback_speech_000486", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000486", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5458a67a0a158776.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 86.", "width": 640, "height": 480} +{"manifest_id": "manifest_41c2212d4ece4163", "row_id": "sat_000487", "source_id": "fallback_speech_000487", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000487", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_41c2212d4ece4163.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 87.", "width": 640, "height": 480} +{"manifest_id": "manifest_9401d0e6d37143d7", "row_id": "sat_000488", "source_id": "fallback_speech_000488", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000488", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9401d0e6d37143d7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 88.", "width": 640, "height": 480} +{"manifest_id": "manifest_7a03296317cbe2a0", "row_id": "sat_000489", "source_id": "fallback_speech_000489", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000489", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7a03296317cbe2a0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 89.", "width": 640, "height": 480} +{"manifest_id": "manifest_f4f258ce325a6c3c", "row_id": "sat_000490", "source_id": "fallback_speech_000490", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000490", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f4f258ce325a6c3c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 90.", "width": 640, "height": 480} +{"manifest_id": "manifest_b911177f7afa52d9", "row_id": "sat_000491", "source_id": "fallback_speech_000491", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000491", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b911177f7afa52d9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 91.", "width": 640, "height": 480} +{"manifest_id": "manifest_54bb06fbd174165a", "row_id": "sat_000492", "source_id": "fallback_speech_000492", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000492", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_54bb06fbd174165a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 92.", "width": 640, "height": 480} +{"manifest_id": "manifest_029d4eddad3fa5cb", "row_id": "sat_000493", "source_id": "fallback_speech_000493", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000493", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_029d4eddad3fa5cb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 93.", "width": 640, "height": 480} +{"manifest_id": "manifest_2f52bbefac39845f", "row_id": "sat_000494", "source_id": "fallback_speech_000494", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000494", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2f52bbefac39845f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 94.", "width": 640, "height": 480} +{"manifest_id": "manifest_fa4d7351610928b0", "row_id": "sat_000495", "source_id": "fallback_speech_000495", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000495", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fa4d7351610928b0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 95.", "width": 640, "height": 480} +{"manifest_id": "manifest_245d242b6190e8e2", "row_id": "sat_000496", "source_id": "fallback_speech_000496", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000496", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_245d242b6190e8e2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 96.", "width": 640, "height": 480} +{"manifest_id": "manifest_3a5a0f3edbf90b0e", "row_id": "sat_000497", "source_id": "fallback_speech_000497", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000497", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3a5a0f3edbf90b0e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 97.", "width": 640, "height": 480} +{"manifest_id": "manifest_006be4f5bf72ed8f", "row_id": "sat_000498", "source_id": "fallback_speech_000498", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000498", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_006be4f5bf72ed8f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 98.", "width": 640, "height": 480} +{"manifest_id": "manifest_8a1eadfbb0f143c1", "row_id": "sat_000499", "source_id": "fallback_speech_000499", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000499", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8a1eadfbb0f143c1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 99.", "width": 640, "height": 480} +{"manifest_id": "manifest_4de97ae70b5350b0", "row_id": "sat_000500", "source_id": "fallback_speech_000500", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000500", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4de97ae70b5350b0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 0.", "width": 640, "height": 480} +{"manifest_id": "manifest_303ae387d306e3f1", "row_id": "sat_000501", "source_id": "fallback_speech_000501", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000501", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_303ae387d306e3f1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 1.", "width": 640, "height": 480} +{"manifest_id": "manifest_c0ba3ffcdc775416", "row_id": "sat_000502", "source_id": "fallback_speech_000502", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000502", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c0ba3ffcdc775416.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 2.", "width": 640, "height": 480} +{"manifest_id": "manifest_d9bf1c7cc8fecfe1", "row_id": "sat_000503", "source_id": "fallback_speech_000503", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000503", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d9bf1c7cc8fecfe1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 3.", "width": 640, "height": 480} +{"manifest_id": "manifest_9addff0edaf3ebed", "row_id": "sat_000504", "source_id": "fallback_speech_000504", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000504", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9addff0edaf3ebed.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 4.", "width": 640, "height": 480} +{"manifest_id": "manifest_271df814dbc4f3dd", "row_id": "sat_000505", "source_id": "fallback_speech_000505", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000505", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_271df814dbc4f3dd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 5.", "width": 640, "height": 480} +{"manifest_id": "manifest_ace79f893706cb26", "row_id": "sat_000506", "source_id": "fallback_speech_000506", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000506", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ace79f893706cb26.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 6.", "width": 640, "height": 480} +{"manifest_id": "manifest_ec515e085dc9f41a", "row_id": "sat_000507", "source_id": "fallback_speech_000507", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000507", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ec515e085dc9f41a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 7.", "width": 640, "height": 480} +{"manifest_id": "manifest_8f3cf419dbc9aebe", "row_id": "sat_000508", "source_id": "fallback_speech_000508", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000508", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8f3cf419dbc9aebe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 8.", "width": 640, "height": 480} +{"manifest_id": "manifest_cc32779fca1b876e", "row_id": "sat_000509", "source_id": "fallback_speech_000509", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000509", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cc32779fca1b876e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 9.", "width": 640, "height": 480} +{"manifest_id": "manifest_b0288bf9c654e8a0", "row_id": "sat_000510", "source_id": "fallback_speech_000510", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000510", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b0288bf9c654e8a0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 10.", "width": 640, "height": 480} +{"manifest_id": "manifest_3a403ecce2957cf3", "row_id": "sat_000511", "source_id": "fallback_speech_000511", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000511", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3a403ecce2957cf3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 11.", "width": 640, "height": 480} +{"manifest_id": "manifest_5fd2d2d997479bf3", "row_id": "sat_000512", "source_id": "fallback_speech_000512", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000512", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5fd2d2d997479bf3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 12.", "width": 640, "height": 480} +{"manifest_id": "manifest_365f1fdaddbff70c", "row_id": "sat_000513", "source_id": "fallback_speech_000513", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000513", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_365f1fdaddbff70c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 13.", "width": 640, "height": 480} +{"manifest_id": "manifest_8d94c232a0576054", "row_id": "sat_000514", "source_id": "fallback_speech_000514", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000514", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8d94c232a0576054.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 14.", "width": 640, "height": 480} +{"manifest_id": "manifest_bca0f71dca07e015", "row_id": "sat_000515", "source_id": "fallback_speech_000515", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000515", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bca0f71dca07e015.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 15.", "width": 640, "height": 480} +{"manifest_id": "manifest_9fd052e0f4f9d028", "row_id": "sat_000516", "source_id": "fallback_speech_000516", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000516", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9fd052e0f4f9d028.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 16.", "width": 640, "height": 480} +{"manifest_id": "manifest_0a054c6bb68d427f", "row_id": "sat_000517", "source_id": "fallback_speech_000517", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000517", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0a054c6bb68d427f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 17.", "width": 640, "height": 480} +{"manifest_id": "manifest_2b15bfeb9fc39fb9", "row_id": "sat_000518", "source_id": "fallback_speech_000518", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000518", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2b15bfeb9fc39fb9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 18.", "width": 640, "height": 480} +{"manifest_id": "manifest_8ba41a12ba391a1a", "row_id": "sat_000519", "source_id": "fallback_speech_000519", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000519", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8ba41a12ba391a1a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 19.", "width": 640, "height": 480} +{"manifest_id": "manifest_1510f5b3f100b08b", "row_id": "sat_000520", "source_id": "fallback_speech_000520", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000520", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1510f5b3f100b08b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 20.", "width": 640, "height": 480} +{"manifest_id": "manifest_4943f6121667beeb", "row_id": "sat_000521", "source_id": "fallback_speech_000521", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000521", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4943f6121667beeb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 21.", "width": 640, "height": 480} +{"manifest_id": "manifest_87594a60a3f86a77", "row_id": "sat_000522", "source_id": "fallback_speech_000522", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000522", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_87594a60a3f86a77.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 22.", "width": 640, "height": 480} +{"manifest_id": "manifest_9b4158ee43bd9375", "row_id": "sat_000523", "source_id": "fallback_speech_000523", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000523", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9b4158ee43bd9375.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 23.", "width": 640, "height": 480} +{"manifest_id": "manifest_ef9b7b19c22de000", "row_id": "sat_000524", "source_id": "fallback_speech_000524", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000524", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ef9b7b19c22de000.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 24.", "width": 640, "height": 480} +{"manifest_id": "manifest_9029bea01ec6f13d", "row_id": "sat_000525", "source_id": "fallback_speech_000525", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000525", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9029bea01ec6f13d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 25.", "width": 640, "height": 480} +{"manifest_id": "manifest_4af5c4ce1306854b", "row_id": "sat_000526", "source_id": "fallback_speech_000526", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000526", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4af5c4ce1306854b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 26.", "width": 640, "height": 480} +{"manifest_id": "manifest_b2789f8e1ae505cd", "row_id": "sat_000527", "source_id": "fallback_speech_000527", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000527", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b2789f8e1ae505cd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 27.", "width": 640, "height": 480} +{"manifest_id": "manifest_b6c472c2f64ef8b7", "row_id": "sat_000528", "source_id": "fallback_speech_000528", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000528", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b6c472c2f64ef8b7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 28.", "width": 640, "height": 480} +{"manifest_id": "manifest_52f8fde7b066e5a5", "row_id": "sat_000529", "source_id": "fallback_speech_000529", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000529", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_52f8fde7b066e5a5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 29.", "width": 640, "height": 480} +{"manifest_id": "manifest_d7f233431a3540ad", "row_id": "sat_000530", "source_id": "fallback_speech_000530", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000530", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d7f233431a3540ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 30.", "width": 640, "height": 480} +{"manifest_id": "manifest_ec8614b97e5da87a", "row_id": "sat_000531", "source_id": "fallback_speech_000531", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000531", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ec8614b97e5da87a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 31.", "width": 640, "height": 480} +{"manifest_id": "manifest_d09f0793b9f34ee8", "row_id": "sat_000532", "source_id": "fallback_speech_000532", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000532", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d09f0793b9f34ee8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 32.", "width": 640, "height": 480} +{"manifest_id": "manifest_e97016262df0956f", "row_id": "sat_000533", "source_id": "fallback_speech_000533", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000533", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e97016262df0956f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 33.", "width": 640, "height": 480} +{"manifest_id": "manifest_ffff008ea56196ac", "row_id": "sat_000534", "source_id": "fallback_speech_000534", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000534", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ffff008ea56196ac.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 34.", "width": 640, "height": 480} +{"manifest_id": "manifest_8ad2b0016c071e76", "row_id": "sat_000535", "source_id": "fallback_speech_000535", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000535", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8ad2b0016c071e76.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 35.", "width": 640, "height": 480} +{"manifest_id": "manifest_9bab18fbd06e408b", "row_id": "sat_000536", "source_id": "fallback_speech_000536", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000536", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9bab18fbd06e408b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 36.", "width": 640, "height": 480} +{"manifest_id": "manifest_c35ac14b79c64251", "row_id": "sat_000537", "source_id": "fallback_speech_000537", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000537", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c35ac14b79c64251.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 37.", "width": 640, "height": 480} +{"manifest_id": "manifest_8c30658639305e62", "row_id": "sat_000538", "source_id": "fallback_speech_000538", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000538", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8c30658639305e62.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 38.", "width": 640, "height": 480} +{"manifest_id": "manifest_7225698ed9655be5", "row_id": "sat_000539", "source_id": "fallback_speech_000539", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000539", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7225698ed9655be5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 39.", "width": 640, "height": 480} +{"manifest_id": "manifest_5fa43297f962a2bd", "row_id": "sat_000540", "source_id": "fallback_speech_000540", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000540", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5fa43297f962a2bd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 40.", "width": 640, "height": 480} +{"manifest_id": "manifest_f93eaa898b4554d3", "row_id": "sat_000541", "source_id": "fallback_speech_000541", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000541", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f93eaa898b4554d3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 41.", "width": 640, "height": 480} +{"manifest_id": "manifest_543ea9a5ba21aa8c", "row_id": "sat_000542", "source_id": "fallback_speech_000542", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000542", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_543ea9a5ba21aa8c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 42.", "width": 640, "height": 480} +{"manifest_id": "manifest_e021d441d52c7210", "row_id": "sat_000543", "source_id": "fallback_speech_000543", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000543", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e021d441d52c7210.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 43.", "width": 640, "height": 480} +{"manifest_id": "manifest_c91c207377d7fd5f", "row_id": "sat_000544", "source_id": "fallback_speech_000544", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000544", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c91c207377d7fd5f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 44.", "width": 640, "height": 480} +{"manifest_id": "manifest_bd8ea8292ac61dd3", "row_id": "sat_000545", "source_id": "fallback_speech_000545", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000545", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bd8ea8292ac61dd3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 45.", "width": 640, "height": 480} +{"manifest_id": "manifest_d77ccb69893b35b3", "row_id": "sat_000546", "source_id": "fallback_speech_000546", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000546", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d77ccb69893b35b3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 46.", "width": 640, "height": 480} +{"manifest_id": "manifest_c55a0aa0ce57c88e", "row_id": "sat_000547", "source_id": "fallback_speech_000547", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000547", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c55a0aa0ce57c88e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 47.", "width": 640, "height": 480} +{"manifest_id": "manifest_18cfa84238b989ee", "row_id": "sat_000548", "source_id": "fallback_speech_000548", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000548", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_18cfa84238b989ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 48.", "width": 640, "height": 480} +{"manifest_id": "manifest_dc3c07c66f12fa07", "row_id": "sat_000549", "source_id": "fallback_speech_000549", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000549", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dc3c07c66f12fa07.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 49.", "width": 640, "height": 480} +{"manifest_id": "manifest_793e5dc28907f6c4", "row_id": "sat_000550", "source_id": "fallback_speech_000550", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000550", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_793e5dc28907f6c4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 50.", "width": 640, "height": 480} +{"manifest_id": "manifest_ddbd04b747e9d9f1", "row_id": "sat_000551", "source_id": "fallback_speech_000551", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000551", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ddbd04b747e9d9f1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 51.", "width": 640, "height": 480} +{"manifest_id": "manifest_058d4d18b9199ad0", "row_id": "sat_000552", "source_id": "fallback_speech_000552", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000552", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_058d4d18b9199ad0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 52.", "width": 640, "height": 480} +{"manifest_id": "manifest_40338e2d38fa23fd", "row_id": "sat_000553", "source_id": "fallback_speech_000553", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000553", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_40338e2d38fa23fd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 53.", "width": 640, "height": 480} +{"manifest_id": "manifest_eb9b707b351a2db7", "row_id": "sat_000554", "source_id": "fallback_speech_000554", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000554", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_eb9b707b351a2db7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 54.", "width": 640, "height": 480} +{"manifest_id": "manifest_ec9573cc354d37b4", "row_id": "sat_000555", "source_id": "fallback_speech_000555", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000555", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ec9573cc354d37b4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 55.", "width": 640, "height": 480} +{"manifest_id": "manifest_8c947b089d3a4c99", "row_id": "sat_000556", "source_id": "fallback_speech_000556", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000556", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8c947b089d3a4c99.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 56.", "width": 640, "height": 480} +{"manifest_id": "manifest_561b1f1d16f0d253", "row_id": "sat_000557", "source_id": "fallback_speech_000557", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000557", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_561b1f1d16f0d253.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 57.", "width": 640, "height": 480} +{"manifest_id": "manifest_5ae7b8b82e05bf53", "row_id": "sat_000558", "source_id": "fallback_speech_000558", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000558", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5ae7b8b82e05bf53.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 58.", "width": 640, "height": 480} +{"manifest_id": "manifest_2051dcbe7b7c6a9a", "row_id": "sat_000559", "source_id": "fallback_speech_000559", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000559", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2051dcbe7b7c6a9a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 59.", "width": 640, "height": 480} +{"manifest_id": "manifest_f462001cfab3a2de", "row_id": "sat_000560", "source_id": "fallback_speech_000560", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000560", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f462001cfab3a2de.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 60.", "width": 640, "height": 480} +{"manifest_id": "manifest_d8fba0719327c3e0", "row_id": "sat_000561", "source_id": "fallback_speech_000561", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000561", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d8fba0719327c3e0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 61.", "width": 640, "height": 480} +{"manifest_id": "manifest_c3b75bbb6f19fae0", "row_id": "sat_000562", "source_id": "fallback_speech_000562", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000562", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c3b75bbb6f19fae0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 62.", "width": 640, "height": 480} +{"manifest_id": "manifest_14acb279ca8d48a7", "row_id": "sat_000563", "source_id": "fallback_speech_000563", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000563", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_14acb279ca8d48a7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 63.", "width": 640, "height": 480} +{"manifest_id": "manifest_38db6a47372537cc", "row_id": "sat_000564", "source_id": "fallback_speech_000564", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000564", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_38db6a47372537cc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 64.", "width": 640, "height": 480} +{"manifest_id": "manifest_cb36eb27cb061486", "row_id": "sat_000565", "source_id": "fallback_speech_000565", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000565", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cb36eb27cb061486.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 65.", "width": 640, "height": 480} +{"manifest_id": "manifest_bdf0c50b2ef51c97", "row_id": "sat_000566", "source_id": "fallback_speech_000566", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000566", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bdf0c50b2ef51c97.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 66.", "width": 640, "height": 480} +{"manifest_id": "manifest_6ee01806db5dafc7", "row_id": "sat_000567", "source_id": "fallback_speech_000567", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000567", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6ee01806db5dafc7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 67.", "width": 640, "height": 480} +{"manifest_id": "manifest_4dc93fe05b133e79", "row_id": "sat_000568", "source_id": "fallback_speech_000568", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000568", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4dc93fe05b133e79.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 68.", "width": 640, "height": 480} +{"manifest_id": "manifest_556b9bf068b5ba63", "row_id": "sat_000569", "source_id": "fallback_speech_000569", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000569", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_556b9bf068b5ba63.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 69.", "width": 640, "height": 480} +{"manifest_id": "manifest_8f6729e4bba075d6", "row_id": "sat_000570", "source_id": "fallback_speech_000570", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000570", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8f6729e4bba075d6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 70.", "width": 640, "height": 480} +{"manifest_id": "manifest_20406edb73e9b71c", "row_id": "sat_000571", "source_id": "fallback_speech_000571", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000571", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_20406edb73e9b71c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 71.", "width": 640, "height": 480} +{"manifest_id": "manifest_cc87f84d9bf7e9ef", "row_id": "sat_000572", "source_id": "fallback_speech_000572", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000572", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cc87f84d9bf7e9ef.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 72.", "width": 640, "height": 480} +{"manifest_id": "manifest_412e4f37eb20e784", "row_id": "sat_000573", "source_id": "fallback_speech_000573", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000573", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_412e4f37eb20e784.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 73.", "width": 640, "height": 480} +{"manifest_id": "manifest_83e4fcb8cb2a5235", "row_id": "sat_000574", "source_id": "fallback_speech_000574", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000574", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_83e4fcb8cb2a5235.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 74.", "width": 640, "height": 480} +{"manifest_id": "manifest_ae19bdf99c4f3086", "row_id": "sat_000575", "source_id": "fallback_speech_000575", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000575", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ae19bdf99c4f3086.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 75.", "width": 640, "height": 480} +{"manifest_id": "manifest_6957c0d72c2728d4", "row_id": "sat_000576", "source_id": "fallback_speech_000576", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000576", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6957c0d72c2728d4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 76.", "width": 640, "height": 480} +{"manifest_id": "manifest_daeeb5c6939a920b", "row_id": "sat_000577", "source_id": "fallback_speech_000577", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000577", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_daeeb5c6939a920b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 77.", "width": 640, "height": 480} +{"manifest_id": "manifest_9d30c5890756fbdb", "row_id": "sat_000578", "source_id": "fallback_speech_000578", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000578", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9d30c5890756fbdb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 78.", "width": 640, "height": 480} +{"manifest_id": "manifest_74c16279a8dc636c", "row_id": "sat_000579", "source_id": "fallback_speech_000579", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000579", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_74c16279a8dc636c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 79.", "width": 640, "height": 480} +{"manifest_id": "manifest_ca9b0afe0afd7a2e", "row_id": "sat_000580", "source_id": "fallback_speech_000580", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000580", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ca9b0afe0afd7a2e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 80.", "width": 640, "height": 480} +{"manifest_id": "manifest_8c2611d5c2921901", "row_id": "sat_000581", "source_id": "fallback_speech_000581", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000581", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8c2611d5c2921901.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 81.", "width": 640, "height": 480} +{"manifest_id": "manifest_83df3fad32c066b2", "row_id": "sat_000582", "source_id": "fallback_speech_000582", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000582", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_83df3fad32c066b2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 82.", "width": 640, "height": 480} +{"manifest_id": "manifest_99bcf61539f343a8", "row_id": "sat_000583", "source_id": "fallback_speech_000583", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000583", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_99bcf61539f343a8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 83.", "width": 640, "height": 480} +{"manifest_id": "manifest_4a573f90aa9b60b1", "row_id": "sat_000584", "source_id": "fallback_speech_000584", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000584", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4a573f90aa9b60b1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 84.", "width": 640, "height": 480} +{"manifest_id": "manifest_1850e0dd327a734e", "row_id": "sat_000585", "source_id": "fallback_speech_000585", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000585", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1850e0dd327a734e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 85.", "width": 640, "height": 480} +{"manifest_id": "manifest_f5cd83cc7798b295", "row_id": "sat_000586", "source_id": "fallback_speech_000586", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000586", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f5cd83cc7798b295.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 86.", "width": 640, "height": 480} +{"manifest_id": "manifest_0d01bf8497a4f397", "row_id": "sat_000587", "source_id": "fallback_speech_000587", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000587", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0d01bf8497a4f397.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 87.", "width": 640, "height": 480} +{"manifest_id": "manifest_8de6a03893e06737", "row_id": "sat_000588", "source_id": "fallback_speech_000588", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000588", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8de6a03893e06737.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 88.", "width": 640, "height": 480} +{"manifest_id": "manifest_9ba30a4d12aeae38", "row_id": "sat_000589", "source_id": "fallback_speech_000589", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000589", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9ba30a4d12aeae38.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 89.", "width": 640, "height": 480} +{"manifest_id": "manifest_4326481484564092", "row_id": "sat_000590", "source_id": "fallback_speech_000590", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000590", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4326481484564092.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 90.", "width": 640, "height": 480} +{"manifest_id": "manifest_ee63a352114dbc17", "row_id": "sat_000591", "source_id": "fallback_speech_000591", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000591", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ee63a352114dbc17.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 91.", "width": 640, "height": 480} +{"manifest_id": "manifest_57bfa34e5d361704", "row_id": "sat_000592", "source_id": "fallback_speech_000592", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000592", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_57bfa34e5d361704.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 92.", "width": 640, "height": 480} +{"manifest_id": "manifest_0016f4e584b5dd64", "row_id": "sat_000593", "source_id": "fallback_speech_000593", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000593", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0016f4e584b5dd64.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 93.", "width": 640, "height": 480} +{"manifest_id": "manifest_2c2b86e7dc38f80c", "row_id": "sat_000594", "source_id": "fallback_speech_000594", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000594", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2c2b86e7dc38f80c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 94.", "width": 640, "height": 480} +{"manifest_id": "manifest_65b41ec268d14849", "row_id": "sat_000595", "source_id": "fallback_speech_000595", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000595", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_65b41ec268d14849.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 95.", "width": 640, "height": 480} +{"manifest_id": "manifest_3ae25a03706dbb36", "row_id": "sat_000596", "source_id": "fallback_speech_000596", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000596", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3ae25a03706dbb36.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 96.", "width": 640, "height": 480} +{"manifest_id": "manifest_6377b731478908dc", "row_id": "sat_000597", "source_id": "fallback_speech_000597", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000597", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6377b731478908dc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 97.", "width": 640, "height": 480} +{"manifest_id": "manifest_ccc92fd9218f8717", "row_id": "sat_000598", "source_id": "fallback_speech_000598", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000598", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ccc92fd9218f8717.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 98.", "width": 640, "height": 480} +{"manifest_id": "manifest_f751f86008ec1195", "row_id": "sat_000599", "source_id": "fallback_speech_000599", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000599", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f751f86008ec1195.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 99.", "width": 640, "height": 480} +{"manifest_id": "manifest_3c83cdd3109301b3", "row_id": "sat_000600", "source_id": "fallback_speech_000600", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000600", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3c83cdd3109301b3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 0.", "width": 640, "height": 480} +{"manifest_id": "manifest_32690f083a9217d8", "row_id": "sat_000601", "source_id": "fallback_speech_000601", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000601", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_32690f083a9217d8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 1.", "width": 640, "height": 480} +{"manifest_id": "manifest_b6c632d5c41d542d", "row_id": "sat_000602", "source_id": "fallback_speech_000602", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000602", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b6c632d5c41d542d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 2.", "width": 640, "height": 480} +{"manifest_id": "manifest_2cdcaf589e889141", "row_id": "sat_000603", "source_id": "fallback_speech_000603", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000603", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2cdcaf589e889141.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 3.", "width": 640, "height": 480} +{"manifest_id": "manifest_b1723993dd6017a3", "row_id": "sat_000604", "source_id": "fallback_speech_000604", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000604", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b1723993dd6017a3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 4.", "width": 640, "height": 480} +{"manifest_id": "manifest_b72e0b892e27cbe8", "row_id": "sat_000605", "source_id": "fallback_speech_000605", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000605", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b72e0b892e27cbe8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 5.", "width": 640, "height": 480} +{"manifest_id": "manifest_d1bd6d22d4a9ef4b", "row_id": "sat_000606", "source_id": "fallback_speech_000606", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000606", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d1bd6d22d4a9ef4b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 6.", "width": 640, "height": 480} +{"manifest_id": "manifest_3a0cf5616457085b", "row_id": "sat_000607", "source_id": "fallback_speech_000607", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000607", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3a0cf5616457085b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 7.", "width": 640, "height": 480} +{"manifest_id": "manifest_850ac2c33a5837be", "row_id": "sat_000608", "source_id": "fallback_speech_000608", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000608", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_850ac2c33a5837be.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 8.", "width": 640, "height": 480} +{"manifest_id": "manifest_58ab1f051bd672fe", "row_id": "sat_000609", "source_id": "fallback_speech_000609", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000609", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_58ab1f051bd672fe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 9.", "width": 640, "height": 480} +{"manifest_id": "manifest_531d95d8db24965a", "row_id": "sat_000610", "source_id": "fallback_speech_000610", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000610", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_531d95d8db24965a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 10.", "width": 640, "height": 480} +{"manifest_id": "manifest_b5a3b9306af67f15", "row_id": "sat_000611", "source_id": "fallback_speech_000611", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000611", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b5a3b9306af67f15.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 11.", "width": 640, "height": 480} +{"manifest_id": "manifest_eec0223edab7efc9", "row_id": "sat_000612", "source_id": "fallback_speech_000612", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000612", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_eec0223edab7efc9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 12.", "width": 640, "height": 480} +{"manifest_id": "manifest_4a48cda742edbe8b", "row_id": "sat_000613", "source_id": "fallback_speech_000613", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000613", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4a48cda742edbe8b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 13.", "width": 640, "height": 480} +{"manifest_id": "manifest_069aba148ca572e8", "row_id": "sat_000614", "source_id": "fallback_speech_000614", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000614", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_069aba148ca572e8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 14.", "width": 640, "height": 480} +{"manifest_id": "manifest_60d37f507dd8bdd8", "row_id": "sat_000615", "source_id": "fallback_speech_000615", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000615", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_60d37f507dd8bdd8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 15.", "width": 640, "height": 480} +{"manifest_id": "manifest_6f819a2f4bc95741", "row_id": "sat_000616", "source_id": "fallback_speech_000616", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000616", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6f819a2f4bc95741.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 16.", "width": 640, "height": 480} +{"manifest_id": "manifest_d15e807a366d73de", "row_id": "sat_000617", "source_id": "fallback_speech_000617", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000617", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d15e807a366d73de.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 17.", "width": 640, "height": 480} +{"manifest_id": "manifest_47bbb0336b5a47b0", "row_id": "sat_000618", "source_id": "fallback_speech_000618", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000618", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_47bbb0336b5a47b0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 18.", "width": 640, "height": 480} +{"manifest_id": "manifest_076c1d53c2760467", "row_id": "sat_000619", "source_id": "fallback_speech_000619", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000619", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_076c1d53c2760467.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 19.", "width": 640, "height": 480} +{"manifest_id": "manifest_35d441ac61754ed8", "row_id": "sat_000620", "source_id": "fallback_speech_000620", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000620", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_35d441ac61754ed8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 20.", "width": 640, "height": 480} +{"manifest_id": "manifest_d30643eb7ca6b6b4", "row_id": "sat_000621", "source_id": "fallback_speech_000621", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000621", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d30643eb7ca6b6b4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 21.", "width": 640, "height": 480} +{"manifest_id": "manifest_16532fde97bb2bdb", "row_id": "sat_000622", "source_id": "fallback_speech_000622", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000622", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_16532fde97bb2bdb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 22.", "width": 640, "height": 480} +{"manifest_id": "manifest_6f9ebcc4f36a8ce3", "row_id": "sat_000623", "source_id": "fallback_speech_000623", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000623", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6f9ebcc4f36a8ce3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 23.", "width": 640, "height": 480} +{"manifest_id": "manifest_8e1f99e06354bb77", "row_id": "sat_000624", "source_id": "fallback_speech_000624", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000624", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8e1f99e06354bb77.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 24.", "width": 640, "height": 480} +{"manifest_id": "manifest_5fe1786c435fbfd5", "row_id": "sat_000625", "source_id": "fallback_speech_000625", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000625", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5fe1786c435fbfd5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 25.", "width": 640, "height": 480} +{"manifest_id": "manifest_0f72bdea9585b1ee", "row_id": "sat_000626", "source_id": "fallback_speech_000626", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000626", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0f72bdea9585b1ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 26.", "width": 640, "height": 480} +{"manifest_id": "manifest_95891dcb8b840ffd", "row_id": "sat_000627", "source_id": "fallback_speech_000627", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000627", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_95891dcb8b840ffd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 27.", "width": 640, "height": 480} +{"manifest_id": "manifest_4a3f4f02316171c6", "row_id": "sat_000628", "source_id": "fallback_speech_000628", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000628", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4a3f4f02316171c6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 28.", "width": 640, "height": 480} +{"manifest_id": "manifest_90a26dd523f5230c", "row_id": "sat_000629", "source_id": "fallback_speech_000629", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000629", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_90a26dd523f5230c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 29.", "width": 640, "height": 480} +{"manifest_id": "manifest_3dae70f6336cde3c", "row_id": "sat_000630", "source_id": "fallback_speech_000630", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000630", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3dae70f6336cde3c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 30.", "width": 640, "height": 480} +{"manifest_id": "manifest_44ba2079e820b088", "row_id": "sat_000631", "source_id": "fallback_speech_000631", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000631", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_44ba2079e820b088.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 31.", "width": 640, "height": 480} +{"manifest_id": "manifest_ea72351e2c5ef97c", "row_id": "sat_000632", "source_id": "fallback_speech_000632", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000632", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ea72351e2c5ef97c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 32.", "width": 640, "height": 480} +{"manifest_id": "manifest_fee4bca68c50ce26", "row_id": "sat_000633", "source_id": "fallback_speech_000633", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000633", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fee4bca68c50ce26.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 33.", "width": 640, "height": 480} +{"manifest_id": "manifest_a87d6a35d0386d95", "row_id": "sat_000634", "source_id": "fallback_speech_000634", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000634", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a87d6a35d0386d95.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 34.", "width": 640, "height": 480} +{"manifest_id": "manifest_140f2058530239ad", "row_id": "sat_000635", "source_id": "fallback_speech_000635", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000635", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_140f2058530239ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 35.", "width": 640, "height": 480} +{"manifest_id": "manifest_3ec434b78832bc5a", "row_id": "sat_000636", "source_id": "fallback_speech_000636", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000636", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3ec434b78832bc5a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 36.", "width": 640, "height": 480} +{"manifest_id": "manifest_77260d5b4b3722ad", "row_id": "sat_000637", "source_id": "fallback_speech_000637", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000637", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_77260d5b4b3722ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 37.", "width": 640, "height": 480} +{"manifest_id": "manifest_99bb5e8eaad847c3", "row_id": "sat_000638", "source_id": "fallback_speech_000638", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000638", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_99bb5e8eaad847c3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 38.", "width": 640, "height": 480} +{"manifest_id": "manifest_0d565042e875bca0", "row_id": "sat_000639", "source_id": "fallback_speech_000639", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000639", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0d565042e875bca0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 39.", "width": 640, "height": 480} +{"manifest_id": "manifest_19336e88472062bd", "row_id": "sat_000640", "source_id": "fallback_speech_000640", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000640", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_19336e88472062bd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 40.", "width": 640, "height": 480} +{"manifest_id": "manifest_23c931bb90e14798", "row_id": "sat_000641", "source_id": "fallback_speech_000641", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000641", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_23c931bb90e14798.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 41.", "width": 640, "height": 480} +{"manifest_id": "manifest_2336f203ba5a99ba", "row_id": "sat_000642", "source_id": "fallback_speech_000642", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000642", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2336f203ba5a99ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 42.", "width": 640, "height": 480} +{"manifest_id": "manifest_af648b0f38690182", "row_id": "sat_000643", "source_id": "fallback_speech_000643", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000643", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_af648b0f38690182.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 43.", "width": 640, "height": 480} +{"manifest_id": "manifest_b3f23266700b38fe", "row_id": "sat_000644", "source_id": "fallback_speech_000644", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000644", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b3f23266700b38fe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 44.", "width": 640, "height": 480} +{"manifest_id": "manifest_67b2c370c47d8627", "row_id": "sat_000645", "source_id": "fallback_speech_000645", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000645", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_67b2c370c47d8627.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 45.", "width": 640, "height": 480} +{"manifest_id": "manifest_f2b14a64ea6aa1b8", "row_id": "sat_000646", "source_id": "fallback_speech_000646", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000646", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f2b14a64ea6aa1b8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 46.", "width": 640, "height": 480} +{"manifest_id": "manifest_fe5831cf65409fce", "row_id": "sat_000647", "source_id": "fallback_speech_000647", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000647", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fe5831cf65409fce.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 47.", "width": 640, "height": 480} +{"manifest_id": "manifest_05812289e5c8616d", "row_id": "sat_000648", "source_id": "fallback_speech_000648", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000648", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_05812289e5c8616d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 48.", "width": 640, "height": 480} +{"manifest_id": "manifest_53c5db80152a52bd", "row_id": "sat_000649", "source_id": "fallback_speech_000649", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000649", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_53c5db80152a52bd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 49.", "width": 640, "height": 480} +{"manifest_id": "manifest_3bbb09bd65c601b4", "row_id": "sat_000650", "source_id": "fallback_speech_000650", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000650", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3bbb09bd65c601b4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 50.", "width": 640, "height": 480} +{"manifest_id": "manifest_09650e207d24776b", "row_id": "sat_000651", "source_id": "fallback_speech_000651", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000651", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_09650e207d24776b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 51.", "width": 640, "height": 480} +{"manifest_id": "manifest_57511ff33943800d", "row_id": "sat_000652", "source_id": "fallback_speech_000652", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000652", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_57511ff33943800d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 52.", "width": 640, "height": 480} +{"manifest_id": "manifest_89a7c0a35a2ed164", "row_id": "sat_000653", "source_id": "fallback_speech_000653", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000653", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_89a7c0a35a2ed164.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 53.", "width": 640, "height": 480} +{"manifest_id": "manifest_bcfad294cd93d371", "row_id": "sat_000654", "source_id": "fallback_speech_000654", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000654", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bcfad294cd93d371.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 54.", "width": 640, "height": 480} +{"manifest_id": "manifest_fb75274f1479cd32", "row_id": "sat_000655", "source_id": "fallback_speech_000655", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000655", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fb75274f1479cd32.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 55.", "width": 640, "height": 480} +{"manifest_id": "manifest_8baab3f3f8dcdd84", "row_id": "sat_000656", "source_id": "fallback_speech_000656", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000656", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8baab3f3f8dcdd84.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 56.", "width": 640, "height": 480} +{"manifest_id": "manifest_233372506de4fbb4", "row_id": "sat_000657", "source_id": "fallback_speech_000657", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000657", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_233372506de4fbb4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 57.", "width": 640, "height": 480} +{"manifest_id": "manifest_295febd9e946aeb6", "row_id": "sat_000658", "source_id": "fallback_speech_000658", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000658", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_295febd9e946aeb6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 58.", "width": 640, "height": 480} +{"manifest_id": "manifest_8c4c21bcfc301875", "row_id": "sat_000659", "source_id": "fallback_speech_000659", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000659", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8c4c21bcfc301875.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 59.", "width": 640, "height": 480} +{"manifest_id": "manifest_1683ccc6009e7204", "row_id": "sat_000660", "source_id": "fallback_speech_000660", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000660", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1683ccc6009e7204.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 60.", "width": 640, "height": 480} +{"manifest_id": "manifest_7c91ec5c5e16bb48", "row_id": "sat_000661", "source_id": "fallback_speech_000661", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000661", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7c91ec5c5e16bb48.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 61.", "width": 640, "height": 480} +{"manifest_id": "manifest_7cad890e1bd37a0f", "row_id": "sat_000662", "source_id": "fallback_speech_000662", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000662", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7cad890e1bd37a0f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 62.", "width": 640, "height": 480} +{"manifest_id": "manifest_223049938d394a12", "row_id": "sat_000663", "source_id": "fallback_speech_000663", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000663", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_223049938d394a12.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 63.", "width": 640, "height": 480} +{"manifest_id": "manifest_7b93a643fab10062", "row_id": "sat_000664", "source_id": "fallback_speech_000664", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000664", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7b93a643fab10062.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 64.", "width": 640, "height": 480} +{"manifest_id": "manifest_a251398140a38998", "row_id": "sat_000665", "source_id": "fallback_speech_000665", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000665", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a251398140a38998.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 65.", "width": 640, "height": 480} +{"manifest_id": "manifest_b1ac616869f0c24d", "row_id": "sat_000666", "source_id": "fallback_speech_000666", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000666", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b1ac616869f0c24d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 66.", "width": 640, "height": 480} +{"manifest_id": "manifest_176dd98a413cb3c6", "row_id": "sat_000667", "source_id": "fallback_speech_000667", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000667", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_176dd98a413cb3c6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 67.", "width": 640, "height": 480} +{"manifest_id": "manifest_4a00a31f33c4224f", "row_id": "sat_000668", "source_id": "fallback_speech_000668", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000668", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4a00a31f33c4224f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 68.", "width": 640, "height": 480} +{"manifest_id": "manifest_8bc95dfc7f43d4d0", "row_id": "sat_000669", "source_id": "fallback_speech_000669", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000669", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8bc95dfc7f43d4d0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 69.", "width": 640, "height": 480} +{"manifest_id": "manifest_f85d85899ba7e8f6", "row_id": "sat_000670", "source_id": "fallback_speech_000670", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000670", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f85d85899ba7e8f6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 70.", "width": 640, "height": 480} +{"manifest_id": "manifest_c5848d130a8c0010", "row_id": "sat_000671", "source_id": "fallback_speech_000671", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000671", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c5848d130a8c0010.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 71.", "width": 640, "height": 480} +{"manifest_id": "manifest_ece699eea0981d5d", "row_id": "sat_000672", "source_id": "fallback_speech_000672", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000672", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ece699eea0981d5d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 72.", "width": 640, "height": 480} +{"manifest_id": "manifest_23b0b10270ad4673", "row_id": "sat_000673", "source_id": "fallback_speech_000673", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000673", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_23b0b10270ad4673.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 73.", "width": 640, "height": 480} +{"manifest_id": "manifest_640211653b5f2946", "row_id": "sat_000674", "source_id": "fallback_speech_000674", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000674", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_640211653b5f2946.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 74.", "width": 640, "height": 480} +{"manifest_id": "manifest_e7b349a0918a6515", "row_id": "sat_000675", "source_id": "fallback_speech_000675", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000675", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e7b349a0918a6515.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 75.", "width": 640, "height": 480} +{"manifest_id": "manifest_c0d63776e9170d18", "row_id": "sat_000676", "source_id": "fallback_speech_000676", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000676", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c0d63776e9170d18.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 76.", "width": 640, "height": 480} +{"manifest_id": "manifest_df1ec3b306915e0e", "row_id": "sat_000677", "source_id": "fallback_speech_000677", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000677", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_df1ec3b306915e0e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 77.", "width": 640, "height": 480} +{"manifest_id": "manifest_754e3a7c45e4c022", "row_id": "sat_000678", "source_id": "fallback_speech_000678", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000678", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_754e3a7c45e4c022.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 78.", "width": 640, "height": 480} +{"manifest_id": "manifest_5d4de79136d5ad0d", "row_id": "sat_000679", "source_id": "fallback_speech_000679", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000679", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5d4de79136d5ad0d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 79.", "width": 640, "height": 480} +{"manifest_id": "manifest_70ef7564c56f3279", "row_id": "sat_000680", "source_id": "fallback_speech_000680", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000680", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_70ef7564c56f3279.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 80.", "width": 640, "height": 480} +{"manifest_id": "manifest_cd4d7c96ee50fd87", "row_id": "sat_000681", "source_id": "fallback_speech_000681", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000681", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cd4d7c96ee50fd87.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 81.", "width": 640, "height": 480} +{"manifest_id": "manifest_38ccf391585b8095", "row_id": "sat_000682", "source_id": "fallback_speech_000682", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000682", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_38ccf391585b8095.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 82.", "width": 640, "height": 480} +{"manifest_id": "manifest_8201542ef7c4b9c5", "row_id": "sat_000683", "source_id": "fallback_speech_000683", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000683", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8201542ef7c4b9c5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 83.", "width": 640, "height": 480} +{"manifest_id": "manifest_5bf7f88065ccbb2d", "row_id": "sat_000684", "source_id": "fallback_speech_000684", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000684", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5bf7f88065ccbb2d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 84.", "width": 640, "height": 480} +{"manifest_id": "manifest_6398a344a33f0451", "row_id": "sat_000685", "source_id": "fallback_speech_000685", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000685", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6398a344a33f0451.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 85.", "width": 640, "height": 480} +{"manifest_id": "manifest_2c5e2b3e0584effd", "row_id": "sat_000686", "source_id": "fallback_speech_000686", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000686", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2c5e2b3e0584effd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 86.", "width": 640, "height": 480} +{"manifest_id": "manifest_97cb0a2d0108fa87", "row_id": "sat_000687", "source_id": "fallback_speech_000687", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000687", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_97cb0a2d0108fa87.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 87.", "width": 640, "height": 480} +{"manifest_id": "manifest_6436f63c7a10a1b0", "row_id": "sat_000688", "source_id": "fallback_speech_000688", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000688", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6436f63c7a10a1b0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 88.", "width": 640, "height": 480} +{"manifest_id": "manifest_d63194a529fbb905", "row_id": "sat_000689", "source_id": "fallback_speech_000689", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000689", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d63194a529fbb905.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 89.", "width": 640, "height": 480} +{"manifest_id": "manifest_07999d83dc6df429", "row_id": "sat_000690", "source_id": "fallback_speech_000690", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000690", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_07999d83dc6df429.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 90.", "width": 640, "height": 480} +{"manifest_id": "manifest_e1cf1ddc7e19104f", "row_id": "sat_000691", "source_id": "fallback_speech_000691", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000691", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e1cf1ddc7e19104f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 91.", "width": 640, "height": 480} +{"manifest_id": "manifest_cb7a21109ccc75fb", "row_id": "sat_000692", "source_id": "fallback_speech_000692", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000692", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cb7a21109ccc75fb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 92.", "width": 640, "height": 480} +{"manifest_id": "manifest_dbce9bbd49ca7753", "row_id": "sat_000693", "source_id": "fallback_speech_000693", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000693", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dbce9bbd49ca7753.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 93.", "width": 640, "height": 480} +{"manifest_id": "manifest_c8da2cea7c885647", "row_id": "sat_000694", "source_id": "fallback_speech_000694", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000694", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c8da2cea7c885647.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 94.", "width": 640, "height": 480} +{"manifest_id": "manifest_acda7c5ca0af1ae4", "row_id": "sat_000695", "source_id": "fallback_speech_000695", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000695", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_acda7c5ca0af1ae4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 95.", "width": 640, "height": 480} +{"manifest_id": "manifest_7e8a2ee4d897ac5b", "row_id": "sat_000696", "source_id": "fallback_speech_000696", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000696", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7e8a2ee4d897ac5b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 96.", "width": 640, "height": 480} +{"manifest_id": "manifest_8bcb85dc4d2dda16", "row_id": "sat_000697", "source_id": "fallback_speech_000697", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000697", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8bcb85dc4d2dda16.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 97.", "width": 640, "height": 480} +{"manifest_id": "manifest_5b241a7c16c497ec", "row_id": "sat_000698", "source_id": "fallback_speech_000698", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000698", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5b241a7c16c497ec.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 98.", "width": 640, "height": 480} +{"manifest_id": "manifest_5e1e8850fc69e858", "row_id": "sat_000699", "source_id": "fallback_speech_000699", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000699", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5e1e8850fc69e858.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 99.", "width": 640, "height": 480} +{"manifest_id": "manifest_0109b528b27ded4e", "row_id": "sat_000700", "source_id": "fallback_speech_000700", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000700", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0109b528b27ded4e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 0.", "width": 640, "height": 480} +{"manifest_id": "manifest_ff47e344280fa35b", "row_id": "sat_000701", "source_id": "fallback_speech_000701", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000701", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ff47e344280fa35b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 1.", "width": 640, "height": 480} +{"manifest_id": "manifest_168876408149a29d", "row_id": "sat_000702", "source_id": "fallback_speech_000702", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000702", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_168876408149a29d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 2.", "width": 640, "height": 480} +{"manifest_id": "manifest_b1c1a7bd1c0c8558", "row_id": "sat_000703", "source_id": "fallback_speech_000703", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000703", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b1c1a7bd1c0c8558.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 3.", "width": 640, "height": 480} +{"manifest_id": "manifest_2233db70901da701", "row_id": "sat_000704", "source_id": "fallback_speech_000704", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000704", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2233db70901da701.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 4.", "width": 640, "height": 480} +{"manifest_id": "manifest_bc3d4471b40c7795", "row_id": "sat_000705", "source_id": "fallback_speech_000705", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000705", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bc3d4471b40c7795.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 5.", "width": 640, "height": 480} +{"manifest_id": "manifest_1f91e7ea867530f3", "row_id": "sat_000706", "source_id": "fallback_speech_000706", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000706", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1f91e7ea867530f3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 6.", "width": 640, "height": 480} +{"manifest_id": "manifest_c31099c0f4eca2c1", "row_id": "sat_000707", "source_id": "fallback_speech_000707", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000707", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c31099c0f4eca2c1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 7.", "width": 640, "height": 480} +{"manifest_id": "manifest_2085b937ae568f1c", "row_id": "sat_000708", "source_id": "fallback_speech_000708", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000708", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2085b937ae568f1c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 8.", "width": 640, "height": 480} +{"manifest_id": "manifest_4f304cb334e879c9", "row_id": "sat_000709", "source_id": "fallback_speech_000709", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000709", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4f304cb334e879c9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 9.", "width": 640, "height": 480} +{"manifest_id": "manifest_8c18a605a1d575d7", "row_id": "sat_000710", "source_id": "fallback_speech_000710", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000710", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8c18a605a1d575d7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 10.", "width": 640, "height": 480} +{"manifest_id": "manifest_b7d7661fa69f8586", "row_id": "sat_000711", "source_id": "fallback_speech_000711", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000711", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b7d7661fa69f8586.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 11.", "width": 640, "height": 480} +{"manifest_id": "manifest_29b525507f2a66c3", "row_id": "sat_000712", "source_id": "fallback_speech_000712", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000712", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_29b525507f2a66c3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 12.", "width": 640, "height": 480} +{"manifest_id": "manifest_73654389b25a476b", "row_id": "sat_000713", "source_id": "fallback_speech_000713", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000713", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_73654389b25a476b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 13.", "width": 640, "height": 480} +{"manifest_id": "manifest_d6e186e095d357a2", "row_id": "sat_000714", "source_id": "fallback_speech_000714", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000714", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d6e186e095d357a2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 14.", "width": 640, "height": 480} +{"manifest_id": "manifest_6638f58f32adb3e3", "row_id": "sat_000715", "source_id": "fallback_speech_000715", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000715", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6638f58f32adb3e3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 15.", "width": 640, "height": 480} +{"manifest_id": "manifest_f97dba61deff0eba", "row_id": "sat_000716", "source_id": "fallback_speech_000716", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000716", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f97dba61deff0eba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 16.", "width": 640, "height": 480} +{"manifest_id": "manifest_0147d9caf6f854ac", "row_id": "sat_000717", "source_id": "fallback_speech_000717", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000717", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0147d9caf6f854ac.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 17.", "width": 640, "height": 480} +{"manifest_id": "manifest_782727e2d3644723", "row_id": "sat_000718", "source_id": "fallback_speech_000718", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000718", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_782727e2d3644723.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 18.", "width": 640, "height": 480} +{"manifest_id": "manifest_81a8876db5f086ba", "row_id": "sat_000719", "source_id": "fallback_speech_000719", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000719", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_81a8876db5f086ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 19.", "width": 640, "height": 480} +{"manifest_id": "manifest_0a0732e72dc9bb75", "row_id": "sat_000720", "source_id": "fallback_speech_000720", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000720", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0a0732e72dc9bb75.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 20.", "width": 640, "height": 480} +{"manifest_id": "manifest_38c4fad717d6dc1a", "row_id": "sat_000721", "source_id": "fallback_speech_000721", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000721", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_38c4fad717d6dc1a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 21.", "width": 640, "height": 480} +{"manifest_id": "manifest_cb7c7e66cae4f550", "row_id": "sat_000722", "source_id": "fallback_speech_000722", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000722", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cb7c7e66cae4f550.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 22.", "width": 640, "height": 480} +{"manifest_id": "manifest_9d5c71e9a7709378", "row_id": "sat_000723", "source_id": "fallback_speech_000723", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000723", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9d5c71e9a7709378.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 23.", "width": 640, "height": 480} +{"manifest_id": "manifest_9130e369a5873bc6", "row_id": "sat_000724", "source_id": "fallback_speech_000724", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000724", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9130e369a5873bc6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 24.", "width": 640, "height": 480} +{"manifest_id": "manifest_009efb0ad813b9f0", "row_id": "sat_000725", "source_id": "fallback_speech_000725", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000725", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_009efb0ad813b9f0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 25.", "width": 640, "height": 480} +{"manifest_id": "manifest_683ea703974153ed", "row_id": "sat_000726", "source_id": "fallback_speech_000726", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000726", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_683ea703974153ed.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 26.", "width": 640, "height": 480} +{"manifest_id": "manifest_e014095fa0e3809a", "row_id": "sat_000727", "source_id": "fallback_speech_000727", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000727", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e014095fa0e3809a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 27.", "width": 640, "height": 480} +{"manifest_id": "manifest_3a37d4c67bdd3a58", "row_id": "sat_000728", "source_id": "fallback_speech_000728", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000728", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3a37d4c67bdd3a58.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 28.", "width": 640, "height": 480} +{"manifest_id": "manifest_58285333f27b4274", "row_id": "sat_000729", "source_id": "fallback_speech_000729", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000729", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_58285333f27b4274.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 29.", "width": 640, "height": 480} +{"manifest_id": "manifest_000b334d798c2487", "row_id": "sat_000730", "source_id": "fallback_speech_000730", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000730", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_000b334d798c2487.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 30.", "width": 640, "height": 480} +{"manifest_id": "manifest_61206c24b37d93f8", "row_id": "sat_000731", "source_id": "fallback_speech_000731", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000731", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_61206c24b37d93f8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 31.", "width": 640, "height": 480} +{"manifest_id": "manifest_e874451d86fa22f6", "row_id": "sat_000732", "source_id": "fallback_speech_000732", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000732", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e874451d86fa22f6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 32.", "width": 640, "height": 480} +{"manifest_id": "manifest_81621dd8c3df6402", "row_id": "sat_000733", "source_id": "fallback_speech_000733", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000733", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_81621dd8c3df6402.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 33.", "width": 640, "height": 480} +{"manifest_id": "manifest_51cca1b9ad91896b", "row_id": "sat_000734", "source_id": "fallback_speech_000734", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000734", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_51cca1b9ad91896b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 34.", "width": 640, "height": 480} +{"manifest_id": "manifest_5e30f8a900a636a1", "row_id": "sat_000735", "source_id": "fallback_speech_000735", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000735", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5e30f8a900a636a1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 35.", "width": 640, "height": 480} +{"manifest_id": "manifest_d5e4f6b6c6ee7956", "row_id": "sat_000736", "source_id": "fallback_speech_000736", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000736", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d5e4f6b6c6ee7956.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 36.", "width": 640, "height": 480} +{"manifest_id": "manifest_6961756b5c4f966f", "row_id": "sat_000737", "source_id": "fallback_speech_000737", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000737", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6961756b5c4f966f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 37.", "width": 640, "height": 480} +{"manifest_id": "manifest_6b71b270139890c4", "row_id": "sat_000738", "source_id": "fallback_speech_000738", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000738", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6b71b270139890c4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 38.", "width": 640, "height": 480} +{"manifest_id": "manifest_eed703c6b0deb8c8", "row_id": "sat_000739", "source_id": "fallback_speech_000739", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000739", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_eed703c6b0deb8c8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 39.", "width": 640, "height": 480} +{"manifest_id": "manifest_ac129bfb23d3f273", "row_id": "sat_000740", "source_id": "fallback_speech_000740", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000740", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ac129bfb23d3f273.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 40.", "width": 640, "height": 480} +{"manifest_id": "manifest_496098f028a12137", "row_id": "sat_000741", "source_id": "fallback_speech_000741", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000741", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_496098f028a12137.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 41.", "width": 640, "height": 480} +{"manifest_id": "manifest_22c9961eb0019996", "row_id": "sat_000742", "source_id": "fallback_speech_000742", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000742", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_22c9961eb0019996.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 42.", "width": 640, "height": 480} +{"manifest_id": "manifest_a5c256400bd942fa", "row_id": "sat_000743", "source_id": "fallback_speech_000743", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000743", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a5c256400bd942fa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 43.", "width": 640, "height": 480} +{"manifest_id": "manifest_787ab2959827c94d", "row_id": "sat_000744", "source_id": "fallback_speech_000744", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000744", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_787ab2959827c94d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 44.", "width": 640, "height": 480} +{"manifest_id": "manifest_4f97b81bc0aaadd0", "row_id": "sat_000745", "source_id": "fallback_speech_000745", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000745", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4f97b81bc0aaadd0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 45.", "width": 640, "height": 480} +{"manifest_id": "manifest_8f867d6365ce3309", "row_id": "sat_000746", "source_id": "fallback_speech_000746", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000746", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8f867d6365ce3309.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 46.", "width": 640, "height": 480} +{"manifest_id": "manifest_b2e3ef1965cb4ff9", "row_id": "sat_000747", "source_id": "fallback_speech_000747", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000747", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b2e3ef1965cb4ff9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 47.", "width": 640, "height": 480} +{"manifest_id": "manifest_a6e5cdac2e7172ad", "row_id": "sat_000748", "source_id": "fallback_speech_000748", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000748", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a6e5cdac2e7172ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 48.", "width": 640, "height": 480} +{"manifest_id": "manifest_ffd60d3fb45fed0e", "row_id": "sat_000749", "source_id": "fallback_speech_000749", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000749", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ffd60d3fb45fed0e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 49.", "width": 640, "height": 480} +{"manifest_id": "manifest_5c1de84a98b6cb27", "row_id": "sat_000750", "source_id": "fallback_speech_000750", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000750", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5c1de84a98b6cb27.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 50.", "width": 640, "height": 480} +{"manifest_id": "manifest_f90a741397384924", "row_id": "sat_000751", "source_id": "fallback_speech_000751", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000751", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f90a741397384924.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 51.", "width": 640, "height": 480} +{"manifest_id": "manifest_87b801d29044d932", "row_id": "sat_000752", "source_id": "fallback_speech_000752", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000752", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_87b801d29044d932.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 52.", "width": 640, "height": 480} +{"manifest_id": "manifest_c8b21833ef5c8fa0", "row_id": "sat_000753", "source_id": "fallback_speech_000753", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000753", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c8b21833ef5c8fa0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 53.", "width": 640, "height": 480} +{"manifest_id": "manifest_a135962325f1ef8e", "row_id": "sat_000754", "source_id": "fallback_speech_000754", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000754", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a135962325f1ef8e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 54.", "width": 640, "height": 480} +{"manifest_id": "manifest_92fffa49e9bd66fd", "row_id": "sat_000755", "source_id": "fallback_speech_000755", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000755", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_92fffa49e9bd66fd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 55.", "width": 640, "height": 480} +{"manifest_id": "manifest_db6b4c412f8f5a04", "row_id": "sat_000756", "source_id": "fallback_speech_000756", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000756", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_db6b4c412f8f5a04.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 56.", "width": 640, "height": 480} +{"manifest_id": "manifest_d97e9bd565f66f88", "row_id": "sat_000757", "source_id": "fallback_speech_000757", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000757", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d97e9bd565f66f88.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 57.", "width": 640, "height": 480} +{"manifest_id": "manifest_c9977d59a3f27612", "row_id": "sat_000758", "source_id": "fallback_speech_000758", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000758", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c9977d59a3f27612.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 58.", "width": 640, "height": 480} +{"manifest_id": "manifest_71606a0e8f256296", "row_id": "sat_000759", "source_id": "fallback_speech_000759", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000759", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_71606a0e8f256296.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 59.", "width": 640, "height": 480} +{"manifest_id": "manifest_48d090a86c5533db", "row_id": "sat_000760", "source_id": "fallback_speech_000760", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000760", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_48d090a86c5533db.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 60.", "width": 640, "height": 480} +{"manifest_id": "manifest_4b1a71886e40708a", "row_id": "sat_000761", "source_id": "fallback_speech_000761", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000761", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4b1a71886e40708a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 61.", "width": 640, "height": 480} +{"manifest_id": "manifest_5a12f60320562243", "row_id": "sat_000762", "source_id": "fallback_speech_000762", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000762", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5a12f60320562243.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 62.", "width": 640, "height": 480} +{"manifest_id": "manifest_8c59a5d75a3caf48", "row_id": "sat_000763", "source_id": "fallback_speech_000763", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000763", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8c59a5d75a3caf48.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 63.", "width": 640, "height": 480} +{"manifest_id": "manifest_d19fd82754edd630", "row_id": "sat_000764", "source_id": "fallback_speech_000764", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000764", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d19fd82754edd630.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 64.", "width": 640, "height": 480} +{"manifest_id": "manifest_5258496687e23497", "row_id": "sat_000765", "source_id": "fallback_speech_000765", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000765", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5258496687e23497.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 65.", "width": 640, "height": 480} +{"manifest_id": "manifest_8e83aa810db5b2f0", "row_id": "sat_000766", "source_id": "fallback_speech_000766", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000766", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8e83aa810db5b2f0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 66.", "width": 640, "height": 480} +{"manifest_id": "manifest_59516977a57b11ee", "row_id": "sat_000767", "source_id": "fallback_speech_000767", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000767", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_59516977a57b11ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 67.", "width": 640, "height": 480} +{"manifest_id": "manifest_ac353d5584d4992c", "row_id": "sat_000768", "source_id": "fallback_speech_000768", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000768", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ac353d5584d4992c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 68.", "width": 640, "height": 480} +{"manifest_id": "manifest_c45c66cf5501c814", "row_id": "sat_000769", "source_id": "fallback_speech_000769", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000769", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c45c66cf5501c814.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 69.", "width": 640, "height": 480} +{"manifest_id": "manifest_131b0650ece6dfb8", "row_id": "sat_000770", "source_id": "fallback_speech_000770", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000770", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_131b0650ece6dfb8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 70.", "width": 640, "height": 480} +{"manifest_id": "manifest_99c7e57ef078f067", "row_id": "sat_000771", "source_id": "fallback_speech_000771", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000771", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_99c7e57ef078f067.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 71.", "width": 640, "height": 480} +{"manifest_id": "manifest_4231d95f4433dc73", "row_id": "sat_000772", "source_id": "fallback_speech_000772", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000772", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4231d95f4433dc73.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 72.", "width": 640, "height": 480} +{"manifest_id": "manifest_a862532c5535a185", "row_id": "sat_000773", "source_id": "fallback_speech_000773", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000773", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a862532c5535a185.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 73.", "width": 640, "height": 480} +{"manifest_id": "manifest_c83a9c0c86d7ae41", "row_id": "sat_000774", "source_id": "fallback_speech_000774", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000774", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c83a9c0c86d7ae41.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 74.", "width": 640, "height": 480} +{"manifest_id": "manifest_c7b19d71f33d55f9", "row_id": "sat_000775", "source_id": "fallback_speech_000775", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000775", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c7b19d71f33d55f9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 75.", "width": 640, "height": 480} +{"manifest_id": "manifest_346862a204e8bf4b", "row_id": "sat_000776", "source_id": "fallback_speech_000776", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000776", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_346862a204e8bf4b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 76.", "width": 640, "height": 480} +{"manifest_id": "manifest_9439b1b328f97e8e", "row_id": "sat_000777", "source_id": "fallback_speech_000777", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000777", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9439b1b328f97e8e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 77.", "width": 640, "height": 480} +{"manifest_id": "manifest_48df11e66c001ce7", "row_id": "sat_000778", "source_id": "fallback_speech_000778", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000778", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_48df11e66c001ce7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 78.", "width": 640, "height": 480} +{"manifest_id": "manifest_959e0d74cc01b2f2", "row_id": "sat_000779", "source_id": "fallback_speech_000779", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000779", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_959e0d74cc01b2f2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 79.", "width": 640, "height": 480} +{"manifest_id": "manifest_cd5ece0cfc8deda5", "row_id": "sat_000780", "source_id": "fallback_speech_000780", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000780", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cd5ece0cfc8deda5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 80.", "width": 640, "height": 480} +{"manifest_id": "manifest_b4dcf08cd2483881", "row_id": "sat_000781", "source_id": "fallback_speech_000781", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000781", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b4dcf08cd2483881.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 81.", "width": 640, "height": 480} +{"manifest_id": "manifest_3a815a7fc3a124ad", "row_id": "sat_000782", "source_id": "fallback_speech_000782", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000782", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3a815a7fc3a124ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 82.", "width": 640, "height": 480} +{"manifest_id": "manifest_fae44e1a642d3bf1", "row_id": "sat_000783", "source_id": "fallback_speech_000783", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000783", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fae44e1a642d3bf1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 83.", "width": 640, "height": 480} +{"manifest_id": "manifest_47c3c908b917d500", "row_id": "sat_000784", "source_id": "fallback_speech_000784", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000784", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_47c3c908b917d500.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 84.", "width": 640, "height": 480} +{"manifest_id": "manifest_97ce0643935c3870", "row_id": "sat_000785", "source_id": "fallback_speech_000785", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000785", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_97ce0643935c3870.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 85.", "width": 640, "height": 480} +{"manifest_id": "manifest_272db12f0ceda817", "row_id": "sat_000786", "source_id": "fallback_speech_000786", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000786", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_272db12f0ceda817.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 86.", "width": 640, "height": 480} +{"manifest_id": "manifest_63404c815313fbd7", "row_id": "sat_000787", "source_id": "fallback_speech_000787", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000787", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_63404c815313fbd7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 87.", "width": 640, "height": 480} +{"manifest_id": "manifest_0b3d59b87f1eb051", "row_id": "sat_000788", "source_id": "fallback_speech_000788", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000788", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0b3d59b87f1eb051.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 88.", "width": 640, "height": 480} +{"manifest_id": "manifest_19c4dafe692e1923", "row_id": "sat_000789", "source_id": "fallback_speech_000789", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000789", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_19c4dafe692e1923.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 89.", "width": 640, "height": 480} +{"manifest_id": "manifest_5a61af7b5c6b52d1", "row_id": "sat_000790", "source_id": "fallback_speech_000790", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000790", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5a61af7b5c6b52d1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 90.", "width": 640, "height": 480} +{"manifest_id": "manifest_58cb071631072ddb", "row_id": "sat_000791", "source_id": "fallback_speech_000791", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000791", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_58cb071631072ddb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 91.", "width": 640, "height": 480} +{"manifest_id": "manifest_5b2f09d9d16ace2a", "row_id": "sat_000792", "source_id": "fallback_speech_000792", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000792", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5b2f09d9d16ace2a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 92.", "width": 640, "height": 480} +{"manifest_id": "manifest_f36aa57caff76105", "row_id": "sat_000793", "source_id": "fallback_speech_000793", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000793", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f36aa57caff76105.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 93.", "width": 640, "height": 480} +{"manifest_id": "manifest_ffe9b698eee987be", "row_id": "sat_000794", "source_id": "fallback_speech_000794", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000794", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ffe9b698eee987be.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 94.", "width": 640, "height": 480} +{"manifest_id": "manifest_d981bef460461517", "row_id": "sat_000795", "source_id": "fallback_speech_000795", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000795", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d981bef460461517.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 95.", "width": 640, "height": 480} +{"manifest_id": "manifest_209680e8a68d5ce2", "row_id": "sat_000796", "source_id": "fallback_speech_000796", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000796", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_209680e8a68d5ce2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 96.", "width": 640, "height": 480} +{"manifest_id": "manifest_9f467a3029835ef5", "row_id": "sat_000797", "source_id": "fallback_speech_000797", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000797", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9f467a3029835ef5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 97.", "width": 640, "height": 480} +{"manifest_id": "manifest_39e2c73333fc6dc7", "row_id": "sat_000798", "source_id": "fallback_speech_000798", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000798", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_39e2c73333fc6dc7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 98.", "width": 640, "height": 480} +{"manifest_id": "manifest_7169a6d0500a6bd8", "row_id": "sat_000799", "source_id": "fallback_speech_000799", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000799", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7169a6d0500a6bd8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 99.", "width": 640, "height": 480} +{"manifest_id": "manifest_09fddce1a5f05d22", "row_id": "sat_000800", "source_id": "fallback_speech_000800", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000800", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_09fddce1a5f05d22.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 0.", "width": 640, "height": 480} +{"manifest_id": "manifest_e6291e482a50a018", "row_id": "sat_000801", "source_id": "fallback_speech_000801", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000801", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e6291e482a50a018.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 1.", "width": 640, "height": 480} +{"manifest_id": "manifest_5e043ee9386eebfa", "row_id": "sat_000802", "source_id": "fallback_speech_000802", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000802", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5e043ee9386eebfa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 2.", "width": 640, "height": 480} +{"manifest_id": "manifest_0966bf5297aac1f9", "row_id": "sat_000803", "source_id": "fallback_speech_000803", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000803", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0966bf5297aac1f9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 3.", "width": 640, "height": 480} +{"manifest_id": "manifest_f75da5573f7405b7", "row_id": "sat_000804", "source_id": "fallback_speech_000804", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000804", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f75da5573f7405b7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 4.", "width": 640, "height": 480} +{"manifest_id": "manifest_9330de922caf111f", "row_id": "sat_000805", "source_id": "fallback_speech_000805", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000805", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9330de922caf111f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 5.", "width": 640, "height": 480} +{"manifest_id": "manifest_75f4f264fa991fdb", "row_id": "sat_000806", "source_id": "fallback_speech_000806", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000806", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_75f4f264fa991fdb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 6.", "width": 640, "height": 480} +{"manifest_id": "manifest_2269e4f16a51479d", "row_id": "sat_000807", "source_id": "fallback_speech_000807", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000807", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2269e4f16a51479d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 7.", "width": 640, "height": 480} +{"manifest_id": "manifest_27822462e68c1a19", "row_id": "sat_000808", "source_id": "fallback_speech_000808", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000808", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_27822462e68c1a19.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 8.", "width": 640, "height": 480} +{"manifest_id": "manifest_c3fb03246ef590d7", "row_id": "sat_000809", "source_id": "fallback_speech_000809", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000809", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c3fb03246ef590d7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 9.", "width": 640, "height": 480} +{"manifest_id": "manifest_5c333fd4cbf25da7", "row_id": "sat_000810", "source_id": "fallback_speech_000810", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000810", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5c333fd4cbf25da7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 10.", "width": 640, "height": 480} +{"manifest_id": "manifest_c85fa6cdfec05767", "row_id": "sat_000811", "source_id": "fallback_speech_000811", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000811", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c85fa6cdfec05767.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 11.", "width": 640, "height": 480} +{"manifest_id": "manifest_4adf44f61365008d", "row_id": "sat_000812", "source_id": "fallback_speech_000812", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000812", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4adf44f61365008d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 12.", "width": 640, "height": 480} +{"manifest_id": "manifest_e995ef93cf4a3482", "row_id": "sat_000813", "source_id": "fallback_speech_000813", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000813", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e995ef93cf4a3482.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 13.", "width": 640, "height": 480} +{"manifest_id": "manifest_4ff8a4bdc734fa5a", "row_id": "sat_000814", "source_id": "fallback_speech_000814", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000814", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4ff8a4bdc734fa5a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 14.", "width": 640, "height": 480} +{"manifest_id": "manifest_693d8712ca0fde15", "row_id": "sat_000815", "source_id": "fallback_speech_000815", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000815", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_693d8712ca0fde15.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 15.", "width": 640, "height": 480} +{"manifest_id": "manifest_0f1b874ba194bdd8", "row_id": "sat_000816", "source_id": "fallback_speech_000816", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000816", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0f1b874ba194bdd8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 16.", "width": 640, "height": 480} +{"manifest_id": "manifest_ade5b7908e67132b", "row_id": "sat_000817", "source_id": "fallback_speech_000817", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000817", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ade5b7908e67132b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 17.", "width": 640, "height": 480} +{"manifest_id": "manifest_c61f3d2df5ae4f13", "row_id": "sat_000818", "source_id": "fallback_speech_000818", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000818", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c61f3d2df5ae4f13.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 18.", "width": 640, "height": 480} +{"manifest_id": "manifest_b910b5db1f27a723", "row_id": "sat_000819", "source_id": "fallback_speech_000819", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000819", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b910b5db1f27a723.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 19.", "width": 640, "height": 480} +{"manifest_id": "manifest_9a9f50674fdc339e", "row_id": "sat_000820", "source_id": "fallback_speech_000820", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000820", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9a9f50674fdc339e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 20.", "width": 640, "height": 480} +{"manifest_id": "manifest_273318207dd0049f", "row_id": "sat_000821", "source_id": "fallback_speech_000821", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000821", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_273318207dd0049f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 21.", "width": 640, "height": 480} +{"manifest_id": "manifest_b09615b802b835d2", "row_id": "sat_000822", "source_id": "fallback_speech_000822", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000822", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b09615b802b835d2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 22.", "width": 640, "height": 480} +{"manifest_id": "manifest_429691a68bc6df71", "row_id": "sat_000823", "source_id": "fallback_speech_000823", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000823", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_429691a68bc6df71.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 23.", "width": 640, "height": 480} +{"manifest_id": "manifest_b731bb959db8c970", "row_id": "sat_000824", "source_id": "fallback_speech_000824", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000824", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b731bb959db8c970.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 24.", "width": 640, "height": 480} +{"manifest_id": "manifest_be293aed3d1089fe", "row_id": "sat_000825", "source_id": "fallback_speech_000825", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000825", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_be293aed3d1089fe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 25.", "width": 640, "height": 480} +{"manifest_id": "manifest_99d9003677a0965d", "row_id": "sat_000826", "source_id": "fallback_speech_000826", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000826", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_99d9003677a0965d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 26.", "width": 640, "height": 480} +{"manifest_id": "manifest_cfc7fb219baf7a80", "row_id": "sat_000827", "source_id": "fallback_speech_000827", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000827", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cfc7fb219baf7a80.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 27.", "width": 640, "height": 480} +{"manifest_id": "manifest_444d35f3b41cd943", "row_id": "sat_000828", "source_id": "fallback_speech_000828", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000828", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_444d35f3b41cd943.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 28.", "width": 640, "height": 480} +{"manifest_id": "manifest_dc1fdad6508cedc9", "row_id": "sat_000829", "source_id": "fallback_speech_000829", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000829", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dc1fdad6508cedc9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 29.", "width": 640, "height": 480} +{"manifest_id": "manifest_db6099610f7a6de7", "row_id": "sat_000830", "source_id": "fallback_speech_000830", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000830", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_db6099610f7a6de7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 30.", "width": 640, "height": 480} +{"manifest_id": "manifest_b114caec035e75c0", "row_id": "sat_000831", "source_id": "fallback_speech_000831", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000831", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b114caec035e75c0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 31.", "width": 640, "height": 480} +{"manifest_id": "manifest_e4ef81067366bb5d", "row_id": "sat_000832", "source_id": "fallback_speech_000832", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000832", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e4ef81067366bb5d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 32.", "width": 640, "height": 480} +{"manifest_id": "manifest_1930acb034adfe25", "row_id": "sat_000833", "source_id": "fallback_speech_000833", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000833", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1930acb034adfe25.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 33.", "width": 640, "height": 480} +{"manifest_id": "manifest_c3b5ad42160c5109", "row_id": "sat_000834", "source_id": "fallback_speech_000834", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000834", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c3b5ad42160c5109.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 34.", "width": 640, "height": 480} +{"manifest_id": "manifest_8f7d56cd71d1dfa9", "row_id": "sat_000835", "source_id": "fallback_speech_000835", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000835", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8f7d56cd71d1dfa9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 35.", "width": 640, "height": 480} +{"manifest_id": "manifest_7c0422475d8544b6", "row_id": "sat_000836", "source_id": "fallback_speech_000836", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000836", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7c0422475d8544b6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 36.", "width": 640, "height": 480} +{"manifest_id": "manifest_d5f3049784b36fa9", "row_id": "sat_000837", "source_id": "fallback_speech_000837", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000837", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d5f3049784b36fa9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 37.", "width": 640, "height": 480} +{"manifest_id": "manifest_e0d0e78f93c66adf", "row_id": "sat_000838", "source_id": "fallback_speech_000838", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000838", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e0d0e78f93c66adf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 38.", "width": 640, "height": 480} +{"manifest_id": "manifest_b55e90238b4eff95", "row_id": "sat_000839", "source_id": "fallback_speech_000839", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000839", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b55e90238b4eff95.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 39.", "width": 640, "height": 480} +{"manifest_id": "manifest_3079ac0821ef0b6b", "row_id": "sat_000840", "source_id": "fallback_speech_000840", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000840", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3079ac0821ef0b6b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 40.", "width": 640, "height": 480} +{"manifest_id": "manifest_df7a90902bc4abfb", "row_id": "sat_000841", "source_id": "fallback_speech_000841", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000841", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_df7a90902bc4abfb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 41.", "width": 640, "height": 480} +{"manifest_id": "manifest_aa3ad24326787fea", "row_id": "sat_000842", "source_id": "fallback_speech_000842", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000842", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_aa3ad24326787fea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 42.", "width": 640, "height": 480} +{"manifest_id": "manifest_f7bcdf9b1dbbb0ee", "row_id": "sat_000843", "source_id": "fallback_speech_000843", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000843", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f7bcdf9b1dbbb0ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 43.", "width": 640, "height": 480} +{"manifest_id": "manifest_1e0e17ec9f756617", "row_id": "sat_000844", "source_id": "fallback_speech_000844", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000844", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1e0e17ec9f756617.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 44.", "width": 640, "height": 480} +{"manifest_id": "manifest_8910173ba6b1a9a6", "row_id": "sat_000845", "source_id": "fallback_speech_000845", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000845", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8910173ba6b1a9a6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 45.", "width": 640, "height": 480} +{"manifest_id": "manifest_93d9726095f83eee", "row_id": "sat_000846", "source_id": "fallback_speech_000846", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000846", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_93d9726095f83eee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 46.", "width": 640, "height": 480} +{"manifest_id": "manifest_c3ab74e5747118e5", "row_id": "sat_000847", "source_id": "fallback_speech_000847", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000847", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c3ab74e5747118e5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 47.", "width": 640, "height": 480} +{"manifest_id": "manifest_57171e9d06602ce9", "row_id": "sat_000848", "source_id": "fallback_speech_000848", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000848", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_57171e9d06602ce9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 48.", "width": 640, "height": 480} +{"manifest_id": "manifest_9bfefb549194609a", "row_id": "sat_000849", "source_id": "fallback_speech_000849", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000849", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9bfefb549194609a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 49.", "width": 640, "height": 480} +{"manifest_id": "manifest_7e7f3795ae911bec", "row_id": "sat_000850", "source_id": "fallback_speech_000850", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000850", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7e7f3795ae911bec.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 50.", "width": 640, "height": 480} +{"manifest_id": "manifest_a106088dfbe850b1", "row_id": "sat_000851", "source_id": "fallback_speech_000851", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000851", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a106088dfbe850b1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 51.", "width": 640, "height": 480} +{"manifest_id": "manifest_4658d6c7f1512ebf", "row_id": "sat_000852", "source_id": "fallback_speech_000852", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000852", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4658d6c7f1512ebf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 52.", "width": 640, "height": 480} +{"manifest_id": "manifest_12dfd109deac24b5", "row_id": "sat_000853", "source_id": "fallback_speech_000853", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000853", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_12dfd109deac24b5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 53.", "width": 640, "height": 480} +{"manifest_id": "manifest_e4c9bc0504361a8a", "row_id": "sat_000854", "source_id": "fallback_speech_000854", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000854", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e4c9bc0504361a8a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 54.", "width": 640, "height": 480} +{"manifest_id": "manifest_1dce6f4a6b789074", "row_id": "sat_000855", "source_id": "fallback_speech_000855", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000855", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1dce6f4a6b789074.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 55.", "width": 640, "height": 480} +{"manifest_id": "manifest_d4fe0b50e496e3dc", "row_id": "sat_000856", "source_id": "fallback_speech_000856", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000856", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d4fe0b50e496e3dc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 56.", "width": 640, "height": 480} +{"manifest_id": "manifest_15427384db75e651", "row_id": "sat_000857", "source_id": "fallback_speech_000857", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000857", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_15427384db75e651.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 57.", "width": 640, "height": 480} +{"manifest_id": "manifest_2fe2b0f2fd96e4c4", "row_id": "sat_000858", "source_id": "fallback_speech_000858", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000858", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2fe2b0f2fd96e4c4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 58.", "width": 640, "height": 480} +{"manifest_id": "manifest_4fa72db319dac4f7", "row_id": "sat_000859", "source_id": "fallback_speech_000859", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000859", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4fa72db319dac4f7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 59.", "width": 640, "height": 480} +{"manifest_id": "manifest_ee0cd3d9956e422e", "row_id": "sat_000860", "source_id": "fallback_speech_000860", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000860", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ee0cd3d9956e422e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 60.", "width": 640, "height": 480} +{"manifest_id": "manifest_05f973210cba406b", "row_id": "sat_000861", "source_id": "fallback_speech_000861", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000861", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_05f973210cba406b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 61.", "width": 640, "height": 480} +{"manifest_id": "manifest_7eae1fbd90a75405", "row_id": "sat_000862", "source_id": "fallback_speech_000862", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000862", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7eae1fbd90a75405.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 62.", "width": 640, "height": 480} +{"manifest_id": "manifest_311f16ab9b73c9b3", "row_id": "sat_000863", "source_id": "fallback_speech_000863", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000863", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_311f16ab9b73c9b3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 63.", "width": 640, "height": 480} +{"manifest_id": "manifest_582e1e2cbd8e43fc", "row_id": "sat_000864", "source_id": "fallback_speech_000864", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000864", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_582e1e2cbd8e43fc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 64.", "width": 640, "height": 480} +{"manifest_id": "manifest_95bd4f9128108b4d", "row_id": "sat_000865", "source_id": "fallback_speech_000865", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000865", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_95bd4f9128108b4d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 65.", "width": 640, "height": 480} +{"manifest_id": "manifest_dd542e1c50472582", "row_id": "sat_000866", "source_id": "fallback_speech_000866", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000866", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dd542e1c50472582.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 66.", "width": 640, "height": 480} +{"manifest_id": "manifest_2cbb8ef2fde06156", "row_id": "sat_000867", "source_id": "fallback_speech_000867", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000867", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2cbb8ef2fde06156.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 67.", "width": 640, "height": 480} +{"manifest_id": "manifest_c3256402e0d3c978", "row_id": "sat_000868", "source_id": "fallback_speech_000868", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000868", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c3256402e0d3c978.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 68.", "width": 640, "height": 480} +{"manifest_id": "manifest_0915f4d8d8bf8ad3", "row_id": "sat_000869", "source_id": "fallback_speech_000869", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000869", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0915f4d8d8bf8ad3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 69.", "width": 640, "height": 480} +{"manifest_id": "manifest_bd3799711a195255", "row_id": "sat_000870", "source_id": "fallback_speech_000870", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000870", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bd3799711a195255.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 70.", "width": 640, "height": 480} +{"manifest_id": "manifest_632e395f433b640e", "row_id": "sat_000871", "source_id": "fallback_speech_000871", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000871", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_632e395f433b640e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 71.", "width": 640, "height": 480} +{"manifest_id": "manifest_94978a7b5284fa10", "row_id": "sat_000872", "source_id": "fallback_speech_000872", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000872", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_94978a7b5284fa10.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 72.", "width": 640, "height": 480} +{"manifest_id": "manifest_e342fddd92fc93ab", "row_id": "sat_000873", "source_id": "fallback_speech_000873", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000873", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e342fddd92fc93ab.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 73.", "width": 640, "height": 480} +{"manifest_id": "manifest_36c0054af9823bbe", "row_id": "sat_000874", "source_id": "fallback_speech_000874", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000874", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_36c0054af9823bbe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 74.", "width": 640, "height": 480} +{"manifest_id": "manifest_6136247b582ff19e", "row_id": "sat_000875", "source_id": "fallback_speech_000875", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000875", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_6136247b582ff19e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 75.", "width": 640, "height": 480} +{"manifest_id": "manifest_f84c820926dae229", "row_id": "sat_000876", "source_id": "fallback_speech_000876", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000876", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f84c820926dae229.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 76.", "width": 640, "height": 480} +{"manifest_id": "manifest_e4fa11452864bcc6", "row_id": "sat_000877", "source_id": "fallback_speech_000877", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000877", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e4fa11452864bcc6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 77.", "width": 640, "height": 480} +{"manifest_id": "manifest_3f5ae296b648cb70", "row_id": "sat_000878", "source_id": "fallback_speech_000878", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000878", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3f5ae296b648cb70.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 78.", "width": 640, "height": 480} +{"manifest_id": "manifest_befc0b208a70c99d", "row_id": "sat_000879", "source_id": "fallback_speech_000879", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000879", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_befc0b208a70c99d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 79.", "width": 640, "height": 480} +{"manifest_id": "manifest_a34657020bf30166", "row_id": "sat_000880", "source_id": "fallback_speech_000880", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000880", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a34657020bf30166.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 80.", "width": 640, "height": 480} +{"manifest_id": "manifest_ecc0de6766ab498c", "row_id": "sat_000881", "source_id": "fallback_speech_000881", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000881", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ecc0de6766ab498c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 81.", "width": 640, "height": 480} +{"manifest_id": "manifest_38594c7623ac3603", "row_id": "sat_000882", "source_id": "fallback_speech_000882", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000882", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_38594c7623ac3603.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 82.", "width": 640, "height": 480} +{"manifest_id": "manifest_74478b492f8ed4c3", "row_id": "sat_000883", "source_id": "fallback_speech_000883", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000883", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_74478b492f8ed4c3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 83.", "width": 640, "height": 480} +{"manifest_id": "manifest_84fac7074e95f509", "row_id": "sat_000884", "source_id": "fallback_speech_000884", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000884", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_84fac7074e95f509.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 84.", "width": 640, "height": 480} +{"manifest_id": "manifest_647933661e29a853", "row_id": "sat_000885", "source_id": "fallback_speech_000885", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000885", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_647933661e29a853.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 85.", "width": 640, "height": 480} +{"manifest_id": "manifest_1c13da874b80f9fa", "row_id": "sat_000886", "source_id": "fallback_speech_000886", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000886", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1c13da874b80f9fa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 86.", "width": 640, "height": 480} +{"manifest_id": "manifest_9eba1bc525388b24", "row_id": "sat_000887", "source_id": "fallback_speech_000887", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000887", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9eba1bc525388b24.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 87.", "width": 640, "height": 480} +{"manifest_id": "manifest_2ba24db0f462ccbb", "row_id": "sat_000888", "source_id": "fallback_speech_000888", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000888", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2ba24db0f462ccbb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 88.", "width": 640, "height": 480} +{"manifest_id": "manifest_f04cf2439a9595ff", "row_id": "sat_000889", "source_id": "fallback_speech_000889", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000889", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f04cf2439a9595ff.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 89.", "width": 640, "height": 480} +{"manifest_id": "manifest_fbe9d8a4d339acf8", "row_id": "sat_000890", "source_id": "fallback_speech_000890", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000890", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fbe9d8a4d339acf8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 90.", "width": 640, "height": 480} +{"manifest_id": "manifest_2c89d6dac610e461", "row_id": "sat_000891", "source_id": "fallback_speech_000891", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000891", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2c89d6dac610e461.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 91.", "width": 640, "height": 480} +{"manifest_id": "manifest_234896fa940546c3", "row_id": "sat_000892", "source_id": "fallback_speech_000892", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000892", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_234896fa940546c3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 92.", "width": 640, "height": 480} +{"manifest_id": "manifest_cd91b07af900d0ba", "row_id": "sat_000893", "source_id": "fallback_speech_000893", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000893", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cd91b07af900d0ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 93.", "width": 640, "height": 480} +{"manifest_id": "manifest_0b0b04565c25edb3", "row_id": "sat_000894", "source_id": "fallback_speech_000894", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000894", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0b0b04565c25edb3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 94.", "width": 640, "height": 480} +{"manifest_id": "manifest_047682dbd58254a7", "row_id": "sat_000895", "source_id": "fallback_speech_000895", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000895", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_047682dbd58254a7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 95.", "width": 640, "height": 480} +{"manifest_id": "manifest_228d64c9d5513bec", "row_id": "sat_000896", "source_id": "fallback_speech_000896", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000896", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_228d64c9d5513bec.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 96.", "width": 640, "height": 480} +{"manifest_id": "manifest_45e2a3b3d246804e", "row_id": "sat_000897", "source_id": "fallback_speech_000897", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000897", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_45e2a3b3d246804e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 97.", "width": 640, "height": 480} +{"manifest_id": "manifest_5663eb319f42fc48", "row_id": "sat_000898", "source_id": "fallback_speech_000898", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000898", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5663eb319f42fc48.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 98.", "width": 640, "height": 480} +{"manifest_id": "manifest_eefd44b8142944eb", "row_id": "sat_000899", "source_id": "fallback_speech_000899", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000899", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_eefd44b8142944eb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 99.", "width": 640, "height": 480} +{"manifest_id": "manifest_468881c7ef4a40bf", "row_id": "sat_000900", "source_id": "fallback_speech_000900", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000900", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_468881c7ef4a40bf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 0.", "width": 640, "height": 480} +{"manifest_id": "manifest_d4d070402e9e0fef", "row_id": "sat_000901", "source_id": "fallback_speech_000901", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000901", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d4d070402e9e0fef.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 1.", "width": 640, "height": 480} +{"manifest_id": "manifest_1a1f157d3b9e258c", "row_id": "sat_000902", "source_id": "fallback_speech_000902", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000902", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1a1f157d3b9e258c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 2.", "width": 640, "height": 480} +{"manifest_id": "manifest_cde8bcf51aeba0a0", "row_id": "sat_000903", "source_id": "fallback_speech_000903", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000903", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cde8bcf51aeba0a0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 3.", "width": 640, "height": 480} +{"manifest_id": "manifest_1cea49169d662aec", "row_id": "sat_000904", "source_id": "fallback_speech_000904", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000904", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1cea49169d662aec.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 4.", "width": 640, "height": 480} +{"manifest_id": "manifest_c854b05bf0fb680d", "row_id": "sat_000905", "source_id": "fallback_speech_000905", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000905", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c854b05bf0fb680d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 5.", "width": 640, "height": 480} +{"manifest_id": "manifest_d76690d45ef68e1d", "row_id": "sat_000906", "source_id": "fallback_speech_000906", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000906", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d76690d45ef68e1d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 6.", "width": 640, "height": 480} +{"manifest_id": "manifest_ad37ebcab05512b5", "row_id": "sat_000907", "source_id": "fallback_speech_000907", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000907", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ad37ebcab05512b5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 7.", "width": 640, "height": 480} +{"manifest_id": "manifest_e7edaf3eb8156b76", "row_id": "sat_000908", "source_id": "fallback_speech_000908", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000908", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e7edaf3eb8156b76.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 8.", "width": 640, "height": 480} +{"manifest_id": "manifest_85ae6ae30e23dde8", "row_id": "sat_000909", "source_id": "fallback_speech_000909", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000909", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_85ae6ae30e23dde8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 9.", "width": 640, "height": 480} +{"manifest_id": "manifest_5757b3529727ac67", "row_id": "sat_000910", "source_id": "fallback_speech_000910", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000910", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5757b3529727ac67.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 10.", "width": 640, "height": 480} +{"manifest_id": "manifest_dfa95132d01d0f85", "row_id": "sat_000911", "source_id": "fallback_speech_000911", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000911", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dfa95132d01d0f85.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 11.", "width": 640, "height": 480} +{"manifest_id": "manifest_5e5568285fca704a", "row_id": "sat_000912", "source_id": "fallback_speech_000912", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000912", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5e5568285fca704a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 12.", "width": 640, "height": 480} +{"manifest_id": "manifest_7dba9a902ff8a2e5", "row_id": "sat_000913", "source_id": "fallback_speech_000913", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000913", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7dba9a902ff8a2e5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 13.", "width": 640, "height": 480} +{"manifest_id": "manifest_96a3a4cca84c0d5c", "row_id": "sat_000914", "source_id": "fallback_speech_000914", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000914", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_96a3a4cca84c0d5c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 14.", "width": 640, "height": 480} +{"manifest_id": "manifest_c04f330a17b0f06e", "row_id": "sat_000915", "source_id": "fallback_speech_000915", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000915", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c04f330a17b0f06e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 15.", "width": 640, "height": 480} +{"manifest_id": "manifest_696d164f14948c3b", "row_id": "sat_000916", "source_id": "fallback_speech_000916", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000916", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_696d164f14948c3b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 16.", "width": 640, "height": 480} +{"manifest_id": "manifest_efa1020f002a6656", "row_id": "sat_000917", "source_id": "fallback_speech_000917", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000917", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_efa1020f002a6656.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 17.", "width": 640, "height": 480} +{"manifest_id": "manifest_f4ca3d8b25e2ad14", "row_id": "sat_000918", "source_id": "fallback_speech_000918", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000918", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f4ca3d8b25e2ad14.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 18.", "width": 640, "height": 480} +{"manifest_id": "manifest_3efb9d5c088fcbd2", "row_id": "sat_000919", "source_id": "fallback_speech_000919", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000919", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3efb9d5c088fcbd2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 19.", "width": 640, "height": 480} +{"manifest_id": "manifest_a5345246540f20b4", "row_id": "sat_000920", "source_id": "fallback_speech_000920", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000920", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a5345246540f20b4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 20.", "width": 640, "height": 480} +{"manifest_id": "manifest_c1f9c27f4780e780", "row_id": "sat_000921", "source_id": "fallback_speech_000921", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000921", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c1f9c27f4780e780.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 21.", "width": 640, "height": 480} +{"manifest_id": "manifest_41fd23bb6fc97725", "row_id": "sat_000922", "source_id": "fallback_speech_000922", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000922", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_41fd23bb6fc97725.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 22.", "width": 640, "height": 480} +{"manifest_id": "manifest_bb728c1826857a20", "row_id": "sat_000923", "source_id": "fallback_speech_000923", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000923", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bb728c1826857a20.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 23.", "width": 640, "height": 480} +{"manifest_id": "manifest_437edd94659fe48b", "row_id": "sat_000924", "source_id": "fallback_speech_000924", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000924", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_437edd94659fe48b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 24.", "width": 640, "height": 480} +{"manifest_id": "manifest_f82e4d8f75aad340", "row_id": "sat_000925", "source_id": "fallback_speech_000925", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000925", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f82e4d8f75aad340.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 25.", "width": 640, "height": 480} +{"manifest_id": "manifest_96eb2feb7bde7f95", "row_id": "sat_000926", "source_id": "fallback_speech_000926", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000926", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_96eb2feb7bde7f95.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 26.", "width": 640, "height": 480} +{"manifest_id": "manifest_4f0c58dfd6e0f10e", "row_id": "sat_000927", "source_id": "fallback_speech_000927", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000927", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4f0c58dfd6e0f10e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 27.", "width": 640, "height": 480} +{"manifest_id": "manifest_0f246bea9ce47bcb", "row_id": "sat_000928", "source_id": "fallback_speech_000928", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000928", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_0f246bea9ce47bcb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 28.", "width": 640, "height": 480} +{"manifest_id": "manifest_606354309bb07cb0", "row_id": "sat_000929", "source_id": "fallback_speech_000929", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000929", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_606354309bb07cb0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 29.", "width": 640, "height": 480} +{"manifest_id": "manifest_f2d2f04194746b51", "row_id": "sat_000930", "source_id": "fallback_speech_000930", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000930", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f2d2f04194746b51.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 30.", "width": 640, "height": 480} +{"manifest_id": "manifest_5ba86d701cc2a561", "row_id": "sat_000931", "source_id": "fallback_speech_000931", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000931", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_5ba86d701cc2a561.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 31.", "width": 640, "height": 480} +{"manifest_id": "manifest_876a798c1d4aa94e", "row_id": "sat_000932", "source_id": "fallback_speech_000932", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000932", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_876a798c1d4aa94e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 32.", "width": 640, "height": 480} +{"manifest_id": "manifest_19f0b9e85e464f2a", "row_id": "sat_000933", "source_id": "fallback_speech_000933", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000933", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_19f0b9e85e464f2a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 33.", "width": 640, "height": 480} +{"manifest_id": "manifest_a728f30c64dc56bd", "row_id": "sat_000934", "source_id": "fallback_speech_000934", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000934", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a728f30c64dc56bd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 34.", "width": 640, "height": 480} +{"manifest_id": "manifest_a6c49d827b1dd9e3", "row_id": "sat_000935", "source_id": "fallback_speech_000935", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000935", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a6c49d827b1dd9e3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 35.", "width": 640, "height": 480} +{"manifest_id": "manifest_e4d13d357962bd40", "row_id": "sat_000936", "source_id": "fallback_speech_000936", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000936", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e4d13d357962bd40.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 36.", "width": 640, "height": 480} +{"manifest_id": "manifest_25e52c3a9cffd4ef", "row_id": "sat_000937", "source_id": "fallback_speech_000937", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000937", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_25e52c3a9cffd4ef.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 37.", "width": 640, "height": 480} +{"manifest_id": "manifest_ac17c7265783f8c8", "row_id": "sat_000938", "source_id": "fallback_speech_000938", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000938", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ac17c7265783f8c8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 38.", "width": 640, "height": 480} +{"manifest_id": "manifest_d13606e78f0e3ce8", "row_id": "sat_000939", "source_id": "fallback_speech_000939", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000939", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d13606e78f0e3ce8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 39.", "width": 640, "height": 480} +{"manifest_id": "manifest_bd0ab073f5d6972a", "row_id": "sat_000940", "source_id": "fallback_speech_000940", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000940", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bd0ab073f5d6972a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 40.", "width": 640, "height": 480} +{"manifest_id": "manifest_29aba36c74ffe132", "row_id": "sat_000941", "source_id": "fallback_speech_000941", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000941", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_29aba36c74ffe132.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 41.", "width": 640, "height": 480} +{"manifest_id": "manifest_9bff5ed54f78f84f", "row_id": "sat_000942", "source_id": "fallback_speech_000942", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000942", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9bff5ed54f78f84f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 42.", "width": 640, "height": 480} +{"manifest_id": "manifest_8d58e8200f0cad78", "row_id": "sat_000943", "source_id": "fallback_speech_000943", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000943", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8d58e8200f0cad78.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 43.", "width": 640, "height": 480} +{"manifest_id": "manifest_56cf55b94acaf12e", "row_id": "sat_000944", "source_id": "fallback_speech_000944", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000944", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_56cf55b94acaf12e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 44.", "width": 640, "height": 480} +{"manifest_id": "manifest_d381f87542a138c5", "row_id": "sat_000945", "source_id": "fallback_speech_000945", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000945", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d381f87542a138c5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 45.", "width": 640, "height": 480} +{"manifest_id": "manifest_4d023ca9de2873ec", "row_id": "sat_000946", "source_id": "fallback_speech_000946", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000946", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4d023ca9de2873ec.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 46.", "width": 640, "height": 480} +{"manifest_id": "manifest_bab85906fd005d46", "row_id": "sat_000947", "source_id": "fallback_speech_000947", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000947", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_bab85906fd005d46.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 47.", "width": 640, "height": 480} +{"manifest_id": "manifest_84193958ada69c25", "row_id": "sat_000948", "source_id": "fallback_speech_000948", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000948", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_84193958ada69c25.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 48.", "width": 640, "height": 480} +{"manifest_id": "manifest_e0a6ad3e26b0d52b", "row_id": "sat_000949", "source_id": "fallback_speech_000949", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000949", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e0a6ad3e26b0d52b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 49.", "width": 640, "height": 480} +{"manifest_id": "manifest_b2a6790011abe6a1", "row_id": "sat_000950", "source_id": "fallback_speech_000950", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000950", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b2a6790011abe6a1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 50.", "width": 640, "height": 480} +{"manifest_id": "manifest_1880c241ec6376db", "row_id": "sat_000951", "source_id": "fallback_speech_000951", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000951", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1880c241ec6376db.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 51.", "width": 640, "height": 480} +{"manifest_id": "manifest_3cb1dc5c89e2ee40", "row_id": "sat_000952", "source_id": "fallback_speech_000952", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000952", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3cb1dc5c89e2ee40.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 52.", "width": 640, "height": 480} +{"manifest_id": "manifest_1bb97e8bd8906213", "row_id": "sat_000953", "source_id": "fallback_speech_000953", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000953", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1bb97e8bd8906213.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 53.", "width": 640, "height": 480} +{"manifest_id": "manifest_2144e5bbe01b461a", "row_id": "sat_000954", "source_id": "fallback_speech_000954", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000954", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2144e5bbe01b461a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 54.", "width": 640, "height": 480} +{"manifest_id": "manifest_4b6f1c26b532da19", "row_id": "sat_000955", "source_id": "fallback_speech_000955", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000955", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4b6f1c26b532da19.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 55.", "width": 640, "height": 480} +{"manifest_id": "manifest_aa8b4058b4c9ecc0", "row_id": "sat_000956", "source_id": "fallback_speech_000956", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000956", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_aa8b4058b4c9ecc0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 56.", "width": 640, "height": 480} +{"manifest_id": "manifest_c0e332ed30a8b849", "row_id": "sat_000957", "source_id": "fallback_speech_000957", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000957", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c0e332ed30a8b849.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 57.", "width": 640, "height": 480} +{"manifest_id": "manifest_48b4aaea8c96e7db", "row_id": "sat_000958", "source_id": "fallback_speech_000958", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000958", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_48b4aaea8c96e7db.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 58.", "width": 640, "height": 480} +{"manifest_id": "manifest_25ff28268c35b215", "row_id": "sat_000959", "source_id": "fallback_speech_000959", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000959", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_25ff28268c35b215.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 59.", "width": 640, "height": 480} +{"manifest_id": "manifest_1af8cbeb048ec511", "row_id": "sat_000960", "source_id": "fallback_speech_000960", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000960", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_1af8cbeb048ec511.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 60.", "width": 640, "height": 480} +{"manifest_id": "manifest_b848e26b263ece36", "row_id": "sat_000961", "source_id": "fallback_speech_000961", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000961", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b848e26b263ece36.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 61.", "width": 640, "height": 480} +{"manifest_id": "manifest_3b507bd0ed50c0e8", "row_id": "sat_000962", "source_id": "fallback_speech_000962", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000962", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3b507bd0ed50c0e8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 62.", "width": 640, "height": 480} +{"manifest_id": "manifest_cccf6cc267606589", "row_id": "sat_000963", "source_id": "fallback_speech_000963", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000963", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cccf6cc267606589.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 63.", "width": 640, "height": 480} +{"manifest_id": "manifest_2aab0964a393b985", "row_id": "sat_000964", "source_id": "fallback_speech_000964", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000964", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2aab0964a393b985.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 64.", "width": 640, "height": 480} +{"manifest_id": "manifest_8de5e49b3f8dbadd", "row_id": "sat_000965", "source_id": "fallback_speech_000965", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000965", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8de5e49b3f8dbadd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 65.", "width": 640, "height": 480} +{"manifest_id": "manifest_61932082fcc3692e", "row_id": "sat_000966", "source_id": "fallback_speech_000966", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000966", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_61932082fcc3692e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 66.", "width": 640, "height": 480} +{"manifest_id": "manifest_7d3b5fbef812b3aa", "row_id": "sat_000967", "source_id": "fallback_speech_000967", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000967", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_7d3b5fbef812b3aa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 67.", "width": 640, "height": 480} +{"manifest_id": "manifest_894b575bc893b967", "row_id": "sat_000968", "source_id": "fallback_speech_000968", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000968", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_894b575bc893b967.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 68.", "width": 640, "height": 480} +{"manifest_id": "manifest_b0dc1261cf1ecfd2", "row_id": "sat_000969", "source_id": "fallback_speech_000969", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000969", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_b0dc1261cf1ecfd2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 69.", "width": 640, "height": 480} +{"manifest_id": "manifest_4ce49a702d361032", "row_id": "sat_000970", "source_id": "fallback_speech_000970", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000970", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4ce49a702d361032.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 70.", "width": 640, "height": 480} +{"manifest_id": "manifest_2b4e7076872e5ff7", "row_id": "sat_000971", "source_id": "fallback_speech_000971", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000971", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_2b4e7076872e5ff7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 71.", "width": 640, "height": 480} +{"manifest_id": "manifest_92feaa025e023e6a", "row_id": "sat_000972", "source_id": "fallback_speech_000972", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000972", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_92feaa025e023e6a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 72.", "width": 640, "height": 480} +{"manifest_id": "manifest_206e404b233a7da4", "row_id": "sat_000973", "source_id": "fallback_speech_000973", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000973", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_206e404b233a7da4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 73.", "width": 640, "height": 480} +{"manifest_id": "manifest_20dd2ec625220185", "row_id": "sat_000974", "source_id": "fallback_speech_000974", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000974", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_20dd2ec625220185.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 74.", "width": 640, "height": 480} +{"manifest_id": "manifest_e414e09522e510fe", "row_id": "sat_000975", "source_id": "fallback_speech_000975", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000975", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_e414e09522e510fe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 75.", "width": 640, "height": 480} +{"manifest_id": "manifest_8686ca86bf1c7570", "row_id": "sat_000976", "source_id": "fallback_speech_000976", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000976", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_8686ca86bf1c7570.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 76.", "width": 640, "height": 480} +{"manifest_id": "manifest_033e1902f5eef48b", "row_id": "sat_000977", "source_id": "fallback_speech_000977", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000977", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_033e1902f5eef48b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 77.", "width": 640, "height": 480} +{"manifest_id": "manifest_9faa345cff555f8a", "row_id": "sat_000978", "source_id": "fallback_speech_000978", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000978", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_9faa345cff555f8a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 78.", "width": 640, "height": 480} +{"manifest_id": "manifest_4443d356525b8ee5", "row_id": "sat_000979", "source_id": "fallback_speech_000979", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000979", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4443d356525b8ee5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 79.", "width": 640, "height": 480} +{"manifest_id": "manifest_dcd79fbf3774a99c", "row_id": "sat_000980", "source_id": "fallback_speech_000980", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000980", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_dcd79fbf3774a99c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 80.", "width": 640, "height": 480} +{"manifest_id": "manifest_913f780ce68aa91f", "row_id": "sat_000981", "source_id": "fallback_speech_000981", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000981", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_913f780ce68aa91f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 81.", "width": 640, "height": 480} +{"manifest_id": "manifest_aedf6b09893cb82d", "row_id": "sat_000982", "source_id": "fallback_speech_000982", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000982", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_aedf6b09893cb82d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 82.", "width": 640, "height": 480} +{"manifest_id": "manifest_d928d334e5941f95", "row_id": "sat_000983", "source_id": "fallback_speech_000983", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000983", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d928d334e5941f95.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 83.", "width": 640, "height": 480} +{"manifest_id": "manifest_ac90498b30628eee", "row_id": "sat_000984", "source_id": "fallback_speech_000984", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000984", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ac90498b30628eee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 84.", "width": 640, "height": 480} +{"manifest_id": "manifest_f9cf813b66e119e8", "row_id": "sat_000985", "source_id": "fallback_speech_000985", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000985", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f9cf813b66e119e8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 85.", "width": 640, "height": 480} +{"manifest_id": "manifest_3a7b49a3725e87bb", "row_id": "sat_000986", "source_id": "fallback_speech_000986", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000986", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3a7b49a3725e87bb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 86.", "width": 640, "height": 480} +{"manifest_id": "manifest_cd7822ce080192d9", "row_id": "sat_000987", "source_id": "fallback_speech_000987", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000987", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_cd7822ce080192d9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 87.", "width": 640, "height": 480} +{"manifest_id": "manifest_03a1c38703020d57", "row_id": "sat_000988", "source_id": "fallback_speech_000988", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000988", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_03a1c38703020d57.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 88.", "width": 640, "height": 480} +{"manifest_id": "manifest_51edc408b85bc81f", "row_id": "sat_000989", "source_id": "fallback_speech_000989", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000989", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_51edc408b85bc81f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 89.", "width": 640, "height": 480} +{"manifest_id": "manifest_d4b2626d958b0562", "row_id": "sat_000990", "source_id": "fallback_speech_000990", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000990", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_d4b2626d958b0562.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The project meeting moved to Thursday morning after the deployment review. Batch number 90.", "width": 640, "height": 480} +{"manifest_id": "manifest_3a356e6a5ac19ff7", "row_id": "sat_000991", "source_id": "fallback_speech_000991", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000991", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_3a356e6a5ac19ff7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "A small batch of audio samples is enough for the first validation pass. Batch number 91.", "width": 640, "height": 480} +{"manifest_id": "manifest_47079b1112d735a0", "row_id": "sat_000992", "source_id": "fallback_speech_000992", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000992", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_47079b1112d735a0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Please label the transcript carefully and keep the original file name. Batch number 92.", "width": 640, "height": 480} +{"manifest_id": "manifest_543862eb11e482c0", "row_id": "sat_000993", "source_id": "fallback_speech_000993", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000993", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_543862eb11e482c0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The model should emit partial words only when the timing evidence is reliable. Batch number 93.", "width": 640, "height": 480} +{"manifest_id": "manifest_4272ed48264bab79", "row_id": "sat_000994", "source_id": "fallback_speech_000994", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000994", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_4272ed48264bab79.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Our local pipeline writes parquet files and preview pages before any upload. Batch number 94.", "width": 640, "height": 480} +{"manifest_id": "manifest_c4d515fbe0cd0ec2", "row_id": "sat_000995", "source_id": "fallback_speech_000995", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000995", "start_sec": 0.0, "end_sec": 5.55, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_c4d515fbe0cd0ec2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The speaker paused briefly before asking for a translation of the sentence. Batch number 95.", "width": 640, "height": 480} +{"manifest_id": "manifest_a60f26ec5645d0b9", "row_id": "sat_000996", "source_id": "fallback_speech_000996", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000996", "start_sec": 0.0, "end_sec": 5.89, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_a60f26ec5645d0b9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Quality checks rejected the sample because the audio was shorter than one second. Batch number 96.", "width": 640, "height": 480} +{"manifest_id": "manifest_ba4de90c37427f2e", "row_id": "sat_000997", "source_id": "fallback_speech_000997", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000997", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_ba4de90c37427f2e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The assistant should stay silent while the user is still talking. Batch number 97.", "width": 640, "height": 480} +{"manifest_id": "manifest_f5421998c44ea698", "row_id": "sat_000998", "source_id": "fallback_speech_000998", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000998", "start_sec": 0.0, "end_sec": 5.21, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_f5421998c44ea698.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "Streaming data needs sorted chunks with clear timestamps and stable identifiers. Batch number 98.", "width": 640, "height": 480} +{"manifest_id": "manifest_fc96568ba109caa3", "row_id": "sat_000999", "source_id": "fallback_speech_000999", "source_dataset": "local_speech_transcripts_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_speech_000999", "start_sec": 0.0, "end_sec": 4.87, "expected_sha256": null, "output_relative_path": "media/StreamingASRTranslation/manifest_fc96568ba109caa3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "The validation report lists missing sources separately from failed rows. Batch number 99.", "width": 640, "height": 480} diff --git a/manifests/StreamingAudioInteraction.jsonl b/manifests/StreamingAudioInteraction.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8c2b7cadb3237d0fee049623b0480260f9da143d --- /dev/null +++ b/manifests/StreamingAudioInteraction.jsonl @@ -0,0 +1,1000 @@ +{"manifest_id": "manifest_e24911d024182457", "row_id": "sai_000000", "source_id": "fallback_dialogue_000000", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000000", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e24911d024182457.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 3 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_83fbb5f819151a86", "row_id": "sai_000001", "source_id": "fallback_dialogue_000001", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000001", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_83fbb5f819151a86.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 4 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_0525bd47a63213b1", "row_id": "sai_000002", "source_id": "fallback_dialogue_000002", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000002", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0525bd47a63213b1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_a09c150b2f6006df", "row_id": "sai_000003", "source_id": "fallback_dialogue_000003", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000003", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a09c150b2f6006df.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_7665c3d07e7c50c9", "row_id": "sai_000004", "source_id": "fallback_dialogue_000004", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000004", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7665c3d07e7c50c9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_140ad85678ab7b29", "row_id": "sai_000005", "source_id": "fallback_dialogue_000005", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000005", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_140ad85678ab7b29.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_15665fd7c4fb9a1a", "row_id": "sai_000006", "source_id": "fallback_dialogue_000006", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000006", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_15665fd7c4fb9a1a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_a085dc997d0e42cf", "row_id": "sai_000007", "source_id": "fallback_dialogue_000007", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000007", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a085dc997d0e42cf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_1d4f274c28c8855b", "row_id": "sai_000008", "source_id": "fallback_dialogue_000008", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000008", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1d4f274c28c8855b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_bb9acc6409569ba7", "row_id": "sai_000009", "source_id": "fallback_dialogue_000009", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000009", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bb9acc6409569ba7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_dab286a6e254ad2f", "row_id": "sai_000010", "source_id": "fallback_dialogue_000010", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000010", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dab286a6e254ad2f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 13 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_fe67bc71c072f3fc", "row_id": "sai_000011", "source_id": "fallback_dialogue_000011", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000011", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fe67bc71c072f3fc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 14 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_82babf7f3f64449b", "row_id": "sai_000012", "source_id": "fallback_dialogue_000012", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000012", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_82babf7f3f64449b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_2707c12472daf916", "row_id": "sai_000013", "source_id": "fallback_dialogue_000013", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000013", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2707c12472daf916.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_e543708550c33c79", "row_id": "sai_000014", "source_id": "fallback_dialogue_000014", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000014", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e543708550c33c79.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_b29b1f9ddcc498e9", "row_id": "sai_000015", "source_id": "fallback_dialogue_000015", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000015", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b29b1f9ddcc498e9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_cd1791820adb44ad", "row_id": "sai_000016", "source_id": "fallback_dialogue_000016", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000016", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cd1791820adb44ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_0487672a966a364c", "row_id": "sai_000017", "source_id": "fallback_dialogue_000017", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000017", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0487672a966a364c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_9d986d9ca45c780e", "row_id": "sai_000018", "source_id": "fallback_dialogue_000018", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000018", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9d986d9ca45c780e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_e4603556c04504aa", "row_id": "sai_000019", "source_id": "fallback_dialogue_000019", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000019", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e4603556c04504aa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_6ecca41d96944b9e", "row_id": "sai_000020", "source_id": "fallback_dialogue_000020", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000020", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6ecca41d96944b9e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 23 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_1488f987033c20de", "row_id": "sai_000021", "source_id": "fallback_dialogue_000021", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000021", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1488f987033c20de.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 24 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_987004c52336f5ad", "row_id": "sai_000022", "source_id": "fallback_dialogue_000022", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000022", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_987004c52336f5ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_dd58f2268f1c946e", "row_id": "sai_000023", "source_id": "fallback_dialogue_000023", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000023", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dd58f2268f1c946e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_02300ae010ce186b", "row_id": "sai_000024", "source_id": "fallback_dialogue_000024", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000024", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_02300ae010ce186b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_843b348c61a64496", "row_id": "sai_000025", "source_id": "fallback_dialogue_000025", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000025", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_843b348c61a64496.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_5a71fd9467c8b432", "row_id": "sai_000026", "source_id": "fallback_dialogue_000026", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000026", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5a71fd9467c8b432.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_633dc9e6081c7064", "row_id": "sai_000027", "source_id": "fallback_dialogue_000027", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000027", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_633dc9e6081c7064.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_cd6d8ee91c1e9b92", "row_id": "sai_000028", "source_id": "fallback_dialogue_000028", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000028", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cd6d8ee91c1e9b92.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_dec9f98fea4250bb", "row_id": "sai_000029", "source_id": "fallback_dialogue_000029", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000029", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dec9f98fea4250bb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_94a5f6e7be7a56d1", "row_id": "sai_000030", "source_id": "fallback_dialogue_000030", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000030", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_94a5f6e7be7a56d1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 6 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_c0079d2db92ff215", "row_id": "sai_000031", "source_id": "fallback_dialogue_000031", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000031", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c0079d2db92ff215.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 7 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_67e2e7e23ab2976a", "row_id": "sai_000032", "source_id": "fallback_dialogue_000032", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000032", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_67e2e7e23ab2976a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_77da0a61cf6952eb", "row_id": "sai_000033", "source_id": "fallback_dialogue_000033", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000033", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_77da0a61cf6952eb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_d1d1e5774770fea3", "row_id": "sai_000034", "source_id": "fallback_dialogue_000034", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000034", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d1d1e5774770fea3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_7d7c0294ec445914", "row_id": "sai_000035", "source_id": "fallback_dialogue_000035", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000035", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7d7c0294ec445914.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_d75c9e2b1305330f", "row_id": "sai_000036", "source_id": "fallback_dialogue_000036", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000036", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d75c9e2b1305330f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_0c4f8a28d0b60733", "row_id": "sai_000037", "source_id": "fallback_dialogue_000037", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000037", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0c4f8a28d0b60733.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_7a1370554892f128", "row_id": "sai_000038", "source_id": "fallback_dialogue_000038", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000038", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7a1370554892f128.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_43b4a9c17b78b8ea", "row_id": "sai_000039", "source_id": "fallback_dialogue_000039", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000039", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_43b4a9c17b78b8ea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_c7828d92ae8dd9b7", "row_id": "sai_000040", "source_id": "fallback_dialogue_000040", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000040", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c7828d92ae8dd9b7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 16 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_3f151c0145885aa2", "row_id": "sai_000041", "source_id": "fallback_dialogue_000041", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000041", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3f151c0145885aa2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 17 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_8fefbf42434f1f0f", "row_id": "sai_000042", "source_id": "fallback_dialogue_000042", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000042", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8fefbf42434f1f0f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_bf75a9d734bf36f9", "row_id": "sai_000043", "source_id": "fallback_dialogue_000043", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000043", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bf75a9d734bf36f9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_14d65f2d55e8cfe3", "row_id": "sai_000044", "source_id": "fallback_dialogue_000044", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000044", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_14d65f2d55e8cfe3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_eb506a920f5aaa37", "row_id": "sai_000045", "source_id": "fallback_dialogue_000045", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000045", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_eb506a920f5aaa37.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_1d66962c5b23ab54", "row_id": "sai_000046", "source_id": "fallback_dialogue_000046", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000046", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1d66962c5b23ab54.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_41a706201d4b7283", "row_id": "sai_000047", "source_id": "fallback_dialogue_000047", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000047", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_41a706201d4b7283.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_7e09a1c387a2fba1", "row_id": "sai_000048", "source_id": "fallback_dialogue_000048", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000048", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7e09a1c387a2fba1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_83f7e6d92f39767e", "row_id": "sai_000049", "source_id": "fallback_dialogue_000049", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000049", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_83f7e6d92f39767e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_c2186ec36f2cd9c8", "row_id": "sai_000050", "source_id": "fallback_dialogue_000050", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000050", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c2186ec36f2cd9c8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 26 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_bd93e7b9f697ee61", "row_id": "sai_000051", "source_id": "fallback_dialogue_000051", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000051", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bd93e7b9f697ee61.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 27 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_01a3c699151cf2aa", "row_id": "sai_000052", "source_id": "fallback_dialogue_000052", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000052", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_01a3c699151cf2aa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_413ae6de38758613", "row_id": "sai_000053", "source_id": "fallback_dialogue_000053", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000053", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_413ae6de38758613.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_b8796e9c1c4c68b5", "row_id": "sai_000054", "source_id": "fallback_dialogue_000054", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000054", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b8796e9c1c4c68b5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_2b273f49d17544f7", "row_id": "sai_000055", "source_id": "fallback_dialogue_000055", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000055", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2b273f49d17544f7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_d5284ab77da31393", "row_id": "sai_000056", "source_id": "fallback_dialogue_000056", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000056", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d5284ab77da31393.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_a633d3342334d92f", "row_id": "sai_000057", "source_id": "fallback_dialogue_000057", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000057", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a633d3342334d92f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_4b338d4423c2897b", "row_id": "sai_000058", "source_id": "fallback_dialogue_000058", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000058", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4b338d4423c2897b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_c13517ddff3acebe", "row_id": "sai_000059", "source_id": "fallback_dialogue_000059", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000059", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c13517ddff3acebe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_5d3e6508641921cb", "row_id": "sai_000060", "source_id": "fallback_dialogue_000060", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000060", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5d3e6508641921cb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 9 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_c2e5554f7f0f1cce", "row_id": "sai_000061", "source_id": "fallback_dialogue_000061", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000061", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c2e5554f7f0f1cce.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 10 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_1e87e314797885e2", "row_id": "sai_000062", "source_id": "fallback_dialogue_000062", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000062", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1e87e314797885e2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_3c7af8a138c37cbe", "row_id": "sai_000063", "source_id": "fallback_dialogue_000063", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000063", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3c7af8a138c37cbe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_bdb5194a7a01c5d2", "row_id": "sai_000064", "source_id": "fallback_dialogue_000064", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000064", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bdb5194a7a01c5d2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_c37f56417f21e549", "row_id": "sai_000065", "source_id": "fallback_dialogue_000065", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000065", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c37f56417f21e549.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_8cde3607f43f61d2", "row_id": "sai_000066", "source_id": "fallback_dialogue_000066", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000066", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8cde3607f43f61d2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_a8f22c56501c15e2", "row_id": "sai_000067", "source_id": "fallback_dialogue_000067", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000067", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a8f22c56501c15e2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_806b86fb54c660f9", "row_id": "sai_000068", "source_id": "fallback_dialogue_000068", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000068", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_806b86fb54c660f9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_d0bc6486b4d566ca", "row_id": "sai_000069", "source_id": "fallback_dialogue_000069", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000069", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d0bc6486b4d566ca.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_c48e040f5a9ddc93", "row_id": "sai_000070", "source_id": "fallback_dialogue_000070", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000070", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c48e040f5a9ddc93.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 19 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_b37b855e07c12e29", "row_id": "sai_000071", "source_id": "fallback_dialogue_000071", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000071", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b37b855e07c12e29.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 20 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_bdbe3d58e94c2cdc", "row_id": "sai_000072", "source_id": "fallback_dialogue_000072", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000072", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bdbe3d58e94c2cdc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_f1cf9efe7eddf153", "row_id": "sai_000073", "source_id": "fallback_dialogue_000073", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000073", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f1cf9efe7eddf153.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_7b2ff1daaa23fd79", "row_id": "sai_000074", "source_id": "fallback_dialogue_000074", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000074", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7b2ff1daaa23fd79.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_ec0e9ad8e7d5e66a", "row_id": "sai_000075", "source_id": "fallback_dialogue_000075", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000075", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ec0e9ad8e7d5e66a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_6c7f90707364c97c", "row_id": "sai_000076", "source_id": "fallback_dialogue_000076", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000076", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6c7f90707364c97c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_0237a00ea9365968", "row_id": "sai_000077", "source_id": "fallback_dialogue_000077", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000077", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0237a00ea9365968.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_12b9b3fdea990db5", "row_id": "sai_000078", "source_id": "fallback_dialogue_000078", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000078", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_12b9b3fdea990db5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_9fe3bca304bb8b74", "row_id": "sai_000079", "source_id": "fallback_dialogue_000079", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000079", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9fe3bca304bb8b74.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_1aa7bad0304a4916", "row_id": "sai_000080", "source_id": "fallback_dialogue_000080", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000080", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1aa7bad0304a4916.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 29 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_c5c8ff09f417d2e3", "row_id": "sai_000081", "source_id": "fallback_dialogue_000081", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000081", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c5c8ff09f417d2e3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 3 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_17dbd03e0e79e252", "row_id": "sai_000082", "source_id": "fallback_dialogue_000082", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000082", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_17dbd03e0e79e252.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_ab990d8ab6799d37", "row_id": "sai_000083", "source_id": "fallback_dialogue_000083", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000083", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ab990d8ab6799d37.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_c28cc14b977c56a5", "row_id": "sai_000084", "source_id": "fallback_dialogue_000084", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000084", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c28cc14b977c56a5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_dd847f5b50f7ef29", "row_id": "sai_000085", "source_id": "fallback_dialogue_000085", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000085", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dd847f5b50f7ef29.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_f3a74722e5c68620", "row_id": "sai_000086", "source_id": "fallback_dialogue_000086", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000086", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f3a74722e5c68620.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_1a933b56bc261843", "row_id": "sai_000087", "source_id": "fallback_dialogue_000087", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000087", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1a933b56bc261843.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_d433f530d979cd79", "row_id": "sai_000088", "source_id": "fallback_dialogue_000088", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000088", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d433f530d979cd79.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_bd1ff0275d92ebfd", "row_id": "sai_000089", "source_id": "fallback_dialogue_000089", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000089", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bd1ff0275d92ebfd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_17bee482dadb1f97", "row_id": "sai_000090", "source_id": "fallback_dialogue_000090", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000090", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_17bee482dadb1f97.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 12 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_9fdc7783e945bb6d", "row_id": "sai_000091", "source_id": "fallback_dialogue_000091", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000091", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9fdc7783e945bb6d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 13 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_151758ec5282c988", "row_id": "sai_000092", "source_id": "fallback_dialogue_000092", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000092", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_151758ec5282c988.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_a57fbc9b04603b63", "row_id": "sai_000093", "source_id": "fallback_dialogue_000093", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000093", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a57fbc9b04603b63.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_777ba4ec3917e597", "row_id": "sai_000094", "source_id": "fallback_dialogue_000094", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000094", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_777ba4ec3917e597.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_4e0f3a20f6aaa939", "row_id": "sai_000095", "source_id": "fallback_dialogue_000095", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000095", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4e0f3a20f6aaa939.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_d941add4d779b2f9", "row_id": "sai_000096", "source_id": "fallback_dialogue_000096", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000096", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d941add4d779b2f9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_a3d82a2ef866ef9e", "row_id": "sai_000097", "source_id": "fallback_dialogue_000097", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000097", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a3d82a2ef866ef9e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_c7252dd17ae559bb", "row_id": "sai_000098", "source_id": "fallback_dialogue_000098", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000098", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c7252dd17ae559bb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_27defd4ecca79ede", "row_id": "sai_000099", "source_id": "fallback_dialogue_000099", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000099", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_27defd4ecca79ede.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_c76397b6edd4cfa3", "row_id": "sai_000100", "source_id": "fallback_dialogue_000100", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000100", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c76397b6edd4cfa3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 22 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_705af29637161679", "row_id": "sai_000101", "source_id": "fallback_dialogue_000101", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000101", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_705af29637161679.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 23 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_f8394419e7d1163a", "row_id": "sai_000102", "source_id": "fallback_dialogue_000102", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000102", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f8394419e7d1163a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_d27086c997527209", "row_id": "sai_000103", "source_id": "fallback_dialogue_000103", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000103", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d27086c997527209.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_d319aaeaf9c1baaf", "row_id": "sai_000104", "source_id": "fallback_dialogue_000104", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000104", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d319aaeaf9c1baaf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_d29e1bdbbd67e24a", "row_id": "sai_000105", "source_id": "fallback_dialogue_000105", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000105", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d29e1bdbbd67e24a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_e2cd0e265b3b8310", "row_id": "sai_000106", "source_id": "fallback_dialogue_000106", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000106", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e2cd0e265b3b8310.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_760794e9a4119cf4", "row_id": "sai_000107", "source_id": "fallback_dialogue_000107", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000107", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_760794e9a4119cf4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_19c452d45a981e55", "row_id": "sai_000108", "source_id": "fallback_dialogue_000108", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000108", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_19c452d45a981e55.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_a29a267d985b4a01", "row_id": "sai_000109", "source_id": "fallback_dialogue_000109", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000109", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a29a267d985b4a01.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_1226d8aa3f6b92ec", "row_id": "sai_000110", "source_id": "fallback_dialogue_000110", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000110", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1226d8aa3f6b92ec.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 5 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_985beac0e31e9de5", "row_id": "sai_000111", "source_id": "fallback_dialogue_000111", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000111", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_985beac0e31e9de5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 6 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_504771d7d0f968a3", "row_id": "sai_000112", "source_id": "fallback_dialogue_000112", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000112", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_504771d7d0f968a3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_55216e5c06c1e182", "row_id": "sai_000113", "source_id": "fallback_dialogue_000113", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000113", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_55216e5c06c1e182.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_7b94661476a4c878", "row_id": "sai_000114", "source_id": "fallback_dialogue_000114", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000114", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7b94661476a4c878.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_d70f5e663113edea", "row_id": "sai_000115", "source_id": "fallback_dialogue_000115", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000115", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d70f5e663113edea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_9000c5298b53940f", "row_id": "sai_000116", "source_id": "fallback_dialogue_000116", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000116", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9000c5298b53940f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_f9497ce8c55496bb", "row_id": "sai_000117", "source_id": "fallback_dialogue_000117", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000117", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f9497ce8c55496bb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_71178b71f88757b0", "row_id": "sai_000118", "source_id": "fallback_dialogue_000118", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000118", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_71178b71f88757b0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_bf53e2da790edc7a", "row_id": "sai_000119", "source_id": "fallback_dialogue_000119", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000119", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bf53e2da790edc7a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_5cb939db4ff4f688", "row_id": "sai_000120", "source_id": "fallback_dialogue_000120", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000120", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5cb939db4ff4f688.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 15 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_cce2a04117b422cc", "row_id": "sai_000121", "source_id": "fallback_dialogue_000121", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000121", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cce2a04117b422cc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 16 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_004ac22420b152c0", "row_id": "sai_000122", "source_id": "fallback_dialogue_000122", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000122", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_004ac22420b152c0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_a35cece4256c99a3", "row_id": "sai_000123", "source_id": "fallback_dialogue_000123", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000123", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a35cece4256c99a3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_82c65aa402998b3c", "row_id": "sai_000124", "source_id": "fallback_dialogue_000124", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000124", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_82c65aa402998b3c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_3111a8f68116cae7", "row_id": "sai_000125", "source_id": "fallback_dialogue_000125", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000125", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3111a8f68116cae7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_863a0ed46011fa5a", "row_id": "sai_000126", "source_id": "fallback_dialogue_000126", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000126", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_863a0ed46011fa5a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_19ba62a20df7bb0e", "row_id": "sai_000127", "source_id": "fallback_dialogue_000127", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000127", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_19ba62a20df7bb0e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_ebdf7ea7b2237407", "row_id": "sai_000128", "source_id": "fallback_dialogue_000128", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000128", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ebdf7ea7b2237407.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_7a88824e9eb66e2e", "row_id": "sai_000129", "source_id": "fallback_dialogue_000129", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000129", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7a88824e9eb66e2e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_3f611387d2954f47", "row_id": "sai_000130", "source_id": "fallback_dialogue_000130", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000130", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3f611387d2954f47.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 25 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_1645dd7120d293d0", "row_id": "sai_000131", "source_id": "fallback_dialogue_000131", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000131", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1645dd7120d293d0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 26 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_bb982ecf20de95d9", "row_id": "sai_000132", "source_id": "fallback_dialogue_000132", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000132", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bb982ecf20de95d9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_25d4ad9a7b5f0c88", "row_id": "sai_000133", "source_id": "fallback_dialogue_000133", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000133", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_25d4ad9a7b5f0c88.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_f577e313bf24b574", "row_id": "sai_000134", "source_id": "fallback_dialogue_000134", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000134", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f577e313bf24b574.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_e56f440af606d1f7", "row_id": "sai_000135", "source_id": "fallback_dialogue_000135", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000135", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e56f440af606d1f7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_d603a22ea752929d", "row_id": "sai_000136", "source_id": "fallback_dialogue_000136", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000136", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d603a22ea752929d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_027f621d1a1a49a6", "row_id": "sai_000137", "source_id": "fallback_dialogue_000137", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000137", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_027f621d1a1a49a6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_95ca5d4abd46542b", "row_id": "sai_000138", "source_id": "fallback_dialogue_000138", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000138", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_95ca5d4abd46542b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_0a92eb1f462a21f3", "row_id": "sai_000139", "source_id": "fallback_dialogue_000139", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000139", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0a92eb1f462a21f3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_073eb5735823de63", "row_id": "sai_000140", "source_id": "fallback_dialogue_000140", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000140", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_073eb5735823de63.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 8 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_979851602c1e4f20", "row_id": "sai_000141", "source_id": "fallback_dialogue_000141", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000141", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_979851602c1e4f20.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 9 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_88d99016ceabbd12", "row_id": "sai_000142", "source_id": "fallback_dialogue_000142", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000142", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_88d99016ceabbd12.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_3871e9a5536f435d", "row_id": "sai_000143", "source_id": "fallback_dialogue_000143", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000143", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3871e9a5536f435d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_ab1d45e49a330685", "row_id": "sai_000144", "source_id": "fallback_dialogue_000144", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000144", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ab1d45e49a330685.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_1f9dcfdf488d2869", "row_id": "sai_000145", "source_id": "fallback_dialogue_000145", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000145", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1f9dcfdf488d2869.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_d4fde45e7eff3f52", "row_id": "sai_000146", "source_id": "fallback_dialogue_000146", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000146", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d4fde45e7eff3f52.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_266a5703945b3076", "row_id": "sai_000147", "source_id": "fallback_dialogue_000147", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000147", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_266a5703945b3076.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_78f3b0326d8f3a7f", "row_id": "sai_000148", "source_id": "fallback_dialogue_000148", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000148", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_78f3b0326d8f3a7f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_5509a299069e4f49", "row_id": "sai_000149", "source_id": "fallback_dialogue_000149", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000149", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5509a299069e4f49.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_4125e6c52e8ae29a", "row_id": "sai_000150", "source_id": "fallback_dialogue_000150", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000150", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4125e6c52e8ae29a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 18 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_703fb13efe225f8f", "row_id": "sai_000151", "source_id": "fallback_dialogue_000151", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000151", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_703fb13efe225f8f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 19 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_2adbb8c3c2af3522", "row_id": "sai_000152", "source_id": "fallback_dialogue_000152", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000152", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2adbb8c3c2af3522.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_5f0bd84fe39c6d87", "row_id": "sai_000153", "source_id": "fallback_dialogue_000153", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000153", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5f0bd84fe39c6d87.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_e2457fd7e196de85", "row_id": "sai_000154", "source_id": "fallback_dialogue_000154", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000154", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e2457fd7e196de85.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_c9a88ebd00974f57", "row_id": "sai_000155", "source_id": "fallback_dialogue_000155", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000155", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c9a88ebd00974f57.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_be02bf9f8e28e44e", "row_id": "sai_000156", "source_id": "fallback_dialogue_000156", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000156", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_be02bf9f8e28e44e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_f153913d7fd644d7", "row_id": "sai_000157", "source_id": "fallback_dialogue_000157", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000157", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f153913d7fd644d7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_a54034940e251c51", "row_id": "sai_000158", "source_id": "fallback_dialogue_000158", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000158", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a54034940e251c51.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_2da9ac6fbd439f3f", "row_id": "sai_000159", "source_id": "fallback_dialogue_000159", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000159", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2da9ac6fbd439f3f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_7e0c61784571e338", "row_id": "sai_000160", "source_id": "fallback_dialogue_000160", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000160", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7e0c61784571e338.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 28 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_2dc6d3a8f168c64a", "row_id": "sai_000161", "source_id": "fallback_dialogue_000161", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000161", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2dc6d3a8f168c64a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 29 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_a502a35a442cf162", "row_id": "sai_000162", "source_id": "fallback_dialogue_000162", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000162", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a502a35a442cf162.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_466f407d7a53fc9b", "row_id": "sai_000163", "source_id": "fallback_dialogue_000163", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000163", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_466f407d7a53fc9b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_8bc3919f581ffa30", "row_id": "sai_000164", "source_id": "fallback_dialogue_000164", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000164", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8bc3919f581ffa30.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_9d354d2d91436ef8", "row_id": "sai_000165", "source_id": "fallback_dialogue_000165", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000165", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9d354d2d91436ef8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_af104489667f58d8", "row_id": "sai_000166", "source_id": "fallback_dialogue_000166", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000166", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_af104489667f58d8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_5968cf39d3d6479f", "row_id": "sai_000167", "source_id": "fallback_dialogue_000167", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000167", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5968cf39d3d6479f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_728bab31789dd798", "row_id": "sai_000168", "source_id": "fallback_dialogue_000168", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000168", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_728bab31789dd798.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_9e131e087dd3c1b4", "row_id": "sai_000169", "source_id": "fallback_dialogue_000169", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000169", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9e131e087dd3c1b4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_50bf9983c1eb59cb", "row_id": "sai_000170", "source_id": "fallback_dialogue_000170", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000170", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_50bf9983c1eb59cb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 11 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_d7f43783a036be13", "row_id": "sai_000171", "source_id": "fallback_dialogue_000171", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000171", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d7f43783a036be13.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 12 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_374b3492b768b5e2", "row_id": "sai_000172", "source_id": "fallback_dialogue_000172", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000172", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_374b3492b768b5e2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_398a0acc33f840ad", "row_id": "sai_000173", "source_id": "fallback_dialogue_000173", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000173", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_398a0acc33f840ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_8f767d22234e145f", "row_id": "sai_000174", "source_id": "fallback_dialogue_000174", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000174", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8f767d22234e145f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_bd0f8c9d88ffc3a3", "row_id": "sai_000175", "source_id": "fallback_dialogue_000175", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000175", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bd0f8c9d88ffc3a3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_0c976115a2b2313d", "row_id": "sai_000176", "source_id": "fallback_dialogue_000176", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000176", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0c976115a2b2313d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_5be82f6067d1e48f", "row_id": "sai_000177", "source_id": "fallback_dialogue_000177", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000177", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5be82f6067d1e48f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_3c9f3d50ff0ea443", "row_id": "sai_000178", "source_id": "fallback_dialogue_000178", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000178", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3c9f3d50ff0ea443.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_fe66098a827ac364", "row_id": "sai_000179", "source_id": "fallback_dialogue_000179", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000179", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fe66098a827ac364.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_8921b2eb64b4beb7", "row_id": "sai_000180", "source_id": "fallback_dialogue_000180", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000180", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8921b2eb64b4beb7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 21 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_f317936857c80669", "row_id": "sai_000181", "source_id": "fallback_dialogue_000181", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000181", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f317936857c80669.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 22 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_4c7cd1c0ed2cbbcb", "row_id": "sai_000182", "source_id": "fallback_dialogue_000182", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000182", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4c7cd1c0ed2cbbcb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_36d5b4a0f7786709", "row_id": "sai_000183", "source_id": "fallback_dialogue_000183", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000183", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_36d5b4a0f7786709.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_4deecb1b475408bb", "row_id": "sai_000184", "source_id": "fallback_dialogue_000184", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000184", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4deecb1b475408bb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_4279b469595c59d5", "row_id": "sai_000185", "source_id": "fallback_dialogue_000185", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000185", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4279b469595c59d5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_a6d25c0758fd064b", "row_id": "sai_000186", "source_id": "fallback_dialogue_000186", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000186", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a6d25c0758fd064b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_002b159ea0dbf421", "row_id": "sai_000187", "source_id": "fallback_dialogue_000187", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000187", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_002b159ea0dbf421.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_649e73d802fbaeed", "row_id": "sai_000188", "source_id": "fallback_dialogue_000188", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000188", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_649e73d802fbaeed.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_6d715f17890df1ad", "row_id": "sai_000189", "source_id": "fallback_dialogue_000189", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000189", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6d715f17890df1ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_2678f1926db20956", "row_id": "sai_000190", "source_id": "fallback_dialogue_000190", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000190", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2678f1926db20956.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 4 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_cff5fb88e1b1e83e", "row_id": "sai_000191", "source_id": "fallback_dialogue_000191", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000191", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cff5fb88e1b1e83e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 5 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_728455c78ac02877", "row_id": "sai_000192", "source_id": "fallback_dialogue_000192", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000192", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_728455c78ac02877.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_ba0af9281cd7c062", "row_id": "sai_000193", "source_id": "fallback_dialogue_000193", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000193", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ba0af9281cd7c062.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_f99b2354006d036d", "row_id": "sai_000194", "source_id": "fallback_dialogue_000194", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000194", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f99b2354006d036d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_4bc496e39aa72d36", "row_id": "sai_000195", "source_id": "fallback_dialogue_000195", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000195", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4bc496e39aa72d36.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_c09fd595879d3882", "row_id": "sai_000196", "source_id": "fallback_dialogue_000196", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000196", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c09fd595879d3882.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_4b989b7eedcfb2ff", "row_id": "sai_000197", "source_id": "fallback_dialogue_000197", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000197", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4b989b7eedcfb2ff.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_571da8e72ffeef28", "row_id": "sai_000198", "source_id": "fallback_dialogue_000198", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000198", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_571da8e72ffeef28.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_5c2e890cae556af2", "row_id": "sai_000199", "source_id": "fallback_dialogue_000199", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000199", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5c2e890cae556af2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_e6369b3b3abbf268", "row_id": "sai_000200", "source_id": "fallback_dialogue_000200", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000200", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e6369b3b3abbf268.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 14 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_53fadc5238fc09e8", "row_id": "sai_000201", "source_id": "fallback_dialogue_000201", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000201", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_53fadc5238fc09e8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 15 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_623caa3bc4a8cf32", "row_id": "sai_000202", "source_id": "fallback_dialogue_000202", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000202", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_623caa3bc4a8cf32.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_9cd9fc1966a7ba3b", "row_id": "sai_000203", "source_id": "fallback_dialogue_000203", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000203", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9cd9fc1966a7ba3b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_5488dccfa5c48791", "row_id": "sai_000204", "source_id": "fallback_dialogue_000204", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000204", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5488dccfa5c48791.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_258cfe796c5b18de", "row_id": "sai_000205", "source_id": "fallback_dialogue_000205", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000205", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_258cfe796c5b18de.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_0754f43a21512503", "row_id": "sai_000206", "source_id": "fallback_dialogue_000206", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000206", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0754f43a21512503.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_e710188ebc99a73c", "row_id": "sai_000207", "source_id": "fallback_dialogue_000207", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000207", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e710188ebc99a73c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_63bc6f7eb8529e24", "row_id": "sai_000208", "source_id": "fallback_dialogue_000208", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000208", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_63bc6f7eb8529e24.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_dcb23c56471d070e", "row_id": "sai_000209", "source_id": "fallback_dialogue_000209", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000209", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dcb23c56471d070e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_b48ff73a0f1a102b", "row_id": "sai_000210", "source_id": "fallback_dialogue_000210", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000210", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b48ff73a0f1a102b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 24 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_e7415f0dafa49543", "row_id": "sai_000211", "source_id": "fallback_dialogue_000211", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000211", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e7415f0dafa49543.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 25 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_54d16eb6b840925d", "row_id": "sai_000212", "source_id": "fallback_dialogue_000212", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000212", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_54d16eb6b840925d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_860b4669f1e3bd84", "row_id": "sai_000213", "source_id": "fallback_dialogue_000213", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000213", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_860b4669f1e3bd84.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_12dbea123e411690", "row_id": "sai_000214", "source_id": "fallback_dialogue_000214", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000214", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_12dbea123e411690.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_1412c8f3913e3644", "row_id": "sai_000215", "source_id": "fallback_dialogue_000215", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000215", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1412c8f3913e3644.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_0e2ccb5b155b1bd9", "row_id": "sai_000216", "source_id": "fallback_dialogue_000216", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000216", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0e2ccb5b155b1bd9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_f7578816a4d1e214", "row_id": "sai_000217", "source_id": "fallback_dialogue_000217", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000217", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f7578816a4d1e214.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_b38e90188765c969", "row_id": "sai_000218", "source_id": "fallback_dialogue_000218", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000218", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b38e90188765c969.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_dde194afbdd7218c", "row_id": "sai_000219", "source_id": "fallback_dialogue_000219", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000219", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dde194afbdd7218c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_4f433813492abdd4", "row_id": "sai_000220", "source_id": "fallback_dialogue_000220", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000220", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4f433813492abdd4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 7 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_1bc9ef6fe2fce5b0", "row_id": "sai_000221", "source_id": "fallback_dialogue_000221", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000221", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1bc9ef6fe2fce5b0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 8 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_f994e0b93b310e6c", "row_id": "sai_000222", "source_id": "fallback_dialogue_000222", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000222", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f994e0b93b310e6c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_7a032c7e131882ef", "row_id": "sai_000223", "source_id": "fallback_dialogue_000223", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000223", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7a032c7e131882ef.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_3c6fad0e23fa05cd", "row_id": "sai_000224", "source_id": "fallback_dialogue_000224", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000224", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3c6fad0e23fa05cd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_6c6eda367f51dc17", "row_id": "sai_000225", "source_id": "fallback_dialogue_000225", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000225", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6c6eda367f51dc17.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_a869299a845adaff", "row_id": "sai_000226", "source_id": "fallback_dialogue_000226", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000226", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a869299a845adaff.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_f5c79c6e6c5c93b7", "row_id": "sai_000227", "source_id": "fallback_dialogue_000227", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000227", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f5c79c6e6c5c93b7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_a8418c20621519b4", "row_id": "sai_000228", "source_id": "fallback_dialogue_000228", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000228", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a8418c20621519b4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_886f840b4f62f739", "row_id": "sai_000229", "source_id": "fallback_dialogue_000229", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000229", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_886f840b4f62f739.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_6896a4a81778e76d", "row_id": "sai_000230", "source_id": "fallback_dialogue_000230", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000230", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6896a4a81778e76d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 17 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_ab1a044d8636192a", "row_id": "sai_000231", "source_id": "fallback_dialogue_000231", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000231", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ab1a044d8636192a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 18 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_3a6421187f991239", "row_id": "sai_000232", "source_id": "fallback_dialogue_000232", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000232", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3a6421187f991239.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_b9ea8628bf2750ef", "row_id": "sai_000233", "source_id": "fallback_dialogue_000233", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000233", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b9ea8628bf2750ef.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_30d29d054f18e7fa", "row_id": "sai_000234", "source_id": "fallback_dialogue_000234", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000234", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_30d29d054f18e7fa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_fcf7a4f9bd99581a", "row_id": "sai_000235", "source_id": "fallback_dialogue_000235", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000235", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fcf7a4f9bd99581a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_de60ebe506d8ca10", "row_id": "sai_000236", "source_id": "fallback_dialogue_000236", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000236", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_de60ebe506d8ca10.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_7b34d5cc261eb77a", "row_id": "sai_000237", "source_id": "fallback_dialogue_000237", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000237", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7b34d5cc261eb77a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_4261c42951b084b6", "row_id": "sai_000238", "source_id": "fallback_dialogue_000238", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000238", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4261c42951b084b6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_4d198eb061b4a49f", "row_id": "sai_000239", "source_id": "fallback_dialogue_000239", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000239", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4d198eb061b4a49f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_946d9102b9f892aa", "row_id": "sai_000240", "source_id": "fallback_dialogue_000240", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000240", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_946d9102b9f892aa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 27 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_7d2d67b7d832b0c9", "row_id": "sai_000241", "source_id": "fallback_dialogue_000241", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000241", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7d2d67b7d832b0c9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 28 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_86836a95330688ed", "row_id": "sai_000242", "source_id": "fallback_dialogue_000242", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000242", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_86836a95330688ed.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_3371c9be95f31366", "row_id": "sai_000243", "source_id": "fallback_dialogue_000243", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000243", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3371c9be95f31366.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_fc73be4462ab1077", "row_id": "sai_000244", "source_id": "fallback_dialogue_000244", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000244", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fc73be4462ab1077.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_4e2d02aa3ca8c4b7", "row_id": "sai_000245", "source_id": "fallback_dialogue_000245", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000245", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4e2d02aa3ca8c4b7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_f5a90778a9114ead", "row_id": "sai_000246", "source_id": "fallback_dialogue_000246", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000246", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f5a90778a9114ead.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_b4ca62b4a6e947a6", "row_id": "sai_000247", "source_id": "fallback_dialogue_000247", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000247", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b4ca62b4a6e947a6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_1431d48f1d9fdb2c", "row_id": "sai_000248", "source_id": "fallback_dialogue_000248", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000248", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1431d48f1d9fdb2c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_dd5c3e798be22305", "row_id": "sai_000249", "source_id": "fallback_dialogue_000249", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000249", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dd5c3e798be22305.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_869bb4875e7027f5", "row_id": "sai_000250", "source_id": "fallback_dialogue_000250", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000250", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_869bb4875e7027f5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 10 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_619f07937115d14c", "row_id": "sai_000251", "source_id": "fallback_dialogue_000251", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000251", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_619f07937115d14c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 11 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_252001f3ac8256ad", "row_id": "sai_000252", "source_id": "fallback_dialogue_000252", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000252", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_252001f3ac8256ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_544839ede393bf4e", "row_id": "sai_000253", "source_id": "fallback_dialogue_000253", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000253", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_544839ede393bf4e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_936081c9a8ba903b", "row_id": "sai_000254", "source_id": "fallback_dialogue_000254", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000254", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_936081c9a8ba903b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_3e5c61466e623d7d", "row_id": "sai_000255", "source_id": "fallback_dialogue_000255", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000255", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3e5c61466e623d7d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_a88b3e9e5204ab73", "row_id": "sai_000256", "source_id": "fallback_dialogue_000256", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000256", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a88b3e9e5204ab73.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_8694226f2c451fb2", "row_id": "sai_000257", "source_id": "fallback_dialogue_000257", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000257", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8694226f2c451fb2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_6313c525517dd957", "row_id": "sai_000258", "source_id": "fallback_dialogue_000258", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000258", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6313c525517dd957.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_3ac835b7be0c6c3e", "row_id": "sai_000259", "source_id": "fallback_dialogue_000259", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000259", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3ac835b7be0c6c3e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_27b6b6fcb71240e4", "row_id": "sai_000260", "source_id": "fallback_dialogue_000260", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000260", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_27b6b6fcb71240e4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 20 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_f0c408b681a684bc", "row_id": "sai_000261", "source_id": "fallback_dialogue_000261", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000261", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f0c408b681a684bc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 21 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_6dd81e40a3c80682", "row_id": "sai_000262", "source_id": "fallback_dialogue_000262", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000262", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6dd81e40a3c80682.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_9153a9f71c1c800f", "row_id": "sai_000263", "source_id": "fallback_dialogue_000263", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000263", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9153a9f71c1c800f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_8ada0c77e515b6cf", "row_id": "sai_000264", "source_id": "fallback_dialogue_000264", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000264", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8ada0c77e515b6cf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_f797d85d8b347c34", "row_id": "sai_000265", "source_id": "fallback_dialogue_000265", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000265", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f797d85d8b347c34.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_29cafea2cf0e0262", "row_id": "sai_000266", "source_id": "fallback_dialogue_000266", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000266", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_29cafea2cf0e0262.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_00775db41e9bfda5", "row_id": "sai_000267", "source_id": "fallback_dialogue_000267", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000267", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_00775db41e9bfda5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_39016699a532b2a9", "row_id": "sai_000268", "source_id": "fallback_dialogue_000268", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000268", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_39016699a532b2a9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_39a1dd8850a8ae8c", "row_id": "sai_000269", "source_id": "fallback_dialogue_000269", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000269", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_39a1dd8850a8ae8c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_9f87dde64de97d2c", "row_id": "sai_000270", "source_id": "fallback_dialogue_000270", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000270", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9f87dde64de97d2c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 3 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_99e9a0763c225747", "row_id": "sai_000271", "source_id": "fallback_dialogue_000271", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000271", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_99e9a0763c225747.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 4 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_46df3fd25e7333e6", "row_id": "sai_000272", "source_id": "fallback_dialogue_000272", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000272", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_46df3fd25e7333e6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_78e4eed5120f728e", "row_id": "sai_000273", "source_id": "fallback_dialogue_000273", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000273", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_78e4eed5120f728e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_aa17c644e383e95f", "row_id": "sai_000274", "source_id": "fallback_dialogue_000274", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000274", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_aa17c644e383e95f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_3a42669003aa8b7a", "row_id": "sai_000275", "source_id": "fallback_dialogue_000275", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000275", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3a42669003aa8b7a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_66236f8776f155fb", "row_id": "sai_000276", "source_id": "fallback_dialogue_000276", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000276", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_66236f8776f155fb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_905548981d63901a", "row_id": "sai_000277", "source_id": "fallback_dialogue_000277", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000277", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_905548981d63901a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_c75deb6688ffdb7e", "row_id": "sai_000278", "source_id": "fallback_dialogue_000278", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000278", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c75deb6688ffdb7e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_983264c0b9142053", "row_id": "sai_000279", "source_id": "fallback_dialogue_000279", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000279", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_983264c0b9142053.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_dd30e1da8f47b2e2", "row_id": "sai_000280", "source_id": "fallback_dialogue_000280", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000280", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dd30e1da8f47b2e2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 13 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_926e50bbe88ae6ee", "row_id": "sai_000281", "source_id": "fallback_dialogue_000281", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000281", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_926e50bbe88ae6ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 14 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_36654f7ec720de6d", "row_id": "sai_000282", "source_id": "fallback_dialogue_000282", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000282", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_36654f7ec720de6d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_9736c333442340b2", "row_id": "sai_000283", "source_id": "fallback_dialogue_000283", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000283", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9736c333442340b2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_8d5b11b140150c2c", "row_id": "sai_000284", "source_id": "fallback_dialogue_000284", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000284", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8d5b11b140150c2c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_7ea34a46d12db00b", "row_id": "sai_000285", "source_id": "fallback_dialogue_000285", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000285", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7ea34a46d12db00b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_7f09a4af3627a54d", "row_id": "sai_000286", "source_id": "fallback_dialogue_000286", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000286", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7f09a4af3627a54d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_5aecc0c16fb9f77b", "row_id": "sai_000287", "source_id": "fallback_dialogue_000287", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000287", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5aecc0c16fb9f77b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_691a91007b3ada9b", "row_id": "sai_000288", "source_id": "fallback_dialogue_000288", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000288", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_691a91007b3ada9b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_78412763da94d23e", "row_id": "sai_000289", "source_id": "fallback_dialogue_000289", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000289", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_78412763da94d23e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_db103d0eefb8a95e", "row_id": "sai_000290", "source_id": "fallback_dialogue_000290", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000290", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_db103d0eefb8a95e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 23 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_ad081da1248f1312", "row_id": "sai_000291", "source_id": "fallback_dialogue_000291", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000291", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ad081da1248f1312.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 24 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_932cda8693508952", "row_id": "sai_000292", "source_id": "fallback_dialogue_000292", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000292", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_932cda8693508952.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_b9759c95e4ec7b32", "row_id": "sai_000293", "source_id": "fallback_dialogue_000293", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000293", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b9759c95e4ec7b32.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_0a4a74d0b7726a58", "row_id": "sai_000294", "source_id": "fallback_dialogue_000294", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000294", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0a4a74d0b7726a58.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_0df2e946998d2232", "row_id": "sai_000295", "source_id": "fallback_dialogue_000295", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000295", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0df2e946998d2232.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_48609eb9051b43af", "row_id": "sai_000296", "source_id": "fallback_dialogue_000296", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000296", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_48609eb9051b43af.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_43e14c3e936de1b9", "row_id": "sai_000297", "source_id": "fallback_dialogue_000297", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000297", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_43e14c3e936de1b9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_cebf8933b019b29b", "row_id": "sai_000298", "source_id": "fallback_dialogue_000298", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000298", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cebf8933b019b29b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_31b51b176ace94ca", "row_id": "sai_000299", "source_id": "fallback_dialogue_000299", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000299", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_31b51b176ace94ca.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_1a48486f20077d2b", "row_id": "sai_000300", "source_id": "fallback_dialogue_000300", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000300", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1a48486f20077d2b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 6 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_5ccb021377f3bfb4", "row_id": "sai_000301", "source_id": "fallback_dialogue_000301", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000301", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5ccb021377f3bfb4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 7 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_4c22cf4c46304b66", "row_id": "sai_000302", "source_id": "fallback_dialogue_000302", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000302", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4c22cf4c46304b66.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_d67b371d1831dd5a", "row_id": "sai_000303", "source_id": "fallback_dialogue_000303", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000303", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d67b371d1831dd5a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_7cb7deac2d886772", "row_id": "sai_000304", "source_id": "fallback_dialogue_000304", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000304", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7cb7deac2d886772.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_b88d444412533a65", "row_id": "sai_000305", "source_id": "fallback_dialogue_000305", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000305", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b88d444412533a65.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_730c6c2fb565ea00", "row_id": "sai_000306", "source_id": "fallback_dialogue_000306", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000306", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_730c6c2fb565ea00.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_5f567fe527c66ef9", "row_id": "sai_000307", "source_id": "fallback_dialogue_000307", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000307", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5f567fe527c66ef9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_37b665823a6f25c0", "row_id": "sai_000308", "source_id": "fallback_dialogue_000308", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000308", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_37b665823a6f25c0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_f9ce0d55b2229152", "row_id": "sai_000309", "source_id": "fallback_dialogue_000309", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000309", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f9ce0d55b2229152.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_0afa4c1795bdeb39", "row_id": "sai_000310", "source_id": "fallback_dialogue_000310", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000310", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0afa4c1795bdeb39.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 16 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_7d0455299c7afdab", "row_id": "sai_000311", "source_id": "fallback_dialogue_000311", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000311", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7d0455299c7afdab.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 17 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_b6ffdd7e70162eb7", "row_id": "sai_000312", "source_id": "fallback_dialogue_000312", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000312", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b6ffdd7e70162eb7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_973379f14f9092be", "row_id": "sai_000313", "source_id": "fallback_dialogue_000313", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000313", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_973379f14f9092be.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_e24ac1d4d8075417", "row_id": "sai_000314", "source_id": "fallback_dialogue_000314", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000314", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e24ac1d4d8075417.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_4e49bd1010247f31", "row_id": "sai_000315", "source_id": "fallback_dialogue_000315", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000315", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4e49bd1010247f31.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_6dba1605bbca832e", "row_id": "sai_000316", "source_id": "fallback_dialogue_000316", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000316", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6dba1605bbca832e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_4d2a2e7263e4015b", "row_id": "sai_000317", "source_id": "fallback_dialogue_000317", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000317", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4d2a2e7263e4015b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_286be25fc01d1804", "row_id": "sai_000318", "source_id": "fallback_dialogue_000318", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000318", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_286be25fc01d1804.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_fae9fde156395d7c", "row_id": "sai_000319", "source_id": "fallback_dialogue_000319", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000319", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fae9fde156395d7c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_c2a036083ce15a97", "row_id": "sai_000320", "source_id": "fallback_dialogue_000320", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000320", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c2a036083ce15a97.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 26 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_0a9d7effe052f20a", "row_id": "sai_000321", "source_id": "fallback_dialogue_000321", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000321", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0a9d7effe052f20a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 27 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_1e0772ad7a2a2bbb", "row_id": "sai_000322", "source_id": "fallback_dialogue_000322", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000322", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1e0772ad7a2a2bbb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_f41d6ec3949026cb", "row_id": "sai_000323", "source_id": "fallback_dialogue_000323", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000323", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f41d6ec3949026cb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_04bdb0205a7d04ff", "row_id": "sai_000324", "source_id": "fallback_dialogue_000324", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000324", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_04bdb0205a7d04ff.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_6cad3124e994a085", "row_id": "sai_000325", "source_id": "fallback_dialogue_000325", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000325", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6cad3124e994a085.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_34b90b24aac9f1e6", "row_id": "sai_000326", "source_id": "fallback_dialogue_000326", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000326", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_34b90b24aac9f1e6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_4b2773769927a82e", "row_id": "sai_000327", "source_id": "fallback_dialogue_000327", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000327", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4b2773769927a82e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_7479131f0cda5e41", "row_id": "sai_000328", "source_id": "fallback_dialogue_000328", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000328", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7479131f0cda5e41.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_539876dc978fffee", "row_id": "sai_000329", "source_id": "fallback_dialogue_000329", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000329", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_539876dc978fffee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_975a65358ce8e973", "row_id": "sai_000330", "source_id": "fallback_dialogue_000330", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000330", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_975a65358ce8e973.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 9 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_b175b3c4e64ff1e6", "row_id": "sai_000331", "source_id": "fallback_dialogue_000331", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000331", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b175b3c4e64ff1e6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 10 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_8bdd40fd8440dc3b", "row_id": "sai_000332", "source_id": "fallback_dialogue_000332", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000332", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8bdd40fd8440dc3b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_dbcccd79da5a4365", "row_id": "sai_000333", "source_id": "fallback_dialogue_000333", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000333", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dbcccd79da5a4365.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_6b06c05e5bb6515f", "row_id": "sai_000334", "source_id": "fallback_dialogue_000334", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000334", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6b06c05e5bb6515f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_1605decbd76e7481", "row_id": "sai_000335", "source_id": "fallback_dialogue_000335", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000335", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1605decbd76e7481.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_2963254c9e162ddd", "row_id": "sai_000336", "source_id": "fallback_dialogue_000336", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000336", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2963254c9e162ddd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_240723876913bfd7", "row_id": "sai_000337", "source_id": "fallback_dialogue_000337", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000337", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_240723876913bfd7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_068e77715834cd58", "row_id": "sai_000338", "source_id": "fallback_dialogue_000338", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000338", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_068e77715834cd58.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_42526dccd0fd12a5", "row_id": "sai_000339", "source_id": "fallback_dialogue_000339", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000339", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_42526dccd0fd12a5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_dbecd57fd77e1ffd", "row_id": "sai_000340", "source_id": "fallback_dialogue_000340", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000340", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dbecd57fd77e1ffd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 19 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_9f77b37594ed8511", "row_id": "sai_000341", "source_id": "fallback_dialogue_000341", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000341", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9f77b37594ed8511.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 20 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_014dd01b1ce7239b", "row_id": "sai_000342", "source_id": "fallback_dialogue_000342", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000342", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_014dd01b1ce7239b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_a6dd66bb56bd0272", "row_id": "sai_000343", "source_id": "fallback_dialogue_000343", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000343", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a6dd66bb56bd0272.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_2a88ad121706125f", "row_id": "sai_000344", "source_id": "fallback_dialogue_000344", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000344", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2a88ad121706125f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_23f67724967151a4", "row_id": "sai_000345", "source_id": "fallback_dialogue_000345", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000345", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_23f67724967151a4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_eb16aa591fce5f53", "row_id": "sai_000346", "source_id": "fallback_dialogue_000346", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000346", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_eb16aa591fce5f53.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_3b0ceb7b18811a6e", "row_id": "sai_000347", "source_id": "fallback_dialogue_000347", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000347", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3b0ceb7b18811a6e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_ea4cfa37094d7975", "row_id": "sai_000348", "source_id": "fallback_dialogue_000348", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000348", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ea4cfa37094d7975.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_7462859b37dbc03d", "row_id": "sai_000349", "source_id": "fallback_dialogue_000349", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000349", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7462859b37dbc03d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_700196b5ef6ecc33", "row_id": "sai_000350", "source_id": "fallback_dialogue_000350", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000350", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_700196b5ef6ecc33.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 29 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_7e7d1e355017b3b7", "row_id": "sai_000351", "source_id": "fallback_dialogue_000351", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000351", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7e7d1e355017b3b7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 3 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_5d6094863a7e3fb5", "row_id": "sai_000352", "source_id": "fallback_dialogue_000352", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000352", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5d6094863a7e3fb5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_307c31fcaa37b297", "row_id": "sai_000353", "source_id": "fallback_dialogue_000353", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000353", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_307c31fcaa37b297.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_fd577e9e5b5115f2", "row_id": "sai_000354", "source_id": "fallback_dialogue_000354", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000354", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fd577e9e5b5115f2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_47fdc6b656883b1c", "row_id": "sai_000355", "source_id": "fallback_dialogue_000355", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000355", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_47fdc6b656883b1c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_d540990bba48c26b", "row_id": "sai_000356", "source_id": "fallback_dialogue_000356", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000356", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d540990bba48c26b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_f13f74d121abb9e6", "row_id": "sai_000357", "source_id": "fallback_dialogue_000357", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000357", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f13f74d121abb9e6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_2ef3de627450e5ab", "row_id": "sai_000358", "source_id": "fallback_dialogue_000358", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000358", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2ef3de627450e5ab.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_bc9858f9635ef229", "row_id": "sai_000359", "source_id": "fallback_dialogue_000359", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000359", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bc9858f9635ef229.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_c21c6b9f931ff9e6", "row_id": "sai_000360", "source_id": "fallback_dialogue_000360", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000360", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c21c6b9f931ff9e6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 12 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_2d366ae41edef54b", "row_id": "sai_000361", "source_id": "fallback_dialogue_000361", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000361", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2d366ae41edef54b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 13 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_f22bfbf44722e6ee", "row_id": "sai_000362", "source_id": "fallback_dialogue_000362", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000362", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f22bfbf44722e6ee.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_2fcde84425478b99", "row_id": "sai_000363", "source_id": "fallback_dialogue_000363", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000363", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2fcde84425478b99.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_8f4069638fb0e8c0", "row_id": "sai_000364", "source_id": "fallback_dialogue_000364", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000364", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8f4069638fb0e8c0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_cd8c3eaafc0eb213", "row_id": "sai_000365", "source_id": "fallback_dialogue_000365", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000365", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cd8c3eaafc0eb213.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_492b5f633f9e1640", "row_id": "sai_000366", "source_id": "fallback_dialogue_000366", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000366", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_492b5f633f9e1640.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_45252de1c907fcf7", "row_id": "sai_000367", "source_id": "fallback_dialogue_000367", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000367", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_45252de1c907fcf7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_a941aff5aae9479a", "row_id": "sai_000368", "source_id": "fallback_dialogue_000368", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000368", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a941aff5aae9479a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_b240c6f8bf1194e4", "row_id": "sai_000369", "source_id": "fallback_dialogue_000369", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000369", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b240c6f8bf1194e4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_0b501131ad9cf6a5", "row_id": "sai_000370", "source_id": "fallback_dialogue_000370", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000370", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0b501131ad9cf6a5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 22 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_284820db108cf821", "row_id": "sai_000371", "source_id": "fallback_dialogue_000371", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000371", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_284820db108cf821.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 23 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_68b0e0fd5123b7e0", "row_id": "sai_000372", "source_id": "fallback_dialogue_000372", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000372", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_68b0e0fd5123b7e0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_c254ec989845837f", "row_id": "sai_000373", "source_id": "fallback_dialogue_000373", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000373", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c254ec989845837f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_5679021b5974ecd8", "row_id": "sai_000374", "source_id": "fallback_dialogue_000374", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000374", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5679021b5974ecd8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_4600e239413d1d39", "row_id": "sai_000375", "source_id": "fallback_dialogue_000375", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000375", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4600e239413d1d39.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_5264e5e143798129", "row_id": "sai_000376", "source_id": "fallback_dialogue_000376", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000376", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5264e5e143798129.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_188d54314f7b7631", "row_id": "sai_000377", "source_id": "fallback_dialogue_000377", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000377", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_188d54314f7b7631.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_8e2e819d911e851f", "row_id": "sai_000378", "source_id": "fallback_dialogue_000378", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000378", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8e2e819d911e851f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_8bac30c37e9849ea", "row_id": "sai_000379", "source_id": "fallback_dialogue_000379", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000379", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8bac30c37e9849ea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_5c83ba8504802a81", "row_id": "sai_000380", "source_id": "fallback_dialogue_000380", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000380", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5c83ba8504802a81.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 5 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_6f99564816a671fc", "row_id": "sai_000381", "source_id": "fallback_dialogue_000381", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000381", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6f99564816a671fc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 6 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_674faa25f7223cb5", "row_id": "sai_000382", "source_id": "fallback_dialogue_000382", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000382", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_674faa25f7223cb5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_ee3e5877945c84d3", "row_id": "sai_000383", "source_id": "fallback_dialogue_000383", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000383", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ee3e5877945c84d3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_2c8b72386f1f017d", "row_id": "sai_000384", "source_id": "fallback_dialogue_000384", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000384", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2c8b72386f1f017d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_3f22d7aacff6685b", "row_id": "sai_000385", "source_id": "fallback_dialogue_000385", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000385", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3f22d7aacff6685b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_4732399afc09a747", "row_id": "sai_000386", "source_id": "fallback_dialogue_000386", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000386", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4732399afc09a747.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_5542b45440a67ead", "row_id": "sai_000387", "source_id": "fallback_dialogue_000387", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000387", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5542b45440a67ead.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_f2b78e11eb08d7ed", "row_id": "sai_000388", "source_id": "fallback_dialogue_000388", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000388", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f2b78e11eb08d7ed.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_039e7a9511f1dce2", "row_id": "sai_000389", "source_id": "fallback_dialogue_000389", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000389", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_039e7a9511f1dce2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_83352657d877ee4b", "row_id": "sai_000390", "source_id": "fallback_dialogue_000390", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000390", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_83352657d877ee4b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 15 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_09f1d4853b33d97e", "row_id": "sai_000391", "source_id": "fallback_dialogue_000391", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000391", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_09f1d4853b33d97e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 16 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_4bae0eb7b5a74dea", "row_id": "sai_000392", "source_id": "fallback_dialogue_000392", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000392", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4bae0eb7b5a74dea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_de5b799305cebfc7", "row_id": "sai_000393", "source_id": "fallback_dialogue_000393", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000393", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_de5b799305cebfc7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_32c3a0f18b14f9a2", "row_id": "sai_000394", "source_id": "fallback_dialogue_000394", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000394", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_32c3a0f18b14f9a2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_dba761cba4adf355", "row_id": "sai_000395", "source_id": "fallback_dialogue_000395", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000395", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dba761cba4adf355.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_d1aab55981f77ff6", "row_id": "sai_000396", "source_id": "fallback_dialogue_000396", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000396", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d1aab55981f77ff6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_97fb4b5549ccc356", "row_id": "sai_000397", "source_id": "fallback_dialogue_000397", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000397", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_97fb4b5549ccc356.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_e3c7b087aa659cd6", "row_id": "sai_000398", "source_id": "fallback_dialogue_000398", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000398", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e3c7b087aa659cd6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_5251dbff09f79450", "row_id": "sai_000399", "source_id": "fallback_dialogue_000399", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000399", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5251dbff09f79450.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_3af9dead7a17b3cd", "row_id": "sai_000400", "source_id": "fallback_dialogue_000400", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000400", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3af9dead7a17b3cd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 25 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_d7d2620a3d66e8a6", "row_id": "sai_000401", "source_id": "fallback_dialogue_000401", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000401", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d7d2620a3d66e8a6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 26 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_d0dc7b6580ad86b0", "row_id": "sai_000402", "source_id": "fallback_dialogue_000402", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000402", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d0dc7b6580ad86b0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_1686e38e81b5a73d", "row_id": "sai_000403", "source_id": "fallback_dialogue_000403", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000403", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1686e38e81b5a73d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_c90e0801e32b6fcf", "row_id": "sai_000404", "source_id": "fallback_dialogue_000404", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000404", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c90e0801e32b6fcf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_c4ae10eb4d1645ac", "row_id": "sai_000405", "source_id": "fallback_dialogue_000405", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000405", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c4ae10eb4d1645ac.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_ecce3267d853624b", "row_id": "sai_000406", "source_id": "fallback_dialogue_000406", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000406", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ecce3267d853624b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_57812f441c978391", "row_id": "sai_000407", "source_id": "fallback_dialogue_000407", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000407", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_57812f441c978391.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_a51d06e9bcfdc3e5", "row_id": "sai_000408", "source_id": "fallback_dialogue_000408", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000408", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a51d06e9bcfdc3e5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_6752ed882b342983", "row_id": "sai_000409", "source_id": "fallback_dialogue_000409", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000409", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6752ed882b342983.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_d6a42b00cb76986d", "row_id": "sai_000410", "source_id": "fallback_dialogue_000410", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000410", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d6a42b00cb76986d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 8 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_61666cd2046aa31d", "row_id": "sai_000411", "source_id": "fallback_dialogue_000411", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000411", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_61666cd2046aa31d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 9 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_5e921a5b1cbb4350", "row_id": "sai_000412", "source_id": "fallback_dialogue_000412", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000412", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5e921a5b1cbb4350.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_d2056f87bc9b8ec1", "row_id": "sai_000413", "source_id": "fallback_dialogue_000413", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000413", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d2056f87bc9b8ec1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_c70140c762ba35e0", "row_id": "sai_000414", "source_id": "fallback_dialogue_000414", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000414", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c70140c762ba35e0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_86dc6469769b1c44", "row_id": "sai_000415", "source_id": "fallback_dialogue_000415", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000415", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_86dc6469769b1c44.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_402049b7ec33f992", "row_id": "sai_000416", "source_id": "fallback_dialogue_000416", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000416", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_402049b7ec33f992.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_ebda80acf7686eb0", "row_id": "sai_000417", "source_id": "fallback_dialogue_000417", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000417", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ebda80acf7686eb0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_3addd589bd8f55f5", "row_id": "sai_000418", "source_id": "fallback_dialogue_000418", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000418", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3addd589bd8f55f5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_00359e2f600221a0", "row_id": "sai_000419", "source_id": "fallback_dialogue_000419", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000419", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_00359e2f600221a0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_291f41098bc17c5d", "row_id": "sai_000420", "source_id": "fallback_dialogue_000420", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000420", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_291f41098bc17c5d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 18 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_1fa15fe125eb63e7", "row_id": "sai_000421", "source_id": "fallback_dialogue_000421", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000421", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1fa15fe125eb63e7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 19 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_2899d3e3b60a36a6", "row_id": "sai_000422", "source_id": "fallback_dialogue_000422", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000422", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2899d3e3b60a36a6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_e82878795daa90fa", "row_id": "sai_000423", "source_id": "fallback_dialogue_000423", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000423", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e82878795daa90fa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_9e4adaa7c2116f3a", "row_id": "sai_000424", "source_id": "fallback_dialogue_000424", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000424", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9e4adaa7c2116f3a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_23cba05f79cd402b", "row_id": "sai_000425", "source_id": "fallback_dialogue_000425", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000425", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_23cba05f79cd402b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_91ce494277caf12a", "row_id": "sai_000426", "source_id": "fallback_dialogue_000426", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000426", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_91ce494277caf12a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_fc408afaae31cdf2", "row_id": "sai_000427", "source_id": "fallback_dialogue_000427", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000427", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fc408afaae31cdf2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_6656042bafd54a68", "row_id": "sai_000428", "source_id": "fallback_dialogue_000428", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000428", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6656042bafd54a68.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_8ca6fb10dd078528", "row_id": "sai_000429", "source_id": "fallback_dialogue_000429", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000429", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8ca6fb10dd078528.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_9ac6e6a8e436f6e9", "row_id": "sai_000430", "source_id": "fallback_dialogue_000430", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000430", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9ac6e6a8e436f6e9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 28 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_78e22346c0d1b236", "row_id": "sai_000431", "source_id": "fallback_dialogue_000431", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000431", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_78e22346c0d1b236.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 29 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_344f4b135cb4cfef", "row_id": "sai_000432", "source_id": "fallback_dialogue_000432", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000432", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_344f4b135cb4cfef.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_0223e6e02a999363", "row_id": "sai_000433", "source_id": "fallback_dialogue_000433", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000433", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0223e6e02a999363.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_51964379706dc10f", "row_id": "sai_000434", "source_id": "fallback_dialogue_000434", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000434", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_51964379706dc10f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_0328f7deaf601982", "row_id": "sai_000435", "source_id": "fallback_dialogue_000435", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000435", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0328f7deaf601982.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_b087bac548a1d4fe", "row_id": "sai_000436", "source_id": "fallback_dialogue_000436", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000436", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b087bac548a1d4fe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_7bf770a57f59fb25", "row_id": "sai_000437", "source_id": "fallback_dialogue_000437", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000437", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7bf770a57f59fb25.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_84d61d959ec2c65a", "row_id": "sai_000438", "source_id": "fallback_dialogue_000438", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000438", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_84d61d959ec2c65a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_94c9130dd7c512ba", "row_id": "sai_000439", "source_id": "fallback_dialogue_000439", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000439", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_94c9130dd7c512ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_2c37f06862f4a01e", "row_id": "sai_000440", "source_id": "fallback_dialogue_000440", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000440", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2c37f06862f4a01e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 11 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_b1e39082bc78c1ea", "row_id": "sai_000441", "source_id": "fallback_dialogue_000441", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000441", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b1e39082bc78c1ea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 12 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_060541a5c9ce8e00", "row_id": "sai_000442", "source_id": "fallback_dialogue_000442", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000442", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_060541a5c9ce8e00.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_a19b601d4b9d7620", "row_id": "sai_000443", "source_id": "fallback_dialogue_000443", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000443", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a19b601d4b9d7620.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_a440411678e830c1", "row_id": "sai_000444", "source_id": "fallback_dialogue_000444", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000444", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a440411678e830c1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_f77beaa400d63809", "row_id": "sai_000445", "source_id": "fallback_dialogue_000445", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000445", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f77beaa400d63809.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_cb28cb9bf9b91107", "row_id": "sai_000446", "source_id": "fallback_dialogue_000446", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000446", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cb28cb9bf9b91107.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_edc7372b939bc009", "row_id": "sai_000447", "source_id": "fallback_dialogue_000447", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000447", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_edc7372b939bc009.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_38f91964d59a6aa4", "row_id": "sai_000448", "source_id": "fallback_dialogue_000448", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000448", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_38f91964d59a6aa4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_11fb9645c9e37b48", "row_id": "sai_000449", "source_id": "fallback_dialogue_000449", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000449", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_11fb9645c9e37b48.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_0ac34f224470bb9e", "row_id": "sai_000450", "source_id": "fallback_dialogue_000450", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000450", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0ac34f224470bb9e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 21 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_e34b5a37f0ecb1cf", "row_id": "sai_000451", "source_id": "fallback_dialogue_000451", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000451", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e34b5a37f0ecb1cf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 22 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_0d367a423bb1ed6e", "row_id": "sai_000452", "source_id": "fallback_dialogue_000452", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000452", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0d367a423bb1ed6e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_c7774caa99e8477b", "row_id": "sai_000453", "source_id": "fallback_dialogue_000453", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000453", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c7774caa99e8477b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_ee278c14d7f7a930", "row_id": "sai_000454", "source_id": "fallback_dialogue_000454", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000454", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ee278c14d7f7a930.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_f7e2e4bb795146a9", "row_id": "sai_000455", "source_id": "fallback_dialogue_000455", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000455", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f7e2e4bb795146a9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_7b920f14ca117558", "row_id": "sai_000456", "source_id": "fallback_dialogue_000456", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000456", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7b920f14ca117558.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_12d62c54e505bc08", "row_id": "sai_000457", "source_id": "fallback_dialogue_000457", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000457", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_12d62c54e505bc08.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_57d9148da814039f", "row_id": "sai_000458", "source_id": "fallback_dialogue_000458", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000458", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_57d9148da814039f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_fbdfcc7e8f93b4fd", "row_id": "sai_000459", "source_id": "fallback_dialogue_000459", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000459", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fbdfcc7e8f93b4fd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_95995a91dca4e24a", "row_id": "sai_000460", "source_id": "fallback_dialogue_000460", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000460", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_95995a91dca4e24a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 4 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_ccc00c095d0d19f5", "row_id": "sai_000461", "source_id": "fallback_dialogue_000461", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000461", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ccc00c095d0d19f5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 5 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_001ef1a3670b74b6", "row_id": "sai_000462", "source_id": "fallback_dialogue_000462", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000462", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_001ef1a3670b74b6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_00b77f91a86f5f6f", "row_id": "sai_000463", "source_id": "fallback_dialogue_000463", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000463", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_00b77f91a86f5f6f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_1463ef7fcbf45e26", "row_id": "sai_000464", "source_id": "fallback_dialogue_000464", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000464", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1463ef7fcbf45e26.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_956efab534137f9b", "row_id": "sai_000465", "source_id": "fallback_dialogue_000465", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000465", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_956efab534137f9b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_66512f2e8aaf0f65", "row_id": "sai_000466", "source_id": "fallback_dialogue_000466", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000466", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_66512f2e8aaf0f65.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_1628255620d505c9", "row_id": "sai_000467", "source_id": "fallback_dialogue_000467", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000467", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1628255620d505c9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_86331b5add8ebb25", "row_id": "sai_000468", "source_id": "fallback_dialogue_000468", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000468", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_86331b5add8ebb25.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_5e12b9f082392989", "row_id": "sai_000469", "source_id": "fallback_dialogue_000469", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000469", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5e12b9f082392989.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_9f0727e1bc16ff4b", "row_id": "sai_000470", "source_id": "fallback_dialogue_000470", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000470", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9f0727e1bc16ff4b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 14 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_e25cac2982fca839", "row_id": "sai_000471", "source_id": "fallback_dialogue_000471", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000471", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e25cac2982fca839.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 15 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_1b4bb10a18852344", "row_id": "sai_000472", "source_id": "fallback_dialogue_000472", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000472", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1b4bb10a18852344.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_286de74b488b9cec", "row_id": "sai_000473", "source_id": "fallback_dialogue_000473", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000473", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_286de74b488b9cec.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_25c30ccbba6f8f1a", "row_id": "sai_000474", "source_id": "fallback_dialogue_000474", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000474", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_25c30ccbba6f8f1a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_8a96e560ba6faaa3", "row_id": "sai_000475", "source_id": "fallback_dialogue_000475", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000475", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8a96e560ba6faaa3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_05a24936088f95cd", "row_id": "sai_000476", "source_id": "fallback_dialogue_000476", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000476", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_05a24936088f95cd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_e2f2af248d9fcc09", "row_id": "sai_000477", "source_id": "fallback_dialogue_000477", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000477", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e2f2af248d9fcc09.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_25088f86054f2c21", "row_id": "sai_000478", "source_id": "fallback_dialogue_000478", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000478", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_25088f86054f2c21.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_89e2cde09aa15713", "row_id": "sai_000479", "source_id": "fallback_dialogue_000479", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000479", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_89e2cde09aa15713.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_c187691046be4aa5", "row_id": "sai_000480", "source_id": "fallback_dialogue_000480", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000480", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c187691046be4aa5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 24 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_df48b464ac5d48ea", "row_id": "sai_000481", "source_id": "fallback_dialogue_000481", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000481", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_df48b464ac5d48ea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 25 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_e58b2a12e6fb69af", "row_id": "sai_000482", "source_id": "fallback_dialogue_000482", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000482", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e58b2a12e6fb69af.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_a2f545cabc91df59", "row_id": "sai_000483", "source_id": "fallback_dialogue_000483", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000483", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a2f545cabc91df59.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_4473eecc424aa5bc", "row_id": "sai_000484", "source_id": "fallback_dialogue_000484", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000484", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4473eecc424aa5bc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_f37caac2dc9e9af0", "row_id": "sai_000485", "source_id": "fallback_dialogue_000485", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000485", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f37caac2dc9e9af0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_484e0533fdf6ff06", "row_id": "sai_000486", "source_id": "fallback_dialogue_000486", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000486", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_484e0533fdf6ff06.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_8364d93106bc0485", "row_id": "sai_000487", "source_id": "fallback_dialogue_000487", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000487", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8364d93106bc0485.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_95987979b2f798da", "row_id": "sai_000488", "source_id": "fallback_dialogue_000488", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000488", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_95987979b2f798da.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_ad2e4793b90db4ca", "row_id": "sai_000489", "source_id": "fallback_dialogue_000489", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000489", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ad2e4793b90db4ca.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_ef2bf6cd4e0ee12b", "row_id": "sai_000490", "source_id": "fallback_dialogue_000490", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000490", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ef2bf6cd4e0ee12b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 7 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_dc50d0ee2b3d0ea6", "row_id": "sai_000491", "source_id": "fallback_dialogue_000491", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000491", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dc50d0ee2b3d0ea6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 8 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_d34785535eff3141", "row_id": "sai_000492", "source_id": "fallback_dialogue_000492", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000492", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d34785535eff3141.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_ef1d04e4c1c9ba31", "row_id": "sai_000493", "source_id": "fallback_dialogue_000493", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000493", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ef1d04e4c1c9ba31.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_a7c6f4f1402a406b", "row_id": "sai_000494", "source_id": "fallback_dialogue_000494", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000494", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a7c6f4f1402a406b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_2bd8353d2b5d45ce", "row_id": "sai_000495", "source_id": "fallback_dialogue_000495", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000495", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2bd8353d2b5d45ce.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_03a343f316be8d1c", "row_id": "sai_000496", "source_id": "fallback_dialogue_000496", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000496", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_03a343f316be8d1c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_002abc38abdb46d8", "row_id": "sai_000497", "source_id": "fallback_dialogue_000497", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000497", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_002abc38abdb46d8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_4b7c6288ace38cc6", "row_id": "sai_000498", "source_id": "fallback_dialogue_000498", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000498", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4b7c6288ace38cc6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_4f46b05ae258e119", "row_id": "sai_000499", "source_id": "fallback_dialogue_000499", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000499", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4f46b05ae258e119.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_cbcd800874e9d05e", "row_id": "sai_000500", "source_id": "fallback_dialogue_000500", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000500", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cbcd800874e9d05e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 17 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_61e50e8ac57b967b", "row_id": "sai_000501", "source_id": "fallback_dialogue_000501", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000501", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_61e50e8ac57b967b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 18 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_465ed6c634eb3a43", "row_id": "sai_000502", "source_id": "fallback_dialogue_000502", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000502", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_465ed6c634eb3a43.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_c82b81c47d53a289", "row_id": "sai_000503", "source_id": "fallback_dialogue_000503", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000503", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c82b81c47d53a289.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_4aaaa8a3f7fb4b64", "row_id": "sai_000504", "source_id": "fallback_dialogue_000504", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000504", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4aaaa8a3f7fb4b64.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_ce5f5b421f738522", "row_id": "sai_000505", "source_id": "fallback_dialogue_000505", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000505", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ce5f5b421f738522.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_40c6683160a8fe1f", "row_id": "sai_000506", "source_id": "fallback_dialogue_000506", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000506", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_40c6683160a8fe1f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_e5af9e580c0753d6", "row_id": "sai_000507", "source_id": "fallback_dialogue_000507", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000507", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e5af9e580c0753d6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_465259602bbe8c59", "row_id": "sai_000508", "source_id": "fallback_dialogue_000508", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000508", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_465259602bbe8c59.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_9d733ae97f248b72", "row_id": "sai_000509", "source_id": "fallback_dialogue_000509", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000509", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9d733ae97f248b72.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_8cb5f90e42fe5aa0", "row_id": "sai_000510", "source_id": "fallback_dialogue_000510", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000510", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8cb5f90e42fe5aa0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 27 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_e3159a4a1f343348", "row_id": "sai_000511", "source_id": "fallback_dialogue_000511", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000511", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e3159a4a1f343348.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 28 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_c3fe37d4e541d72a", "row_id": "sai_000512", "source_id": "fallback_dialogue_000512", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000512", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c3fe37d4e541d72a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_b705276bbb152ae1", "row_id": "sai_000513", "source_id": "fallback_dialogue_000513", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000513", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b705276bbb152ae1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_c19bd87d9874d624", "row_id": "sai_000514", "source_id": "fallback_dialogue_000514", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000514", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c19bd87d9874d624.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_069631932a3b422c", "row_id": "sai_000515", "source_id": "fallback_dialogue_000515", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000515", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_069631932a3b422c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_ba3cbf88fa04030f", "row_id": "sai_000516", "source_id": "fallback_dialogue_000516", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000516", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ba3cbf88fa04030f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_f06ffe53b79060ba", "row_id": "sai_000517", "source_id": "fallback_dialogue_000517", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000517", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f06ffe53b79060ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_a5e6c68aaddf721b", "row_id": "sai_000518", "source_id": "fallback_dialogue_000518", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000518", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a5e6c68aaddf721b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_e67a485b4b88b16d", "row_id": "sai_000519", "source_id": "fallback_dialogue_000519", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000519", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e67a485b4b88b16d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_1bf98ff3a1d7f372", "row_id": "sai_000520", "source_id": "fallback_dialogue_000520", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000520", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1bf98ff3a1d7f372.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 10 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_212fc227f2797f02", "row_id": "sai_000521", "source_id": "fallback_dialogue_000521", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000521", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_212fc227f2797f02.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 11 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_a93b82791b064012", "row_id": "sai_000522", "source_id": "fallback_dialogue_000522", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000522", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a93b82791b064012.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_605318d9c7403261", "row_id": "sai_000523", "source_id": "fallback_dialogue_000523", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000523", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_605318d9c7403261.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_8c4fbba81716944a", "row_id": "sai_000524", "source_id": "fallback_dialogue_000524", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000524", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8c4fbba81716944a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_abe82ba5b7a5e10e", "row_id": "sai_000525", "source_id": "fallback_dialogue_000525", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000525", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_abe82ba5b7a5e10e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_ae67b19f20aa82ab", "row_id": "sai_000526", "source_id": "fallback_dialogue_000526", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000526", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ae67b19f20aa82ab.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_475ac6fe6fd92ddc", "row_id": "sai_000527", "source_id": "fallback_dialogue_000527", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000527", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_475ac6fe6fd92ddc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_b770a5eb4b7e3e66", "row_id": "sai_000528", "source_id": "fallback_dialogue_000528", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000528", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b770a5eb4b7e3e66.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_3a275eda31bc6bea", "row_id": "sai_000529", "source_id": "fallback_dialogue_000529", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000529", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3a275eda31bc6bea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_7723addfc84a7741", "row_id": "sai_000530", "source_id": "fallback_dialogue_000530", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000530", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7723addfc84a7741.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 20 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_c764a378f23e5565", "row_id": "sai_000531", "source_id": "fallback_dialogue_000531", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000531", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c764a378f23e5565.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 21 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_2cdf6e012b06bede", "row_id": "sai_000532", "source_id": "fallback_dialogue_000532", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000532", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2cdf6e012b06bede.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_95b4163f174c7570", "row_id": "sai_000533", "source_id": "fallback_dialogue_000533", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000533", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_95b4163f174c7570.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_de965453b431f175", "row_id": "sai_000534", "source_id": "fallback_dialogue_000534", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000534", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_de965453b431f175.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_a335b29a8c7ebe91", "row_id": "sai_000535", "source_id": "fallback_dialogue_000535", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000535", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a335b29a8c7ebe91.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_e7b07e9edc81ecf6", "row_id": "sai_000536", "source_id": "fallback_dialogue_000536", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000536", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e7b07e9edc81ecf6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_bacb21b802b89715", "row_id": "sai_000537", "source_id": "fallback_dialogue_000537", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000537", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bacb21b802b89715.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_00ecd4bdc9df7c6c", "row_id": "sai_000538", "source_id": "fallback_dialogue_000538", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000538", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_00ecd4bdc9df7c6c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_d4ac1c2fb8fefc54", "row_id": "sai_000539", "source_id": "fallback_dialogue_000539", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000539", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d4ac1c2fb8fefc54.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_aa787858c75e9172", "row_id": "sai_000540", "source_id": "fallback_dialogue_000540", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000540", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_aa787858c75e9172.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 3 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_59c603d501bf1866", "row_id": "sai_000541", "source_id": "fallback_dialogue_000541", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000541", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_59c603d501bf1866.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 4 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_d4c4096cd3871f62", "row_id": "sai_000542", "source_id": "fallback_dialogue_000542", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000542", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d4c4096cd3871f62.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_3f27bf9c62dd9a8a", "row_id": "sai_000543", "source_id": "fallback_dialogue_000543", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000543", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3f27bf9c62dd9a8a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_f43c2126e0d244e6", "row_id": "sai_000544", "source_id": "fallback_dialogue_000544", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000544", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f43c2126e0d244e6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_95508b7477c16e33", "row_id": "sai_000545", "source_id": "fallback_dialogue_000545", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000545", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_95508b7477c16e33.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_181b4ece8d83d46c", "row_id": "sai_000546", "source_id": "fallback_dialogue_000546", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000546", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_181b4ece8d83d46c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_be9090f49b2fc3e9", "row_id": "sai_000547", "source_id": "fallback_dialogue_000547", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000547", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_be9090f49b2fc3e9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_0271f8dff2d33817", "row_id": "sai_000548", "source_id": "fallback_dialogue_000548", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000548", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0271f8dff2d33817.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_d549ed38c37eb9b6", "row_id": "sai_000549", "source_id": "fallback_dialogue_000549", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000549", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d549ed38c37eb9b6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_fcba2f5658133a80", "row_id": "sai_000550", "source_id": "fallback_dialogue_000550", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000550", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fcba2f5658133a80.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 13 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_b7bb73e2534bb660", "row_id": "sai_000551", "source_id": "fallback_dialogue_000551", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000551", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b7bb73e2534bb660.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 14 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_3d95d87ad454c343", "row_id": "sai_000552", "source_id": "fallback_dialogue_000552", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000552", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3d95d87ad454c343.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_30b171fcfdbcd7de", "row_id": "sai_000553", "source_id": "fallback_dialogue_000553", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000553", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_30b171fcfdbcd7de.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_666a10e770231ee9", "row_id": "sai_000554", "source_id": "fallback_dialogue_000554", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000554", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_666a10e770231ee9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_2e57dcf18a8edb63", "row_id": "sai_000555", "source_id": "fallback_dialogue_000555", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000555", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2e57dcf18a8edb63.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_73d2be43585a4acb", "row_id": "sai_000556", "source_id": "fallback_dialogue_000556", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000556", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_73d2be43585a4acb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_78ec999259b1781c", "row_id": "sai_000557", "source_id": "fallback_dialogue_000557", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000557", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_78ec999259b1781c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_0662884dc8253e99", "row_id": "sai_000558", "source_id": "fallback_dialogue_000558", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000558", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0662884dc8253e99.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_3410b40636545a42", "row_id": "sai_000559", "source_id": "fallback_dialogue_000559", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000559", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3410b40636545a42.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_77480df3a4c0e4e6", "row_id": "sai_000560", "source_id": "fallback_dialogue_000560", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000560", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_77480df3a4c0e4e6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 23 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_d7be4bfc36d89a3c", "row_id": "sai_000561", "source_id": "fallback_dialogue_000561", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000561", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d7be4bfc36d89a3c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 24 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_d122576baf986ddf", "row_id": "sai_000562", "source_id": "fallback_dialogue_000562", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000562", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d122576baf986ddf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_df1366d8ae135f7b", "row_id": "sai_000563", "source_id": "fallback_dialogue_000563", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000563", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_df1366d8ae135f7b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_3264350a460a70f9", "row_id": "sai_000564", "source_id": "fallback_dialogue_000564", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000564", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3264350a460a70f9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_5f9d16e4399d1842", "row_id": "sai_000565", "source_id": "fallback_dialogue_000565", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000565", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5f9d16e4399d1842.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_a8ab7e1f69813203", "row_id": "sai_000566", "source_id": "fallback_dialogue_000566", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000566", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a8ab7e1f69813203.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_8fb44b4b5bc719f1", "row_id": "sai_000567", "source_id": "fallback_dialogue_000567", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000567", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8fb44b4b5bc719f1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_0918129ad745d391", "row_id": "sai_000568", "source_id": "fallback_dialogue_000568", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000568", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0918129ad745d391.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_95a3ed4411ca13d1", "row_id": "sai_000569", "source_id": "fallback_dialogue_000569", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000569", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_95a3ed4411ca13d1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_f1ca277ea6474fde", "row_id": "sai_000570", "source_id": "fallback_dialogue_000570", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000570", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f1ca277ea6474fde.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 6 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_da5c87a33250baa0", "row_id": "sai_000571", "source_id": "fallback_dialogue_000571", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000571", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_da5c87a33250baa0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 7 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_b8fa435b65846a62", "row_id": "sai_000572", "source_id": "fallback_dialogue_000572", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000572", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b8fa435b65846a62.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_cf27c6b43f21907b", "row_id": "sai_000573", "source_id": "fallback_dialogue_000573", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000573", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cf27c6b43f21907b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_575dc215c2333336", "row_id": "sai_000574", "source_id": "fallback_dialogue_000574", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000574", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_575dc215c2333336.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_84fee4e835007ef1", "row_id": "sai_000575", "source_id": "fallback_dialogue_000575", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000575", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_84fee4e835007ef1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_c2d2bc749cece627", "row_id": "sai_000576", "source_id": "fallback_dialogue_000576", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000576", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c2d2bc749cece627.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_407e4dff191f994d", "row_id": "sai_000577", "source_id": "fallback_dialogue_000577", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000577", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_407e4dff191f994d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_8b363757aca091f6", "row_id": "sai_000578", "source_id": "fallback_dialogue_000578", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000578", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8b363757aca091f6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_b2ec438020dec3eb", "row_id": "sai_000579", "source_id": "fallback_dialogue_000579", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000579", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b2ec438020dec3eb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_6532faf2b97a4ad2", "row_id": "sai_000580", "source_id": "fallback_dialogue_000580", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000580", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6532faf2b97a4ad2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 16 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_3077599908fd1152", "row_id": "sai_000581", "source_id": "fallback_dialogue_000581", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000581", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3077599908fd1152.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 17 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_98fad4f7962cebd2", "row_id": "sai_000582", "source_id": "fallback_dialogue_000582", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000582", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_98fad4f7962cebd2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_7eb261e40a283396", "row_id": "sai_000583", "source_id": "fallback_dialogue_000583", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000583", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7eb261e40a283396.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_80c1fa31664e3dfe", "row_id": "sai_000584", "source_id": "fallback_dialogue_000584", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000584", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_80c1fa31664e3dfe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_6fbedd6e2e32c338", "row_id": "sai_000585", "source_id": "fallback_dialogue_000585", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000585", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6fbedd6e2e32c338.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_953eeeb9d5820475", "row_id": "sai_000586", "source_id": "fallback_dialogue_000586", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000586", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_953eeeb9d5820475.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_b3339ea0b93690be", "row_id": "sai_000587", "source_id": "fallback_dialogue_000587", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000587", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b3339ea0b93690be.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_b8ae343990aa4850", "row_id": "sai_000588", "source_id": "fallback_dialogue_000588", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000588", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b8ae343990aa4850.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_490657f37a615a6c", "row_id": "sai_000589", "source_id": "fallback_dialogue_000589", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000589", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_490657f37a615a6c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_f043baaad092be3d", "row_id": "sai_000590", "source_id": "fallback_dialogue_000590", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000590", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f043baaad092be3d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 26 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_bb8b9cd52c4f3518", "row_id": "sai_000591", "source_id": "fallback_dialogue_000591", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000591", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bb8b9cd52c4f3518.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 27 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_180079fccd90aada", "row_id": "sai_000592", "source_id": "fallback_dialogue_000592", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000592", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_180079fccd90aada.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_e807f9e61258dbd5", "row_id": "sai_000593", "source_id": "fallback_dialogue_000593", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000593", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e807f9e61258dbd5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_97faf86d6e573bc6", "row_id": "sai_000594", "source_id": "fallback_dialogue_000594", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000594", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_97faf86d6e573bc6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_4b156b605405fe83", "row_id": "sai_000595", "source_id": "fallback_dialogue_000595", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000595", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4b156b605405fe83.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_e06c8c571f977f35", "row_id": "sai_000596", "source_id": "fallback_dialogue_000596", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000596", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e06c8c571f977f35.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_78ae0ba18a3c89d9", "row_id": "sai_000597", "source_id": "fallback_dialogue_000597", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000597", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_78ae0ba18a3c89d9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_8be540728832c986", "row_id": "sai_000598", "source_id": "fallback_dialogue_000598", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000598", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8be540728832c986.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_d722621daf5ea784", "row_id": "sai_000599", "source_id": "fallback_dialogue_000599", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000599", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d722621daf5ea784.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_44b749126e7539b1", "row_id": "sai_000600", "source_id": "fallback_dialogue_000600", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000600", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_44b749126e7539b1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 9 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_5eb72b475c096979", "row_id": "sai_000601", "source_id": "fallback_dialogue_000601", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000601", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5eb72b475c096979.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 10 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_0f0a4e36f6f968bf", "row_id": "sai_000602", "source_id": "fallback_dialogue_000602", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000602", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0f0a4e36f6f968bf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_8b1060898a8c9b91", "row_id": "sai_000603", "source_id": "fallback_dialogue_000603", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000603", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8b1060898a8c9b91.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_9eac5b8a7ba3c29c", "row_id": "sai_000604", "source_id": "fallback_dialogue_000604", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000604", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9eac5b8a7ba3c29c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_74ad5f5a209ed369", "row_id": "sai_000605", "source_id": "fallback_dialogue_000605", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000605", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_74ad5f5a209ed369.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_57684160fb06518a", "row_id": "sai_000606", "source_id": "fallback_dialogue_000606", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000606", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_57684160fb06518a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_00fac3a4abc4bea5", "row_id": "sai_000607", "source_id": "fallback_dialogue_000607", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000607", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_00fac3a4abc4bea5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_7f676ab75af205ec", "row_id": "sai_000608", "source_id": "fallback_dialogue_000608", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000608", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7f676ab75af205ec.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_cc2b08b0a7d19710", "row_id": "sai_000609", "source_id": "fallback_dialogue_000609", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000609", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cc2b08b0a7d19710.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_8ff1b1a9445edb9e", "row_id": "sai_000610", "source_id": "fallback_dialogue_000610", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000610", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8ff1b1a9445edb9e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 19 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_fea934d419c34678", "row_id": "sai_000611", "source_id": "fallback_dialogue_000611", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000611", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fea934d419c34678.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 20 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_aed1184bbee59277", "row_id": "sai_000612", "source_id": "fallback_dialogue_000612", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000612", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_aed1184bbee59277.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_38020025ae27a6a9", "row_id": "sai_000613", "source_id": "fallback_dialogue_000613", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000613", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_38020025ae27a6a9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_46953b02fce92102", "row_id": "sai_000614", "source_id": "fallback_dialogue_000614", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000614", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_46953b02fce92102.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_9ce84df136599742", "row_id": "sai_000615", "source_id": "fallback_dialogue_000615", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000615", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9ce84df136599742.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_a569fe22532b7f85", "row_id": "sai_000616", "source_id": "fallback_dialogue_000616", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000616", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a569fe22532b7f85.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_a2236223d45fbd20", "row_id": "sai_000617", "source_id": "fallback_dialogue_000617", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000617", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a2236223d45fbd20.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_4af23e22bbc41209", "row_id": "sai_000618", "source_id": "fallback_dialogue_000618", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000618", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4af23e22bbc41209.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_8dfeea2d5d571589", "row_id": "sai_000619", "source_id": "fallback_dialogue_000619", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000619", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8dfeea2d5d571589.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_7e33e8d6cbbd0b31", "row_id": "sai_000620", "source_id": "fallback_dialogue_000620", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000620", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7e33e8d6cbbd0b31.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 29 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_97849b54d0479164", "row_id": "sai_000621", "source_id": "fallback_dialogue_000621", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000621", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_97849b54d0479164.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 3 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_3352fa09a05af733", "row_id": "sai_000622", "source_id": "fallback_dialogue_000622", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000622", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3352fa09a05af733.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_a72e29908e6f52df", "row_id": "sai_000623", "source_id": "fallback_dialogue_000623", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000623", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a72e29908e6f52df.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_b3b32d0cf9d30b96", "row_id": "sai_000624", "source_id": "fallback_dialogue_000624", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000624", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b3b32d0cf9d30b96.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_4a8fed4a73607f79", "row_id": "sai_000625", "source_id": "fallback_dialogue_000625", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000625", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4a8fed4a73607f79.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_f13761c8ca55152c", "row_id": "sai_000626", "source_id": "fallback_dialogue_000626", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000626", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f13761c8ca55152c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_ceb11bcd0954c7aa", "row_id": "sai_000627", "source_id": "fallback_dialogue_000627", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000627", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ceb11bcd0954c7aa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_a76798b9a9db7ce9", "row_id": "sai_000628", "source_id": "fallback_dialogue_000628", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000628", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a76798b9a9db7ce9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_ad2786b9dab904a6", "row_id": "sai_000629", "source_id": "fallback_dialogue_000629", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000629", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ad2786b9dab904a6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_a21c8c579ae19d00", "row_id": "sai_000630", "source_id": "fallback_dialogue_000630", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000630", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a21c8c579ae19d00.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 12 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_015cf19ebfc0aaad", "row_id": "sai_000631", "source_id": "fallback_dialogue_000631", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000631", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_015cf19ebfc0aaad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 13 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_e29d5ceb3e53862f", "row_id": "sai_000632", "source_id": "fallback_dialogue_000632", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000632", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e29d5ceb3e53862f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_da1070972b7a5a34", "row_id": "sai_000633", "source_id": "fallback_dialogue_000633", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000633", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_da1070972b7a5a34.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_009296981760c8a2", "row_id": "sai_000634", "source_id": "fallback_dialogue_000634", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000634", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_009296981760c8a2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_203a7b2010b7700e", "row_id": "sai_000635", "source_id": "fallback_dialogue_000635", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000635", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_203a7b2010b7700e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_06019664776495d1", "row_id": "sai_000636", "source_id": "fallback_dialogue_000636", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000636", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_06019664776495d1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_430feae934777a41", "row_id": "sai_000637", "source_id": "fallback_dialogue_000637", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000637", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_430feae934777a41.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_273388a258862e8a", "row_id": "sai_000638", "source_id": "fallback_dialogue_000638", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000638", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_273388a258862e8a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_76b1fc0a11c82f37", "row_id": "sai_000639", "source_id": "fallback_dialogue_000639", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000639", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_76b1fc0a11c82f37.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_a6c672962258fdbc", "row_id": "sai_000640", "source_id": "fallback_dialogue_000640", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000640", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a6c672962258fdbc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 22 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_338e8602d9272a1d", "row_id": "sai_000641", "source_id": "fallback_dialogue_000641", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000641", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_338e8602d9272a1d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 23 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_43ab46f089e30e34", "row_id": "sai_000642", "source_id": "fallback_dialogue_000642", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000642", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_43ab46f089e30e34.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_471924ac7bf938b8", "row_id": "sai_000643", "source_id": "fallback_dialogue_000643", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000643", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_471924ac7bf938b8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_135b466792f98242", "row_id": "sai_000644", "source_id": "fallback_dialogue_000644", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000644", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_135b466792f98242.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_a95163490324405d", "row_id": "sai_000645", "source_id": "fallback_dialogue_000645", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000645", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a95163490324405d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_a186cdc3282d2cdd", "row_id": "sai_000646", "source_id": "fallback_dialogue_000646", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000646", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a186cdc3282d2cdd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_39cdae258b33c001", "row_id": "sai_000647", "source_id": "fallback_dialogue_000647", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000647", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_39cdae258b33c001.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_03f4cace13d59885", "row_id": "sai_000648", "source_id": "fallback_dialogue_000648", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000648", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_03f4cace13d59885.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_11723eaa4df4de21", "row_id": "sai_000649", "source_id": "fallback_dialogue_000649", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000649", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_11723eaa4df4de21.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_1e4eedd095c706ce", "row_id": "sai_000650", "source_id": "fallback_dialogue_000650", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000650", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1e4eedd095c706ce.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 5 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_6de853fb1b2f9445", "row_id": "sai_000651", "source_id": "fallback_dialogue_000651", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000651", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6de853fb1b2f9445.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 6 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_eac34b36e031d1dc", "row_id": "sai_000652", "source_id": "fallback_dialogue_000652", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000652", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_eac34b36e031d1dc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_1e6de0ac3e0c3c44", "row_id": "sai_000653", "source_id": "fallback_dialogue_000653", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000653", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1e6de0ac3e0c3c44.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_de646b8ca6bb32f6", "row_id": "sai_000654", "source_id": "fallback_dialogue_000654", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000654", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_de646b8ca6bb32f6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_efd231016ee27db4", "row_id": "sai_000655", "source_id": "fallback_dialogue_000655", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000655", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_efd231016ee27db4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_73d71438d5229056", "row_id": "sai_000656", "source_id": "fallback_dialogue_000656", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000656", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_73d71438d5229056.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_0c5bbc73b3970b27", "row_id": "sai_000657", "source_id": "fallback_dialogue_000657", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000657", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0c5bbc73b3970b27.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_f7f0adb0e4e2f368", "row_id": "sai_000658", "source_id": "fallback_dialogue_000658", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000658", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f7f0adb0e4e2f368.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_801141d3cb10e2e7", "row_id": "sai_000659", "source_id": "fallback_dialogue_000659", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000659", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_801141d3cb10e2e7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_b3aca64a0241340a", "row_id": "sai_000660", "source_id": "fallback_dialogue_000660", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000660", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b3aca64a0241340a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 15 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_bf2588209096d46b", "row_id": "sai_000661", "source_id": "fallback_dialogue_000661", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000661", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bf2588209096d46b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 16 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_733018959f3d8451", "row_id": "sai_000662", "source_id": "fallback_dialogue_000662", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000662", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_733018959f3d8451.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_91538b32cdaef991", "row_id": "sai_000663", "source_id": "fallback_dialogue_000663", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000663", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_91538b32cdaef991.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_2683911d92a0a125", "row_id": "sai_000664", "source_id": "fallback_dialogue_000664", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000664", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2683911d92a0a125.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_0300cfa93efd057b", "row_id": "sai_000665", "source_id": "fallback_dialogue_000665", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000665", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0300cfa93efd057b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_40e0c7715f2e61c4", "row_id": "sai_000666", "source_id": "fallback_dialogue_000666", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000666", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_40e0c7715f2e61c4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_145b1be3aa36a92f", "row_id": "sai_000667", "source_id": "fallback_dialogue_000667", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000667", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_145b1be3aa36a92f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_0690c586c9aedbcf", "row_id": "sai_000668", "source_id": "fallback_dialogue_000668", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000668", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0690c586c9aedbcf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_164602b649aeb0d1", "row_id": "sai_000669", "source_id": "fallback_dialogue_000669", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000669", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_164602b649aeb0d1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_98965d51821dc65e", "row_id": "sai_000670", "source_id": "fallback_dialogue_000670", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000670", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_98965d51821dc65e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 25 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_a7bff1933c7e9d17", "row_id": "sai_000671", "source_id": "fallback_dialogue_000671", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000671", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a7bff1933c7e9d17.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 26 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_f14a0b97c24720c1", "row_id": "sai_000672", "source_id": "fallback_dialogue_000672", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000672", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f14a0b97c24720c1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_ba43b432a7d38f56", "row_id": "sai_000673", "source_id": "fallback_dialogue_000673", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000673", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ba43b432a7d38f56.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_2171daafa478f949", "row_id": "sai_000674", "source_id": "fallback_dialogue_000674", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000674", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2171daafa478f949.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_332db97331645b87", "row_id": "sai_000675", "source_id": "fallback_dialogue_000675", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000675", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_332db97331645b87.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_384099c41efb0a11", "row_id": "sai_000676", "source_id": "fallback_dialogue_000676", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000676", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_384099c41efb0a11.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_91c7c59c52fb6510", "row_id": "sai_000677", "source_id": "fallback_dialogue_000677", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000677", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_91c7c59c52fb6510.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_fde12536f7e884ba", "row_id": "sai_000678", "source_id": "fallback_dialogue_000678", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000678", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fde12536f7e884ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_67597048b97caff6", "row_id": "sai_000679", "source_id": "fallback_dialogue_000679", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000679", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_67597048b97caff6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_6ce20cf8b87d5b92", "row_id": "sai_000680", "source_id": "fallback_dialogue_000680", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000680", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6ce20cf8b87d5b92.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 8 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_915e4a36662263a2", "row_id": "sai_000681", "source_id": "fallback_dialogue_000681", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000681", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_915e4a36662263a2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 9 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_90935faca4e3a983", "row_id": "sai_000682", "source_id": "fallback_dialogue_000682", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000682", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_90935faca4e3a983.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_db6263e168ddeaf4", "row_id": "sai_000683", "source_id": "fallback_dialogue_000683", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000683", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_db6263e168ddeaf4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_1559ce9fa849907b", "row_id": "sai_000684", "source_id": "fallback_dialogue_000684", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000684", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1559ce9fa849907b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_c47710158d509d2d", "row_id": "sai_000685", "source_id": "fallback_dialogue_000685", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000685", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c47710158d509d2d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_f9322e6171cc3b1d", "row_id": "sai_000686", "source_id": "fallback_dialogue_000686", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000686", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f9322e6171cc3b1d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_eec82aa7f0630108", "row_id": "sai_000687", "source_id": "fallback_dialogue_000687", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000687", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_eec82aa7f0630108.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_06b6071dacef8920", "row_id": "sai_000688", "source_id": "fallback_dialogue_000688", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000688", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_06b6071dacef8920.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_9bc8f9dd340dfe50", "row_id": "sai_000689", "source_id": "fallback_dialogue_000689", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000689", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9bc8f9dd340dfe50.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_895e939ffd44548f", "row_id": "sai_000690", "source_id": "fallback_dialogue_000690", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000690", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_895e939ffd44548f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 18 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_dbb5f0ce8db555e2", "row_id": "sai_000691", "source_id": "fallback_dialogue_000691", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000691", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dbb5f0ce8db555e2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 19 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_d80970d0c31d3772", "row_id": "sai_000692", "source_id": "fallback_dialogue_000692", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000692", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d80970d0c31d3772.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_091aaac7d9026622", "row_id": "sai_000693", "source_id": "fallback_dialogue_000693", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000693", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_091aaac7d9026622.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_a085c2775e03dbb2", "row_id": "sai_000694", "source_id": "fallback_dialogue_000694", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000694", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a085c2775e03dbb2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_dea63b58c8ae32cb", "row_id": "sai_000695", "source_id": "fallback_dialogue_000695", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000695", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dea63b58c8ae32cb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_8ff2af80c7c41f07", "row_id": "sai_000696", "source_id": "fallback_dialogue_000696", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000696", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8ff2af80c7c41f07.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_53c4bf9e96e09cd5", "row_id": "sai_000697", "source_id": "fallback_dialogue_000697", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000697", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_53c4bf9e96e09cd5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_7dcf758b18014ee2", "row_id": "sai_000698", "source_id": "fallback_dialogue_000698", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000698", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7dcf758b18014ee2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_020ab56e2c9b0e5e", "row_id": "sai_000699", "source_id": "fallback_dialogue_000699", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000699", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_020ab56e2c9b0e5e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_338b48f0f9916e17", "row_id": "sai_000700", "source_id": "fallback_dialogue_000700", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000700", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_338b48f0f9916e17.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 28 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_e0dc126367f3cf52", "row_id": "sai_000701", "source_id": "fallback_dialogue_000701", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000701", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e0dc126367f3cf52.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 29 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_984d8507f8c1adb4", "row_id": "sai_000702", "source_id": "fallback_dialogue_000702", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000702", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_984d8507f8c1adb4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_1f7f566d7e34e521", "row_id": "sai_000703", "source_id": "fallback_dialogue_000703", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000703", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1f7f566d7e34e521.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_2b1419d379ab4f28", "row_id": "sai_000704", "source_id": "fallback_dialogue_000704", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000704", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2b1419d379ab4f28.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_8da6930fc461d171", "row_id": "sai_000705", "source_id": "fallback_dialogue_000705", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000705", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8da6930fc461d171.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_1da16849893ca7a1", "row_id": "sai_000706", "source_id": "fallback_dialogue_000706", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000706", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1da16849893ca7a1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_4ca34ff0b640dae4", "row_id": "sai_000707", "source_id": "fallback_dialogue_000707", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000707", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4ca34ff0b640dae4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_ec833498c0757334", "row_id": "sai_000708", "source_id": "fallback_dialogue_000708", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000708", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ec833498c0757334.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_6206e9b4e487e0a7", "row_id": "sai_000709", "source_id": "fallback_dialogue_000709", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000709", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6206e9b4e487e0a7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_f49a7d4cc17df1fd", "row_id": "sai_000710", "source_id": "fallback_dialogue_000710", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000710", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f49a7d4cc17df1fd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 11 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_5d82f0420d42c735", "row_id": "sai_000711", "source_id": "fallback_dialogue_000711", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000711", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5d82f0420d42c735.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 12 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_e5f9f2d4d8245d64", "row_id": "sai_000712", "source_id": "fallback_dialogue_000712", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000712", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e5f9f2d4d8245d64.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_7f41595b9a753be9", "row_id": "sai_000713", "source_id": "fallback_dialogue_000713", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000713", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7f41595b9a753be9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_9aea7cb6a73da8ad", "row_id": "sai_000714", "source_id": "fallback_dialogue_000714", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000714", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9aea7cb6a73da8ad.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_f21ac6c3509a3591", "row_id": "sai_000715", "source_id": "fallback_dialogue_000715", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000715", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f21ac6c3509a3591.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_9e9cc7443ee22b45", "row_id": "sai_000716", "source_id": "fallback_dialogue_000716", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000716", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9e9cc7443ee22b45.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_e4455528d0b2a714", "row_id": "sai_000717", "source_id": "fallback_dialogue_000717", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000717", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e4455528d0b2a714.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_e1ea00dc98b8089a", "row_id": "sai_000718", "source_id": "fallback_dialogue_000718", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000718", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e1ea00dc98b8089a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_dfcf1703dffcbb26", "row_id": "sai_000719", "source_id": "fallback_dialogue_000719", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000719", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dfcf1703dffcbb26.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_6ee0e1e29774322c", "row_id": "sai_000720", "source_id": "fallback_dialogue_000720", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000720", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6ee0e1e29774322c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 21 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_5082b2dc3f3b6659", "row_id": "sai_000721", "source_id": "fallback_dialogue_000721", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000721", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5082b2dc3f3b6659.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 22 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_b2259781ea93c1ba", "row_id": "sai_000722", "source_id": "fallback_dialogue_000722", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000722", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b2259781ea93c1ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_c5baea9d1c8d22eb", "row_id": "sai_000723", "source_id": "fallback_dialogue_000723", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000723", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c5baea9d1c8d22eb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_eb410b259a270075", "row_id": "sai_000724", "source_id": "fallback_dialogue_000724", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000724", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_eb410b259a270075.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_91b0ad3da70e3bfd", "row_id": "sai_000725", "source_id": "fallback_dialogue_000725", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000725", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_91b0ad3da70e3bfd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_a29087b3ef6fb2bc", "row_id": "sai_000726", "source_id": "fallback_dialogue_000726", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000726", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a29087b3ef6fb2bc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_a673ec371d9a0623", "row_id": "sai_000727", "source_id": "fallback_dialogue_000727", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000727", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a673ec371d9a0623.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_90693488fc4ded2d", "row_id": "sai_000728", "source_id": "fallback_dialogue_000728", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000728", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_90693488fc4ded2d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_6c5808d845db9fcf", "row_id": "sai_000729", "source_id": "fallback_dialogue_000729", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000729", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6c5808d845db9fcf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_a86a595326cb3ff9", "row_id": "sai_000730", "source_id": "fallback_dialogue_000730", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000730", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a86a595326cb3ff9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 4 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_649264b177924ab8", "row_id": "sai_000731", "source_id": "fallback_dialogue_000731", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000731", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_649264b177924ab8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 5 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_403f93ed81f3f69a", "row_id": "sai_000732", "source_id": "fallback_dialogue_000732", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000732", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_403f93ed81f3f69a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_02b33d162ce20509", "row_id": "sai_000733", "source_id": "fallback_dialogue_000733", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000733", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_02b33d162ce20509.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_9a72ec073398caef", "row_id": "sai_000734", "source_id": "fallback_dialogue_000734", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000734", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9a72ec073398caef.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_0453e0d7211e5e23", "row_id": "sai_000735", "source_id": "fallback_dialogue_000735", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000735", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0453e0d7211e5e23.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_6c9a6d51eb2921f5", "row_id": "sai_000736", "source_id": "fallback_dialogue_000736", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000736", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6c9a6d51eb2921f5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_3e81e3d13317fb58", "row_id": "sai_000737", "source_id": "fallback_dialogue_000737", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000737", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3e81e3d13317fb58.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_891c14aac1c1cb2a", "row_id": "sai_000738", "source_id": "fallback_dialogue_000738", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000738", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_891c14aac1c1cb2a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_176403e41d5c560b", "row_id": "sai_000739", "source_id": "fallback_dialogue_000739", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000739", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_176403e41d5c560b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_d7bf88603181e77b", "row_id": "sai_000740", "source_id": "fallback_dialogue_000740", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000740", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d7bf88603181e77b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 14 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_e2758b2eea69c084", "row_id": "sai_000741", "source_id": "fallback_dialogue_000741", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000741", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e2758b2eea69c084.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 15 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_d55f2bb19403e2b1", "row_id": "sai_000742", "source_id": "fallback_dialogue_000742", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000742", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d55f2bb19403e2b1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_7586e7da0985ffb1", "row_id": "sai_000743", "source_id": "fallback_dialogue_000743", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000743", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7586e7da0985ffb1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_b7c966304e032a24", "row_id": "sai_000744", "source_id": "fallback_dialogue_000744", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000744", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b7c966304e032a24.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_299e17a1634afbf8", "row_id": "sai_000745", "source_id": "fallback_dialogue_000745", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000745", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_299e17a1634afbf8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_522a7000a123ecd9", "row_id": "sai_000746", "source_id": "fallback_dialogue_000746", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000746", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_522a7000a123ecd9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_6a5259bfd2519a7a", "row_id": "sai_000747", "source_id": "fallback_dialogue_000747", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000747", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6a5259bfd2519a7a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_10fe2e129e43330a", "row_id": "sai_000748", "source_id": "fallback_dialogue_000748", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000748", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_10fe2e129e43330a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_ab23eb539f6e79f8", "row_id": "sai_000749", "source_id": "fallback_dialogue_000749", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000749", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ab23eb539f6e79f8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_baf4cf9a196a6e4d", "row_id": "sai_000750", "source_id": "fallback_dialogue_000750", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000750", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_baf4cf9a196a6e4d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 24 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_490d5b55fac77659", "row_id": "sai_000751", "source_id": "fallback_dialogue_000751", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000751", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_490d5b55fac77659.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 25 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_a4d0b862b4a6c0fb", "row_id": "sai_000752", "source_id": "fallback_dialogue_000752", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000752", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a4d0b862b4a6c0fb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_ee98e612bf166c04", "row_id": "sai_000753", "source_id": "fallback_dialogue_000753", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000753", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ee98e612bf166c04.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_06b1ac9faff8b1d3", "row_id": "sai_000754", "source_id": "fallback_dialogue_000754", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000754", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_06b1ac9faff8b1d3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_445c4ccd36880311", "row_id": "sai_000755", "source_id": "fallback_dialogue_000755", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000755", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_445c4ccd36880311.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_a3dec1df1b3973cd", "row_id": "sai_000756", "source_id": "fallback_dialogue_000756", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000756", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a3dec1df1b3973cd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_c0d781e051e714af", "row_id": "sai_000757", "source_id": "fallback_dialogue_000757", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000757", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c0d781e051e714af.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_af30f7cb0312e8ca", "row_id": "sai_000758", "source_id": "fallback_dialogue_000758", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000758", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_af30f7cb0312e8ca.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_b4b8dcf265952541", "row_id": "sai_000759", "source_id": "fallback_dialogue_000759", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000759", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b4b8dcf265952541.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_cbafae24a23117f4", "row_id": "sai_000760", "source_id": "fallback_dialogue_000760", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000760", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cbafae24a23117f4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 7 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_34840cb1fa76f04f", "row_id": "sai_000761", "source_id": "fallback_dialogue_000761", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000761", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_34840cb1fa76f04f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 8 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_e4ef6c9a3c740fb6", "row_id": "sai_000762", "source_id": "fallback_dialogue_000762", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000762", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e4ef6c9a3c740fb6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_a5c60fc08a52c18b", "row_id": "sai_000763", "source_id": "fallback_dialogue_000763", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000763", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a5c60fc08a52c18b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_8f32f3be239d4d73", "row_id": "sai_000764", "source_id": "fallback_dialogue_000764", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000764", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8f32f3be239d4d73.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_07ade88d8e253fe2", "row_id": "sai_000765", "source_id": "fallback_dialogue_000765", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000765", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_07ade88d8e253fe2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_228dceda631a1c72", "row_id": "sai_000766", "source_id": "fallback_dialogue_000766", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000766", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_228dceda631a1c72.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_3c3a66dd568e734b", "row_id": "sai_000767", "source_id": "fallback_dialogue_000767", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000767", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3c3a66dd568e734b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_555f0825825b2832", "row_id": "sai_000768", "source_id": "fallback_dialogue_000768", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000768", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_555f0825825b2832.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_d876f2ce0eae0916", "row_id": "sai_000769", "source_id": "fallback_dialogue_000769", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000769", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d876f2ce0eae0916.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_eaa23f6d4deb95ac", "row_id": "sai_000770", "source_id": "fallback_dialogue_000770", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000770", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_eaa23f6d4deb95ac.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 17 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_ae6f18286689e761", "row_id": "sai_000771", "source_id": "fallback_dialogue_000771", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000771", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ae6f18286689e761.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 18 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_4d6c91311d85190f", "row_id": "sai_000772", "source_id": "fallback_dialogue_000772", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000772", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4d6c91311d85190f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_377945be72bd138a", "row_id": "sai_000773", "source_id": "fallback_dialogue_000773", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000773", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_377945be72bd138a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_c552d44fa8f2899a", "row_id": "sai_000774", "source_id": "fallback_dialogue_000774", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000774", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c552d44fa8f2899a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_0b437e488c52fb76", "row_id": "sai_000775", "source_id": "fallback_dialogue_000775", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000775", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0b437e488c52fb76.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_b29f448d7fb71964", "row_id": "sai_000776", "source_id": "fallback_dialogue_000776", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000776", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b29f448d7fb71964.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_5ad662355750e2b8", "row_id": "sai_000777", "source_id": "fallback_dialogue_000777", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000777", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5ad662355750e2b8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_453dcb7cba7c2f71", "row_id": "sai_000778", "source_id": "fallback_dialogue_000778", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000778", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_453dcb7cba7c2f71.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_b102bfb48e0ded2f", "row_id": "sai_000779", "source_id": "fallback_dialogue_000779", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000779", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b102bfb48e0ded2f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_ba2c2fec9ac35e8c", "row_id": "sai_000780", "source_id": "fallback_dialogue_000780", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000780", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ba2c2fec9ac35e8c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 27 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_e75919435c86303f", "row_id": "sai_000781", "source_id": "fallback_dialogue_000781", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000781", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e75919435c86303f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 28 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_b0bafe6a035eed1b", "row_id": "sai_000782", "source_id": "fallback_dialogue_000782", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000782", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b0bafe6a035eed1b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_005f1380e4037e56", "row_id": "sai_000783", "source_id": "fallback_dialogue_000783", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000783", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_005f1380e4037e56.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_b11eef633e7d665b", "row_id": "sai_000784", "source_id": "fallback_dialogue_000784", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000784", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b11eef633e7d665b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_e4b0dc82e75abf68", "row_id": "sai_000785", "source_id": "fallback_dialogue_000785", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000785", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e4b0dc82e75abf68.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_50720192200e1a39", "row_id": "sai_000786", "source_id": "fallback_dialogue_000786", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000786", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_50720192200e1a39.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_c9a58c3c5e92709f", "row_id": "sai_000787", "source_id": "fallback_dialogue_000787", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000787", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c9a58c3c5e92709f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_0be40a024e77a0b4", "row_id": "sai_000788", "source_id": "fallback_dialogue_000788", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000788", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0be40a024e77a0b4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_23af972b84525d91", "row_id": "sai_000789", "source_id": "fallback_dialogue_000789", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000789", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_23af972b84525d91.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_e85b7a8a7d06a500", "row_id": "sai_000790", "source_id": "fallback_dialogue_000790", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000790", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e85b7a8a7d06a500.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 10 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_9868437ce2fe88ff", "row_id": "sai_000791", "source_id": "fallback_dialogue_000791", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000791", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9868437ce2fe88ff.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 11 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_239bec967db945bf", "row_id": "sai_000792", "source_id": "fallback_dialogue_000792", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000792", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_239bec967db945bf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_b55e1de5e3d83e86", "row_id": "sai_000793", "source_id": "fallback_dialogue_000793", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000793", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b55e1de5e3d83e86.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_a804348094adc06f", "row_id": "sai_000794", "source_id": "fallback_dialogue_000794", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000794", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a804348094adc06f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_a8cbfec576fe834b", "row_id": "sai_000795", "source_id": "fallback_dialogue_000795", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000795", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a8cbfec576fe834b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_efd85e103f9ba0ec", "row_id": "sai_000796", "source_id": "fallback_dialogue_000796", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000796", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_efd85e103f9ba0ec.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_5c5f7638397bda7e", "row_id": "sai_000797", "source_id": "fallback_dialogue_000797", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000797", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5c5f7638397bda7e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_433258f1e3251fc1", "row_id": "sai_000798", "source_id": "fallback_dialogue_000798", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000798", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_433258f1e3251fc1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_b418b49183c591b5", "row_id": "sai_000799", "source_id": "fallback_dialogue_000799", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000799", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b418b49183c591b5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_d3ff3bdea86b7287", "row_id": "sai_000800", "source_id": "fallback_dialogue_000800", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000800", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d3ff3bdea86b7287.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 20 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_763cb2977eb0e34f", "row_id": "sai_000801", "source_id": "fallback_dialogue_000801", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000801", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_763cb2977eb0e34f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 21 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_d19d3fb219d5a1f3", "row_id": "sai_000802", "source_id": "fallback_dialogue_000802", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000802", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d19d3fb219d5a1f3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_7ad5835ed579452e", "row_id": "sai_000803", "source_id": "fallback_dialogue_000803", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000803", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7ad5835ed579452e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_5670942a97865c83", "row_id": "sai_000804", "source_id": "fallback_dialogue_000804", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000804", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5670942a97865c83.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_f4c79a80a88e10b1", "row_id": "sai_000805", "source_id": "fallback_dialogue_000805", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000805", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f4c79a80a88e10b1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_047a3572028acaf3", "row_id": "sai_000806", "source_id": "fallback_dialogue_000806", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000806", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_047a3572028acaf3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_ab6d85ab3331d3c6", "row_id": "sai_000807", "source_id": "fallback_dialogue_000807", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000807", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ab6d85ab3331d3c6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_38eb5d7450695170", "row_id": "sai_000808", "source_id": "fallback_dialogue_000808", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000808", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_38eb5d7450695170.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_bc522b3325f9c1b8", "row_id": "sai_000809", "source_id": "fallback_dialogue_000809", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000809", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bc522b3325f9c1b8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_3b47b8aea31dc620", "row_id": "sai_000810", "source_id": "fallback_dialogue_000810", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000810", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3b47b8aea31dc620.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 3 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_a05f3d48dec526c5", "row_id": "sai_000811", "source_id": "fallback_dialogue_000811", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000811", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a05f3d48dec526c5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 4 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_023c870d6174e0af", "row_id": "sai_000812", "source_id": "fallback_dialogue_000812", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000812", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_023c870d6174e0af.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_50ad39a07dbd9bb4", "row_id": "sai_000813", "source_id": "fallback_dialogue_000813", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000813", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_50ad39a07dbd9bb4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_7abab59ab97f8dcb", "row_id": "sai_000814", "source_id": "fallback_dialogue_000814", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000814", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7abab59ab97f8dcb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_17dba03dfd5dfbd8", "row_id": "sai_000815", "source_id": "fallback_dialogue_000815", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000815", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_17dba03dfd5dfbd8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_24b22d54d8fe936f", "row_id": "sai_000816", "source_id": "fallback_dialogue_000816", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000816", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_24b22d54d8fe936f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_1188b2e65e3b8f69", "row_id": "sai_000817", "source_id": "fallback_dialogue_000817", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000817", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1188b2e65e3b8f69.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_bf3525e478652b2c", "row_id": "sai_000818", "source_id": "fallback_dialogue_000818", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000818", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bf3525e478652b2c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_d3143bca77caa0df", "row_id": "sai_000819", "source_id": "fallback_dialogue_000819", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000819", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d3143bca77caa0df.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_aacd9c9ad8395da1", "row_id": "sai_000820", "source_id": "fallback_dialogue_000820", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000820", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_aacd9c9ad8395da1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 13 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_5e9111426f1a3dea", "row_id": "sai_000821", "source_id": "fallback_dialogue_000821", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000821", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5e9111426f1a3dea.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 14 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_1e6fcc52d29b3050", "row_id": "sai_000822", "source_id": "fallback_dialogue_000822", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000822", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1e6fcc52d29b3050.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_aa5f39dd8302fe7b", "row_id": "sai_000823", "source_id": "fallback_dialogue_000823", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000823", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_aa5f39dd8302fe7b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_b766a31033f9605e", "row_id": "sai_000824", "source_id": "fallback_dialogue_000824", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000824", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b766a31033f9605e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_f3160650b8df771e", "row_id": "sai_000825", "source_id": "fallback_dialogue_000825", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000825", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f3160650b8df771e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_1ea588fba928c43c", "row_id": "sai_000826", "source_id": "fallback_dialogue_000826", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000826", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1ea588fba928c43c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_77978353d03210b1", "row_id": "sai_000827", "source_id": "fallback_dialogue_000827", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000827", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_77978353d03210b1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_027087deac828539", "row_id": "sai_000828", "source_id": "fallback_dialogue_000828", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000828", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_027087deac828539.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_70740edf376b5daa", "row_id": "sai_000829", "source_id": "fallback_dialogue_000829", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000829", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_70740edf376b5daa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_3e833a9cce11282c", "row_id": "sai_000830", "source_id": "fallback_dialogue_000830", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000830", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3e833a9cce11282c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 23 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_4c9c547fb4cc0120", "row_id": "sai_000831", "source_id": "fallback_dialogue_000831", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000831", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4c9c547fb4cc0120.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 24 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_b4b821251b6ae69f", "row_id": "sai_000832", "source_id": "fallback_dialogue_000832", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000832", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b4b821251b6ae69f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_54537a87a9959c07", "row_id": "sai_000833", "source_id": "fallback_dialogue_000833", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000833", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_54537a87a9959c07.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_1bcbf5233e5348d0", "row_id": "sai_000834", "source_id": "fallback_dialogue_000834", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000834", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1bcbf5233e5348d0.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_cc700fb6f752562d", "row_id": "sai_000835", "source_id": "fallback_dialogue_000835", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000835", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cc700fb6f752562d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_d21d66bbb8793149", "row_id": "sai_000836", "source_id": "fallback_dialogue_000836", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000836", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d21d66bbb8793149.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_ad301555e499bce1", "row_id": "sai_000837", "source_id": "fallback_dialogue_000837", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000837", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ad301555e499bce1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_355e609720650e14", "row_id": "sai_000838", "source_id": "fallback_dialogue_000838", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000838", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_355e609720650e14.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_45cf4a46aeb575c9", "row_id": "sai_000839", "source_id": "fallback_dialogue_000839", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000839", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_45cf4a46aeb575c9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_567dc543276398c9", "row_id": "sai_000840", "source_id": "fallback_dialogue_000840", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000840", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_567dc543276398c9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 6 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_59656c9bd744b9ba", "row_id": "sai_000841", "source_id": "fallback_dialogue_000841", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000841", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_59656c9bd744b9ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 7 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_7117604be99ef4fd", "row_id": "sai_000842", "source_id": "fallback_dialogue_000842", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000842", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7117604be99ef4fd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_df8ec2ec09036b03", "row_id": "sai_000843", "source_id": "fallback_dialogue_000843", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000843", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_df8ec2ec09036b03.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_5eec34c6124e082d", "row_id": "sai_000844", "source_id": "fallback_dialogue_000844", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000844", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5eec34c6124e082d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_ef7b8cc2f15055fd", "row_id": "sai_000845", "source_id": "fallback_dialogue_000845", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000845", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ef7b8cc2f15055fd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_ffa4c8a1730740a3", "row_id": "sai_000846", "source_id": "fallback_dialogue_000846", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000846", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ffa4c8a1730740a3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_c1afccd76236b570", "row_id": "sai_000847", "source_id": "fallback_dialogue_000847", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000847", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c1afccd76236b570.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_fed66244d25c031d", "row_id": "sai_000848", "source_id": "fallback_dialogue_000848", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000848", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fed66244d25c031d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_c554fa12ed7169fa", "row_id": "sai_000849", "source_id": "fallback_dialogue_000849", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000849", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c554fa12ed7169fa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_5f79f0fe3acd4de1", "row_id": "sai_000850", "source_id": "fallback_dialogue_000850", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000850", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5f79f0fe3acd4de1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 16 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_0e7b384980166351", "row_id": "sai_000851", "source_id": "fallback_dialogue_000851", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000851", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0e7b384980166351.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 17 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_a3d6cf958315ffe5", "row_id": "sai_000852", "source_id": "fallback_dialogue_000852", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000852", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a3d6cf958315ffe5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_3a0c30f8aff8fe11", "row_id": "sai_000853", "source_id": "fallback_dialogue_000853", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000853", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3a0c30f8aff8fe11.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_5f493325fe1ab0a7", "row_id": "sai_000854", "source_id": "fallback_dialogue_000854", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000854", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5f493325fe1ab0a7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_2da8383a726536f1", "row_id": "sai_000855", "source_id": "fallback_dialogue_000855", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000855", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2da8383a726536f1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_66100194aa96c11c", "row_id": "sai_000856", "source_id": "fallback_dialogue_000856", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000856", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_66100194aa96c11c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_0f336f8d51ba86df", "row_id": "sai_000857", "source_id": "fallback_dialogue_000857", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000857", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0f336f8d51ba86df.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_074ef5016035b90d", "row_id": "sai_000858", "source_id": "fallback_dialogue_000858", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000858", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_074ef5016035b90d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_6d203ab9753ec9e3", "row_id": "sai_000859", "source_id": "fallback_dialogue_000859", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000859", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6d203ab9753ec9e3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_ad8ca42234904d20", "row_id": "sai_000860", "source_id": "fallback_dialogue_000860", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000860", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ad8ca42234904d20.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 26 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_947a88c5c4307408", "row_id": "sai_000861", "source_id": "fallback_dialogue_000861", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000861", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_947a88c5c4307408.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 27 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_9c57447d8e1ae942", "row_id": "sai_000862", "source_id": "fallback_dialogue_000862", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000862", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9c57447d8e1ae942.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_40fdc339e44abfb2", "row_id": "sai_000863", "source_id": "fallback_dialogue_000863", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000863", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_40fdc339e44abfb2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_b7ad8db10fe7abf2", "row_id": "sai_000864", "source_id": "fallback_dialogue_000864", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000864", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b7ad8db10fe7abf2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_dfe4f321fae6a01e", "row_id": "sai_000865", "source_id": "fallback_dialogue_000865", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000865", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dfe4f321fae6a01e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_cb69193ba9ee2959", "row_id": "sai_000866", "source_id": "fallback_dialogue_000866", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000866", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cb69193ba9ee2959.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_6d155660d50988c6", "row_id": "sai_000867", "source_id": "fallback_dialogue_000867", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000867", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6d155660d50988c6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_0acd226c1733d797", "row_id": "sai_000868", "source_id": "fallback_dialogue_000868", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000868", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0acd226c1733d797.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_abbe0b51cb867da9", "row_id": "sai_000869", "source_id": "fallback_dialogue_000869", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000869", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_abbe0b51cb867da9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_1aaf86b5eea7ffbe", "row_id": "sai_000870", "source_id": "fallback_dialogue_000870", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000870", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1aaf86b5eea7ffbe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 9 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_dea11de3bca107f8", "row_id": "sai_000871", "source_id": "fallback_dialogue_000871", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000871", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dea11de3bca107f8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 10 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_88857bdbb8076825", "row_id": "sai_000872", "source_id": "fallback_dialogue_000872", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000872", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_88857bdbb8076825.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_ff39a49afabd2911", "row_id": "sai_000873", "source_id": "fallback_dialogue_000873", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000873", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ff39a49afabd2911.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_c0eac411bc8343f1", "row_id": "sai_000874", "source_id": "fallback_dialogue_000874", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000874", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c0eac411bc8343f1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_05d2b38ceab7e5ac", "row_id": "sai_000875", "source_id": "fallback_dialogue_000875", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000875", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_05d2b38ceab7e5ac.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_7f07be55ce265550", "row_id": "sai_000876", "source_id": "fallback_dialogue_000876", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000876", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7f07be55ce265550.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_e3681191482eed97", "row_id": "sai_000877", "source_id": "fallback_dialogue_000877", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000877", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e3681191482eed97.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_617f0659ae13df60", "row_id": "sai_000878", "source_id": "fallback_dialogue_000878", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000878", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_617f0659ae13df60.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_ca4360cbf1998dd2", "row_id": "sai_000879", "source_id": "fallback_dialogue_000879", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000879", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ca4360cbf1998dd2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_7065ba5ba73c45ba", "row_id": "sai_000880", "source_id": "fallback_dialogue_000880", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000880", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7065ba5ba73c45ba.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 19 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_83ae2494e36a0d6d", "row_id": "sai_000881", "source_id": "fallback_dialogue_000881", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000881", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_83ae2494e36a0d6d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 20 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_a31a662912654511", "row_id": "sai_000882", "source_id": "fallback_dialogue_000882", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000882", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a31a662912654511.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_d8394ccae691c785", "row_id": "sai_000883", "source_id": "fallback_dialogue_000883", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000883", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d8394ccae691c785.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_5cd8a22a46aa73dd", "row_id": "sai_000884", "source_id": "fallback_dialogue_000884", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000884", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5cd8a22a46aa73dd.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_d534f69098b9db97", "row_id": "sai_000885", "source_id": "fallback_dialogue_000885", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000885", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d534f69098b9db97.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_7d36fc47694f0c33", "row_id": "sai_000886", "source_id": "fallback_dialogue_000886", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000886", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7d36fc47694f0c33.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_6846d961521b46eb", "row_id": "sai_000887", "source_id": "fallback_dialogue_000887", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000887", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6846d961521b46eb.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_050d6d2ea9246079", "row_id": "sai_000888", "source_id": "fallback_dialogue_000888", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000888", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_050d6d2ea9246079.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_bc7551972a588daf", "row_id": "sai_000889", "source_id": "fallback_dialogue_000889", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000889", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bc7551972a588daf.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_613f50035dff02fe", "row_id": "sai_000890", "source_id": "fallback_dialogue_000890", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000890", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_613f50035dff02fe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 29 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_cfafc54d2ac20220", "row_id": "sai_000891", "source_id": "fallback_dialogue_000891", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000891", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cfafc54d2ac20220.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 3 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_82ef06af1aa9d1ac", "row_id": "sai_000892", "source_id": "fallback_dialogue_000892", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000892", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_82ef06af1aa9d1ac.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_5237f70590821f6a", "row_id": "sai_000893", "source_id": "fallback_dialogue_000893", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000893", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5237f70590821f6a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_11ac72d2b316d0f7", "row_id": "sai_000894", "source_id": "fallback_dialogue_000894", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000894", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_11ac72d2b316d0f7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_36f277de61bf3c68", "row_id": "sai_000895", "source_id": "fallback_dialogue_000895", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000895", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_36f277de61bf3c68.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_4df707e65c3a7c77", "row_id": "sai_000896", "source_id": "fallback_dialogue_000896", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000896", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4df707e65c3a7c77.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_d217e8b877a000f5", "row_id": "sai_000897", "source_id": "fallback_dialogue_000897", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000897", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d217e8b877a000f5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_acfe0271235e0dd4", "row_id": "sai_000898", "source_id": "fallback_dialogue_000898", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000898", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_acfe0271235e0dd4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_a1dcdfb42cd6bc7f", "row_id": "sai_000899", "source_id": "fallback_dialogue_000899", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000899", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a1dcdfb42cd6bc7f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_941125f1d8d9d1e4", "row_id": "sai_000900", "source_id": "fallback_dialogue_000900", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000900", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_941125f1d8d9d1e4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 12 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_4dbdf5f63016c7b7", "row_id": "sai_000901", "source_id": "fallback_dialogue_000901", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000901", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4dbdf5f63016c7b7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 13 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_299e754ac183a8fa", "row_id": "sai_000902", "source_id": "fallback_dialogue_000902", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000902", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_299e754ac183a8fa.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_aa3c79a7c97d4040", "row_id": "sai_000903", "source_id": "fallback_dialogue_000903", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000903", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_aa3c79a7c97d4040.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_c702d28decc7bd3f", "row_id": "sai_000904", "source_id": "fallback_dialogue_000904", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000904", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c702d28decc7bd3f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_7125bc669b14d158", "row_id": "sai_000905", "source_id": "fallback_dialogue_000905", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000905", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7125bc669b14d158.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_b9dbefdb1291d0fe", "row_id": "sai_000906", "source_id": "fallback_dialogue_000906", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000906", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b9dbefdb1291d0fe.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_86cf1c5533957fe4", "row_id": "sai_000907", "source_id": "fallback_dialogue_000907", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000907", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_86cf1c5533957fe4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_1c4f3942b68e5430", "row_id": "sai_000908", "source_id": "fallback_dialogue_000908", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000908", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1c4f3942b68e5430.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_915a92ec11a74c2f", "row_id": "sai_000909", "source_id": "fallback_dialogue_000909", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000909", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_915a92ec11a74c2f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_19f2fc731175d458", "row_id": "sai_000910", "source_id": "fallback_dialogue_000910", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000910", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_19f2fc731175d458.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 22 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_4bb95a0c16f484b9", "row_id": "sai_000911", "source_id": "fallback_dialogue_000911", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000911", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4bb95a0c16f484b9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 23 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_b25ce165f349f07f", "row_id": "sai_000912", "source_id": "fallback_dialogue_000912", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000912", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b25ce165f349f07f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_c2088871ae1d20e7", "row_id": "sai_000913", "source_id": "fallback_dialogue_000913", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000913", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c2088871ae1d20e7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_245f5a1a072cc83f", "row_id": "sai_000914", "source_id": "fallback_dialogue_000914", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000914", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_245f5a1a072cc83f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_95b455e7db0c8f3b", "row_id": "sai_000915", "source_id": "fallback_dialogue_000915", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000915", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_95b455e7db0c8f3b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_3bb60b9dc2a39f6d", "row_id": "sai_000916", "source_id": "fallback_dialogue_000916", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000916", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_3bb60b9dc2a39f6d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_b8385b8419282e90", "row_id": "sai_000917", "source_id": "fallback_dialogue_000917", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000917", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b8385b8419282e90.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_daa558923b2dc541", "row_id": "sai_000918", "source_id": "fallback_dialogue_000918", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000918", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_daa558923b2dc541.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_0bc1cee892030384", "row_id": "sai_000919", "source_id": "fallback_dialogue_000919", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000919", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0bc1cee892030384.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_abf89555914d0b1f", "row_id": "sai_000920", "source_id": "fallback_dialogue_000920", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000920", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_abf89555914d0b1f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 5 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_40546cc5af73479e", "row_id": "sai_000921", "source_id": "fallback_dialogue_000921", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000921", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_40546cc5af73479e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 6 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_1d95d47a7273f93c", "row_id": "sai_000922", "source_id": "fallback_dialogue_000922", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000922", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1d95d47a7273f93c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_9513d64898d15080", "row_id": "sai_000923", "source_id": "fallback_dialogue_000923", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000923", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_9513d64898d15080.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_2b5cd16ccbcbb513", "row_id": "sai_000924", "source_id": "fallback_dialogue_000924", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000924", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_2b5cd16ccbcbb513.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_e4596874ac9e0b90", "row_id": "sai_000925", "source_id": "fallback_dialogue_000925", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000925", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e4596874ac9e0b90.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_e036547ed1154ee7", "row_id": "sai_000926", "source_id": "fallback_dialogue_000926", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000926", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e036547ed1154ee7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_72628a8117268dd2", "row_id": "sai_000927", "source_id": "fallback_dialogue_000927", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000927", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_72628a8117268dd2.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_5069cb07483c8ff5", "row_id": "sai_000928", "source_id": "fallback_dialogue_000928", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000928", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5069cb07483c8ff5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_1ec7af7133b4901d", "row_id": "sai_000929", "source_id": "fallback_dialogue_000929", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000929", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1ec7af7133b4901d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_cf8056a4bf20eef4", "row_id": "sai_000930", "source_id": "fallback_dialogue_000930", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000930", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cf8056a4bf20eef4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 15 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_eaf32bdd4b653055", "row_id": "sai_000931", "source_id": "fallback_dialogue_000931", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000931", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_eaf32bdd4b653055.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 16 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_49ee5fc04cb6bc0f", "row_id": "sai_000932", "source_id": "fallback_dialogue_000932", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000932", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_49ee5fc04cb6bc0f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_07614ba7a4c5e240", "row_id": "sai_000933", "source_id": "fallback_dialogue_000933", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000933", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_07614ba7a4c5e240.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_ab6fa0055d5cccc7", "row_id": "sai_000934", "source_id": "fallback_dialogue_000934", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000934", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_ab6fa0055d5cccc7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_1de8d6d1136fd2c6", "row_id": "sai_000935", "source_id": "fallback_dialogue_000935", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000935", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1de8d6d1136fd2c6.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_5d85354ea42d1a01", "row_id": "sai_000936", "source_id": "fallback_dialogue_000936", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000936", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5d85354ea42d1a01.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_fcd977b5e98ff43a", "row_id": "sai_000937", "source_id": "fallback_dialogue_000937", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000937", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fcd977b5e98ff43a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_00478e8bd45f0a9b", "row_id": "sai_000938", "source_id": "fallback_dialogue_000938", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000938", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_00478e8bd45f0a9b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_a33620defc69051c", "row_id": "sai_000939", "source_id": "fallback_dialogue_000939", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000939", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a33620defc69051c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_8a9657c5d6894b53", "row_id": "sai_000940", "source_id": "fallback_dialogue_000940", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000940", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8a9657c5d6894b53.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 25 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_d505f37966356cde", "row_id": "sai_000941", "source_id": "fallback_dialogue_000941", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000941", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d505f37966356cde.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 26 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_876957d2af5fbed7", "row_id": "sai_000942", "source_id": "fallback_dialogue_000942", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000942", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_876957d2af5fbed7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_1941187a1f4f1ab5", "row_id": "sai_000943", "source_id": "fallback_dialogue_000943", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000943", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1941187a1f4f1ab5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_02da82e21ee63913", "row_id": "sai_000944", "source_id": "fallback_dialogue_000944", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000944", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_02da82e21ee63913.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_8bcb77cb219c3389", "row_id": "sai_000945", "source_id": "fallback_dialogue_000945", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000945", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8bcb77cb219c3389.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_f3b17c369ac46e3c", "row_id": "sai_000946", "source_id": "fallback_dialogue_000946", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000946", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f3b17c369ac46e3c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_5f276fe226dc9c89", "row_id": "sai_000947", "source_id": "fallback_dialogue_000947", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000947", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5f276fe226dc9c89.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_b823364cc0c14a2d", "row_id": "sai_000948", "source_id": "fallback_dialogue_000948", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000948", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b823364cc0c14a2d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_6c02d8f22513ea2d", "row_id": "sai_000949", "source_id": "fallback_dialogue_000949", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000949", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6c02d8f22513ea2d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_0a2fa553d80ec82f", "row_id": "sai_000950", "source_id": "fallback_dialogue_000950", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000950", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0a2fa553d80ec82f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 8 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_53bd0f2a6c90df11", "row_id": "sai_000951", "source_id": "fallback_dialogue_000951", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000951", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_53bd0f2a6c90df11.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 9 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_dbd11ccf985151ac", "row_id": "sai_000952", "source_id": "fallback_dialogue_000952", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000952", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_dbd11ccf985151ac.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_e5cb2e713ed21584", "row_id": "sai_000953", "source_id": "fallback_dialogue_000953", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000953", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e5cb2e713ed21584.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_0b4c1a588c80a509", "row_id": "sai_000954", "source_id": "fallback_dialogue_000954", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000954", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_0b4c1a588c80a509.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_b455236f7deb9066", "row_id": "sai_000955", "source_id": "fallback_dialogue_000955", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000955", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b455236f7deb9066.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_784af20d0deb86e4", "row_id": "sai_000956", "source_id": "fallback_dialogue_000956", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000956", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_784af20d0deb86e4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_70942e0b1fc4ce45", "row_id": "sai_000957", "source_id": "fallback_dialogue_000957", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000957", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_70942e0b1fc4ce45.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_69c9448ac67e0384", "row_id": "sai_000958", "source_id": "fallback_dialogue_000958", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000958", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_69c9448ac67e0384.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_fdddd47ca4b16e2d", "row_id": "sai_000959", "source_id": "fallback_dialogue_000959", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000959", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fdddd47ca4b16e2d.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_33652437a67a265c", "row_id": "sai_000960", "source_id": "fallback_dialogue_000960", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000960", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_33652437a67a265c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 18 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_cf3f635603b5e03e", "row_id": "sai_000961", "source_id": "fallback_dialogue_000961", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000961", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_cf3f635603b5e03e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 19 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_f20e3dc00957b70e", "row_id": "sai_000962", "source_id": "fallback_dialogue_000962", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000962", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f20e3dc00957b70e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_f9098a5aa6f12bf1", "row_id": "sai_000963", "source_id": "fallback_dialogue_000963", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000963", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f9098a5aa6f12bf1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_f5e4ebe70676745a", "row_id": "sai_000964", "source_id": "fallback_dialogue_000964", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000964", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f5e4ebe70676745a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_1894858e6aebb040", "row_id": "sai_000965", "source_id": "fallback_dialogue_000965", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000965", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1894858e6aebb040.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_c0fb5a5df3e65910", "row_id": "sai_000966", "source_id": "fallback_dialogue_000966", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000966", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c0fb5a5df3e65910.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_d0c416b03d0efa15", "row_id": "sai_000967", "source_id": "fallback_dialogue_000967", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000967", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d0c416b03d0efa15.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_fd4243c34e1e1ac1", "row_id": "sai_000968", "source_id": "fallback_dialogue_000968", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000968", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fd4243c34e1e1ac1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_660616cb2d485377", "row_id": "sai_000969", "source_id": "fallback_dialogue_000969", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000969", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_660616cb2d485377.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_e1d40c75f113345c", "row_id": "sai_000970", "source_id": "fallback_dialogue_000970", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000970", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e1d40c75f113345c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 28 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_bae5d257b6cfad34", "row_id": "sai_000971", "source_id": "fallback_dialogue_000971", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000971", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_bae5d257b6cfad34.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 29 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_8d0a2cdc8eb45c40", "row_id": "sai_000972", "source_id": "fallback_dialogue_000972", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000972", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_8d0a2cdc8eb45c40.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_878cedc570b6bd30", "row_id": "sai_000973", "source_id": "fallback_dialogue_000973", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000973", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_878cedc570b6bd30.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_fa316f1c54098072", "row_id": "sai_000974", "source_id": "fallback_dialogue_000974", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000974", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_fa316f1c54098072.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_6c0377d7798a8ba9", "row_id": "sai_000975", "source_id": "fallback_dialogue_000975", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000975", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_6c0377d7798a8ba9.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_50ab93a44221b9ef", "row_id": "sai_000976", "source_id": "fallback_dialogue_000976", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000976", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_50ab93a44221b9ef.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_d05feec576ddb07f", "row_id": "sai_000977", "source_id": "fallback_dialogue_000977", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000977", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d05feec576ddb07f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_a5e9d4f6a62370cc", "row_id": "sai_000978", "source_id": "fallback_dialogue_000978", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000978", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a5e9d4f6a62370cc.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_75cc8fa54e55bd7e", "row_id": "sai_000979", "source_id": "fallback_dialogue_000979", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000979", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_75cc8fa54e55bd7e.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_992636d7a0808d99", "row_id": "sai_000980", "source_id": "fallback_dialogue_000980", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000980", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_992636d7a0808d99.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 11 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_f127fc580e349a86", "row_id": "sai_000981", "source_id": "fallback_dialogue_000981", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000981", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f127fc580e349a86.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 12 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_5d02634871257a3f", "row_id": "sai_000982", "source_id": "fallback_dialogue_000982", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000982", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_5d02634871257a3f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_7e3fd750e00f63b3", "row_id": "sai_000983", "source_id": "fallback_dialogue_000983", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000983", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7e3fd750e00f63b3.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_f5288fe1619a3c9b", "row_id": "sai_000984", "source_id": "fallback_dialogue_000984", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000984", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_f5288fe1619a3c9b.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_c4b6a7d42f21feb5", "row_id": "sai_000985", "source_id": "fallback_dialogue_000985", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000985", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_c4b6a7d42f21feb5.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_34a21c91df9add64", "row_id": "sai_000986", "source_id": "fallback_dialogue_000986", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000986", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_34a21c91df9add64.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_57ac6ab48cb883c7", "row_id": "sai_000987", "source_id": "fallback_dialogue_000987", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000987", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_57ac6ab48cb883c7.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_e1e201f671fe2b37", "row_id": "sai_000988", "source_id": "fallback_dialogue_000988", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000988", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_e1e201f671fe2b37.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_4422c4aae6dbaac1", "row_id": "sai_000989", "source_id": "fallback_dialogue_000989", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000989", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4422c4aae6dbaac1.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} +{"manifest_id": "manifest_b12dd8dd6705d019", "row_id": "sai_000990", "source_id": "fallback_dialogue_000990", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000990", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_b12dd8dd6705d019.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "set a timer for 21 minutes while I stretch", "width": 640, "height": 480} +{"manifest_id": "manifest_a5e2211dfc2aafc4", "row_id": "sai_000991", "source_id": "fallback_dialogue_000991", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000991", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_a5e2211dfc2aafc4.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "remind me to check the oven in 22 minutes", "width": 640, "height": 480} +{"manifest_id": "manifest_13e11690953a3d4a", "row_id": "sai_000992", "source_id": "fallback_dialogue_000992", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000992", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_13e11690953a3d4a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "what should I do after the download finishes", "width": 640, "height": 480} +{"manifest_id": "manifest_7bfba953f193ed18", "row_id": "sai_000993", "source_id": "fallback_dialogue_000993", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000993", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_7bfba953f193ed18.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "answer this in one sentence why is the sky blue", "width": 640, "height": 480} +{"manifest_id": "manifest_d0ec972b35b8b716", "row_id": "sai_000994", "source_id": "fallback_dialogue_000994", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000994", "start_sec": 0.0, "end_sec": 3.67, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_d0ec972b35b8b716.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "pause before responding until I finish this sentence", "width": 640, "height": 480} +{"manifest_id": "manifest_99587f5c6a28ac6f", "row_id": "sai_000995", "source_id": "fallback_dialogue_000995", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000995", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_99587f5c6a28ac6f.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "make a short checklist for packing headphones and a charger", "width": 640, "height": 480} +{"manifest_id": "manifest_4bc717fcac8e4b4c", "row_id": "sai_000996", "source_id": "fallback_dialogue_000996", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000996", "start_sec": 0.0, "end_sec": 4.01, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_4bc717fcac8e4b4c.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "if I say green light start the next step", "width": 640, "height": 480} +{"manifest_id": "manifest_1d761e73d9a7a3f8", "row_id": "sai_000997", "source_id": "fallback_dialogue_000997", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000997", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_1d761e73d9a7a3f8.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "tell me whether the room sounds quiet enough for recording", "width": 640, "height": 480} +{"manifest_id": "manifest_aaf1d73ae829d444", "row_id": "sai_000998", "source_id": "fallback_dialogue_000998", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000998", "start_sec": 0.0, "end_sec": 4.35, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_aaf1d73ae829d444.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "convert this spoken note into a task for tomorrow morning", "width": 640, "height": 480} +{"manifest_id": "manifest_793701ca8d9d537a", "row_id": "sai_000999", "source_id": "fallback_dialogue_000999", "source_dataset": "local_text_dialogues_fallback", "source_url": null, "upstream_split": null, "license": "generated derivative; upstream annotation/source license not asserted", "author": null, "original_source_id": "fallback_dialogue_000999", "start_sec": 0.0, "end_sec": 5.03, "expected_sha256": null, "output_relative_path": "media/StreamingAudioInteraction/manifest_793701ca8d9d537a.wav", "reconstruction_method": "generate", "generator_family": "piper_tts", "template_id": "en_US-lessac-medium", "seed": null, "redistribution_allowed": true, "text": "give me a calm reply to say when a meeting runs late", "width": 640, "height": 480} diff --git a/previews/AVJointReasoning_preview.html b/previews/AVJointReasoning_preview.html deleted file mode 100644 index 266fe6da60c4c6869b26f172178056b3094acffd..0000000000000000000000000000000000000000 --- a/previews/AVJointReasoning_preview.html +++ /dev/null @@ -1,642 +0,0 @@ - - - - -AVJointReasoning preview - - - -

AVJointReasoning Preview

-
-
-
id
avjr_000000
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
avjr_000001
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
avjr_000002
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
avjr_000003
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
avjr_000004
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
avjr_000005
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
avjr_000006
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
avjr_000007
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
avjr_000008
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
avjr_000009
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
avjr_000010
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
avjr_000011
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
avjr_000012
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
avjr_000013
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
avjr_000014
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
avjr_000015
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
avjr_000016
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
avjr_000017
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3Because real audio track is heard while internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
avjr_000018
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
avjr_000019
-
task_family
audio_visual_reasoning
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning
-
split
train
-
duration_sec
10.0
-
- -
-Question
Why does the visible action make sense in this moment?
-Answer
Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
-Evidence
{'audio_spans': [[2.5, 5.0]], 'requires_audio': True, 'requires_ocr': False, 'requires_video': True, 'video_spans': [[2.5, 5.0]]} -
- - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2
3.04.0responseframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3Because real audio track is heard while internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2, linking the sound to the visual reaction.
4.05.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
- - \ No newline at end of file diff --git a/previews/LiveAVCommentary_preview.html b/previews/LiveAVCommentary_preview.html deleted file mode 100644 index ca3dcc81b0ae2bae16d0a14a2c1f703f469e967a..0000000000000000000000000000000000000000 --- a/previews/LiveAVCommentary_preview.html +++ /dev/null @@ -1,542 +0,0 @@ - - - - -LiveAVCommentary preview - - - -

LiveAVCommentary Preview

-
-
-
id
lac_000000
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
lac_000001
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
lac_000002
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
lac_000003
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
lac_000004
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
lac_000005
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
lac_000006
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
lac_000007
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
lac_000008
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
lac_000009
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
lac_000010
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
lac_000011
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
lac_000012
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
lac_000013
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
lac_000014
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
lac_000015
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
lac_000016
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_live_commentary.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
lac_000017
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6The scene shows internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8Internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6_av_reasoning.wavreal audio trackinternet_archive_public_08-moharram-majlis-e-aza-chokdi-2024-1080p-240721175610_6 at second 9
-
-
-
-
id
lac_000018
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_live_commentary.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
-
-
-
id
lac_000019
-
task_family
live_av_commentary
-
source_dataset
internet_archive_public
-
source_id
existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning
-
split
train
-
duration_sec
10.0
-
- - - - - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 0 while real audio track adds context.
1.02.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 1
2.03.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 2 is the key change, supported by real audio track.
3.04.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 3
4.05.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 4The visible action continues as real audio track shapes the moment.
5.06.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 5
6.07.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6The scene shows internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 6 while real audio track adds context.
7.08.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 7
8.09.0speakframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8Internet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 8 is the key change, supported by real audio track.
9.010.0listenframedata/interim/phase2/audio/existing_internet_archive_public_5e1ae9f8af475e1ae9f8af47_7_2_av_reasoning.wavreal audio trackinternet_archive_public_5e1ae9f8af475e1ae9f8af47_7 at second 9
-
- - \ No newline at end of file diff --git a/previews/SpeechOutputAlignment_preview.html b/previews/SpeechOutputAlignment_preview.html deleted file mode 100644 index bfa9927b3e6957986d2270fbf340a6f5e084033e..0000000000000000000000000000000000000000 --- a/previews/SpeechOutputAlignment_preview.html +++ /dev/null @@ -1,462 +0,0 @@ - - - - -SpeechOutputAlignment preview - - - -

SpeechOutputAlignment Preview

-
-
-
id
soa_000000
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000000
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000000.wavI will startsynthetic_speechI will start a 3 minute timer
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000000.wavstart a 3 minutesynthetic_speechnow and remind you when it ends
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000000.wavminute timer now andsynthetic_speechminute timer now and
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000000.wavand remind yousynthetic_speechand remind you
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000000.wavyou when it endssynthetic_speechyou when it ends
5.05.21speakdata/interim/SpeechOutputAlignment/assistant_soa_000000.wavendssynthetic_speechends
-
-
-
-
id
soa_000001
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000001
-
split
train
-
duration_sec
4.19
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000001.wavI will remindsynthetic_speechI will remind you to check the
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000001.wavremind you to checksynthetic_speechoven in 4 minutes
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000001.wavcheck the ovensynthetic_speechcheck the oven
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000001.wavoven in 4 minutessynthetic_speechoven in 4 minutes
4.04.19speakdata/interim/SpeechOutputAlignment/assistant_soa_000001.wavminutessynthetic_speechminutes
-
-
-
-
id
soa_000002
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000002
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000002.wavOpen the downloadedsynthetic_speechOpen the downloaded file verify its name
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000002.wavdownloaded file verify itssynthetic_speechand move it into the project folder
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000002.wavits name and movesynthetic_speechits name and move
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000002.wavmove it intosynthetic_speechmove it into
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000002.wavinto the project foldersynthetic_speechinto the project folder
5.05.21speakdata/interim/SpeechOutputAlignment/assistant_soa_000002.wavfoldersynthetic_speechfolder
-
-
-
-
id
soa_000003
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000003
-
split
train
-
duration_sec
5.55
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000003.wavThe sky lookssynthetic_speechThe sky looks blue because air molecules
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000003.wavlooks blue because airsynthetic_speechscatter shorter blue wavelengths more than red
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000003.wavair molecules scatter shortersynthetic_speechwavelengths
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000003.wavshorter blue wavelengthssynthetic_speechshorter blue wavelengths
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000003.wavwavelengths more than redsynthetic_speechwavelengths more than red
5.05.55speakdata/interim/SpeechOutputAlignment/assistant_soa_000003.wavred wavelengthssynthetic_speechred wavelengths
-
-
-
-
id
soa_000004
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000004
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000004.wavI waited forsynthetic_speechI waited for the end of your
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000004.wavfor the end ofsynthetic_speechsentence and I am ready to respond
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000004.wavof your sentence andsynthetic_speechof your sentence and
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000004.wavand I amsynthetic_speechand I am
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000004.wavam ready to respondsynthetic_speecham ready to respond
5.05.21speakdata/interim/SpeechOutputAlignment/assistant_soa_000004.wavrespondsynthetic_speechrespond
-
-
-
-
id
soa_000005
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000005
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000005.wavPack headphones asynthetic_speechPack headphones a charger a cable and
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000005.wava charger a cablesynthetic_speecha small pouch to keep them together
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000005.wavcable and a smallsynthetic_speechcable and a small
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000005.wavsmall pouch tosynthetic_speechsmall pouch to
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000005.wavto keep them togethersynthetic_speechto keep them together
5.05.21speakdata/interim/SpeechOutputAlignment/assistant_soa_000005.wavtogethersynthetic_speechtogether
-
-
-
-
id
soa_000006
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000006
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000006.wavUnderstood I willsynthetic_speechUnderstood I will wait for the phrase
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000006.wavwill wait for thesynthetic_speechgreen light before starting the next step
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000006.wavthe phrase green lightsynthetic_speechthe phrase green light
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000006.wavlight before startingsynthetic_speechlight before starting
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000006.wavstarting the next stepsynthetic_speechstarting the next step
5.05.21speakdata/interim/SpeechOutputAlignment/assistant_soa_000006.wavstepsynthetic_speechstep
-
-
-
-
id
soa_000007
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000007
-
split
train
-
duration_sec
5.89
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000007.wavThe room soundssynthetic_speechThe room sounds quiet enough for a
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000007.wavsounds quiet enough forsynthetic_speechshort recording but a test clip would
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000007.wavfor a short recordingsynthetic_speechconfirm it
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000007.wavrecording but asynthetic_speechrecording but a
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000007.wava test clip wouldsynthetic_speecha test clip would
5.05.89speakdata/interim/SpeechOutputAlignment/assistant_soa_000007.wavwould confirm itsynthetic_speechwould confirm it
-
-
-
-
id
soa_000008
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000008
-
split
train
-
duration_sec
5.55
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000008.wavI will createsynthetic_speechI will create a task for tomorrow
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000008.wavcreate a task forsynthetic_speechmorning with the spoken note as the
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000008.wavfor tomorrow morning withsynthetic_speechdescription
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000008.wavwith the spokensynthetic_speechwith the spoken
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000008.wavspoken note as thesynthetic_speechspoken note as the
5.05.55speakdata/interim/SpeechOutputAlignment/assistant_soa_000008.wavthe descriptionsynthetic_speechthe description
-
-
-
-
id
soa_000009
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000009
-
split
train
-
duration_sec
6.23
-
- - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000009.wavNo problem Isynthetic_speechNo problem I can stay for a
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000009.wavI can stay forsynthetic_speechfew more minutes or we can schedule
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000009.wavfor a few moresynthetic_speecha follow up
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000009.wavmore minutes orsynthetic_speechmore minutes or
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000009.wavor we can schedulesynthetic_speechor we can schedule
5.06.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000009.wavschedule a follow upsynthetic_speechschedule a follow up
6.06.23speakdata/interim/SpeechOutputAlignment/assistant_soa_000009.wavupsynthetic_speechup
-
-
-
-
id
soa_000010
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000010
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000010.wavI will startsynthetic_speechI will start a 13 minute timer
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000010.wavstart a 13 minutesynthetic_speechnow and remind you when it ends
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000010.wavminute timer now andsynthetic_speechminute timer now and
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000010.wavand remind yousynthetic_speechand remind you
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000010.wavyou when it endssynthetic_speechyou when it ends
5.05.21speakdata/interim/SpeechOutputAlignment/assistant_soa_000010.wavendssynthetic_speechends
-
-
-
-
id
soa_000011
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000011
-
split
train
-
duration_sec
4.19
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000011.wavI will remindsynthetic_speechI will remind you to check the
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000011.wavremind you to checksynthetic_speechoven in 14 minutes
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000011.wavcheck the ovensynthetic_speechcheck the oven
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000011.wavoven in 14 minutessynthetic_speechoven in 14 minutes
4.04.19speakdata/interim/SpeechOutputAlignment/assistant_soa_000011.wavminutessynthetic_speechminutes
-
-
-
-
id
soa_000012
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000012
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000012.wavOpen the downloadedsynthetic_speechOpen the downloaded file verify its name
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000012.wavdownloaded file verify itssynthetic_speechand move it into the project folder
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000012.wavits name and movesynthetic_speechits name and move
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000012.wavmove it intosynthetic_speechmove it into
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000012.wavinto the project foldersynthetic_speechinto the project folder
5.05.21speakdata/interim/SpeechOutputAlignment/assistant_soa_000012.wavfoldersynthetic_speechfolder
-
-
-
-
id
soa_000013
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000013
-
split
train
-
duration_sec
5.55
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000013.wavThe sky lookssynthetic_speechThe sky looks blue because air molecules
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000013.wavlooks blue because airsynthetic_speechscatter shorter blue wavelengths more than red
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000013.wavair molecules scatter shortersynthetic_speechwavelengths
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000013.wavshorter blue wavelengthssynthetic_speechshorter blue wavelengths
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000013.wavwavelengths more than redsynthetic_speechwavelengths more than red
5.05.55speakdata/interim/SpeechOutputAlignment/assistant_soa_000013.wavred wavelengthssynthetic_speechred wavelengths
-
-
-
-
id
soa_000014
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000014
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000014.wavI waited forsynthetic_speechI waited for the end of your
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000014.wavfor the end ofsynthetic_speechsentence and I am ready to respond
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000014.wavof your sentence andsynthetic_speechof your sentence and
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000014.wavand I amsynthetic_speechand I am
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000014.wavam ready to respondsynthetic_speecham ready to respond
5.05.21speakdata/interim/SpeechOutputAlignment/assistant_soa_000014.wavrespondsynthetic_speechrespond
-
-
-
-
id
soa_000015
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000015
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000015.wavPack headphones asynthetic_speechPack headphones a charger a cable and
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000015.wava charger a cablesynthetic_speecha small pouch to keep them together
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000015.wavcable and a smallsynthetic_speechcable and a small
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000015.wavsmall pouch tosynthetic_speechsmall pouch to
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000015.wavto keep them togethersynthetic_speechto keep them together
5.05.21speakdata/interim/SpeechOutputAlignment/assistant_soa_000015.wavtogethersynthetic_speechtogether
-
-
-
-
id
soa_000016
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000016
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000016.wavUnderstood I willsynthetic_speechUnderstood I will wait for the phrase
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000016.wavwill wait for thesynthetic_speechgreen light before starting the next step
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000016.wavthe phrase green lightsynthetic_speechthe phrase green light
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000016.wavlight before startingsynthetic_speechlight before starting
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000016.wavstarting the next stepsynthetic_speechstarting the next step
5.05.21speakdata/interim/SpeechOutputAlignment/assistant_soa_000016.wavstepsynthetic_speechstep
-
-
-
-
id
soa_000017
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000017
-
split
train
-
duration_sec
5.89
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000017.wavThe room soundssynthetic_speechThe room sounds quiet enough for a
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000017.wavsounds quiet enough forsynthetic_speechshort recording but a test clip would
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000017.wavfor a short recordingsynthetic_speechconfirm it
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000017.wavrecording but asynthetic_speechrecording but a
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000017.wava test clip wouldsynthetic_speecha test clip would
5.05.89speakdata/interim/SpeechOutputAlignment/assistant_soa_000017.wavwould confirm itsynthetic_speechwould confirm it
-
-
-
-
id
soa_000018
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000018
-
split
train
-
duration_sec
5.55
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000018.wavI will createsynthetic_speechI will create a task for tomorrow
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000018.wavcreate a task forsynthetic_speechmorning with the spoken note as the
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000018.wavfor tomorrow morning withsynthetic_speechdescription
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000018.wavwith the spokensynthetic_speechwith the spoken
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000018.wavspoken note as thesynthetic_speechspoken note as the
5.05.55speakdata/interim/SpeechOutputAlignment/assistant_soa_000018.wavthe descriptionsynthetic_speechthe description
-
-
-
-
id
soa_000019
-
task_family
speech_output_alignment
-
source_dataset
StreamingAudioInteraction
-
source_id
sai_000019
-
split
train
-
duration_sec
6.23
-
- - - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000019.wavNo problem Isynthetic_speechNo problem I can stay for a
1.02.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000019.wavI can stay forsynthetic_speechfew more minutes or we can schedule
2.03.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000019.wavfor a few moresynthetic_speecha follow up
3.04.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000019.wavmore minutes orsynthetic_speechmore minutes or
4.05.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000019.wavor we can schedulesynthetic_speechor we can schedule
5.06.0speakdata/interim/SpeechOutputAlignment/assistant_soa_000019.wavschedule a follow upsynthetic_speechschedule a follow up
6.06.23speakdata/interim/SpeechOutputAlignment/assistant_soa_000019.wavupsynthetic_speechup
-
- - \ No newline at end of file diff --git a/previews/StreamingASRTranslation_preview.html b/previews/StreamingASRTranslation_preview.html deleted file mode 100644 index 6eeaf807e14e28732a37f166a4b20161760747de..0000000000000000000000000000000000000000 --- a/previews/StreamingASRTranslation_preview.html +++ /dev/null @@ -1,460 +0,0 @@ - - - - -StreamingASRTranslation preview - - - -

StreamingASRTranslation Preview

-
-
-
id
sat_000000
-
task_family
streaming_asr
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000000
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listendata/interim/StreamingASRTranslation/source_sat_000000.wavThe project meetingspeech
1.02.0listendata/interim/StreamingASRTranslation/source_sat_000000.wavmeeting moved to Thursdayspeech
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000000.wavThursday morning after thespeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000000.wavthe deployment reviewspeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000000.wavreview Batch number 0speech
5.05.21listendata/interim/StreamingASRTranslation/source_sat_000000.wav0speech
-
-
-
-
id
sat_000001
-
task_family
streaming_speech_translation
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000001
-
split
train
-
duration_sec
5.89
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0responsedata/interim/StreamingASRTranslation/source_sat_000001.wavA small batchspeecha pequeno lote of audio muestras is
1.02.0responsedata/interim/StreamingASRTranslation/source_sat_000001.wavbatch of audio samplesspeechsuficiente for el primera validacion pasada lote
2.03.0responsedata/interim/StreamingASRTranslation/source_sat_000001.wavsamples is enough forspeechnumber 1
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000001.wavfor the firstspeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000001.wavfirst validation pass Batchspeech
5.05.89listendata/interim/StreamingASRTranslation/source_sat_000001.wavBatch number 1speech
-
-
-
-
id
sat_000002
-
task_family
streaming_asr
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000002
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listendata/interim/StreamingASRTranslation/source_sat_000002.wavPlease label thespeech
1.02.0listendata/interim/StreamingASRTranslation/source_sat_000002.wavthe transcript carefully andspeech
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000002.wavand keep the originalspeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000002.wavoriginal file namespeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000002.wavname Batch number 2speech
5.05.21listendata/interim/StreamingASRTranslation/source_sat_000002.wav2speech
-
-
-
-
id
sat_000003
-
task_family
streaming_speech_translation
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000003
-
split
train
-
duration_sec
5.89
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0responsedata/interim/StreamingASRTranslation/source_sat_000003.wavThe model shouldspeechel modelo debe emitir parciales palabras solo
1.02.0responsedata/interim/StreamingASRTranslation/source_sat_000003.wavshould emit partial wordsspeechcuando el tiempo evidencia is confiable lote
2.03.0responsedata/interim/StreamingASRTranslation/source_sat_000003.wavwords only when thespeechnumber 3
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000003.wavthe timing evidencespeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000003.wavevidence is reliable Batchspeech
5.05.89listendata/interim/StreamingASRTranslation/source_sat_000003.wavBatch number 3speech
-
-
-
-
id
sat_000004
-
task_family
streaming_asr
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000004
-
split
train
-
duration_sec
5.55
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listendata/interim/StreamingASRTranslation/source_sat_000004.wavOur local pipelinespeech
1.02.0listendata/interim/StreamingASRTranslation/source_sat_000004.wavpipeline writes parquet filesspeech
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000004.wavfiles and preview pagesspeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000004.wavpages before anyspeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000004.wavany upload Batch numberspeech
5.05.55listendata/interim/StreamingASRTranslation/source_sat_000004.wavnumber 4speech
-
-
-
-
id
sat_000005
-
task_family
streaming_speech_translation
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000005
-
split
train
-
duration_sec
5.55
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0responsedata/interim/StreamingASRTranslation/source_sat_000005.wavThe speaker pausedspeechel speaker paused briefly antes asking for
1.02.0responsedata/interim/StreamingASRTranslation/source_sat_000005.wavpaused briefly before askingspeecha translation of el sentence lote number
2.03.0responsedata/interim/StreamingASRTranslation/source_sat_000005.wavasking for a translationspeech5
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000005.wavtranslation of thespeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000005.wavthe sentence Batch numberspeech
5.05.55listendata/interim/StreamingASRTranslation/source_sat_000005.wavnumber 5speech
-
-
-
-
id
sat_000006
-
task_family
streaming_asr
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000006
-
split
train
-
duration_sec
5.89
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listendata/interim/StreamingASRTranslation/source_sat_000006.wavQuality checks rejectedspeech
1.02.0listendata/interim/StreamingASRTranslation/source_sat_000006.wavrejected the sample becausespeech
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000006.wavbecause the audio wasspeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000006.wavwas shorter thanspeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000006.wavthan one second Batchspeech
5.05.89listendata/interim/StreamingASRTranslation/source_sat_000006.wavBatch number 6speech
-
-
-
-
id
sat_000007
-
task_family
streaming_speech_translation
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000007
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0responsedata/interim/StreamingASRTranslation/source_sat_000007.wavThe assistant shouldspeechel assistant debe stay silent while el
1.02.0responsedata/interim/StreamingASRTranslation/source_sat_000007.wavshould stay silent whilespeechuser is still talking lote number 7
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000007.wavwhile the user isspeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000007.wavis still talkingspeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000007.wavtalking Batch number 7speech
5.05.21listendata/interim/StreamingASRTranslation/source_sat_000007.wav7speech
-
-
-
-
id
sat_000008
-
task_family
streaming_asr
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000008
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listendata/interim/StreamingASRTranslation/source_sat_000008.wavStreaming data needsspeech
1.02.0listendata/interim/StreamingASRTranslation/source_sat_000008.wavneeds sorted chunks withspeech
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000008.wavwith clear timestamps andspeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000008.wavand stable identifiersspeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000008.wavidentifiers Batch number 8speech
5.05.21listendata/interim/StreamingASRTranslation/source_sat_000008.wav8speech
-
-
-
-
id
sat_000009
-
task_family
streaming_speech_translation
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000009
-
split
train
-
duration_sec
4.87
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0responsedata/interim/StreamingASRTranslation/source_sat_000009.wavThe validation reportspeechel validacion report lists missing sources separately
1.02.0responsedata/interim/StreamingASRTranslation/source_sat_000009.wavreport lists missing sourcesspeechfrom failed rows lote number 9
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000009.wavsources separately from failedspeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000009.wavfailed rows Batchspeech
4.04.87listendata/interim/StreamingASRTranslation/source_sat_000009.wavBatch number 9speech
-
-
-
-
id
sat_000010
-
task_family
streaming_asr
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000010
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listendata/interim/StreamingASRTranslation/source_sat_000010.wavThe project meetingspeech
1.02.0listendata/interim/StreamingASRTranslation/source_sat_000010.wavmeeting moved to Thursdayspeech
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000010.wavThursday morning after thespeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000010.wavthe deployment reviewspeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000010.wavreview Batch number 10speech
5.05.21listendata/interim/StreamingASRTranslation/source_sat_000010.wav10speech
-
-
-
-
id
sat_000011
-
task_family
streaming_speech_translation
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000011
-
split
train
-
duration_sec
5.89
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0responsedata/interim/StreamingASRTranslation/source_sat_000011.wavA small batchspeecha pequeno lote of audio muestras is
1.02.0responsedata/interim/StreamingASRTranslation/source_sat_000011.wavbatch of audio samplesspeechsuficiente for el primera validacion pasada lote
2.03.0responsedata/interim/StreamingASRTranslation/source_sat_000011.wavsamples is enough forspeechnumber 11
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000011.wavfor the firstspeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000011.wavfirst validation pass Batchspeech
5.05.89listendata/interim/StreamingASRTranslation/source_sat_000011.wavBatch number 11speech
-
-
-
-
id
sat_000012
-
task_family
streaming_asr
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000012
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listendata/interim/StreamingASRTranslation/source_sat_000012.wavPlease label thespeech
1.02.0listendata/interim/StreamingASRTranslation/source_sat_000012.wavthe transcript carefully andspeech
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000012.wavand keep the originalspeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000012.wavoriginal file namespeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000012.wavname Batch number 12speech
5.05.21listendata/interim/StreamingASRTranslation/source_sat_000012.wav12speech
-
-
-
-
id
sat_000013
-
task_family
streaming_speech_translation
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000013
-
split
train
-
duration_sec
5.89
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0responsedata/interim/StreamingASRTranslation/source_sat_000013.wavThe model shouldspeechel modelo debe emitir parciales palabras solo
1.02.0responsedata/interim/StreamingASRTranslation/source_sat_000013.wavshould emit partial wordsspeechcuando el tiempo evidencia is confiable lote
2.03.0responsedata/interim/StreamingASRTranslation/source_sat_000013.wavwords only when thespeechnumber 13
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000013.wavthe timing evidencespeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000013.wavevidence is reliable Batchspeech
5.05.89listendata/interim/StreamingASRTranslation/source_sat_000013.wavBatch number 13speech
-
-
-
-
id
sat_000014
-
task_family
streaming_asr
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000014
-
split
train
-
duration_sec
5.55
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listendata/interim/StreamingASRTranslation/source_sat_000014.wavOur local pipelinespeech
1.02.0listendata/interim/StreamingASRTranslation/source_sat_000014.wavpipeline writes parquet filesspeech
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000014.wavfiles and preview pagesspeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000014.wavpages before anyspeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000014.wavany upload Batch numberspeech
5.05.55listendata/interim/StreamingASRTranslation/source_sat_000014.wavnumber 14speech
-
-
-
-
id
sat_000015
-
task_family
streaming_speech_translation
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000015
-
split
train
-
duration_sec
5.55
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0responsedata/interim/StreamingASRTranslation/source_sat_000015.wavThe speaker pausedspeechel speaker paused briefly antes asking for
1.02.0responsedata/interim/StreamingASRTranslation/source_sat_000015.wavpaused briefly before askingspeecha translation of el sentence lote number
2.03.0responsedata/interim/StreamingASRTranslation/source_sat_000015.wavasking for a translationspeech15
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000015.wavtranslation of thespeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000015.wavthe sentence Batch numberspeech
5.05.55listendata/interim/StreamingASRTranslation/source_sat_000015.wavnumber 15speech
-
-
-
-
id
sat_000016
-
task_family
streaming_asr
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000016
-
split
train
-
duration_sec
5.89
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listendata/interim/StreamingASRTranslation/source_sat_000016.wavQuality checks rejectedspeech
1.02.0listendata/interim/StreamingASRTranslation/source_sat_000016.wavrejected the sample becausespeech
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000016.wavbecause the audio wasspeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000016.wavwas shorter thanspeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000016.wavthan one second Batchspeech
5.05.89listendata/interim/StreamingASRTranslation/source_sat_000016.wavBatch number 16speech
-
-
-
-
id
sat_000017
-
task_family
streaming_speech_translation
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000017
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0responsedata/interim/StreamingASRTranslation/source_sat_000017.wavThe assistant shouldspeechel assistant debe stay silent while el
1.02.0responsedata/interim/StreamingASRTranslation/source_sat_000017.wavshould stay silent whilespeechuser is still talking lote number 17
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000017.wavwhile the user isspeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000017.wavis still talkingspeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000017.wavtalking Batch number 17speech
5.05.21listendata/interim/StreamingASRTranslation/source_sat_000017.wav17speech
-
-
-
-
id
sat_000018
-
task_family
streaming_asr
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000018
-
split
train
-
duration_sec
5.21
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0listendata/interim/StreamingASRTranslation/source_sat_000018.wavStreaming data needsspeech
1.02.0listendata/interim/StreamingASRTranslation/source_sat_000018.wavneeds sorted chunks withspeech
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000018.wavwith clear timestamps andspeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000018.wavand stable identifiersspeech
4.05.0listendata/interim/StreamingASRTranslation/source_sat_000018.wavidentifiers Batch number 18speech
5.05.21listendata/interim/StreamingASRTranslation/source_sat_000018.wav18speech
-
-
-
-
id
sat_000019
-
task_family
streaming_speech_translation
-
source_dataset
local_speech_transcripts_fallback
-
source_id
fallback_speech_000019
-
split
train
-
duration_sec
4.87
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0responsedata/interim/StreamingASRTranslation/source_sat_000019.wavThe validation reportspeechel validacion report lists missing sources separately
1.02.0responsedata/interim/StreamingASRTranslation/source_sat_000019.wavreport lists missing sourcesspeechfrom failed rows lote number 19
2.03.0listendata/interim/StreamingASRTranslation/source_sat_000019.wavsources separately from failedspeech
3.04.0listendata/interim/StreamingASRTranslation/source_sat_000019.wavfailed rows Batchspeech
4.04.87listendata/interim/StreamingASRTranslation/source_sat_000019.wavBatch number 19speech
-
- - \ No newline at end of file diff --git a/previews/StreamingAudioInteraction_preview.html b/previews/StreamingAudioInteraction_preview.html deleted file mode 100644 index 9015c5d595e74e8e1d6f1426096afcac626e04cf..0000000000000000000000000000000000000000 --- a/previews/StreamingAudioInteraction_preview.html +++ /dev/null @@ -1,444 +0,0 @@ - - - - -StreamingAudioInteraction preview - - - -

StreamingAudioInteraction Preview

-
-
-
id
sai_000000
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000000
-
split
train
-
duration_sec
4.01
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000000.wavset a timerspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000000.wavtimer for 3 minutesspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000000.wavminutes while Ispeech
3.03.51silentdata/interim/StreamingAudioInteraction/user_sai_000000.wavI stretchspeech
3.514.01responseI will start a 3 minute timer now and remind you when it ends.
-
-
-
-
id
sai_000001
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000001
-
split
train
-
duration_sec
4.01
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000001.wavremind me tospeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000001.wavto check the ovenspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000001.wavoven in 4speech
3.03.51silentdata/interim/StreamingAudioInteraction/user_sai_000001.wav4 minutesspeech
3.514.01responseI will remind you to check the oven in 4 minutes.
-
-
-
-
id
sai_000002
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000002
-
split
train
-
duration_sec
3.67
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000002.wavwhat should Ispeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000002.wavI do after thespeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000002.wavthe download finishesspeech
3.03.17silentdata/interim/StreamingAudioInteraction/user_sai_000002.wavfinishesspeech
3.173.67responseOpen the downloaded file, verify its name, and move it into the project folder.
-
-
-
-
id
sai_000003
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000003
-
split
train
-
duration_sec
4.35
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000003.wavanswer this inspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000003.wavin one sentence whyspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000003.wavwhy is thespeech
3.03.85silentdata/interim/StreamingAudioInteraction/user_sai_000003.wavthe sky bluespeech
3.854.35responseThe sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.
-
-
-
-
id
sai_000004
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000004
-
split
train
-
duration_sec
3.67
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000004.wavpause before respondingspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000004.wavresponding until I finishspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000004.wavfinish this sentencespeech
3.03.17silentdata/interim/StreamingAudioInteraction/user_sai_000004.wavsentencespeech
3.173.67responseI waited for the end of your sentence and I am ready to respond.
-
-
-
-
id
sai_000005
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000005
-
split
train
-
duration_sec
4.35
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000005.wavmake a shortspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000005.wavshort checklist for packingspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000005.wavpacking headphones andspeech
3.03.85silentdata/interim/StreamingAudioInteraction/user_sai_000005.wavand a chargerspeech
3.854.35responsePack headphones, a charger, a cable, and a small pouch to keep them together.
-
-
-
-
id
sai_000006
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000006
-
split
train
-
duration_sec
4.01
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000006.wavif I sayspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000006.wavsay green light startspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000006.wavstart the nextspeech
3.03.51silentdata/interim/StreamingAudioInteraction/user_sai_000006.wavnext stepspeech
3.514.01responseUnderstood, I will wait for the phrase green light before starting the next step.
-
-
-
-
id
sai_000007
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000007
-
split
train
-
duration_sec
4.35
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000007.wavtell me whetherspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000007.wavwhether the room soundsspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000007.wavsounds quiet enoughspeech
3.03.85silentdata/interim/StreamingAudioInteraction/user_sai_000007.wavenough for recordingspeech
3.854.35responseThe room sounds quiet enough for a short recording, but a test clip would confirm it.
-
-
-
-
id
sai_000008
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000008
-
split
train
-
duration_sec
4.35
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000008.wavconvert this spokenspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000008.wavspoken note into aspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000008.wava task forspeech
3.03.85silentdata/interim/StreamingAudioInteraction/user_sai_000008.wavfor tomorrow morningspeech
3.854.35responseI will create a task for tomorrow morning with the spoken note as the description.
-
-
-
-
id
sai_000009
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000009
-
split
train
-
duration_sec
5.03
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000009.wavgive me aspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000009.wava calm reply tospeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000009.wavto say whenspeech
3.04.0silentdata/interim/StreamingAudioInteraction/user_sai_000009.wavwhen a meeting runsspeech
4.04.53silentdata/interim/StreamingAudioInteraction/user_sai_000009.wavruns latespeech
4.535.03responseNo problem, I can stay for a few more minutes or we can schedule a follow up.
-
-
-
-
id
sai_000010
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000010
-
split
train
-
duration_sec
4.01
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000010.wavset a timerspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000010.wavtimer for 13 minutesspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000010.wavminutes while Ispeech
3.03.51silentdata/interim/StreamingAudioInteraction/user_sai_000010.wavI stretchspeech
3.514.01responseI will start a 13 minute timer now and remind you when it ends.
-
-
-
-
id
sai_000011
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000011
-
split
train
-
duration_sec
4.01
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000011.wavremind me tospeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000011.wavto check the ovenspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000011.wavoven in 14speech
3.03.51silentdata/interim/StreamingAudioInteraction/user_sai_000011.wav14 minutesspeech
3.514.01responseI will remind you to check the oven in 14 minutes.
-
-
-
-
id
sai_000012
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000012
-
split
train
-
duration_sec
3.67
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000012.wavwhat should Ispeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000012.wavI do after thespeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000012.wavthe download finishesspeech
3.03.17silentdata/interim/StreamingAudioInteraction/user_sai_000012.wavfinishesspeech
3.173.67responseOpen the downloaded file, verify its name, and move it into the project folder.
-
-
-
-
id
sai_000013
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000013
-
split
train
-
duration_sec
4.35
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000013.wavanswer this inspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000013.wavin one sentence whyspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000013.wavwhy is thespeech
3.03.85silentdata/interim/StreamingAudioInteraction/user_sai_000013.wavthe sky bluespeech
3.854.35responseThe sky looks blue because air molecules scatter shorter blue wavelengths more than red wavelengths.
-
-
-
-
id
sai_000014
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000014
-
split
train
-
duration_sec
3.67
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000014.wavpause before respondingspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000014.wavresponding until I finishspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000014.wavfinish this sentencespeech
3.03.17silentdata/interim/StreamingAudioInteraction/user_sai_000014.wavsentencespeech
3.173.67responseI waited for the end of your sentence and I am ready to respond.
-
-
-
-
id
sai_000015
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000015
-
split
train
-
duration_sec
4.35
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000015.wavmake a shortspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000015.wavshort checklist for packingspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000015.wavpacking headphones andspeech
3.03.85silentdata/interim/StreamingAudioInteraction/user_sai_000015.wavand a chargerspeech
3.854.35responsePack headphones, a charger, a cable, and a small pouch to keep them together.
-
-
-
-
id
sai_000016
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000016
-
split
train
-
duration_sec
4.01
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000016.wavif I sayspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000016.wavsay green light startspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000016.wavstart the nextspeech
3.03.51silentdata/interim/StreamingAudioInteraction/user_sai_000016.wavnext stepspeech
3.514.01responseUnderstood, I will wait for the phrase green light before starting the next step.
-
-
-
-
id
sai_000017
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000017
-
split
train
-
duration_sec
4.35
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000017.wavtell me whetherspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000017.wavwhether the room soundsspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000017.wavsounds quiet enoughspeech
3.03.85silentdata/interim/StreamingAudioInteraction/user_sai_000017.wavenough for recordingspeech
3.854.35responseThe room sounds quiet enough for a short recording, but a test clip would confirm it.
-
-
-
-
id
sai_000018
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000018
-
split
train
-
duration_sec
4.35
-
- - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000018.wavconvert this spokenspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000018.wavspoken note into aspeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000018.wava task forspeech
3.03.85silentdata/interim/StreamingAudioInteraction/user_sai_000018.wavfor tomorrow morningspeech
3.854.35responseI will create a task for tomorrow morning with the spoken note as the description.
-
-
-
-
id
sai_000019
-
task_family
streaming_audio_interaction
-
source_dataset
local_text_dialogues_fallback
-
source_id
fallback_dialogue_000019
-
split
train
-
duration_sec
5.03
-
- - - - - - - - - - - -
StartEndControlFrameAudioASR deltaAudio eventsVisual eventsTarget delta
0.01.0silentdata/interim/StreamingAudioInteraction/user_sai_000019.wavgive me aspeech
1.02.0silentdata/interim/StreamingAudioInteraction/user_sai_000019.wava calm reply tospeech
2.03.0silentdata/interim/StreamingAudioInteraction/user_sai_000019.wavto say whenspeech
3.04.0silentdata/interim/StreamingAudioInteraction/user_sai_000019.wavwhen a meeting runsspeech
4.04.53silentdata/interim/StreamingAudioInteraction/user_sai_000019.wavruns latespeech
4.535.03responseNo problem, I can stay for a few more minutes or we can schedule a follow up.
-
- - \ No newline at end of file diff --git a/reports/V0_3_CONSTRUCTION_VALIDATION_REPORT.json b/reports/V0_3_CONSTRUCTION_VALIDATION_REPORT.json new file mode 100644 index 0000000000000000000000000000000000000000..2125b3329f0d937229f21eb8c4a98b3abf3f1213 --- /dev/null +++ b/reports/V0_3_CONSTRUCTION_VALIDATION_REPORT.json @@ -0,0 +1,71 @@ +{ + "construction_strict_pass": true, + "fatal_errors": [], + "metrics": { + "StreamingAudioInteraction": { + "train": 950, + "eval": 50, + "unique_sources": 1000, + "largest_family_fraction": 1.0, + "max_rows_per_source": 1, + "train_eval_overlap": 0 + }, + "StreamingASRTranslation": { + "train": 950, + "eval": 50, + "unique_sources": 1000, + "largest_family_fraction": 1.0, + "max_rows_per_source": 1, + "train_eval_overlap": 0 + }, + "SpeechOutputAlignment": { + "train": 950, + "eval": 50, + "unique_sources": 1000, + "largest_family_fraction": 1.0, + "max_rows_per_source": 1, + "train_eval_overlap": 0 + }, + "LiveAVCommentary": { + "train": 950, + "eval": 50, + "unique_sources": 100, + "largest_family_fraction": 1.0, + "max_rows_per_source": 10, + "train_eval_overlap": 0 + }, + "AVJointReasoning": { + "train": 950, + "eval": 50, + "unique_sources": 100, + "largest_family_fraction": 1.0, + "max_rows_per_source": 10, + "train_eval_overlap": 0 + }, + "ProactiveAVInteraction": { + "train": 950, + "eval": 50, + "unique_sources": 350, + "largest_family_fraction": 0.379, + "max_rows_per_source": 4, + "train_eval_overlap": 0, + "should_speak_false_fraction": 0.476, + "proactive_trigger_fraction": 0.524, + "joint_fraction": 0.43, + "evidence_coverage": 1.0 + }, + "OCRScreenGrounding": { + "train": 950, + "eval": 50, + "unique_sources": 315, + "largest_family_fraction": 0.256, + "max_rows_per_source": 4, + "train_eval_overlap": 0, + "ocr_required_fraction": 1.0, + "temporal_ocr_fraction": 0.75, + "source_family_count": 5, + "grounding_coverage": 1.0, + "target_resolution": 1.0 + } + } +} diff --git a/reports/V0_3_JOINT_MODALITY_AUDIT.json b/reports/V0_3_JOINT_MODALITY_AUDIT.json new file mode 100644 index 0000000000000000000000000000000000000000..aaeae2473c87cd0ba2866503138ac9496540c163 --- /dev/null +++ b/reports/V0_3_JOINT_MODALITY_AUDIT.json @@ -0,0 +1,1019 @@ +{ + "review_type": "agent_review", + "rows_structurally_checked": 1000, + "semantic_review_rows": 100, + "labels": { + "audio_only_sufficient": 379, + "genuinely_joint": 430, + "ambiguous_invalid": 46, + "video_only_sufficient": 145 + }, + "genuinely_joint_fraction": 0.43, + "false_joint_count": 0, + "false_joint_rate": 0.0, + "sample": [ + { + "row_id": "local_seamless_2b3d740f8ec5fc1b_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.990882, + "caption": "The man is standing on a skateboard.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_398fd5d08b4fb5ad_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.997711, + "caption": "A person stands on a balance board with hands clasped in front.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_17b92aa30191469f_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.99696, + "caption": "The man is talking with his hands.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_398fd5d08b4fb5ad_seg2_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.996596, + "caption": "A person stands on a balance board with hands clasped in front.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_8e45d420cf050c1a_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.991324, + "caption": "A woman stands on a balance board with her hands clasped in front of her.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_d1b9dcef4a809f2f_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.991188, + "caption": "A woman stands on a balance board with her hands clasped in front of her.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_2b7e0506b38589d3_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.980073, + "caption": "A woman stands on a balance board with her hands clasped in front of her.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_0cb062822a735ceb_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.997088, + "caption": "A man stands on a balance board with his hands clasped in front of him.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_740818b3d51b6db7_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.980962, + "caption": "A woman stands on a skateboard with her hands at her sides.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_944a1454314993d0_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.974993, + "caption": "A man is standing on a skateboard.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_c4f8e431420a3987_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.894255, + "caption": "A woman stands on a skateboard with her arms outstretched.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_c0534eb0aa3e3c31_seg2_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.990285, + "caption": "A young man stands on a black mat with his hands clasped in front of him.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_87f1fe79dd1c0e00_seg2_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.985279, + "caption": "A woman stands on a mat with her arms crossed.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_a21f8e78957228f4_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.985877, + "caption": "A man stands on a skateboard.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_1f2dd15f8a709171_seg2_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.986823, + "caption": "A man stands on a skateboard with his hands clasped in front of him.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_3d0ee7d5c3b10967_seg2_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.989494, + "caption": "A woman stands on a skateboard with her hands clasped in front of her.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_e20b51ea94ce37bc_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.96679, + "caption": "A man is standing on a skateboard with his hands outstretched.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_3593e769e8c360a6_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.995561, + "caption": "A woman stands on a mat with her hands clasped in front of her.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_30c59acbf2cbd53b_seg2_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.993267, + "caption": "A man stands on a balance board with his hands clasped in front of him.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_51e6133dbfae1fcf_seg2_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.98983, + "caption": "A young man stands on a skateboard with his hands clasped in front of him.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_d5271d43fea2c745_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.903457, + "caption": "A young man stands on a skateboard with his hands clasped in front of him.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_24afdec6c209837a_seg2_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.977955, + "caption": "A man stands with his hands clasped in front of him.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_4e5846dbf3185a5b_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.969046, + "caption": "A man stands on a skateboard with his hands at his sides.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_7492920cb0b4111c_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.979653, + "caption": "A man stands on a skateboard with his hands at his sides.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_29a6803548d6aa98_0", + "split": "train", + "label": "genuinely_joint", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.996804, + "caption": "A woman stands on a mat with her arms crossed.", + "rationale": "Strong speech audio plus a visible human are both required to ground the user-speaking silence decision." + }, + { + "row_id": "local_seamless_559df2cfc6cf13a3_seg2_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.994167, + "caption": "A woman stands on a balance board with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_3941d901e3531b40_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.975445, + "caption": "A man stands on a skateboard with his arms outstretched.", + "rationale": null + }, + { + "row_id": "local_seamless_90a278c392262268_seg2_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.996115, + "caption": "The man is talking with his hands.", + "rationale": null + }, + { + "row_id": "local_seamless_bf8818cc5635ed87_seg2_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.977928, + "caption": "A man is standing on a skateboard with his hand on his forehead.", + "rationale": null + }, + { + "row_id": "local_seamless_5e141e594bfbf675_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.988024, + "caption": "A woman stands on a skateboard with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_6eaef4a701a272e6_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.841591, + "caption": "A woman stands on a skateboard with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_cae104e9daed49f0_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.615125, + "caption": "A woman stands with her hands clasped in front of her, wearing a leopard print top and a denim skirt.", + "rationale": null + }, + { + "row_id": "local_seamless_d4c9e80537606ee1_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.750747, + "caption": "A man stands on a skateboard with his hands clasped in front of him.", + "rationale": null + }, + { + "row_id": "local_seamless_1a5d5648804a2769_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.232962, + "caption": "A woman stands on a surfboard.", + "rationale": null + }, + { + "row_id": "local_seamless_e49b5ffca7dd7581_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.960558, + "caption": "The woman is standing on a skateboard.", + "rationale": null + }, + { + "row_id": "local_seamless_930ba0b995115c9d_seg2_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.687828, + "caption": "A man is standing on a skateboard.", + "rationale": null + }, + { + "row_id": "local_seamless_d9a0ac50f131bab7_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.215732, + "caption": "A woman is smiling and waving her hands.", + "rationale": null + }, + { + "row_id": "local_seamless_1f7785548b3aa37c_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.225718, + "caption": "A man stands on a skateboard.", + "rationale": null + }, + { + "row_id": "local_seamless_04e9baf3643cb23e_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.995829, + "caption": "A man stands on a balance board with his hands in his pockets.", + "rationale": null + }, + { + "row_id": "local_seamless_ae22fa6b806e0945_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.90864, + "caption": "A woman stands on a balance board with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_a70bbee4904ee5db_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.988314, + "caption": "A woman stands on a balance board with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_2f66eea3e9177783_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.997913, + "caption": "The man is talking with his hands.", + "rationale": null + }, + { + "row_id": "local_seamless_7112179dce0001b9_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.987191, + "caption": "A person stands on a balance board with hands clasped in front.", + "rationale": null + }, + { + "row_id": "local_seamless_da3e91da78bd7a28_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.121091, + "caption": "A woman stands with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_3941d901e3531b40_seg2_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.994417, + "caption": "A man stands on a skateboard with his arms outstretched.", + "rationale": null + }, + { + "row_id": "local_seamless_9566012267ae81c9_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.984125, + "caption": "A woman stands on a surfboard with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_b4b534f0dda15bf6_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.997903, + "caption": "The woman is clapping her hands together.", + "rationale": null + }, + { + "row_id": "local_seamless_8fcd0be8d3e381e6_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.919668, + "caption": "A man stands on a skateboard with his hands clasped in front of him.", + "rationale": null + }, + { + "row_id": "local_seamless_a0d61ba33a34168a_seg2_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.99524, + "caption": "A person stands on a balance board with hands clasped in front.", + "rationale": null + }, + { + "row_id": "local_seamless_82815cb0e74212bb_seg2_0", + "split": "train", + "label": "audio_only_sufficient", + "should_speak": true, + "trigger_type": "audio_event", + "speech_score": 0.993918, + "caption": "A man stands on a skateboard with his eyes closed.", + "rationale": null + }, + { + "row_id": "local_seamless_cae104e9daed49f0_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.615125, + "caption": "A woman stands with her hands clasped in front of her, wearing a leopard print top and a denim skirt.", + "rationale": null + }, + { + "row_id": "local_seamless_2b7e0506b38589d3_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.980073, + "caption": "A woman stands on a balance board with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_0cb062822a735ceb_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.997088, + "caption": "A man stands on a balance board with his hands clasped in front of him.", + "rationale": null + }, + { + "row_id": "local_seamless_944a1454314993d0_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.974993, + "caption": "A man is standing on a skateboard.", + "rationale": null + }, + { + "row_id": "local_seamless_87f1fe79dd1c0e00_seg2_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.985279, + "caption": "A woman stands on a mat with her arms crossed.", + "rationale": null + }, + { + "row_id": "local_seamless_3941d901e3531b40_seg2_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.994417, + "caption": "A man stands on a skateboard with his arms outstretched.", + "rationale": null + }, + { + "row_id": "local_seamless_b4b534f0dda15bf6_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.997903, + "caption": "The woman is clapping her hands together.", + "rationale": null + }, + { + "row_id": "local_seamless_7dbbcca296da86fc_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.9834, + "caption": "A man stands on a skateboard with his hands in his pockets.", + "rationale": null + }, + { + "row_id": "local_seamless_24afdec6c209837a_seg2_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.977955, + "caption": "A man stands with his hands clasped in front of him.", + "rationale": null + }, + { + "row_id": "local_seamless_5bf752e0a004d990_seg2_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.991855, + "caption": "A woman stands on a skateboard with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_40c901692614bd66_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.903967, + "caption": "A man stands on a balance board with his hands clasped in front of him.", + "rationale": null + }, + { + "row_id": "local_seamless_bf72336fd88da669_seg2_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.992946, + "caption": "A woman stands on a balance board with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_4e2c9874d74834de_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.689829, + "caption": "A woman stands on a skateboard with her hands at her sides.", + "rationale": null + }, + { + "row_id": "local_seamless_e428a793dfcdbeac_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.992022, + "caption": "A man stands on a balance board with his hands clasped in front of him.", + "rationale": null + }, + { + "row_id": "local_seamless_22e209d34ca52f2e_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.995383, + "caption": "A man is standing on a skateboard.", + "rationale": null + }, + { + "row_id": "local_seamless_b929337710be6446_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.987687, + "caption": "A woman stands on a skateboard with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_e215957cb2ad6f59_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.991158, + "caption": "A man stands on a skateboard with his hands at his sides.", + "rationale": null + }, + { + "row_id": "local_seamless_11fd4047c149cfb4_seg2_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.989951, + "caption": "A woman is standing on a skateboard.", + "rationale": null + }, + { + "row_id": "local_seamless_42737f6b7392b518_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.993814, + "caption": "A woman stands on a surfboard with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_4e989d9382d1a84b_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.944561, + "caption": "A woman stands on a surfboard with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_414ff5f755c2e69e_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.983626, + "caption": "A woman stands on a skateboard with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_2dc267092f8c9e99_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.989339, + "caption": "A man is standing on a skateboard.", + "rationale": null + }, + { + "row_id": "local_seamless_70a16a722d391520_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.991508, + "caption": "A woman stands on a skateboard with her hands at her sides.", + "rationale": null + }, + { + "row_id": "local_seamless_02c9847afab79960_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.996333, + "caption": "A woman stands on an exercise platform with her hands in front of her chest.", + "rationale": null + }, + { + "row_id": "local_seamless_d638bb6479a0eab6_pad1", + "split": "train", + "label": "video_only_sufficient", + "should_speak": true, + "trigger_type": "visual_event", + "speech_score": 0.952914, + "caption": "A woman stands on a skateboard with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_4e8cd1936d910192_seg2_0", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.693735, + "caption": "A woman stands on a platform with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_8636fedac72536ce_0", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.451594, + "caption": "A woman stands on a skateboard with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_c46fe9ab712c3fbf_0", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.611067, + "caption": "A man stands on a balance board with his hands clasped in front of him.", + "rationale": null + }, + { + "row_id": "local_seamless_8636fedac72536ce_seg2_0", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.569381, + "caption": "A woman stands on a skateboard with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_e9269e4118500273_0", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.53701, + "caption": "A man stands on a skateboard with his hands clasped in front of him.", + "rationale": null + }, + { + "row_id": "local_seamless_930ba0b995115c9d_seg2_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.687828, + "caption": "A man is standing on a skateboard.", + "rationale": null + }, + { + "row_id": "local_seamless_d9a0ac50f131bab7_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.215732, + "caption": "A woman is smiling and waving her hands.", + "rationale": null + }, + { + "row_id": "local_seamless_1f7785548b3aa37c_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.225718, + "caption": "A man stands on a skateboard.", + "rationale": null + }, + { + "row_id": "local_seamless_da3e91da78bd7a28_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.121091, + "caption": "A woman stands with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_03b1ce66a7436e09_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.156862, + "caption": "A man stands on a skateboard with his hands clasped in front of him.", + "rationale": null + }, + { + "row_id": "local_seamless_8c60ce772ecaf6f2_seg2_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.04839, + "caption": "A man is standing on a surfboard.", + "rationale": null + }, + { + "row_id": "local_seamless_2959bbfa6626edea_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.557148, + "caption": "A woman stands on a balance board with her feet shoulder-width apart.", + "rationale": null + }, + { + "row_id": "local_seamless_4e8cd1936d910192_seg2_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.693735, + "caption": "A woman stands on a platform with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_1ea9cd8ba02bebff_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.607495, + "caption": "A woman stands on a balance board with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_1e844fa8d591364e_seg2_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.127912, + "caption": "A man stands on a balance board with his hands clasped in front of him.", + "rationale": null + }, + { + "row_id": "local_seamless_97550f61051d9f03_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.107282, + "caption": "A woman stands on a black platform with her hands on her hips.", + "rationale": null + }, + { + "row_id": "local_seamless_c46fe9ab712c3fbf_seg2_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.425524, + "caption": "A man stands on a balance board with his hands clasped in front of him.", + "rationale": null + }, + { + "row_id": "local_seamless_b522c7f8707b9105_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.054219, + "caption": "A woman is standing on a balance board.", + "rationale": null + }, + { + "row_id": "local_seamless_b1847e062a9053bd_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.569468, + "caption": "A woman stands on a balance board with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_8636fedac72536ce_seg2_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.569381, + "caption": "A woman stands on a skateboard with her hands clasped in front of her.", + "rationale": null + }, + { + "row_id": "local_seamless_86dbb7cc9e741de7_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.019035, + "caption": "A man is standing on a skateboard.", + "rationale": null + }, + { + "row_id": "local_seamless_2e03903daf3eb074_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.361936, + "caption": "A man stands on a balance board with his hands at his sides.", + "rationale": null + }, + { + "row_id": "local_seamless_8c60ce772ecaf6f2_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.033514, + "caption": "A man is standing on a surfboard.", + "rationale": null + }, + { + "row_id": "local_seamless_a2c96a84a1e2e870_seg2_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.117254, + "caption": "A woman stands on a black platform with her hands resting on her thighs.", + "rationale": null + }, + { + "row_id": "local_seamless_f535bc8eb4e256fd_pad1", + "split": "train", + "label": "ambiguous_invalid", + "should_speak": false, + "trigger_type": "none", + "speech_score": 0.31458, + "caption": "A man is standing on a skateboard.", + "rationale": null + } + ], + "fatal_errors": [], + "joint_modality_audit_passed": true, + "normalized_parquet_updated": true +} diff --git a/reports/V0_3_MEDIA_PORTABILITY_REPORT.json b/reports/V0_3_MEDIA_PORTABILITY_REPORT.json new file mode 100644 index 0000000000000000000000000000000000000000..57464f8886289d7534bc1195542f12a283cb14b0 --- /dev/null +++ b/reports/V0_3_MEDIA_PORTABILITY_REPORT.json @@ -0,0 +1,44 @@ +{ + "configs": { + "StreamingAudioInteraction": { + "entries": 1000, + "path": "manifests/StreamingAudioInteraction.jsonl" + }, + "StreamingASRTranslation": { + "entries": 1000, + "path": "manifests/StreamingASRTranslation.jsonl" + }, + "SpeechOutputAlignment": { + "entries": 1000, + "path": "manifests/SpeechOutputAlignment.jsonl" + }, + "LiveAVCommentary": { + "entries": 1000, + "path": "manifests/LiveAVCommentary.jsonl" + }, + "AVJointReasoning": { + "entries": 1000, + "path": "manifests/AVJointReasoning.jsonl" + }, + "ProactiveAVInteraction": { + "entries": 1000, + "path": "manifests/ProactiveAVInteraction.jsonl" + }, + "OCRScreenGrounding": { + "entries": 1000, + "path": "manifests/OCRScreenGrounding.jsonl" + } + }, + "fatal_errors": [], + "total_entries": 7000, + "manifest_build_passed": true, + "required_media_rows": 7000, + "included_public_rows": 0, + "upstream_reconstruction_rows": 3000, + "generated_rows": 4000, + "unrecoverable_rows": 0, + "reconstruction_smoke_rows": 70, + "reconstruction_smoke_success": 70, + "reconstruction_smoke_success_rate": 1.0, + "media_portability_passed": true +} diff --git a/reports/V0_3_PUBLICATION_VALIDATION_REPORT.json b/reports/V0_3_PUBLICATION_VALIDATION_REPORT.json new file mode 100644 index 0000000000000000000000000000000000000000..ec32a86c6fa64aa4ae9a0068103483690c9752c1 --- /dev/null +++ b/reports/V0_3_PUBLICATION_VALIDATION_REPORT.json @@ -0,0 +1,9 @@ +{ + "publication_strict_pass": true, + "fatal_errors": [], + "warnings": [], + "configs": 7, + "parquet_split_files": 14, + "mixed_formats": 0, + "manifest_entries": 7000 +} diff --git a/reports/V0_3_RECONSTRUCTION_SMOKE_TEST_REPORT.json b/reports/V0_3_RECONSTRUCTION_SMOKE_TEST_REPORT.json new file mode 100644 index 0000000000000000000000000000000000000000..fcfc803ebe6123da7d80668130db48186e75a54c --- /dev/null +++ b/reports/V0_3_RECONSTRUCTION_SMOKE_TEST_REPORT.json @@ -0,0 +1,442 @@ +{ + "rows_attempted": 70, + "rows_succeeded": 70, + "success_rate": 1.0, + "by_configuration": { + "StreamingAudioInteraction": [ + { + "manifest_id": "manifest_e24911d024182457", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingAudioInteraction/manifest_e24911d024182457.wav", + "sha256": "77f2eb700c32881f74ac8d85fed8071745c35c12973caaaa079b6aa1b12a4206" + }, + { + "manifest_id": "manifest_83fbb5f819151a86", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingAudioInteraction/manifest_83fbb5f819151a86.wav", + "sha256": "f1a154845fdb186daae0f4c2c55d1ca940d6fc8ad65e07e4eeda98b6012a5467" + }, + { + "manifest_id": "manifest_0525bd47a63213b1", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingAudioInteraction/manifest_0525bd47a63213b1.wav", + "sha256": "312aacfb3c6d27bcc0f64cf2e66f1f4015c456d4c5100a14bef545e2664de5f8" + }, + { + "manifest_id": "manifest_a09c150b2f6006df", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingAudioInteraction/manifest_a09c150b2f6006df.wav", + "sha256": "a19d4822ef0e8951045318ab3c75aa46e9013607985b9f28310a0d6b4255b1a9" + }, + { + "manifest_id": "manifest_7665c3d07e7c50c9", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingAudioInteraction/manifest_7665c3d07e7c50c9.wav", + "sha256": "069be6c3ca2028b1ea5acf3d8fe95c0b1e37e45267414b68829fc00d2f4c6503" + }, + { + "manifest_id": "manifest_140ad85678ab7b29", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingAudioInteraction/manifest_140ad85678ab7b29.wav", + "sha256": "c882226b6568f1a4b89fe1d7ecd6a54472df7f79d72056f986d384ea45916b0c" + }, + { + "manifest_id": "manifest_15665fd7c4fb9a1a", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingAudioInteraction/manifest_15665fd7c4fb9a1a.wav", + "sha256": "80621cc75a4a017826cfed0915be96dde98e385b48ff21394bb9db283cdf0e31" + }, + { + "manifest_id": "manifest_a085dc997d0e42cf", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingAudioInteraction/manifest_a085dc997d0e42cf.wav", + "sha256": "8e2b885110e2e8b72ef491ff91d59bb88601640787e185585b46918dc88e66d9" + }, + { + "manifest_id": "manifest_1d4f274c28c8855b", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingAudioInteraction/manifest_1d4f274c28c8855b.wav", + "sha256": "f441336fd8bb05569da13ec8d41523454bca67896e99b1c591be97720e32a2f4" + }, + { + "manifest_id": "manifest_bb9acc6409569ba7", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingAudioInteraction/manifest_bb9acc6409569ba7.wav", + "sha256": "7cb82684b36e0c265819f30fde1cc19536f1b65bb1d2b74421eab2170341636e" + } + ], + "StreamingASRTranslation": [ + { + "manifest_id": "manifest_c6fd4e281a507e5e", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingASRTranslation/manifest_c6fd4e281a507e5e.wav", + "sha256": "d5bca2ad400eb9148402f988f535920f3796168cc118c03be2ebe175be5ca9ae" + }, + { + "manifest_id": "manifest_f6213807a2043af1", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingASRTranslation/manifest_f6213807a2043af1.wav", + "sha256": "b7f69d8840a4ecdcf78d2195d90326c1c88350bcf8f31d579b8cadb3d6424b99" + }, + { + "manifest_id": "manifest_15100890445b3778", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingASRTranslation/manifest_15100890445b3778.wav", + "sha256": "7eb16f9439a77da021aea1ab2894fd448ec30ba97b2ccf91ea1496bf8bc62dd4" + }, + { + "manifest_id": "manifest_eab6bcf0626d9ad7", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingASRTranslation/manifest_eab6bcf0626d9ad7.wav", + "sha256": "fedc5dc31480f111db5d8395d3ffa5a5adbe8f17b4be175656130491a0f1b474" + }, + { + "manifest_id": "manifest_79a4918cd25e3f66", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingASRTranslation/manifest_79a4918cd25e3f66.wav", + "sha256": "2e29402e09add2f8c4f92ad9e5aebf2a8bd36d312e38f4dfd9472bb8d05aa8e5" + }, + { + "manifest_id": "manifest_dac81a3327123c17", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingASRTranslation/manifest_dac81a3327123c17.wav", + "sha256": "a2dd99c25ae105e6908f36b7d21134922e692fd98694776e0ba65f3b8f839853" + }, + { + "manifest_id": "manifest_dafaab836cccfd8e", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingASRTranslation/manifest_dafaab836cccfd8e.wav", + "sha256": "769ac82924e9373466f810cffdb735c8b2e95af78ed7aa1f3f079f42e3ebb554" + }, + { + "manifest_id": "manifest_45611672d4d1c3de", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingASRTranslation/manifest_45611672d4d1c3de.wav", + "sha256": "d9e678576426d9539d7d131e4c5fb705059b19e5bf544c42378bef863416dd8c" + }, + { + "manifest_id": "manifest_37390d2dc6de8bc4", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingASRTranslation/manifest_37390d2dc6de8bc4.wav", + "sha256": "9df7322d5a5729dc66d6d0acc489c7b9223f769b0077214f0cc8ad5e56730145" + }, + { + "manifest_id": "manifest_8f85526c517511ba", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/StreamingASRTranslation/manifest_8f85526c517511ba.wav", + "sha256": "14f04bde8f68f3c049ecab715f8de810d0f52b9df9934ec1e2ab860dd106fe7d" + } + ], + "SpeechOutputAlignment": [ + { + "manifest_id": "manifest_963038eb6937f5ba", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/SpeechOutputAlignment/manifest_963038eb6937f5ba.wav", + "sha256": "40c1b06f12fce38ab45ad4e14afa74c7d3822389d86d232875eab9fbc113530c" + }, + { + "manifest_id": "manifest_342a9fbcf683d8f6", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/SpeechOutputAlignment/manifest_342a9fbcf683d8f6.wav", + "sha256": "4200ecf237e5ffdf1fbbb309f408bced17579f5e0406febf83b89ee6137e7e16" + }, + { + "manifest_id": "manifest_fe437527338f4fb8", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/SpeechOutputAlignment/manifest_fe437527338f4fb8.wav", + "sha256": "4104d95c8cad000715c646202b8427b7b770895df9ea39073c954f066e540b88" + }, + { + "manifest_id": "manifest_150a90bbc08e3f6d", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/SpeechOutputAlignment/manifest_150a90bbc08e3f6d.wav", + "sha256": "99d883bd01ceeee17801cb4a3a0792381536c791fb9b7284ceacb37786f2789c" + }, + { + "manifest_id": "manifest_92bd286864173ddd", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/SpeechOutputAlignment/manifest_92bd286864173ddd.wav", + "sha256": "45f3b02e2a45525ce3674e9b75e6d115758a4db4c6ed250a06ec980eced6e439" + }, + { + "manifest_id": "manifest_5beefd8d7671bce3", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/SpeechOutputAlignment/manifest_5beefd8d7671bce3.wav", + "sha256": "b6e8300e26206feb561c8d9c1874f1291e4abddec15f96f0c2dac830ce9fe5ab" + }, + { + "manifest_id": "manifest_de1ab38788c5f727", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/SpeechOutputAlignment/manifest_de1ab38788c5f727.wav", + "sha256": "e6b240f4b0614a68f72dbcee7ec6f42283a0bfe7da10915991f12562995e2a74" + }, + { + "manifest_id": "manifest_5b17a8f3cfc4eae0", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/SpeechOutputAlignment/manifest_5b17a8f3cfc4eae0.wav", + "sha256": "7d6bf6fc27d217e4d97bc45891a5a7839dfe3ac08c692f96499dc995b3d68fea" + }, + { + "manifest_id": "manifest_f1ef5fe8e2fafac5", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/SpeechOutputAlignment/manifest_f1ef5fe8e2fafac5.wav", + "sha256": "144ab15f4bf5de41ac94ef68b9495e77facf3910cbf982a1381cf9edfeb3effb" + }, + { + "manifest_id": "manifest_1ee4cd3646229b0f", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/SpeechOutputAlignment/manifest_1ee4cd3646229b0f.wav", + "sha256": "9f1b2d3faeed9699d3234a68f1ec78a0869606b0011cca4817abb047551d308f" + } + ], + "LiveAVCommentary": [ + { + "manifest_id": "manifest_81a24edf278f7652", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/LiveAVCommentary/manifest_81a24edf278f7652.mp4", + "sha256": "77a84fce9d318f6f7e23a4718da4d534868fc081581db7ac2f792e38b27a53af" + }, + { + "manifest_id": "manifest_c41416757700de40", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/LiveAVCommentary/manifest_c41416757700de40.mp4", + "sha256": "77a84fce9d318f6f7e23a4718da4d534868fc081581db7ac2f792e38b27a53af" + }, + { + "manifest_id": "manifest_71df8c75246aa406", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/LiveAVCommentary/manifest_71df8c75246aa406.mp4", + "sha256": "77a84fce9d318f6f7e23a4718da4d534868fc081581db7ac2f792e38b27a53af" + }, + { + "manifest_id": "manifest_e5744ed542ca8ac5", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/LiveAVCommentary/manifest_e5744ed542ca8ac5.mp4", + "sha256": "77a84fce9d318f6f7e23a4718da4d534868fc081581db7ac2f792e38b27a53af" + }, + { + "manifest_id": "manifest_d3542a55c3c1cafb", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/LiveAVCommentary/manifest_d3542a55c3c1cafb.mp4", + "sha256": "77a84fce9d318f6f7e23a4718da4d534868fc081581db7ac2f792e38b27a53af" + }, + { + "manifest_id": "manifest_dbd6533f035d26e9", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/LiveAVCommentary/manifest_dbd6533f035d26e9.mp4", + "sha256": "77a84fce9d318f6f7e23a4718da4d534868fc081581db7ac2f792e38b27a53af" + }, + { + "manifest_id": "manifest_1be94f85a4d73aac", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/LiveAVCommentary/manifest_1be94f85a4d73aac.mp4", + "sha256": "77a84fce9d318f6f7e23a4718da4d534868fc081581db7ac2f792e38b27a53af" + }, + { + "manifest_id": "manifest_22d6e86d32d995af", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/LiveAVCommentary/manifest_22d6e86d32d995af.mp4", + "sha256": "77a84fce9d318f6f7e23a4718da4d534868fc081581db7ac2f792e38b27a53af" + }, + { + "manifest_id": "manifest_3e43870fdc5f4379", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/LiveAVCommentary/manifest_3e43870fdc5f4379.mp4", + "sha256": "77a84fce9d318f6f7e23a4718da4d534868fc081581db7ac2f792e38b27a53af" + }, + { + "manifest_id": "manifest_bbd82434bbe2e54a", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/LiveAVCommentary/manifest_bbd82434bbe2e54a.mp4", + "sha256": "77a84fce9d318f6f7e23a4718da4d534868fc081581db7ac2f792e38b27a53af" + } + ], + "AVJointReasoning": [ + { + "manifest_id": "manifest_6981a9418b2a88e8", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/AVJointReasoning/manifest_6981a9418b2a88e8.mp4", + "sha256": "b5389a4326e79c6aa98ee428a796e9900f46452660e32e4a598abe9de937f005" + }, + { + "manifest_id": "manifest_d7e48abe2720b9e2", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/AVJointReasoning/manifest_d7e48abe2720b9e2.mp4", + "sha256": "b5389a4326e79c6aa98ee428a796e9900f46452660e32e4a598abe9de937f005" + }, + { + "manifest_id": "manifest_567c46e15e840a29", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/AVJointReasoning/manifest_567c46e15e840a29.mp4", + "sha256": "b5389a4326e79c6aa98ee428a796e9900f46452660e32e4a598abe9de937f005" + }, + { + "manifest_id": "manifest_0ca94b700b148bb8", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/AVJointReasoning/manifest_0ca94b700b148bb8.mp4", + "sha256": "b5389a4326e79c6aa98ee428a796e9900f46452660e32e4a598abe9de937f005" + }, + { + "manifest_id": "manifest_bab1ffadf6396810", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/AVJointReasoning/manifest_bab1ffadf6396810.mp4", + "sha256": "b5389a4326e79c6aa98ee428a796e9900f46452660e32e4a598abe9de937f005" + }, + { + "manifest_id": "manifest_f81822b55eab244e", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/AVJointReasoning/manifest_f81822b55eab244e.mp4", + "sha256": "b5389a4326e79c6aa98ee428a796e9900f46452660e32e4a598abe9de937f005" + }, + { + "manifest_id": "manifest_bb8e1368d41505c6", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/AVJointReasoning/manifest_bb8e1368d41505c6.mp4", + "sha256": "b5389a4326e79c6aa98ee428a796e9900f46452660e32e4a598abe9de937f005" + }, + { + "manifest_id": "manifest_14f53aa103a93202", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/AVJointReasoning/manifest_14f53aa103a93202.mp4", + "sha256": "b5389a4326e79c6aa98ee428a796e9900f46452660e32e4a598abe9de937f005" + }, + { + "manifest_id": "manifest_1189ea2ea7f8d339", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/AVJointReasoning/manifest_1189ea2ea7f8d339.mp4", + "sha256": "b5389a4326e79c6aa98ee428a796e9900f46452660e32e4a598abe9de937f005" + }, + { + "manifest_id": "manifest_58d5f307be944cff", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/AVJointReasoning/manifest_58d5f307be944cff.mp4", + "sha256": "b5389a4326e79c6aa98ee428a796e9900f46452660e32e4a598abe9de937f005" + } + ], + "ProactiveAVInteraction": [ + { + "manifest_id": "manifest_9bc409036e2c09cf", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/ProactiveAVInteraction/manifest_9bc409036e2c09cf.mp4", + "sha256": "8a4e456861b192677a6d782b8802da2abf82f05e0ab7a037b7aa692d4923c3de" + }, + { + "manifest_id": "manifest_94519a303f55dad4", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/ProactiveAVInteraction/manifest_94519a303f55dad4.mp4", + "sha256": "382aa825e84f7bf39d9b82bc67b3dd9e27926534fea3a66e879bfa174c20ca0c" + }, + { + "manifest_id": "manifest_0b41bd296000a617", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/ProactiveAVInteraction/manifest_0b41bd296000a617.mp4", + "sha256": "01e04fa43b52b1088cf6f93f74f28214adcb70f801bec7ebc828a03e294193b0" + }, + { + "manifest_id": "manifest_6b6c7488b91e37dd", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/ProactiveAVInteraction/manifest_6b6c7488b91e37dd.mp4", + "sha256": "747c233b342318c98458d15563c7eabcf45717cc1a7821ab6f19c0700c09a2da" + }, + { + "manifest_id": "manifest_1f938850dad811bd", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/ProactiveAVInteraction/manifest_1f938850dad811bd.mp4", + "sha256": "fd0077b8f580ba6e1e01c6a42300c2c71dc83faddb61d8752ab4102454e8e7d8" + }, + { + "manifest_id": "manifest_b8db24058c095707", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/ProactiveAVInteraction/manifest_b8db24058c095707.mp4", + "sha256": "5b148a80f49bcadee177269d0f8fa8032b79eb9ff646804a49fb7e98a28d1662" + }, + { + "manifest_id": "manifest_752ceb6e8a9b2958", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/ProactiveAVInteraction/manifest_752ceb6e8a9b2958.mp4", + "sha256": "ac1a73e4dcaa8131e68e8c2d3b948609f7d377ec27b4b8aad1bc9f331c6eabab" + }, + { + "manifest_id": "manifest_22c77dc9d256d7a7", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/ProactiveAVInteraction/manifest_22c77dc9d256d7a7.mp4", + "sha256": "a306d54cce7c143ade37a638b0b40257da8d5b6a4420ac52332c2e1738c44fc8" + }, + { + "manifest_id": "manifest_423645aa5025140a", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/ProactiveAVInteraction/manifest_423645aa5025140a.mp4", + "sha256": "8ca2cdeffdcde9ff7034c13b13625c52323626529c9d704cd770cb084ed0d2c9" + }, + { + "manifest_id": "manifest_46dbab90688b4285", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/ProactiveAVInteraction/manifest_46dbab90688b4285.mp4", + "sha256": "397e45f26c766e9a80e7d576a3bc48fd146c8009dcb6548c496da809e0afc228" + } + ], + "OCRScreenGrounding": [ + { + "manifest_id": "manifest_461dd2c0f9f689d6", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/OCRScreenGrounding/manifest_461dd2c0f9f689d6.png", + "sha256": "92b5c96789178c0d86da602e7fae925bc8f0dad93a1a813d7b905bc341d68cde" + }, + { + "manifest_id": "manifest_3d6154ac21fd499b", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/OCRScreenGrounding/manifest_3d6154ac21fd499b.png", + "sha256": "59857a49084dff1c2252fb89060535ec07cc43b32a8c553d33eba78772da2fdc" + }, + { + "manifest_id": "manifest_7ebcc312909f1b12", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/OCRScreenGrounding/manifest_7ebcc312909f1b12.png", + "sha256": "306c9c6310c0599c0c6b1e5e932b440822410ebcfce285437333f03feb181b60" + }, + { + "manifest_id": "manifest_2aa066a8649abd7d", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/OCRScreenGrounding/manifest_2aa066a8649abd7d.png", + "sha256": "affe2886bc9c925755d955b5baee2de98a6a82ef52fa29f15e9500f9f4b576e6" + }, + { + "manifest_id": "manifest_a397bab4d952a7fb", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/OCRScreenGrounding/manifest_a397bab4d952a7fb.png", + "sha256": "913e0ffc8d002c1c90d0048df1d2d30f913255cc81f9f20fe9e7c34d4352308d" + }, + { + "manifest_id": "manifest_3fa6d8a60ac9e5f3", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/OCRScreenGrounding/manifest_3fa6d8a60ac9e5f3.png", + "sha256": "48b405953d181b545c36fd138924cd12f34f1be16846e9183fbc1a4191445e91" + }, + { + "manifest_id": "manifest_b332cd1efdaaf0fb", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/OCRScreenGrounding/manifest_b332cd1efdaaf0fb.png", + "sha256": "a19358c4ff95c1ef7c9bfb2078ee1167e145aad77c0369da4f252de0cdd22567" + }, + { + "manifest_id": "manifest_f83204797e396ae3", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/OCRScreenGrounding/manifest_f83204797e396ae3.png", + "sha256": "576ce725b5aae3812e4142ad6d3f2a573557e8c219fb02ed3c3e89b3f030036d" + }, + { + "manifest_id": "manifest_6da98082efbba229", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/OCRScreenGrounding/manifest_6da98082efbba229.png", + "sha256": "5c2bda6f47456b067cb422ec2d4317408bb0788f92843221265fc684d4c02458" + }, + { + "manifest_id": "manifest_3889c023d8c62dd4", + "success": true, + "path": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/reconstruction_smoke_v0_3/media/OCRScreenGrounding/manifest_3889c023d8c62dd4.png", + "sha256": "d88279e649e5aaa28b73b0d222cd17880a1642b5f5d26d72905d0960d2f83c7a" + } + ] + }, + "reconstruction_smoke_passed": true +} diff --git a/reports/V0_3_SCHEMA_MIGRATION_REPORT.json b/reports/V0_3_SCHEMA_MIGRATION_REPORT.json new file mode 100644 index 0000000000000000000000000000000000000000..3b08da15d359c0b59960cdc0a26dc4408585fb8a --- /dev/null +++ b/reports/V0_3_SCHEMA_MIGRATION_REPORT.json @@ -0,0 +1,122 @@ +{ + "schema_version": "streaming_omni_v0.3.1", + "output": "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork/outputs/datasets/v0_3_normalized", + "configs": { + "StreamingAudioInteraction": { + "train": { + "rows": 950, + "errors": 0, + "duplicate_id_replacements": [] + }, + "eval": { + "rows": 50, + "errors": 0, + "duplicate_id_replacements": [] + } + }, + "StreamingASRTranslation": { + "train": { + "rows": 950, + "errors": 0, + "duplicate_id_replacements": [] + }, + "eval": { + "rows": 50, + "errors": 0, + "duplicate_id_replacements": [] + } + }, + "SpeechOutputAlignment": { + "train": { + "rows": 950, + "errors": 0, + "duplicate_id_replacements": [] + }, + "eval": { + "rows": 50, + "errors": 0, + "duplicate_id_replacements": [] + } + }, + "LiveAVCommentary": { + "train": { + "rows": 950, + "errors": 0, + "duplicate_id_replacements": [] + }, + "eval": { + "rows": 50, + "errors": 0, + "duplicate_id_replacements": [] + } + }, + "AVJointReasoning": { + "train": { + "rows": 950, + "errors": 0, + "duplicate_id_replacements": [] + }, + "eval": { + "rows": 50, + "errors": 0, + "duplicate_id_replacements": [] + } + }, + "ProactiveAVInteraction": { + "train": { + "rows": 950, + "errors": 0, + "duplicate_id_replacements": [] + }, + "eval": { + "rows": 50, + "errors": 0, + "duplicate_id_replacements": [] + } + }, + "OCRScreenGrounding": { + "train": { + "rows": 950, + "errors": 0, + "duplicate_id_replacements": [] + }, + "eval": { + "rows": 50, + "errors": 0, + "duplicate_id_replacements": [ + { + "original_id": "synthetic_ui_0025_0", + "replacement_id": "synthetic_ui_0025_0__duplicate_0044_5137ba1d" + }, + { + "original_id": "synthetic_ui_0049_0", + "replacement_id": "synthetic_ui_0049_0__duplicate_0045_7f6df311" + }, + { + "original_id": "synthetic_ui_0056_0", + "replacement_id": "synthetic_ui_0056_0__duplicate_0046_a5c74e5f" + }, + { + "original_id": "synthetic_ui_0062_0", + "replacement_id": "synthetic_ui_0062_0__duplicate_0047_dd594ff5" + }, + { + "original_id": "synthetic_terminal_0012_0", + "replacement_id": "synthetic_terminal_0012_0__duplicate_0048_b10a48db" + }, + { + "original_id": "synthetic_table_0002_0", + "replacement_id": "synthetic_table_0002_0__duplicate_0049_cd6f76ac" + } + ] + } + } + }, + "fatal_errors": [], + "migration_passed": true, + "row_ids_preserved": "all valid unique IDs preserved; 6 duplicate OCR IDs deterministically disambiguated", + "split_assignments_preserved": true, + "timeline_chunk_id_coverage": 7000, + "proactive_evidence_coverage": 1000, + "ocr_grounding_coverage": 1000 +} diff --git a/reports/V0_3_SFT_READINESS_REPORT.json b/reports/V0_3_SFT_READINESS_REPORT.json new file mode 100644 index 0000000000000000000000000000000000000000..000db1cb2a7441fb1b0e823cb0bef968bc057e97 --- /dev/null +++ b/reports/V0_3_SFT_READINESS_REPORT.json @@ -0,0 +1,12 @@ +{ + "sft_ready": true, + "fatal_errors": [], + "warnings": [], + "rows": 7000, + "media_resolved": 7000, + "adapter_transforms": { + "generic": 700, + "qwen_omni": 700, + "minicpm_o": 700 + } +} diff --git a/reports/V0_3_VLM_QUALITY_REPORT.json b/reports/V0_3_VLM_QUALITY_REPORT.json new file mode 100644 index 0000000000000000000000000000000000000000..f4fc88daa3bc5df9b7269c0e6cbda70028072cb2 --- /dev/null +++ b/reports/V0_3_VLM_QUALITY_REPORT.json @@ -0,0 +1,15 @@ +{ + "rows_audited": 350, + "real_model_invocation_count": 350, + "direct_json_parse_count": 0, + "repaired_json_parse_count": 350, + "validated_partial_count": 0, + "invalid_error_count": 0, + "empty_caption_count": 0, + "structured_or_repaired_rate": 1.0, + "validated_partial_rate": 0.0, + "invalid_empty_rate": 0.0, + "non_empty_visual_event_count": 350, + "quality_gate_passed": true, + "failures": [] +} diff --git a/reports/V0_3_WHISPERX_QUALITY_REPORT.json b/reports/V0_3_WHISPERX_QUALITY_REPORT.json new file mode 100644 index 0000000000000000000000000000000000000000..8a73af3522d2e3b1a5e1f1c06c6e999e2880e41d --- /dev/null +++ b/reports/V0_3_WHISPERX_QUALITY_REPORT.json @@ -0,0 +1,15 @@ +{ + "clips_audited": 350, + "real_whisperx_processed": 350, + "speech_present_clips": 339, + "speech_present_successful_transcription": 339, + "no_speech_clips": 11, + "wrapper_errors": 0, + "timestamp_errors": 0, + "empty_transcript_count": 11, + "real_processing_rate": 1.0, + "speech_present_success_rate": 1.0, + "timestamp_level": "segment-level, not word-level", + "quality_gate_passed": true, + "failures": [] +} diff --git a/scripts/31_reconstruct_media.py b/scripts/31_reconstruct_media.py new file mode 100644 index 0000000000000000000000000000000000000000..f3ec5eaf4d1e88b9594c042aaa8f96466589d10c --- /dev/null +++ b/scripts/31_reconstruct_media.py @@ -0,0 +1,121 @@ +#!/usr/bin/env python3 +"""Reconstruct manifest-backed media without using hidden or server-absolute row paths.""" +from __future__ import annotations + +import argparse +import hashlib +import io +import json +import os +import subprocess +import tarfile +import urllib.request +from pathlib import Path + +from PIL import Image, ImageDraw, ImageFont + +ROOT = Path(os.environ.get("STREAMING_OMNI_ROOT", "/home/XuWenqi/ZhouZhifan/StreamingOmniDatasetsWork")) +PIPER = ROOT / ".cache/tools/piper/piper" +PIPER_MODEL = ROOT / ".cache/tools/piper/en_US-lessac-medium.onnx" + + +def sha256(path: Path): + digest = hashlib.sha256() + with path.open("rb") as handle: + for block in iter(lambda: handle.read(1024 * 1024), b""): + digest.update(block) + return digest.hexdigest() + + +def generate_text_image(item: dict, target: Path): + width, height = item.get("width", 640), item.get("height", 480) + image = Image.new("RGB", (width, height), "white") + draw = ImageDraw.Draw(image) + font = ImageFont.load_default() + text = str(item["text"]) + words, lines, current = text.split(), [], "" + for word in words: + candidate = (current + " " + word).strip() + if draw.textlength(candidate, font=font) > width - 40 and current: + lines.append(current) + current = word + else: + current = candidate + if current: + lines.append(current) + draw.multiline_text((20, 20), "\n".join(lines), fill="black", font=font, spacing=8) + target.parent.mkdir(parents=True, exist_ok=True) + image.save(target, format="PNG", optimize=False) + + +def generate_speech(item: dict, target: Path): + if not PIPER.exists() or not PIPER_MODEL.exists(): + raise RuntimeError("Piper executable/model missing under project-local .cache/tools/piper") + target.parent.mkdir(parents=True, exist_ok=True) + subprocess.run( + [str(PIPER), "--model", str(PIPER_MODEL), "--output_file", str(target)], + input=str(item["text"]), text=True, check=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, + ) + + +def download_member(item: dict, target: Path, cache: Path): + url, _, member = str(item["source_url"]).partition("#") + cache.mkdir(parents=True, exist_ok=True) + archive = cache / (hashlib.sha256(url.encode()).hexdigest() + ".tar") + if not archive.exists(): + with urllib.request.urlopen(url, timeout=120) as response, archive.open("wb") as output: + while block := response.read(1024 * 1024): + output.write(block) + extracted = cache / (hashlib.sha256((url + "#" + member).encode()).hexdigest() + ".mp4") + if not extracted.exists(): + with tarfile.open(archive) as tar: + candidates = [entry for entry in tar.getmembers() if entry.name == member or entry.name.endswith("/" + member)] + if not candidates: + raise RuntimeError(f"member not found in upstream archive: {member}") + source = tar.extractfile(candidates[0]) + if source is None: + raise RuntimeError(f"member is not a regular file: {member}") + extracted.write_bytes(source.read()) + target.parent.mkdir(parents=True, exist_ok=True) + start, end = float(item.get("start_sec") or 0), float(item.get("end_sec") or 0) + command = ["ffmpeg", "-y", "-hide_banner", "-loglevel", "error"] + if start > 0: + command += ["-ss", str(start)] + command += ["-i", str(extracted)] + if end > start: + command += ["-t", str(end - start)] + command += ["-c", "copy", str(target)] + subprocess.run(command, check=True) + + +def main() -> int: + parser = argparse.ArgumentParser(description=__doc__) + parser.add_argument("--config", required=True) + parser.add_argument("--output-dir", type=Path, required=True) + parser.add_argument("--limit", type=int) + parser.add_argument("--offset", type=int, default=0) + args = parser.parse_args() + manifest = ROOT / "manifests" / f"{args.config}.jsonl" + items = [json.loads(line) for line in manifest.read_text().splitlines() if line.strip()] + items = items[args.offset:args.offset + args.limit if args.limit else None] + results = [] + for item in items: + target = args.output_dir / item["output_relative_path"] + try: + if item["generator_family"] == "pil_text_renderer": + generate_text_image(item, target) + elif item["generator_family"] == "piper_tts": + generate_speech(item, target) + elif item["reconstruction_method"] in {"clip", "download"}: + download_member(item, target, ROOT / ".cache/reconstruction") + else: + raise RuntimeError("unsupported reconstruction recipe") + results.append({"manifest_id": item["manifest_id"], "success": True, "path": str(target), "sha256": sha256(target)}) + except Exception as exc: + results.append({"manifest_id": item["manifest_id"], "success": False, "error": str(exc)[:500]}) + print(json.dumps(results, indent=2)) + return 0 if results and all(item["success"] for item in results) else 1 + + +if __name__ == "__main__": + raise SystemExit(main())