Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -12,14 +12,29 @@ dataset_info:
|
|
12 |
num_bytes: 1918783424.468
|
13 |
num_examples: 7588
|
14 |
- name: validation
|
15 |
-
num_bytes: 124684816
|
16 |
num_examples: 504
|
17 |
- name: test
|
18 |
num_bytes: 522313241.502
|
19 |
num_examples: 2026
|
20 |
download_size: 2524910376
|
21 |
dataset_size: 2565781481.97
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
# Dataset Card for "atco2-asr-atcosim"
|
24 |
|
25 |
-
[
|
|
|
|
12 |
num_bytes: 1918783424.468
|
13 |
num_examples: 7588
|
14 |
- name: validation
|
15 |
+
num_bytes: 124684816
|
16 |
num_examples: 504
|
17 |
- name: test
|
18 |
num_bytes: 522313241.502
|
19 |
num_examples: 2026
|
20 |
download_size: 2524910376
|
21 |
dataset_size: 2565781481.97
|
22 |
+
task_categories:
|
23 |
+
- automatic-speech-recognition
|
24 |
+
language:
|
25 |
+
- en
|
26 |
+
tags:
|
27 |
+
- air traffic control
|
28 |
+
- automatic speech recognition
|
29 |
+
- natural language processing
|
30 |
+
- atc
|
31 |
+
- asr
|
32 |
+
- nlp
|
33 |
+
- atco2
|
34 |
+
- atcosim
|
35 |
+
pretty_name: ATCO2-ASR-ATCOSIM
|
36 |
---
|
37 |
# Dataset Card for "atco2-asr-atcosim"
|
38 |
|
39 |
+
This is a dataset constructed from two datasets: [TCO2-ASR(https://huggingface.co/datasets/jlvdoorn/atco2-asr)] and [ATCOSIM](https://huggingface.co/datasets/jlvdoorn/atcosim).
|
40 |
+
It is divided into 75% train, 5% validation, 20% test by selecting files randomly. Some of the files have additional information that is presented in the 'info' file.
|