cxlrd/revix_classifier
05
1{2 "architectures": [3 "ASTForAudioClassification"4 ],5 "attention_probs_dropout_prob": 0.0,6 "dtype": "float32",7 "frequency_stride": 10,8 "hidden_act": "gelu",9 "hidden_dropout_prob": 0.0,10 "hidden_size": 768,11 "id2label": {12 "0": "clean",13 "1": "knocking"14 },15 "initializer_range": 0.02,16 "intermediate_size": 3072,17 "label2id": {18 "clean": 0,19 "knocking": 120 },21 "layer_norm_eps": 1e-12,22 "max_length": 1024,23 "model_type": "audio-spectrogram-transformer",24 "num_attention_heads": 12,25 "num_hidden_layers": 12,26 "num_mel_bins": 128,27 "patch_size": 16,28 "problem_type": "single_label_classification",29 "qkv_bias": true,30 "time_stride": 10,31 "transformers_version": "4.56.1"32}33 