Upload preprocessor_config.json with huggingface_hub
Browse files- preprocessor_config.json +11 -0
    	
        preprocessor_config.json
    ADDED
    
    | @@ -0,0 +1,11 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "chunk_length_s": null,
         | 
| 3 | 
            +
              "feature_extractor_type": "EncodecFeatureExtractor",
         | 
| 4 | 
            +
              "feature_size": 1,
         | 
| 5 | 
            +
              "overlap": null,
         | 
| 6 | 
            +
              "padding_side": "right",
         | 
| 7 | 
            +
              "padding_value": 0.0,
         | 
| 8 | 
            +
              "processor_class": "CsmProcessor",
         | 
| 9 | 
            +
              "return_attention_mask": true,
         | 
| 10 | 
            +
              "sampling_rate": 24000
         | 
| 11 | 
            +
            }
         | 
