wa976 commited on
Commit
5d7fb0f
1 Parent(s): 79ee778

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MIT/ast-finetuned-audioset-10-10-0.4593",
3
+ "architectures": [
4
+ "ASTForAudioClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.2,
7
+ "frequency_stride": 10,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.2,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "normal",
13
+ "1": "unnormal"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "normal": 0,
19
+ "unnormal": 1
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_length": 1024,
23
+ "model_type": "audio-spectrogram-transformer",
24
+ "num_attention_heads": 12,
25
+ "num_hidden_layers": 12,
26
+ "num_mel_bins": 128,
27
+ "patch_size": 16,
28
+ "problem_type": "single_label_classification",
29
+ "qkv_bias": true,
30
+ "time_stride": 10,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.29.2"
33
+ }
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:b772fc3bf5a641299aefb251f7dbbcc4555d4db10cb76d34b42b428fc9ff62cb
3
+ size 344835449
runs/May18_13-48-18_adbdae9bbdd4/1684417783.1060874/events.out.tfevents.1684417783.adbdae9bbdd4.525.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97f5049f6ba716ea3bec3f50a5d66c257104476c79a94df202d4850272dbbcbe
3
+ size 5950
runs/May18_13-48-18_adbdae9bbdd4/events.out.tfevents.1684417783.adbdae9bbdd4.525.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27f4a9c6f300a5706512d49c1f890f068e0592ffd29a3c71d85f9091c0bb30fa
3
+ size 3324
runs/May18_13-51-09_adbdae9bbdd4/1684417880.2221444/events.out.tfevents.1684417880.adbdae9bbdd4.525.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a20a26154a85440f63db1988cc7311abd646d5ff4a9e0cac700b7d413bf9c6a5
3
+ size 5950
runs/May18_13-51-09_adbdae9bbdd4/events.out.tfevents.1684417880.adbdae9bbdd4.525.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dc0048cdc9f71e3d88f46e6293eec3080c0bd16eb798e306ad26d865327bf15
3
+ size 8517
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e677531c073509dd958cb2baf1c7824e8d608c5f3315724da03eca596aaa0426
3
+ size 3963