nojuskybartas commited on
Commit
eae8518
1 Parent(s): eb6d242

End of training

Browse files
Files changed (2) hide show
  1. README.md +87 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: bsd-3-clause
4
+ base_model: MIT/ast-finetuned-audioset-10-10-0.4593
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - kim2024military
9
+ metrics:
10
+ - accuracy
11
+ model-index:
12
+ - name: ast-finetuned-audioset-10-10-0.4593-finetuned-MAD
13
+ results:
14
+ - task:
15
+ name: Audio Classification
16
+ type: audio-classification
17
+ dataset:
18
+ name: MAD
19
+ type: kim2024military
20
+ config: default
21
+ split: test
22
+ args: default
23
+ metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value: 0.9344262295081968
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # ast-finetuned-audioset-10-10-0.4593-finetuned-MAD
33
+
34
+ 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 the MAD dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 1.0444
37
+ - Accuracy: 0.9344
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 5e-05
57
+ - train_batch_size: 16
58
+ - eval_batch_size: 16
59
+ - seed: 42
60
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
+ - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_ratio: 0.1
63
+ - num_epochs: 10
64
+ - mixed_precision_training: Native AMP
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 0.2166 | 1.0 | 402 | 0.5008 | 0.8959 |
71
+ | 0.4771 | 2.0 | 804 | 0.7085 | 0.9257 |
72
+ | 0.1525 | 3.0 | 1206 | 0.9449 | 0.9373 |
73
+ | 0.1688 | 4.0 | 1608 | 1.1073 | 0.9219 |
74
+ | 0.1975 | 5.0 | 2010 | 1.2495 | 0.9209 |
75
+ | 0.0 | 6.0 | 2412 | 1.0608 | 0.9306 |
76
+ | 0.0 | 7.0 | 2814 | 1.0338 | 0.9344 |
77
+ | 0.0 | 8.0 | 3216 | 1.0192 | 0.9373 |
78
+ | 0.0 | 9.0 | 3618 | 1.0345 | 0.9344 |
79
+ | 0.0 | 10.0 | 4020 | 1.0444 | 0.9344 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.46.3
85
+ - Pytorch 2.4.1+cu121
86
+ - Datasets 3.1.0
87
+ - Tokenizers 0.20.3
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa0deeb4bd5d822377daee78088ccde7d4963d604448340d63206a8e27e17ebf
3
  size 344805420
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e66a982dbf755541cc990ce091e79e6bf5d87bf7b56f984e1d0f76c9b5f39353
3
  size 344805420