Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
+
base_model: facebook/w2v-bert-2.0
|
3 |
+
datasets:
|
4 |
+
- common_voice_10_0
|
5 |
+
metrics:
|
6 |
+
- wer
|
7 |
+
model-index:
|
8 |
+
- name: w2v-bert-2.0-uk
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
name: Automatic Speech Recognition
|
12 |
+
type: automatic-speech-recognition
|
13 |
+
dataset:
|
14 |
+
name: common_voice_10_0
|
15 |
+
type: common_voice_10_0
|
16 |
+
config: uk
|
17 |
+
split: test
|
18 |
+
args: uk
|
19 |
+
metrics:
|
20 |
+
- name: Wer
|
21 |
+
type: wer
|
22 |
+
value: 0.0655
|
23 |
---
|