{ | |
"architectures": [ | |
"NdeModelForAudioClassification" | |
], | |
"classifier_dropout": 0.1, | |
"dropout": 0.1, | |
"embed_dim": 384, | |
"encoder_layerdrop": 0.1, | |
"id2label": { | |
"0": "LABEL_0", | |
"1": "LABEL_1", | |
"2": "LABEL_2", | |
"3": "LABEL_3", | |
"4": "LABEL_4", | |
"5": "LABEL_5", | |
"6": "LABEL_6", | |
"7": "LABEL_7" | |
}, | |
"label2id": { | |
"LABEL_0": 0, | |
"LABEL_1": 1, | |
"LABEL_2": 2, | |
"LABEL_3": 3, | |
"LABEL_4": 4, | |
"LABEL_5": 5, | |
"LABEL_6": 6, | |
"LABEL_7": 7 | |
}, | |
"max_positions": 100, | |
"num_mel_bins": 80, | |
"pad_token_id": 0.0, | |
"torch_dtype": "float32", | |
"transformers_version": "4.44.2" | |
} | |