wa976 commited on
Commit
95bc0c0
1 Parent(s): c144230

Training in progress, epoch 0

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.29.2"
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:428ae9b7df73dcb2fe8abfd6e5d6b8530845b5175ae0f51eb99e6a1c708c07a9
3
+ size 344841593
runs/May21_17-08-01_50d58c08d32e/1684688899.133745/events.out.tfevents.1684688899.50d58c08d32e.31644.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca8b268626576b78ea7bbe05befc48b5da1b8009cc4a4efedcb68591a0df14e1
3
+ size 5932
runs/May21_17-08-01_50d58c08d32e/events.out.tfevents.1684688899.50d58c08d32e.31644.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31389011295628b8825b90318301ce5b14d30ccc81e216a73f754fa21a0073bb
3
+ size 4184
runs/May21_17-11-12_50d58c08d32e/1684689086.422636/events.out.tfevents.1684689086.50d58c08d32e.112257.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6f79e9f3580bf0ac1ddb6b58867ac1db68d4366f79e06d2795d586f7f996aa0
3
+ size 5932
runs/May21_17-11-12_50d58c08d32e/events.out.tfevents.1684689086.50d58c08d32e.112257.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e52a9135de9aafeae23fd1f227820c5ee92da6ebedb78087e2c6aa6bb84a234
3
+ size 5136
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f19fa9740e3a916074749c2fc5adc05197366e25300576bd3f740e5411c8c98f
3
+ size 3899