Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MIT/ast-finetuned-speech-commands-v2",
|
3 |
+
"architectures": [
|
4 |
+
"ASTForAudioClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"frequency_stride": 10,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "disp",
|
13 |
+
"1": "fdisp",
|
14 |
+
"2": "hfdisp",
|
15 |
+
"3": "laryngitis",
|
16 |
+
"4": "psydisp",
|
17 |
+
"5": "rekparese"
|
18 |
+
},
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
+
"label2id": {
|
22 |
+
"disp": "0",
|
23 |
+
"fdisp": "1",
|
24 |
+
"hfdisp": "2",
|
25 |
+
"laryngitis": "3",
|
26 |
+
"psydisp": "4",
|
27 |
+
"rekparese": "5"
|
28 |
+
},
|
29 |
+
"layer_norm_eps": 1e-12,
|
30 |
+
"max_length": 128,
|
31 |
+
"model_type": "audio-spectrogram-transformer",
|
32 |
+
"num_attention_heads": 12,
|
33 |
+
"num_hidden_layers": 12,
|
34 |
+
"num_mel_bins": 128,
|
35 |
+
"patch_size": 16,
|
36 |
+
"problem_type": "single_label_classification",
|
37 |
+
"qkv_bias": true,
|
38 |
+
"time_stride": 10,
|
39 |
+
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.44.2"
|
41 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50d0308fd8cb51aec45a0ca8790f448feb6b18c7c8fadc8ef61f3a0f7b227cfa
|
3 |
+
size 341521448
|
preprocessor_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"feature_extractor_type": "ASTFeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"max_length": 128,
|
6 |
+
"mean": -6.845978,
|
7 |
+
"num_mel_bins": 128,
|
8 |
+
"padding_side": "right",
|
9 |
+
"padding_value": 0.0,
|
10 |
+
"return_attention_mask": false,
|
11 |
+
"sampling_rate": 16000,
|
12 |
+
"std": 5.5654526
|
13 |
+
}
|
runs/Sep04_11-00-28_LAPTOP-GK9KSOG2/events.out.tfevents.1725440434.LAPTOP-GK9KSOG2.20576.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:662c756969aa1f44dada183beab0fb44813c068a764650533a54856222dce92f
|
3 |
+
size 10851
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:287556fd2536669ebb7bd1f3007d75ad3a85b93c39b0c47cbcbb50f64705b5b1
|
3 |
+
size 5304
|