Merge branch 'main' of https://huggingface.co/RASMUS/wav2vec2-xlsr-fi-lm-1B into main
Browse files- README.md +10 -2
- 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
- special_tokens_map.json +1 -1
- tokenizer_config.json +1 -1
README.md
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: wav2vec2-xlsr-fi-lm-1B
|
7 |
results: []
|
@@ -12,11 +16,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# wav2vec2-xlsr-fi-lm-1B
|
14 |
|
15 |
-
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the
|
16 |
-
It achieves the following results on the evaluation set:
|
17 |
- Loss: 0.1853
|
18 |
- Wer: 0.2205
|
19 |
|
|
|
|
|
|
|
|
|
20 |
## Model description
|
21 |
|
22 |
More information needed
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- fi
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
- automatic-speech-recognition
|
8 |
+
- robust-speech-event
|
9 |
model-index:
|
10 |
- name: wav2vec2-xlsr-fi-lm-1B
|
11 |
results: []
|
|
|
16 |
|
17 |
# wav2vec2-xlsr-fi-lm-1B
|
18 |
|
19 |
+
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the common voice train/dev/other datasets.
|
20 |
+
It achieves the following results on the evaluation set without language model:
|
21 |
- Loss: 0.1853
|
22 |
- Wer: 0.2205
|
23 |
|
24 |
+
With language model:
|
25 |
+
- Wer: 0.1026
|
26 |
+
|
27 |
+
|
28 |
## Model description
|
29 |
|
30 |
More information needed
|
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
|
|
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}, {"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-lm-1B", "tokenizer_class": "Wav2Vec2CTCTokenizer"}
|