wetdog commited on
Commit
15aba8e
·
1 Parent(s): a3ec7d5

End of training

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: wetdog/TUT-urban-acoustic-scenes-2018-development
3
+ tags:
4
+ - audio-classification
5
+ - generated_from_trainer
6
+ datasets:
7
+ - acoustic-scenes
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: ast-finetuned-audioset-10-10-0.4593-TUT-acoustic-scenes
12
+ results:
13
+ - task:
14
+ name: Audio Classification
15
+ type: audio-classification
16
+ dataset:
17
+ name: TUT-urban-acoustic-scenes-2018-development
18
+ type: acoustic-scenes
19
+ args: 'split: train'
20
+ metrics:
21
+ - name: Accuracy
22
+ type: accuracy
23
+ value: 0.9484375
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # ast-finetuned-audioset-10-10-0.4593-TUT-acoustic-scenes
30
+
31
+ This model is a fine-tuned version of [wetdog/TUT-urban-acoustic-scenes-2018-development](https://huggingface.co/wetdog/TUT-urban-acoustic-scenes-2018-development) on the TUT-urban-acoustic-scenes-2018-development dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 0.1450
34
+ - Accuracy: 0.9484
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 3e-05
54
+ - train_batch_size: 4
55
+ - eval_batch_size: 4
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - lr_scheduler_warmup_ratio: 0.1
60
+ - training_steps: 500
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 0.4236 | 1.0 | 500 | 0.1450 | 0.9484 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.33.1
72
+ - Pytorch 2.0.1+cu118
73
+ - Datasets 2.14.5
74
+ - Tokenizers 0.13.3