lucala commited on
Commit
1329041
·
verified ·
1 Parent(s): 1f3711c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -20
README.md CHANGED
@@ -814,26 +814,26 @@ for row in ds:
814
 
815
  ## Schema
816
 
817
- | Field | Type | Description |
818
- |---|---|---|
819
- | `audio` | `Audio` | OGG Opus decoded to `{"array": np.float32[N], "sampling_rate": 24000}` |
820
- | `human_transcript` | `string` | Human-provided transcript |
821
- | `asr_transcript` | `string` | ASR output used for alignment and CER computation |
822
- | `cer` | `float32` | Character error rate between `asr_transcript` and `human_transcript` |
823
- | `snr` | `float32` | WADA-SNR estimate, dB |
824
- | `dnsmos_sig` | `float32` | DNSMOS-P.835 signal quality |
825
- | `dnsmos_bak` | `float32` | DNSMOS-P.835 background noise |
826
- | `dnsmos_ovr` | `float32` | DNSMOS-P.835 overall MOS |
827
- | `dnsmos_p808` | `float32` | DNSMOS-P.808 MOS |
828
- | `duration` | `float32` | Segment duration in seconds |
829
- | `source` | `string` | Source identifier (e.g. `parliament_nl`, `librivox`, `voa_hausa`) |
830
- | `source_url` | `string` | Direct URL to the upstream recording |
831
- | `source_start_s` | `float32` | Start offset within the source recording (seconds) |
832
- | `source_end_s` | `float32` | End offset within the source recording (seconds) |
833
- | `session_date` | `string` | ISO-8601 date of the original recording |
834
- | `segment_id` | `string` | Stable unique identifier for this segment |
835
- | `language` | `string` | BCP-47 language tag |
836
- | `country` | `string` | ISO 3166-1 alpha-2 country code (`un` / `va` for international) |
837
 
838
 
839
  ## Language Coverage
 
814
 
815
  ## Schema
816
 
817
+ | Field | Description |
818
+ |---|---|
819
+ | `audio` | OGG Opus decoded to `{"array": np.float32[N], "sampling_rate": 24000}` |
820
+ | `human_transcript` | Human-provided transcript |
821
+ | `asr_transcript` | ASR output used for alignment and CER computation |
822
+ | `cer` | Character error rate between `asr_transcript` and `human_transcript` |
823
+ | `snr` | WADA-SNR estimate, dB |
824
+ | `dnsmos_sig` | DNSMOS-P.835 signal quality |
825
+ | `dnsmos_bak` | DNSMOS-P.835 background noise |
826
+ | `dnsmos_ovr` | DNSMOS-P.835 overall MOS |
827
+ | `dnsmos_p808` | DNSMOS-P.808 MOS |
828
+ | `duration` | Segment duration in seconds |
829
+ | `source` | Source identifier (e.g. `parliament_nl`, `librivox`, `voa_hausa`) |
830
+ | `source_url` | Direct URL to the upstream recording |
831
+ | `source_start_s` | Start offset within the source recording (seconds) |
832
+ | `source_end_s` | End offset within the source recording (seconds) |
833
+ | `session_date` | ISO-8601 date of the original recording |
834
+ | `segment_id` | Stable unique identifier for this segment |
835
+ | `language` | BCP-47 language tag |
836
+ | `country` | ISO 3166-1 alpha-2 country code (`un` / `va` for international) |
837
 
838
 
839
  ## Language Coverage