wa976 commited on
Commit
3d079c8
1 Parent(s): 98cf967

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.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:18e4dbce9ed11542103b9bfb6754e1ed222d25a4717846b8ab56863c21e05dbf
3
+ size 344841593
runs/May17_18-26-51_c7d9bcb0c233/1684348020.5648246/events.out.tfevents.1684348020.c7d9bcb0c233.875.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:534fa2bba2e053bf665222a7bc6d5e1c9075c566f9fc138450dddc59a6151d5c
3
+ size 5932
runs/May17_18-26-51_c7d9bcb0c233/events.out.tfevents.1684348020.c7d9bcb0c233.875.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84a69040ce72f65ce12d3dacf87c1a02d21c38d475dfafded649035c19b2bcf0
3
+ size 4184
runs/May17_18-28-38_c7d9bcb0c233/1684348128.5254815/events.out.tfevents.1684348128.c7d9bcb0c233.2086.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90356c84393f777d2098417a9515e7f5490aa291a1489b03239907a5156851f1
3
+ size 5932
runs/May17_18-28-38_c7d9bcb0c233/events.out.tfevents.1684348128.c7d9bcb0c233.2086.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dc34a7891de2eeae6833882c4882fe5bbfed0915c403af2b6f40b0cd470fb14
3
+ size 8570
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7a931f454268b041b326686203c499f020bdd74f2417e93b02ec402876f0851
3
+ size 3899