Training in progress, epoch 1
Browse files- config.json +25 -0
- model.safetensors +3 -0
- roc.png +0 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 3072,
|
13 |
+
"layer_norm_eps": 1e-12,
|
14 |
+
"max_length": 1024,
|
15 |
+
"model_type": "audio-spectrogram-transformer",
|
16 |
+
"num_attention_heads": 12,
|
17 |
+
"num_hidden_layers": 12,
|
18 |
+
"num_mel_bins": 128,
|
19 |
+
"patch_size": 16,
|
20 |
+
"problem_type": "single_label_classification",
|
21 |
+
"qkv_bias": true,
|
22 |
+
"time_stride": 10,
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.48.1"
|
25 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dd65d14171be45dd49118845ec651feb1aeaef93a304c6e88fe78ac48b1ab43
|
3 |
+
size 344790040
|
roc.png
ADDED
![]() |
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:602c945dae58cc05f250c3de2fd3f17f5fd97fd4a940ff38b3aee5426edd34c8
|
3 |
+
size 5432
|