coba-model-AST / config.json
suyagi's picture
Upload 2 files
aafc0b9 verified
{
"architectures": [
"ASTForAudioClassification"
],
"attention_probs_dropout_prob": 0.0,
"dtype": "float32",
"frequency_stride": 10,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"0": "Abnormal CVT (Drilling)",
"1": "Normal (Engine Idling)",
"2": "Abnormal Mesin (Jackhammer)"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Abnormal CVT (Drilling)": 0,
"Abnormal Mesin (Jackhammer)": 2,
"Normal (Engine Idling)": 1
},
"layer_norm_eps": 1e-12,
"max_length": 1024,
"model_type": "audio-spectrogram-transformer",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"num_mel_bins": 128,
"patch_size": 16,
"problem_type": "single_label_classification",
"qkv_bias": true,
"time_stride": 10,
"transformers_version": "5.0.0",
"use_cache": false
}