Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"ASTForAudioClassification"
|
5 |
],
|
@@ -7,7 +7,7 @@
|
|
7 |
"frequency_stride": 10,
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
-
"hidden_size":
|
11 |
"id2label": {
|
12 |
"0": "both",
|
13 |
"1": "crackles",
|
@@ -15,7 +15,7 @@
|
|
15 |
"3": "weezels"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
-
"intermediate_size":
|
19 |
"label2id": {
|
20 |
"both": 0,
|
21 |
"crackles": 1,
|
@@ -25,10 +25,10 @@
|
|
25 |
"layer_norm_eps": 1e-12,
|
26 |
"max_length": 1024,
|
27 |
"model_type": "audio-spectrogram-transformer",
|
28 |
-
"num_attention_heads":
|
29 |
-
"num_hidden_layers":
|
30 |
"num_mel_bins": 128,
|
31 |
-
"patch_size":
|
32 |
"problem_type": "single_label_classification",
|
33 |
"qkv_bias": true,
|
34 |
"time_stride": 10,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Ericwang/tiny-random-ast",
|
3 |
"architectures": [
|
4 |
"ASTForAudioClassification"
|
5 |
],
|
|
|
7 |
"frequency_stride": 10,
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 32,
|
11 |
"id2label": {
|
12 |
"0": "both",
|
13 |
"1": "crackles",
|
|
|
15 |
"3": "weezels"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 37,
|
19 |
"label2id": {
|
20 |
"both": 0,
|
21 |
"crackles": 1,
|
|
|
25 |
"layer_norm_eps": 1e-12,
|
26 |
"max_length": 1024,
|
27 |
"model_type": "audio-spectrogram-transformer",
|
28 |
+
"num_attention_heads": 4,
|
29 |
+
"num_hidden_layers": 5,
|
30 |
"num_mel_bins": 128,
|
31 |
+
"patch_size": 1,
|
32 |
"problem_type": "single_label_classification",
|
33 |
"qkv_bias": true,
|
34 |
"time_stride": 10,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5b03a832641109d68bbc7491de2d850242d84f68972cc6acdbecb139c6f581c
|
3 |
+
size 341442
|
runs/May19_13-37-19_1a5e2ea8ac5c/1684503450.5950658/events.out.tfevents.1684503450.1a5e2ea8ac5c.6379.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a99eb651b8aa634001d92b801eefe9720f9dc1e90799669b0f4a9d0bf9acfd1f
|
3 |
+
size 5932
|
runs/May19_13-37-19_1a5e2ea8ac5c/events.out.tfevents.1684503450.1a5e2ea8ac5c.6379.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:990265fd4f9993e726d8f9dc5a761b2ccdc3d00347d2aaeb9066b7ac4efaed05
|
3 |
+
size 8531
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3899
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90f686045332233df8baf0810e4d27975f9d5cfc0ecb31cf474ac144b974a107
|
3 |
size 3899
|