Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +37 -0
- preprocessor_config.json +13 -0
- pytorch_model.bin +3 -0
- runs/May16_15-15-03_8ad51be2aef1/1684250114.0523324/events.out.tfevents.1684250114.8ad51be2aef1.3824.1 +3 -0
- runs/May16_15-15-03_8ad51be2aef1/events.out.tfevents.1684250114.8ad51be2aef1.3824.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MIT/ast-finetuned-audioset-10-10-0.4593",
|
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": "both",
|
13 |
+
"1": "crackles",
|
14 |
+
"2": "normal",
|
15 |
+
"3": "weezels"
|
16 |
+
},
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 3072,
|
19 |
+
"label2id": {
|
20 |
+
"both": 0,
|
21 |
+
"crackles": 1,
|
22 |
+
"normal": 2,
|
23 |
+
"weezels": 3
|
24 |
+
},
|
25 |
+
"layer_norm_eps": 1e-12,
|
26 |
+
"max_length": 1024,
|
27 |
+
"model_type": "audio-spectrogram-transformer",
|
28 |
+
"num_attention_heads": 12,
|
29 |
+
"num_hidden_layers": 12,
|
30 |
+
"num_mel_bins": 128,
|
31 |
+
"patch_size": 16,
|
32 |
+
"problem_type": "single_label_classification",
|
33 |
+
"qkv_bias": true,
|
34 |
+
"time_stride": 10,
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.29.1"
|
37 |
+
}
|
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": 1024,
|
6 |
+
"mean": -4.2677393,
|
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": 4.5689974
|
13 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:098ea29412e4b60956191622a9a5e20cc47c1bfb9bde2cd18e4d2c79ab6c6bc8
|
3 |
+
size 344841593
|
runs/May16_15-15-03_8ad51be2aef1/1684250114.0523324/events.out.tfevents.1684250114.8ad51be2aef1.3824.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48d5adde839c6330e5ab9a6c75bb53e77079e78bccc51e64e9829b41adef423a
|
3 |
+
size 5929
|
runs/May16_15-15-03_8ad51be2aef1/events.out.tfevents.1684250114.8ad51be2aef1.3824.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02b877d88e7d1a9770d6b70e51eadf2e8f495c7011d45b641bf234c1c249b9c3
|
3 |
+
size 8566
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2feb622c81bed6068ccfc52eec305265cb808fcc426a33fec28b28391b5b89c7
|
3 |
+
size 3899
|