Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
Wav2vec2.0-xlsr-53 model is fine-tuned on commonvoice russian dataset
|
2 |
|
3 |
Configs (yaml)
|
4 |
-
-checkpoint
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-task:
|
11 |
---_name: audio_finetuning
|
12 |
---normalize: true
|
|
|
1 |
Wav2vec2.0-xlsr-53 model is fine-tuned on commonvoice russian dataset
|
2 |
|
3 |
Configs (yaml)
|
4 |
+
- checkpoint
|
5 |
+
save_interval: 1000
|
6 |
+
save_interval_updates: 1000
|
7 |
+
keep_interval_updates: 1
|
8 |
+
no_epoch_ckechpoints: true
|
9 |
+
best_checkpoint_metric: wer
|
10 |
-task:
|
11 |
---_name: audio_finetuning
|
12 |
---normalize: true
|