wa976 commited on
Commit
0568317
1 Parent(s): a1f08e7

Training in progress, epoch 1

Browse files
.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.30.0.dev0"
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:545e1638ec853023fd55e5384b6fcde47327089919081a784f2d2180b2aa0904
3
+ size 344841593
runs/May12_15-26-50_38b5304b6d6f/1683905498.542388/events.out.tfevents.1683905498.38b5304b6d6f.5052.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a33396095103603ff602651126e1eb001fa638b4728255bcf34c89c75f860e20
3
+ size 5923
runs/May12_15-26-50_38b5304b6d6f/events.out.tfevents.1683905498.38b5304b6d6f.5052.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0584f7e821cca731b9ab5118f340d41553a6fc4a3e1a6f07cae28bc96361e7ce
3
+ size 4184
runs/May12_15-35-12_38b5304b6d6f/1683905719.9878924/events.out.tfevents.1683905719.38b5304b6d6f.7047.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da775c064d0a9dbaaa9b1da745a38844063c7ce29ae46e74e3a6b5f2e8e2e8f7
3
+ size 5923
runs/May12_15-35-12_38b5304b6d6f/1683905814.8576388/events.out.tfevents.1683905814.38b5304b6d6f.7047.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc0c18fc5da3dbcc9a3868206a177932ea3df933c7476f569b16bc37b21b19d8
3
+ size 5923
runs/May12_15-35-12_38b5304b6d6f/events.out.tfevents.1683905719.38b5304b6d6f.7047.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a204801f6b220baf5be4bc04690e143f22f0f4a3ac1f8f118734ef2a1019ae12
3
+ size 8280
runs/May12_15-40-46_38b5304b6d6f/1683906072.2762125/events.out.tfevents.1683906072.38b5304b6d6f.8446.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d0639f21d3b16720c1dd385b9c45f4c528a6c9bfe33fa953e70f3ef6c9453eb
3
+ size 5923
runs/May12_15-40-46_38b5304b6d6f/events.out.tfevents.1683906072.38b5304b6d6f.8446.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b4eb0882d3e10240b2a710cb406eb6446312b31e787b54823d489331824667
3
+ size 9819
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3151b02c84ea72bc9eab504af949092ed6f682595bdcb5e036e9de232288636
3
+ size 3899