Refine notes: single-speaker by curation; iterative manual review of transcripts
Browse files
README.md
CHANGED
|
@@ -45,16 +45,21 @@ Each row contains:
|
|
| 45 |
- `duration_sec`, `start_sec`, `end_sec` — integers, seconds
|
| 46 |
- `video_id`, `source_url` — YouTube provenance
|
| 47 |
|
| 48 |
-
## Notes &
|
| 49 |
|
| 50 |
- Clips longer than 30 s in the source spec were split into back-to-back
|
| 51 |
≤30 s pieces so they fit Sarvam's sync ASR limit.
|
| 52 |
-
- Transcripts come from
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
the
|
| 57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
## License
|
| 60 |
|
|
|
|
| 45 |
- `duration_sec`, `start_sec`, `end_sec` — integers, seconds
|
| 46 |
- `video_id`, `source_url` — YouTube provenance
|
| 47 |
|
| 48 |
+
## Notes & curation
|
| 49 |
|
| 50 |
- Clips longer than 30 s in the source spec were split into back-to-back
|
| 51 |
≤30 s pieces so they fit Sarvam's sync ASR limit.
|
| 52 |
+
- Transcripts come from Sarvam `saaras:v3`; every clip was then reviewed
|
| 53 |
+
manually, with multiple iterative passes to correct ASR errors,
|
| 54 |
+
normalize spelling, and tighten emotion tags.
|
| 55 |
+
- A separate diarization model was **not** used. Each source URL/timestamp
|
| 56 |
+
was hand-picked to contain a single speaker, and the manual review
|
| 57 |
+
pass listened end-to-end to every clip and re-cut or replaced any
|
| 58 |
+
that drifted into multi-speaker territory.
|
| 59 |
+
- `speaker_id` is set to the YouTube `video_id` — each source video has
|
| 60 |
+
exactly one speaker by construction.
|
| 61 |
+
- Emotion tags come from the curator's labelling of each source clip,
|
| 62 |
+
refined during the review passes.
|
| 63 |
|
| 64 |
## License
|
| 65 |
|