GetmanY1 commited on
Commit
bd54afa
·
verified ·
1 Parent(s): 9ceafca

Upload processor

Browse files
Files changed (3) hide show
  1. preprocessor_config.json +1 -1
  2. tokenizer_config.json +1 -1
  3. vocab.json +29 -30
preprocessor_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "feature_extractor_type": "Wav2Vec2FeatureExtractor",
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
 
3
  "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
  "feature_size": 1,
5
  "padding_side": "right",
6
+ "padding_value": 0,
7
  "processor_class": "Wav2Vec2Processor",
8
  "return_attention_mask": true,
9
  "sampling_rate": 16000
tokenizer_config.json CHANGED
@@ -35,7 +35,7 @@
35
  },
36
  "bos_token": "<s>",
37
  "clean_up_tokenization_spaces": true,
38
- "do_lower_case": true,
39
  "eos_token": "</s>",
40
  "model_max_length": 1000000000000000019884624838656,
41
  "pad_token": "<pad>",
 
35
  },
36
  "bos_token": "<s>",
37
  "clean_up_tokenization_spaces": true,
38
+ "do_lower_case": false,
39
  "eos_token": "</s>",
40
  "model_max_length": 1000000000000000019884624838656,
41
  "pad_token": "<pad>",
vocab.json CHANGED
@@ -1,37 +1,36 @@
1
  {
2
- "'": 27,
3
  "</s>": 2,
4
  "<pad>": 0,
5
  "<s>": 1,
6
  "<unk>": 3,
7
- "A": 7,
8
- "B": 24,
9
- "C": 19,
10
- "D": 14,
11
- "E": 5,
12
- "F": 20,
13
- "G": 21,
14
- "H": 11,
15
- "I": 10,
16
- "J": 29,
17
- "K": 26,
18
- "L": 15,
19
- "M": 17,
20
- "N": 9,
21
- "O": 8,
22
- "P": 23,
23
- "Q": 30,
24
- "R": 13,
25
- "S": 12,
26
- "T": 6,
27
- "U": 16,
28
- "V": 25,
29
- "W": 18,
30
- "X": 28,
31
- "Y": 22,
32
- "Z": 31,
33
  "|": 4,
34
- "Ä": 32,
35
- "Å": 34,
36
- "Ö": 33
37
  }
 
1
  {
 
2
  "</s>": 2,
3
  "<pad>": 0,
4
  "<s>": 1,
5
  "<unk>": 3,
6
+ "a": 16,
7
+ "b": 27,
8
+ "c": 28,
9
+ "d": 23,
10
+ "e": 19,
11
+ "f": 26,
12
+ "g": 25,
13
+ "h": 8,
14
+ "i": 9,
15
+ "j": 11,
16
+ "k": 21,
17
+ "l": 20,
18
+ "m": 18,
19
+ "n": 10,
20
+ "o": 7,
21
+ "p": 15,
22
+ "q": 31,
23
+ "r": 22,
24
+ "s": 17,
25
+ "t": 14,
26
+ "u": 6,
27
+ "v": 5,
28
+ "w": 30,
29
+ "x": 32,
30
+ "y": 13,
31
+ "z": 29,
32
  "|": 4,
33
+ "ä": 12,
34
+ "å": 33,
35
+ "ö": 24
36
  }