wa976 commited on
Commit
baae786
1 Parent(s): e3cf2ec

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.1,
7
+ "frequency_stride": 10,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
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:9100df90eba5641ff18ac6a3d2549d5ecba576e651ee1bfae8880ade0dea7532
3
+ size 344835449
runs/May19_00-48-40_ec2800074fc4/1684457383.518402/events.out.tfevents.1684457383.ec2800074fc4.2084.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:900670fe39997f74fb1823e5c4d85d346d6a0e14adc660116b5b56e372c5b0c8
3
+ size 5950
runs/May19_00-48-40_ec2800074fc4/events.out.tfevents.1684457383.ec2800074fc4.2084.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d833592523535cc59170e8309ad4992cf5087e67ba1d5cd3804a210f94150281
3
+ size 8517
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1597d7846bc1be3cbb0df1f447d1fb42dc2677b84e1f94af6da76e50d8178191
3
+ size 3963