Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -16,5 +16,5 @@ Each row carries the original item metadata plus:
|
|
| 16 |
- `transcript_text`: full transcript
|
| 17 |
- `language_code` / `language_probability`
|
| 18 |
- `num_words`, `num_speakers`, `num_audio_events`
|
| 19 |
-
- `
|
| 20 |
-
|
|
|
|
| 16 |
- `transcript_text`: full transcript
|
| 17 |
- `language_code` / `language_probability`
|
| 18 |
- `num_words`, `num_speakers`, `num_audio_events`
|
| 19 |
+
- `words`: full Scribe v2 word array — list of `{text, start, end, type,
|
| 20 |
+
speaker_id, logprob}` structs
|