Upload ASTForAudioClassification
Browse files- config.json +70 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "Aircraft Communications Addressing and Reporting System (ACARS)",
|
| 13 |
+
"1": "Non-Directional Beacon (NDB)",
|
| 14 |
+
"2": "Tetrapol",
|
| 15 |
+
"3": "VHF Omnidirectional Range (VOR)",
|
| 16 |
+
"4": "Digital Audio Broadcasting Plus (DAB+)",
|
| 17 |
+
"5": "Automatic Picture Transmission (APT)",
|
| 18 |
+
"6": "Instrument Landing System",
|
| 19 |
+
"7": "Single Sideband Voice",
|
| 20 |
+
"8": "4G LTE Network",
|
| 21 |
+
"9": "Digital Mobile Radio (DMR)",
|
| 22 |
+
"10": "Bluetooth",
|
| 23 |
+
"11": "M20 Radiosonde",
|
| 24 |
+
"12": "Differential Global Positioning System (DGPS)",
|
| 25 |
+
"13": "5G \"New Radio\" cellular network - Downlink",
|
| 26 |
+
"14": "High Frequency Data Link (HFDL)",
|
| 27 |
+
"15": "STANAG 5065",
|
| 28 |
+
"16": "Morse Code (CW)",
|
| 29 |
+
"17": "Automatic Link Set-up (ALIS)",
|
| 30 |
+
"18": "Automatic Identification System (AIS)",
|
| 31 |
+
"19": "Amplitude Modulation (AM)",
|
| 32 |
+
"20": "VHF Data Link - Mode 2 (VDL-M2)"
|
| 33 |
+
},
|
| 34 |
+
"initializer_range": 0.02,
|
| 35 |
+
"intermediate_size": 3072,
|
| 36 |
+
"label2id": {
|
| 37 |
+
"4G LTE Network": 8,
|
| 38 |
+
"5G \"New Radio\" cellular network - Downlink": 13,
|
| 39 |
+
"Aircraft Communications Addressing and Reporting System (ACARS)": 0,
|
| 40 |
+
"Amplitude Modulation (AM)": 19,
|
| 41 |
+
"Automatic Identification System (AIS)": 18,
|
| 42 |
+
"Automatic Link Set-up (ALIS)": 17,
|
| 43 |
+
"Automatic Picture Transmission (APT)": 5,
|
| 44 |
+
"Bluetooth": 10,
|
| 45 |
+
"Differential Global Positioning System (DGPS)": 12,
|
| 46 |
+
"Digital Audio Broadcasting Plus (DAB+)": 4,
|
| 47 |
+
"Digital Mobile Radio (DMR)": 9,
|
| 48 |
+
"High Frequency Data Link (HFDL)": 14,
|
| 49 |
+
"Instrument Landing System": 6,
|
| 50 |
+
"M20 Radiosonde": 11,
|
| 51 |
+
"Morse Code (CW)": 16,
|
| 52 |
+
"Non-Directional Beacon (NDB)": 1,
|
| 53 |
+
"STANAG 5065": 15,
|
| 54 |
+
"Single Sideband Voice": 7,
|
| 55 |
+
"Tetrapol": 2,
|
| 56 |
+
"VHF Data Link - Mode 2 (VDL-M2)": 20,
|
| 57 |
+
"VHF Omnidirectional Range (VOR)": 3
|
| 58 |
+
},
|
| 59 |
+
"layer_norm_eps": 1e-12,
|
| 60 |
+
"max_length": 1024,
|
| 61 |
+
"model_type": "audio-spectrogram-transformer",
|
| 62 |
+
"num_attention_heads": 12,
|
| 63 |
+
"num_hidden_layers": 12,
|
| 64 |
+
"num_mel_bins": 128,
|
| 65 |
+
"patch_size": 16,
|
| 66 |
+
"problem_type": "single_label_classification",
|
| 67 |
+
"qkv_bias": true,
|
| 68 |
+
"time_stride": 10,
|
| 69 |
+
"transformers_version": "5.0.0"
|
| 70 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfdc49385eb9535b50c9402e43227e96d19f4ca122f362361c58ed2804eeb6ef
|
| 3 |
+
size 344848492
|