End of training
Browse files- README.md +14 -20
- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: wetdog/TUT-urban-acoustic-scenes-2018-development
|
3 |
tags:
|
4 |
- audio-classification
|
5 |
- generated_from_trainer
|
@@ -14,13 +14,13 @@ model-index:
|
|
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.
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -28,10 +28,10 @@ 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:
|
34 |
-
- Accuracy: 0.
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -50,32 +50,26 @@ More information needed
|
|
50 |
### Training hyperparameters
|
51 |
|
52 |
The following hyperparameters were used during training:
|
53 |
-
- learning_rate: 3e-
|
54 |
-
- train_batch_size:
|
55 |
-
- eval_batch_size:
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
59 |
-
-
|
60 |
-
- training_steps:
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
-
|
|
67 |
-
| 0.
|
68 |
-
| 0.2583 | 2.12 | 1500 | 3.8194 | 0.465 |
|
69 |
-
| 0.0828 | 3.12 | 2000 | 4.3022 | 0.455 |
|
70 |
-
| 0.0367 | 4.12 | 2500 | 4.6687 | 0.45 |
|
71 |
-
| 0.0054 | 5.12 | 3000 | 4.8838 | 0.465 |
|
72 |
-
| 0.0014 | 6.12 | 3500 | 4.6808 | 0.495 |
|
73 |
-
| 0.0029 | 7.12 | 4000 | 4.4942 | 0.52 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
-
- Transformers 4.33.
|
79 |
- Pytorch 2.0.1+cu118
|
80 |
- Datasets 2.14.5
|
81 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
+
base_model: wetdog/TUT-urban-acoustic-scenes-2018-development-16bit
|
3 |
tags:
|
4 |
- audio-classification
|
5 |
- generated_from_trainer
|
|
|
14 |
name: Audio Classification
|
15 |
type: audio-classification
|
16 |
dataset:
|
17 |
+
name: TUT-urban-acoustic-scenes-2018-development-16bit
|
18 |
type: acoustic-scenes
|
19 |
args: 'split: train'
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
+
value: 0.715647339158062
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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-16bit](https://huggingface.co/wetdog/TUT-urban-acoustic-scenes-2018-development-16bit) on the TUT-urban-acoustic-scenes-2018-development-16bit dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
+
- Loss: 0.8055
|
34 |
+
- Accuracy: 0.7156
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
50 |
### Training hyperparameters
|
51 |
|
52 |
The following hyperparameters were used during training:
|
53 |
+
- learning_rate: 3e-06
|
54 |
+
- train_batch_size: 16
|
55 |
+
- eval_batch_size: 16
|
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_steps: 50
|
60 |
+
- training_steps: 1000
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
+
| 0.4664 | 1.12 | 500 | 1.3147 | 0.6136 |
|
67 |
+
| 0.6605 | 2.23 | 1000 | 0.8055 | 0.7156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|
71 |
|
72 |
+
- Transformers 4.33.2
|
73 |
- Pytorch 2.0.1+cu118
|
74 |
- Datasets 2.14.5
|
75 |
- Tokenizers 0.13.3
|
config.json
CHANGED
@@ -45,5 +45,5 @@
|
|
45 |
"qkv_bias": true,
|
46 |
"time_stride": 10,
|
47 |
"torch_dtype": "float32",
|
48 |
-
"transformers_version": "4.33.
|
49 |
}
|
|
|
45 |
"qkv_bias": true,
|
46 |
"time_stride": 10,
|
47 |
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.33.2"
|
49 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 344860025
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5e2bbd1229f24536c2f52f207c9c014d1fec067d66c23ce9927116f5fc4ce82
|
3 |
size 344860025
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:168549945405aa47173c2f0b3ffcc3ac1a0d1d5fb0ee021f4eda1767874b16b4
|
3 |
size 4091
|