Datasets:
Formats:
parquet
Languages:
English
Size:
1K - 10K
Tags:
air traffic management
automatic speech recognition
natural language processing
atcosim
atm
asr
DOI:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -10,6 +10,18 @@ tags:
|
|
10 |
- asr
|
11 |
- nlp
|
12 |
pretty_name: ATCOSIM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
This is an ATM dataset for the use of automatic speech recognition. The original source of the data is from the [ATCOSIM](https://www.spsc.tugraz.at/databases-and-tools/atcosim-air-traffic-control-simulation-speech-corpus.html) project.
|
|
|
10 |
- asr
|
11 |
- nlp
|
12 |
pretty_name: ATCOSIM
|
13 |
+
dataset_info:
|
14 |
+
features:
|
15 |
+
- name: audio
|
16 |
+
dtype: audio
|
17 |
+
- name: text
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 2676558703.968
|
22 |
+
num_examples: 10078
|
23 |
+
download_size: 2451195506
|
24 |
+
dataset_size: 2676558703.968
|
25 |
---
|
26 |
|
27 |
This is an ATM dataset for the use of automatic speech recognition. The original source of the data is from the [ATCOSIM](https://www.spsc.tugraz.at/databases-and-tools/atcosim-air-traffic-control-simulation-speech-corpus.html) project.
|