okuparinen commited on
Commit
2cd29aa
·
verified ·
1 Parent(s): 011904b

Upload preprocessor

Browse files
Files changed (2) hide show
  1. preprocessor_config.json +9 -0
  2. vocab.json +1 -0
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": true,
8
+ "sampling_rate": 16000
9
+ }
vocab.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"a": 1, "b": 2, "c": 3, "d": 4, "e": 5, "f": 6, "g": 7, "h": 8, "i": 9, "j": 10, "k": 11, "l": 12, "m": 13, "n": 14, "o": 15, "p": 16, "r": 17, "s": 18, "t": 19, "u": 20, "v": 21, "w": 22, "y": 23, "z": 24, "\u00e4": 25, "\u00e5": 26, "\u00f6": 27, "\u014b": 28, "|": 0, "[UNK]": 29, "[PAD]": 30}