TheoEhrenborg commited on
Commit
a191fbd
1 Parent(s): 22797e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ configs:
16
  path: data/train-*
17
  ---
18
 
19
- # Dataset Card for Myrtle/BackgroundNoiseCAIMAN-ASR
20
 
21
  This dataset provides background noise audio, suitable for noise augmentation
22
  while training [Myrtle.ai's](https://myrtle.ai/) CAIMAN-ASR models.
@@ -44,7 +44,7 @@ This dataset contains 1155 audios, all in the train split.
44
  You can access the first audio like this:
45
  ```python
46
  >>> import datasets
47
- >>> noise = datasets.load_dataset("Myrtle/BackgroundNoiseCAIMAN-ASR")
48
  >>> noise["train"][0]["audio"]["array"]
49
  array([-0.17913818, -0.26080322, -0.1835022 , ..., -0.26644897,
50
  -0.2434082 , -0.25830078])
 
16
  path: data/train-*
17
  ---
18
 
19
+ # Dataset Card for Myrtle/CAIMAN-ASR-BackgroundNoise
20
 
21
  This dataset provides background noise audio, suitable for noise augmentation
22
  while training [Myrtle.ai's](https://myrtle.ai/) CAIMAN-ASR models.
 
44
  You can access the first audio like this:
45
  ```python
46
  >>> import datasets
47
+ >>> noise = datasets.load_dataset("Myrtle/CAIMAN-ASR-BackgroundNoise")
48
  >>> noise["train"][0]["audio"]["array"]
49
  array([-0.17913818, -0.26080322, -0.1835022 , ..., -0.26644897,
50
  -0.2434082 , -0.25830078])