Model save
Browse files
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: facebook/wav2vec2-base
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- f1
|
10 |
+
- recall
|
11 |
+
- precision
|
12 |
+
model-index:
|
13 |
+
- name: wav2vec2-base-music_genre_classifier-g4-firstseconds
|
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 |
+
# wav2vec2-base-music_genre_classifier-g4-firstseconds
|
21 |
+
|
22 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 1.0453
|
25 |
+
- Accuracy: 0.7794
|
26 |
+
- F1: 0.7715
|
27 |
+
- Recall: 0.7722
|
28 |
+
- Precision: 0.7752
|
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: 3e-05
|
48 |
+
- train_batch_size: 12
|
49 |
+
- eval_batch_size: 12
|
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 |
+
- lr_scheduler_warmup_ratio: 0.1
|
54 |
+
- num_epochs: 15
|
55 |
+
- mixed_precision_training: Native AMP
|
56 |
+
|
57 |
+
### Training results
|
58 |
+
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision |
|
60 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|
|
61 |
+
| 2.2104 | 1.0 | 267 | 2.2272 | 0.3755 | 0.3160 | 0.3656 | 0.3611 |
|
62 |
+
| 1.6919 | 2.0 | 534 | 1.7563 | 0.4622 | 0.3974 | 0.4519 | 0.3981 |
|
63 |
+
| 1.3183 | 3.0 | 801 | 1.4686 | 0.5366 | 0.4834 | 0.5237 | 0.5364 |
|
64 |
+
| 1.0196 | 4.0 | 1068 | 1.2824 | 0.6183 | 0.5754 | 0.6094 | 0.5873 |
|
65 |
+
| 1.0655 | 5.0 | 1335 | 1.2136 | 0.6196 | 0.5822 | 0.6075 | 0.6142 |
|
66 |
+
| 0.8205 | 6.0 | 1602 | 1.0635 | 0.6778 | 0.6449 | 0.6687 | 0.6611 |
|
67 |
+
| 0.6309 | 7.0 | 1869 | 1.0256 | 0.7088 | 0.6798 | 0.6975 | 0.7004 |
|
68 |
+
| 0.4618 | 8.0 | 2136 | 0.9435 | 0.7435 | 0.7330 | 0.7373 | 0.7387 |
|
69 |
+
| 0.4057 | 9.0 | 2403 | 0.9192 | 0.7534 | 0.7403 | 0.7465 | 0.7507 |
|
70 |
+
| 0.2491 | 10.0 | 2670 | 0.9099 | 0.7596 | 0.7539 | 0.7510 | 0.7640 |
|
71 |
+
| 0.2548 | 11.0 | 2937 | 1.0901 | 0.7336 | 0.7305 | 0.7291 | 0.7475 |
|
72 |
+
| 0.0885 | 12.0 | 3204 | 1.0956 | 0.7447 | 0.7417 | 0.7387 | 0.7519 |
|
73 |
+
| 0.0988 | 13.0 | 3471 | 1.0585 | 0.7695 | 0.7623 | 0.7634 | 0.7641 |
|
74 |
+
| 0.1982 | 14.0 | 3738 | 1.0453 | 0.7794 | 0.7715 | 0.7722 | 0.7752 |
|
75 |
+
| 0.0966 | 15.0 | 4005 | 1.0914 | 0.7732 | 0.7676 | 0.7690 | 0.7706 |
|
76 |
+
|
77 |
+
|
78 |
+
### Framework versions
|
79 |
+
|
80 |
+
- Transformers 4.46.2
|
81 |
+
- Pytorch 2.5.0+cu121
|
82 |
+
- Datasets 3.1.0
|
83 |
+
- Tokenizers 0.20.3
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378315732
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c67f481990c7baef0c6c40b2365b89fdd8d87b73df8d1425ebaa56da57fe94c3
|
3 |
size 378315732
|
runs/Nov14_22-49-21_dc3412522046/events.out.tfevents.1731629030.dc3412522046.413.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57641f241b8627239be34994ca38f73bb6f3973aca799e9d4b835a629ff7f010
|
3 |
+
size 560
|