Yehor commited on
Commit
7de3b2c
β€’
1 Parent(s): d047f2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -23
README.md CHANGED
@@ -1,25 +1,26 @@
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
  ---
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
+ ```