Update README.md
Browse files
README.md
CHANGED
@@ -44,10 +44,16 @@ More information needed
|
|
44 |
|
45 |
## Training and evaluation data
|
46 |
|
47 |
-
|
|
|
|
|
|
|
|
|
48 |
|
49 |
## Training procedure
|
50 |
|
|
|
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
|
|
44 |
|
45 |
## Training and evaluation data
|
46 |
|
47 |
+
Training:
|
48 |
+
- [mozilla-foundation/common_voice_11_0](https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0) (train+validation)
|
49 |
+
|
50 |
+
Evaluation:
|
51 |
+
- [mozilla-foundation/common_voice_11_0](https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0) (test)
|
52 |
|
53 |
## Training procedure
|
54 |
|
55 |
+
Datasets were augmented on-the-fly using [audiomentations](https://github.com/iver56/audiomentations) via PitchShift and TimeStretch transformations at `p=0.3`.
|
56 |
+
|
57 |
### Training hyperparameters
|
58 |
|
59 |
The following hyperparameters were used during training:
|