Create processor_config.json
Browse files- processor_config.json +19 -0
processor_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"audio_token": "<sound>",
|
| 3 |
+
"feature_extractor": {
|
| 4 |
+
"chunk_length": 30,
|
| 5 |
+
"dither": 0.0,
|
| 6 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
| 7 |
+
"feature_size": 128,
|
| 8 |
+
"hop_length": 160,
|
| 9 |
+
"n_fft": 400,
|
| 10 |
+
"n_samples": 480000,
|
| 11 |
+
"nb_max_frames": 3000,
|
| 12 |
+
"padding_side": "right",
|
| 13 |
+
"padding_value": 0.0,
|
| 14 |
+
"processor_class": "AudioFlamingo3Processor",
|
| 15 |
+
"return_attention_mask": true,
|
| 16 |
+
"sampling_rate": 16000
|
| 17 |
+
},
|
| 18 |
+
"processor_class": "AudioFlamingo3Processor"
|
| 19 |
+
}
|