Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -19,55 +19,12 @@ tags:
|
|
| 19 |
- diarization
|
| 20 |
- apollo-11
|
| 21 |
pretty_name: Apollo 11 Mission Audio — Diarized Transcripts
|
| 22 |
-
dataset_info:
|
| 23 |
-
- config_name: segments
|
| 24 |
-
features:
|
| 25 |
-
- name: tape
|
| 26 |
-
dtype: string
|
| 27 |
-
- name: part
|
| 28 |
-
dtype: int64
|
| 29 |
-
- name: start
|
| 30 |
-
dtype: float64
|
| 31 |
-
- name: end
|
| 32 |
-
dtype: float64
|
| 33 |
-
- name: speaker
|
| 34 |
-
dtype: string
|
| 35 |
-
- name: text
|
| 36 |
-
dtype: string
|
| 37 |
-
splits:
|
| 38 |
-
- name: train
|
| 39 |
-
num_bytes: 4273549
|
| 40 |
-
num_examples: 45355
|
| 41 |
-
download_size: 1568137
|
| 42 |
-
dataset_size: 4273549
|
| 43 |
-
- config_name: tapes
|
| 44 |
-
features:
|
| 45 |
-
- name: tape
|
| 46 |
-
dtype: string
|
| 47 |
-
- name: duration_s
|
| 48 |
-
dtype: float64
|
| 49 |
-
- name: coverage_s
|
| 50 |
-
dtype: float64
|
| 51 |
-
- name: num_parts
|
| 52 |
-
dtype: int64
|
| 53 |
-
- name: num_segments
|
| 54 |
-
dtype: int64
|
| 55 |
-
- name: num_segments_raw
|
| 56 |
-
dtype: int64
|
| 57 |
-
- name: speakers_per_part
|
| 58 |
-
dtype: string
|
| 59 |
-
splits:
|
| 60 |
-
- name: train
|
| 61 |
-
num_bytes: 21593
|
| 62 |
-
num_examples: 103
|
| 63 |
-
download_size: 10169
|
| 64 |
-
dataset_size: 21593
|
| 65 |
---
|
| 66 |
|
| 67 |
# Apollo 11 Mission Audio — Diarized Transcripts
|
| 68 |
|
| 69 |
Machine-generated **transcripts with speaker diarization and timestamps** for
|
| 70 |
-
|
| 71 |
Internet Archive's [Apollo11Audio](https://archive.org/details/Apollo11Audio)
|
| 72 |
collection (NASA recordings, public domain).
|
| 73 |
|
|
@@ -78,9 +35,9 @@ generation pass per clip.
|
|
| 78 |
|
| 79 |
## Configs
|
| 80 |
|
| 81 |
-
- **`segments`** (
|
| 82 |
Timestamps are seconds from tape start.
|
| 83 |
-
- **`tapes`** (
|
| 84 |
|
| 85 |
## Known limitations
|
| 86 |
|
|
@@ -99,7 +56,7 @@ generation pass per clip.
|
|
| 99 |
tapes either.
|
| 100 |
- **Coverage**: the model occasionally stops early; the pipeline continues from
|
| 101 |
the last timestamp, but per-tape `coverage_s` in the `tapes` config shows any
|
| 102 |
-
remaining gaps (
|
| 103 |
|
| 104 |
## Reproduction
|
| 105 |
|
|
|
|
| 19 |
- diarization
|
| 20 |
- apollo-11
|
| 21 |
pretty_name: Apollo 11 Mission Audio — Diarized Transcripts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Apollo 11 Mission Audio — Diarized Transcripts
|
| 25 |
|
| 26 |
Machine-generated **transcripts with speaker diarization and timestamps** for
|
| 27 |
+
103 tapes (175 hours) of Apollo 11 mission audio from the
|
| 28 |
Internet Archive's [Apollo11Audio](https://archive.org/details/Apollo11Audio)
|
| 29 |
collection (NASA recordings, public domain).
|
| 30 |
|
|
|
|
| 35 |
|
| 36 |
## Configs
|
| 37 |
|
| 38 |
+
- **`segments`** (45355 rows): `tape`, `part`, `start`, `end`, `speaker`, `text`.
|
| 39 |
Timestamps are seconds from tape start.
|
| 40 |
+
- **`tapes`** (103 rows): per-tape duration, transcript coverage, parts, speaker sets.
|
| 41 |
|
| 42 |
## Known limitations
|
| 43 |
|
|
|
|
| 56 |
tapes either.
|
| 57 |
- **Coverage**: the model occasionally stops early; the pipeline continues from
|
| 58 |
the last timestamp, but per-tape `coverage_s` in the `tapes` config shows any
|
| 59 |
+
remaining gaps (170/175 h covered overall).
|
| 60 |
|
| 61 |
## Reproduction
|
| 62 |
|