laura63 commited on
Commit
52f5888
1 Parent(s): bdd1219

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "barswa",
13
+ "1": "blakit1",
14
+ "10": "greegr",
15
+ "11": "hoopoe",
16
+ "12": "litegr",
17
+ "13": "ratcis1",
18
+ "14": "rbsrob1",
19
+ "15": "rerswa1",
20
+ "16": "somgre1",
21
+ "17": "thrnig1",
22
+ "18": "wlwwar",
23
+ "19": "woosan",
24
+ "2": "cohmar1",
25
+ "3": "colsun2",
26
+ "4": "combul2",
27
+ "5": "combuz1",
28
+ "6": "comsan",
29
+ "7": "eaywag1",
30
+ "8": "eubeat1",
31
+ "9": "gnbcam2"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
+ "label2id": {
36
+ "barswa": "0",
37
+ "blakit1": "1",
38
+ "cohmar1": "2",
39
+ "colsun2": "3",
40
+ "combul2": "4",
41
+ "combuz1": "5",
42
+ "comsan": "6",
43
+ "eaywag1": "7",
44
+ "eubeat1": "8",
45
+ "gnbcam2": "9",
46
+ "greegr": "10",
47
+ "hoopoe": "11",
48
+ "litegr": "12",
49
+ "ratcis1": "13",
50
+ "rbsrob1": "14",
51
+ "rerswa1": "15",
52
+ "somgre1": "16",
53
+ "thrnig1": "17",
54
+ "wlwwar": "18",
55
+ "woosan": "19"
56
+ },
57
+ "layer_norm_eps": 1e-12,
58
+ "max_length": 1024,
59
+ "model_type": "audio-spectrogram-transformer",
60
+ "num_attention_heads": 12,
61
+ "num_hidden_layers": 12,
62
+ "num_mel_bins": 128,
63
+ "patch_size": 16,
64
+ "problem_type": "single_label_classification",
65
+ "qkv_bias": true,
66
+ "time_stride": 10,
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.31.0.dev0"
69
+ }
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:2509ebe3a15c5a22c3cc737c3f6bfca10d5cf75d20457bd6445af4c84ac8a179
3
+ size 344890809
runs/Jul01_10-00-01_0ad39a1590ba/events.out.tfevents.1688205617.0ad39a1590ba.44748.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f19943c482008f787ac2555e675d7207bc22693216145d2b13953d455b51415c
3
+ size 3978
runs/Jul01_10-03-39_0ad39a1590ba/events.out.tfevents.1688205882.0ad39a1590ba.44748.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0004c401c0775e55c4922b60568003c0210b7100bf2a3e0ebcf59b3b87bff666
3
+ size 15929
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb60e5963a2de12b76023db2c3c88e5601b40067c86da9b5f71645ddce2385e0
3
+ size 4027