AudioResNet / config.json
dangkhoadl's picture
Upload ResNetForAudioClassification
e4c7f27
raw
history blame contribute delete
No virus
377 Bytes
{
"architectures": [
"ResNetForAudioClassification"
],
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2",
"3": "LABEL_3"
},
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2,
"LABEL_3": 3
},
"model_type": "resnet",
"resnet_arch": "resnet_152",
"torch_dtype": "float32",
"transformers_version": "4.30.2"
}