kayalvizhi42 commited on
Commit
4a08e5d
·
verified ·
1 Parent(s): 63b11a0

Model save

Browse files
Files changed (3) hide show
  1. README.md +77 -0
  2. all_results.json +8 -0
  3. train_results.json +8 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
+ model-index:
13
+ - name: bird-call-classification
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # bird-call-classification
21
+
22
+ 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.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0735
25
+ - Accuracy: 0.9799
26
+ - Precision: 0.9579
27
+ - Recall: 1.0
28
+ - F1: 0.9785
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 0.0002
48
+ - train_batch_size: 16
49
+ - eval_batch_size: 8
50
+ - seed: 42
51
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 10
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
60
+ | No log | 1.0 | 50 | 0.2127 | 0.9497 | 0.9175 | 0.9780 | 0.9468 |
61
+ | No log | 2.0 | 100 | 0.1252 | 0.9698 | 0.9474 | 0.9890 | 0.9677 |
62
+ | No log | 3.0 | 150 | 0.1037 | 0.9749 | 0.9479 | 1.0 | 0.9733 |
63
+ | No log | 4.0 | 200 | 0.0947 | 0.9698 | 0.9381 | 1.0 | 0.9681 |
64
+ | No log | 5.0 | 250 | 0.0850 | 0.9799 | 0.9579 | 1.0 | 0.9785 |
65
+ | No log | 6.0 | 300 | 0.0802 | 0.9799 | 0.9579 | 1.0 | 0.9785 |
66
+ | No log | 7.0 | 350 | 0.0789 | 0.9799 | 0.9579 | 1.0 | 0.9785 |
67
+ | No log | 8.0 | 400 | 0.0769 | 0.9799 | 0.9579 | 1.0 | 0.9785 |
68
+ | No log | 9.0 | 450 | 0.0736 | 0.9799 | 0.9579 | 1.0 | 0.9785 |
69
+ | 0.1077 | 10.0 | 500 | 0.0735 | 0.9799 | 0.9579 | 1.0 | 0.9785 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.48.1
75
+ - Pytorch 2.5.1+cu124
76
+ - Datasets 3.2.0
77
+ - Tokenizers 0.21.0
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "total_flos": 5.3955140555636736e+17,
4
+ "train_loss": 0.1076729736328125,
5
+ "train_runtime": 3647.2066,
6
+ "train_samples_per_second": 2.182,
7
+ "train_steps_per_second": 0.137
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "total_flos": 5.3955140555636736e+17,
4
+ "train_loss": 0.1076729736328125,
5
+ "train_runtime": 3647.2066,
6
+ "train_samples_per_second": 2.182,
7
+ "train_steps_per_second": 0.137
8
+ }