Simma7 commited on
Commit
bee50db
·
verified ·
1 Parent(s): 141324a

Upload 2 files

Browse files
Files changed (2) hide show
  1. audio1.safetensors +3 -0
  2. preprocessor_config.json +9 -0
audio1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffb9696b62585716c1923e9f4d14906335d8668254a01da7b48c79f4c78d89d5
3
+ size 378302360
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": false,
8
+ "sampling_rate": 16000
9
+ }