Merge branch 'main' of https://huggingface.co/RASMUS/wav2vec2-xlsr-fi-train-aug-lm-1B into main
Browse files- README.md +27 -3
- alphabet.json +1 -0
- language_model/attrs.json +1 -0
- language_model/kenlm_fi_model_correct.bin +3 -0
- language_model/unigrams.txt +0 -0
- preprocessor_config.json +3 -2
- special_tokens_map.json +1 -1
- tokenizer_config.json +1 -1
README.md
CHANGED
@@ -1,11 +1,35 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
4 |
model-index:
|
5 |
-
- name:
|
6 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
-
|
9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
10 |
should probably proofread and complete it, then remove this comment. -->
|
11 |
|
|
|
1 |
---
|
2 |
+
language: fi
|
3 |
+
datasets:
|
4 |
+
- mozilla-foundation/common_voice_7_0
|
5 |
+
metrics:
|
6 |
+
- wer
|
7 |
+
- cer
|
8 |
tags:
|
9 |
- generated_from_trainer
|
10 |
+
- mozilla-foundation/common_voice_7_0
|
11 |
+
- audio
|
12 |
+
- automatic-speech-recognition
|
13 |
+
- speech
|
14 |
+
- robust-speech-event
|
15 |
model-index:
|
16 |
+
- name: XLS-R 1B Wav2Vec2 Finnish by Rasmus Toivanen
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
name: Automatic Speech Recognition
|
20 |
+
type: automatic-speech-recognition
|
21 |
+
dataset:
|
22 |
+
name: Common Voice 7
|
23 |
+
type: mozilla-foundation/common_voice_7_0
|
24 |
+
args: fi
|
25 |
+
metrics:
|
26 |
+
- name: Test WER
|
27 |
+
type: wer
|
28 |
+
value: 10.96
|
29 |
+
- name: Test CER
|
30 |
+
type: cer
|
31 |
+
value: 2.81
|
32 |
---
|
|
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
34 |
should probably proofread and complete it, then remove this comment. -->
|
35 |
|
alphabet.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"labels": [" ", "'", "-", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "\u00e4", "\u00e5", "\u00f6", "\u2047", "", "<s>", "</s>"], "is_bpe": false}
|
language_model/attrs.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"alpha": 0.5, "beta": 1.5, "unk_score_offset": -10.0, "score_boundary": true}
|
language_model/kenlm_fi_model_correct.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14c745cf96cd5dc073bcd23e2968e4b5059af1154b4f4ee029725a136fd9a929
|
3 |
+
size 16497522
|
language_model/unigrams.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
preprocessor_config.json
CHANGED
@@ -5,5 +5,6 @@
|
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0.0,
|
7 |
"return_attention_mask": true,
|
8 |
-
"sampling_rate": 16000
|
9 |
-
|
|
|
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0.0,
|
7 |
"return_attention_mask": true,
|
8 |
+
"sampling_rate": 16000,
|
9 |
+
"processor_class": "Wav2Vec2ProcessorWithLM"
|
10 |
+
}
|
special_tokens_map.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
|
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": "|", "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "
|
|
|
1 |
+
{"unk_token": "[UNK]", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "RASMUS/wav2vec2-xlsr-fi-train-aug-lm-1B", "tokenizer_class": "Wav2Vec2CTCTokenizer"}
|