File size: 568 Bytes
9b9aeff |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"chunk_length": 30,
"feature_extractor_type": "GigaAMFeatureExtractor",
"feature_extractor_class": "GigaAMFeatureExtractor",
"feature_size": 64,
"hop_length": 160,
"n_samples": 480000,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": true,
"sampling_rate": 16000,
"auto_map": {
"AutoFeatureExtractor": "gigaam_transformers.GigaAMFeatureExtractor",
"AutoProcessor": "gigaam_transformers.GigaAMProcessor"
},
"processor_class": "GigaAMProcessor",
"model_type": "gigaam-rnnt"
} |