eustlb HF Staff commited on
Commit
ea4402f
·
verified ·
1 Parent(s): 608f9a7

Upload processor

Browse files
Files changed (3) hide show
  1. processor_config.json +12 -0
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +7 -0
processor_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_extractor": {
3
+ "do_normalize": false,
4
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
5
+ "feature_size": 1,
6
+ "padding_side": "right",
7
+ "padding_value": 0.0,
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ },
11
+ "processor_class": "MoonshineStreamingProcessor"
12
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "is_local": false,
4
+ "model_max_length": 1000000000000000019884624838656,
5
+ "processor_class": "MoonshineStreamingProcessor",
6
+ "tokenizer_class": "TokenizersBackend"
7
+ }