Jefferson de Azevedo commited on
Commit
560bcb8
·
verified ·
1 Parent(s): b0fe008

Upload processor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. processor_config.json +13 -0
processor_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_extractor": {
3
+ "chunk_length_s": null,
4
+ "feature_extractor_type": "EncodecFeatureExtractor",
5
+ "feature_size": 1,
6
+ "overlap": null,
7
+ "padding_side": "left",
8
+ "padding_value": 0.0,
9
+ "return_attention_mask": true,
10
+ "sampling_rate": 32000
11
+ },
12
+ "processor_class": "MusicgenProcessor"
13
+ }