Yehor Smoliakov commited on
Commit
76ee3fe
2 Parent(s): 1eeb04e afc2ba9

Merge branch 'main' of https://huggingface.co/Yehor/wav2vec2-xls-r-300m-uk-with-wiki-lm into main

Browse files
Files changed (2) hide show
  1. README.md +6 -3
  2. tokenizer_config.json +1 -1
README.md CHANGED
@@ -15,10 +15,13 @@ Without LM:
15
  - WER: 0.2933
16
  - CER: 0.0539
17
 
18
- ---
19
-
20
- SMALL LM:
21
 
22
  - WER: 0.1674
23
  - CER: 0.0332
24
 
 
 
 
 
 
 
15
  - WER: 0.2933
16
  - CER: 0.0539
17
 
18
+ SMALL LM (https://huggingface.co/Yehor/wav2vec2-xls-r-300m-uk-with-small-lm):
 
 
19
 
20
  - WER: 0.1674
21
  - CER: 0.0332
22
 
23
+ Wiki LM (this repository):
24
+
25
+ - WER: 0.2936
26
+ - CER: 0.0506
27
+
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"unk_token": "[UNK]", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "replace_word_delimiter_char": " ", "name_or_path": "Yehor/wav2vec2-xls-r-300m-uk-with-small-lm", "processor_class": "Wav2Vec2ProcessorWithLM", "special_tokens_map_file": null, "tokenizer_class": "Wav2Vec2CTCTokenizer"}
 
1
+ {"unk_token": "[UNK]", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "replace_word_delimiter_char": " ", "name_or_path": "Yehor/wav2vec2-xls-r-300m-uk-with-wiki-lm", "processor_class": "Wav2Vec2ProcessorWithLM", "special_tokens_map_file": null, "tokenizer_class": "Wav2Vec2CTCTokenizer"}