alpha9centauri commited on
Commit
25cf1fe
·
verified ·
1 Parent(s): cc09010

Refine notes: single-speaker by curation; iterative manual review of transcripts

Browse files
Files changed (1) hide show
  1. README.md +12 -7
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 & limitations
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 an ASR model; not all are perfect — manual review
53
- on a subset corrected obvious errors but the rest are model output.
54
- - `speaker_id` is approximated as the YouTube `video_id`. Most rows are
55
- single-speaker monologues; we did not run diarization to verify across
56
- the entire set.
57
- - Emotion tags come from the curator's labelling of each source clip.
 
 
 
 
 
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