Datasets:
Commit
·
1a75e51
1
Parent(s):
a931427
Update README.md
Browse files
README.md
CHANGED
@@ -14,11 +14,89 @@ dataset_info:
|
|
14 |
dtype: string
|
15 |
splits:
|
16 |
- name: train
|
17 |
-
num_bytes: 361607522962
|
18 |
num_examples: 98600
|
19 |
download_size: 256213612292
|
20 |
-
dataset_size: 361607522962
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
-
# Dataset Card for
|
23 |
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
dtype: string
|
15 |
splits:
|
16 |
- name: train
|
17 |
+
num_bytes: 361607522962
|
18 |
num_examples: 98600
|
19 |
download_size: 256213612292
|
20 |
+
dataset_size: 361607522962
|
21 |
+
license: cc0-1.0
|
22 |
+
task_categories:
|
23 |
+
- automatic-speech-recognition
|
24 |
+
- text-to-speech
|
25 |
+
language:
|
26 |
+
- da
|
27 |
+
pretty_name: Nota
|
28 |
+
size_categories:
|
29 |
+
- 10K<n<100K
|
30 |
---
|
31 |
+
# Dataset Card for Nota
|
32 |
|
33 |
+
## Dataset Description
|
34 |
+
|
35 |
+
- **Repository:** <https://sprogtek-ressources.digst.govcloud.dk/nota>
|
36 |
+
- **Point of Contact:** [Dan Saattrup Nielsen](mailto:[email protected])
|
37 |
+
- **Size of the dataset:** 361.62 GB
|
38 |
+
|
39 |
+
### Dataset Summary
|
40 |
+
|
41 |
+
This data was created by the public institution [Nota](https://nota.dk/), which is part of the Danish Ministry of Culture. Nota has a library audiobooks and audiomagazines for people with reading or sight disabilities. Nota also produces a number of audiobooks and audiomagazines themselves.
|
42 |
+
|
43 |
+
The dataset consists of audio and associated transcriptions from Nota's audiomagazines "Inspiration" and "Radio/TV". All files related to one reading of one edition of the magazine "Inspiration" or "Radio/TV" has been segmented into bits of 2 - 50 seconds.
|
44 |
+
|
45 |
+
The dataset has been published as a part of the initiative sprogteknologi.dk, within the [Danish Agency for Digital Government (DIGST)](www.digst.dk).
|
46 |
+
|
47 |
+
|
48 |
+
### Supported Tasks and Leaderboards
|
49 |
+
|
50 |
+
Automatic speech recognition and speech synthesis are the intended tasks for this dataset. No leaderboard is active at this point.
|
51 |
+
|
52 |
+
|
53 |
+
### Languages
|
54 |
+
|
55 |
+
The dataset is available in Danish (`da`).
|
56 |
+
|
57 |
+
|
58 |
+
## Dataset Structure
|
59 |
+
|
60 |
+
### Data Instances
|
61 |
+
|
62 |
+
- **Size of the dataset:** 361.62 GB
|
63 |
+
|
64 |
+
An example from the dataset looks as follows.
|
65 |
+
```
|
66 |
+
{
|
67 |
+
'audio': {'path': 'RMHL20190028_000140.wav',
|
68 |
+
'array': array([-0.04023849, -0.06235407, -0.04545404, ..., 0.00014322,
|
69 |
+
0.00017925, 0.00018811]),
|
70 |
+
'sampling_rate': 16000},
|
71 |
+
'text': '13:05: 24syv Dokumentar 14:05: Spørge Jørgen Vært: Jørgen Leth'
|
72 |
+
}
|
73 |
+
```
|
74 |
+
|
75 |
+
### Data Fields
|
76 |
+
|
77 |
+
The data fields are the same among all splits.
|
78 |
+
|
79 |
+
- `audio`: an `Audio` feature.
|
80 |
+
- `text`: a `string` feature.
|
81 |
+
|
82 |
+
|
83 |
+
### Dataset Statistics
|
84 |
+
|
85 |
+
There are 98,600 samples in the dataset.
|
86 |
+
|
87 |
+
#### Transcription Length Distribution
|
88 |
+
|
89 |
+

|
90 |
+
|
91 |
+
|
92 |
+
## Additional Information
|
93 |
+
|
94 |
+
### Dataset Curators
|
95 |
+
|
96 |
+
[Dan Saattrup Nielsen](https://saattrupdan.github.io/) from the [The Alexandra
|
97 |
+
Institute](https://alexandra.dk/) reorganised the dataset and uploaded it to the Hugging Face Hub.
|
98 |
+
|
99 |
+
### Licensing Information
|
100 |
+
|
101 |
+
The dataset is licensed under the [CC0
|
102 |
+
license](https://creativecommons.org/share-your-work/public-domain/cc0/).
|