Merge branch 'main' of https://huggingface.co/KBLab/wav2vec2-large-voxrex into main
Browse files- README.md +4 -2
- accuracy.svg +0 -0
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
-
language: sv
|
3 |
tags:
|
4 |
- audio
|
5 |
- automatic-speech-recognition
|
6 |
- voxrex
|
7 |
-
license: cc0
|
8 |
---
|
9 |
|
10 |
# Wav2vec 2.0 large VoxRex (C)
|
@@ -13,3 +13,5 @@ license: cc0
|
|
13 |
**Update 2022-01-08:** Updated to VoxRex-C version, use git to get the older (B) version
|
14 |
|
15 |
This model has been pretrained for 400,000 updates on the P4-10k corpus which contains 10 000 hours of swedish local public service radio as well as 1500 hours of audio books and other speech from KBs collections.
|
|
|
|
|
|
1 |
---
|
2 |
+
language: sv
|
3 |
tags:
|
4 |
- audio
|
5 |
- automatic-speech-recognition
|
6 |
- voxrex
|
7 |
+
license: cc0-1.0
|
8 |
---
|
9 |
|
10 |
# Wav2vec 2.0 large VoxRex (C)
|
|
|
13 |
**Update 2022-01-08:** Updated to VoxRex-C version, use git to get the older (B) version
|
14 |
|
15 |
This model has been pretrained for 400,000 updates on the P4-10k corpus which contains 10 000 hours of swedish local public service radio as well as 1500 hours of audio books and other speech from KBs collections.
|
16 |
+
|
17 |
+
![Accuracy during training](accuracy.svg "Accuracy")
|
accuracy.svg
CHANGED