candenizkocak
commited on
Commit
•
341c555
1
Parent(s):
9040bf4
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: facebook/wav2vec2-base
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- common_voice_17_0
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: wav2vec2_turkish_gender_classification
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Audio Classification
|
16 |
+
type: audio-classification
|
17 |
+
dataset:
|
18 |
+
name: common_voice_17_0
|
19 |
+
type: common_voice_17_0
|
20 |
+
config: tr
|
21 |
+
split: test
|
22 |
+
args: tr
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.8478508073686605
|
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 |
+
# wav2vec2_turkish_gender_classification
|
33 |
+
|
34 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the common_voice_17_0 dataset.
|
35 |
+
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.7567
|
37 |
+
- Accuracy: 0.8479
|
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: 3e-05
|
57 |
+
- train_batch_size: 32
|
58 |
+
- eval_batch_size: 32
|
59 |
+
- seed: 42
|
60 |
+
- gradient_accumulation_steps: 4
|
61 |
+
- total_train_batch_size: 128
|
62 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
+
- lr_scheduler_type: linear
|
64 |
+
- lr_scheduler_warmup_ratio: 0.1
|
65 |
+
- num_epochs: 10
|
66 |
+
|
67 |
+
### Training results
|
68 |
+
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
70 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
71 |
+
| 0.1723 | 0.9968 | 233 | 0.5006 | 0.8003 |
|
72 |
+
| 0.0967 | 1.9979 | 467 | 0.3800 | 0.8722 |
|
73 |
+
| 0.0696 | 2.9989 | 701 | 0.5256 | 0.8449 |
|
74 |
+
| 0.0451 | 4.0 | 935 | 0.5080 | 0.8879 |
|
75 |
+
| 0.0647 | 4.9968 | 1168 | 0.5977 | 0.8551 |
|
76 |
+
| 0.0322 | 5.9979 | 1402 | 0.7294 | 0.8463 |
|
77 |
+
| 0.0249 | 6.9989 | 1636 | 1.0826 | 0.7830 |
|
78 |
+
| 0.0189 | 8.0 | 1870 | 0.6995 | 0.8485 |
|
79 |
+
| 0.0276 | 8.9968 | 2103 | 0.8064 | 0.8360 |
|
80 |
+
| 0.0167 | 9.9679 | 2330 | 0.7567 | 0.8479 |
|
81 |
+
|
82 |
+
|
83 |
+
### Framework versions
|
84 |
+
|
85 |
+
- Transformers 4.44.2
|
86 |
+
- Pytorch 2.4.0+cu121
|
87 |
+
- Datasets 3.0.0
|
88 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378302360
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfc08607f4d851a5ed3f098deaba9e3f3cf6f6c894427996d1585c8896dd0135
|
3 |
size 378302360
|
runs/Sep16_23-56-29_18afc7a12912/events.out.tfevents.1726530994.18afc7a12912.6185.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b486e54d2c7a2b507e85c51dd4b85ec7f639d2f4f6a4afd45dcffc78aef5ca0f
|
3 |
+
size 59523
|