Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: data/transcripts-*.parquet
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# syvai/p1-transcripts
|
| 10 |
+
|
| 11 |
+
Danish P1 radio transcripts generated with ElevenLabs Scribe v2.
|
| 12 |
+
|
| 13 |
+
Source: [syvai/p1](https://huggingface.co/datasets/syvai/p1)
|
| 14 |
+
|
| 15 |
+
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 |
+
- `words_json`: full Scribe v2 word array (with `start`, `end`, `speaker_id`,
|
| 20 |
+
`type`, `logprob`) as a JSON string — `json.loads()` to expand
|