Update README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,26 @@
|
|
1 |
---
|
2 |
base_model: facebook/w2v-bert-2.0
|
3 |
datasets:
|
4 |
-
|
5 |
metrics:
|
6 |
-
|
7 |
model-index:
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
23 |
---
|
24 |
|
25 |
π¨π¨π¨ **ATTENTION!** π¨π¨π¨
|
@@ -123,9 +124,4 @@ predictions = processor.batch_decode(predicted_ids)
|
|
123 |
# Log results
|
124 |
print('Predictions:')
|
125 |
print(predictions)
|
126 |
-
```
|
127 |
-
|
128 |
-
### Licenses
|
129 |
-
|
130 |
-
- Acoustic Model: Apache 2
|
131 |
-
- Language Model (from https://huggingface.co/Yehor/kenlm-ukrainian): cc-by-nc-sa-4.0
|
|
|
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 |
+
license: apache-2.0
|
24 |
---
|
25 |
|
26 |
π¨π¨π¨ **ATTENTION!** π¨π¨π¨
|
|
|
124 |
# Log results
|
125 |
print('Predictions:')
|
126 |
print(predictions)
|
127 |
+
```
|
|
|
|
|
|
|
|
|
|