portiz commited on
Commit
fc49a44
1 Parent(s): 49499f0

Upload lm-boosted decoder

Browse files
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", "\u00a0", "\u00e5", "\u00e6", "\u00e9", "\u00f8", "\u2047", "", "<s>", "</s>"], "is_bpe": false}
language_model/5gram.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b41c24c63f2f0585bea83666369593f3b3e6d047f327a90f36ebca2c35ef0ff
3
+ size 4243671427
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/unigrams.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ a
2
+ b
3
+ c
4
+ d
5
+ e
6
+ g
7
+ h
8
+ i
9
+ k
10
+ l
11
+ m
12
+ n
13
+ o
14
+ p
15
+ r
16
+ s
17
+ t
18
+ u
19
+ v
20
+ w
21
+ x
22
+ z
preprocessor_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "feature_size": 1,
5
  "padding_side": "right",
6
  "padding_value": 0.0,
7
- "processor_class": "Wav2Vec2Processor",
8
  "return_attention_mask": true,
9
  "sampling_rate": 16000
10
  }
 
4
  "feature_size": 1,
5
  "padding_side": "right",
6
  "padding_value": 0.0,
7
+ "processor_class": "Wav2Vec2ProcessorWithLM",
8
  "return_attention_mask": true,
9
  "sampling_rate": 16000
10
  }
special_tokens_map.json CHANGED
@@ -1,5 +1,19 @@
1
  {
2
  "additional_special_tokens": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  {
4
  "content": "<s>",
5
  "lstrip": false,
 
1
  {
2
  "additional_special_tokens": [
3
+ {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "</s>",
12
+ "lstrip": false,
13
+ "normalized": true,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
  {
18
  "content": "<s>",
19
  "lstrip": false,
tokenizer_config.json CHANGED
@@ -3,9 +3,9 @@
3
  "do_lower_case": false,
4
  "eos_token": "</s>",
5
  "model_max_length": 1000000000000000019884624838656,
6
- "name_or_path": "./",
7
  "pad_token": "[PAD]",
8
- "processor_class": "Wav2Vec2Processor",
9
  "replace_word_delimiter_char": " ",
10
  "special_tokens_map_file": null,
11
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
 
3
  "do_lower_case": false,
4
  "eos_token": "</s>",
5
  "model_max_length": 1000000000000000019884624838656,
6
+ "name_or_path": "scribe-project/wav2vec2-large-voxrex-300m-npsc_rundkast_nb_full",
7
  "pad_token": "[PAD]",
8
+ "processor_class": "Wav2Vec2ProcessorWithLM",
9
  "replace_word_delimiter_char": " ",
10
  "special_tokens_map_file": null,
11
  "tokenizer_class": "Wav2Vec2CTCTokenizer",