{
  "auto_map": {
    "AutoProcessor": "processing_cohere_asr.CohereAsrProcessor"
  },
  "feature_extractor": {
    "_device": "cpu",
    "_fb_config": {
      "device": "cpu",
      "dither": 1e-05,
      "exact_pad": false,
      "frame_splicing": 1,
      "highfreq": null,
      "log": true,
      "log_zero_guard_type": "add",
      "log_zero_guard_value": 5.960464477539063e-08,
      "lowfreq": 0,
      "mag_power": 2.0,
      "max_duration": 30,
      "mel_norm": "slaney",
      "n_fft": 512,
      "n_window_size": 400,
      "n_window_stride": 160,
      "nb_augmentation_prob": 0.0,
      "nb_max_freq": 4000,
      "nfilt": 128,
      "normalize": "per_feature",
      "pad_to": 0,
      "pad_value": 0.0,
      "preemph": 0.97,
      "sample_rate": 16000,
      "stft_conv": false,
      "stft_exact_pad": false,
      "window": "hann"
    },
    "_filterbank": null,
    "auto_map": {
      "AutoFeatureExtractor": "processing_cohere_asr.CohereAsrFeatureExtractor",
      "AutoProcessor": "processing_cohere_asr.CohereAsrProcessor"
    },
    "feature_extractor_type": "CohereAsrFeatureExtractor",
    "feature_size": 128,
    "hop_length": 160,
    "max_duration": 30,
    "padding_side": "right",
    "padding_value": 0.0,
    "return_attention_mask": true,
    "sampling_rate": 16000
  },
  "processor_class": "CohereAsrProcessor"
}
