FidelOdok commited on
Commit
c48aa79
1 Parent(s): ce75de1

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "0",
13
+ "1": "1",
14
+ "2": "2",
15
+ "3": "3",
16
+ "4": "4",
17
+ "5": "5",
18
+ "6": "6"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "0": "0",
24
+ "1": "1",
25
+ "2": "2",
26
+ "3": "3",
27
+ "4": "4",
28
+ "5": "5",
29
+ "6": "6"
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "max_length": 1024,
33
+ "model_type": "audio-spectrogram-transformer",
34
+ "num_attention_heads": 12,
35
+ "num_hidden_layers": 12,
36
+ "num_mel_bins": 128,
37
+ "patch_size": 16,
38
+ "problem_type": "single_label_classification",
39
+ "qkv_bias": true,
40
+ "time_stride": 10,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.28.0"
43
+ }
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:4bea6da562df1c240e3e53965a9101ff35c336cd7080c21bf4f9e2e3235d6c5b
3
+ size 344850809
runs/May30_19-32-01_9f999c4244e4/1685475132.4133272/events.out.tfevents.1685475132.9f999c4244e4.202.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74f7bec12df60d8393ae256daad9b1fdc89e0bac5f3afaff85be3381959012b2
3
+ size 5847
runs/May30_19-32-01_9f999c4244e4/events.out.tfevents.1685475132.9f999c4244e4.202.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aee01d058b0809c1cefbac7d977c0d03d888369b97998b78b7dc5c8ead268c9
3
+ size 14196
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6255f8ce15082152b6c97558efd2db6a1667fd6fe8152daa0e85d3d25d1891
3
+ size 3579