rf_classifier / config.json
Neo111x's picture
Upload ASTForAudioClassification
fa240b6 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": "Aircraft Communications Addressing and Reporting System (ACARS)",
"1": "Non-Directional Beacon (NDB)",
"2": "Tetrapol",
"3": "VHF Omnidirectional Range (VOR)",
"4": "Digital Audio Broadcasting Plus (DAB+)",
"5": "Automatic Picture Transmission (APT)",
"6": "Instrument Landing System",
"7": "Single Sideband Voice",
"8": "4G LTE Network",
"9": "Digital Mobile Radio (DMR)",
"10": "Bluetooth",
"11": "M20 Radiosonde",
"12": "Differential Global Positioning System (DGPS)",
"13": "5G \"New Radio\" cellular network - Downlink",
"14": "High Frequency Data Link (HFDL)",
"15": "STANAG 5065",
"16": "Morse Code (CW)",
"17": "Automatic Link Set-up (ALIS)",
"18": "Automatic Identification System (AIS)",
"19": "Amplitude Modulation (AM)",
"20": "VHF Data Link - Mode 2 (VDL-M2)"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"4G LTE Network": 8,
"5G \"New Radio\" cellular network - Downlink": 13,
"Aircraft Communications Addressing and Reporting System (ACARS)": 0,
"Amplitude Modulation (AM)": 19,
"Automatic Identification System (AIS)": 18,
"Automatic Link Set-up (ALIS)": 17,
"Automatic Picture Transmission (APT)": 5,
"Bluetooth": 10,
"Differential Global Positioning System (DGPS)": 12,
"Digital Audio Broadcasting Plus (DAB+)": 4,
"Digital Mobile Radio (DMR)": 9,
"High Frequency Data Link (HFDL)": 14,
"Instrument Landing System": 6,
"M20 Radiosonde": 11,
"Morse Code (CW)": 16,
"Non-Directional Beacon (NDB)": 1,
"STANAG 5065": 15,
"Single Sideband Voice": 7,
"Tetrapol": 2,
"VHF Data Link - Mode 2 (VDL-M2)": 20,
"VHF Omnidirectional Range (VOR)": 3
},
"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"
}