cogniveon commited on
Commit
e5d931a
1 Parent(s): 6496302

eeem069_ast_murmur

Browse files
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bsd-3-clause
3
+ base_model: MIT/ast-finetuned-audioset-10-10-0.4593
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: exp_1715025412
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # exp_1715025412
17
+
18
+ This model is a fine-tuned version of [MIT/ast-finetuned-audioset-10-10-0.4593](https://huggingface.co/MIT/ast-finetuned-audioset-10-10-0.4593) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.6403
21
+ - Accuracy: 0.8974
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 3e-05
41
+ - train_batch_size: 12
42
+ - eval_batch_size: 12
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 5
45
+ - total_train_batch_size: 60
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 10
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
55
+ | 0.5131 | 0.9856 | 41 | 0.4401 | 0.8157 |
56
+ | 0.2645 | 1.9952 | 83 | 0.3510 | 0.875 |
57
+ | 0.2224 | 2.9808 | 124 | 0.3333 | 0.8910 |
58
+ | 0.1223 | 3.9904 | 166 | 0.4310 | 0.8830 |
59
+ | 0.0721 | 5.0 | 208 | 0.5080 | 0.8830 |
60
+ | 0.0059 | 5.9856 | 249 | 0.6021 | 0.8910 |
61
+ | 0.001 | 6.9952 | 291 | 0.6082 | 0.8878 |
62
+ | 0.0004 | 7.9808 | 332 | 0.6385 | 0.8942 |
63
+ | 0.0002 | 8.9904 | 374 | 0.6386 | 0.8958 |
64
+ | 0.0003 | 9.8558 | 410 | 0.6403 | 0.8974 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.40.1
70
+ - Pytorch 2.2.1+cu121
71
+ - Datasets 2.19.1
72
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Absent",
13
+ "1": "Present",
14
+ "2": "Unknown"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "Absent": "0",
20
+ "Present": "1",
21
+ "Unknown": "2"
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_length": 1024,
25
+ "model_type": "audio-spectrogram-transformer",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "num_mel_bins": 128,
29
+ "patch_size": 16,
30
+ "problem_type": "single_label_classification",
31
+ "qkv_bias": true,
32
+ "time_stride": 10,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.40.1"
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bd62c1bc7019aeb5bdffd7eb3c2ecee967184db533ad38bbadb22cf9866be13
3
+ size 344793116
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
+ }
runs/May06_19-57-43_bc4080cc2048/events.out.tfevents.1715025473.bc4080cc2048.1769.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8331e49f51035f20ed6635eba996ef6fec05ccc17226eeb52a9df8e4c6ca4ff3
3
+ size 25587
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:141786dab18c46221f53950826577147b150d370abefb24b4d96de725e5250a8
3
+ size 4984