End of training
Browse files
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
language:
|
4 |
+
- tr
|
5 |
+
license: apache-2.0
|
6 |
+
base_model: openai/whisper-tiny
|
7 |
+
tags:
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: whisper-tiny-turkish-0
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# whisper-tiny-turkish-0
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3266
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 64
|
42 |
+
- eval_batch_size: 64
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: cosine
|
46 |
+
- lr_scheduler_warmup_ratio: 0.1
|
47 |
+
- training_steps: 22500
|
48 |
+
- mixed_precision_training: Native AMP
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:------:|:-----:|:---------------:|
|
54 |
+
| 0.6204 | 0.0444 | 1000 | 0.6094 |
|
55 |
+
| 0.5242 | 0.0889 | 2000 | 0.5179 |
|
56 |
+
| 0.4348 | 0.1333 | 3000 | 0.4674 |
|
57 |
+
| 0.4048 | 0.1778 | 4000 | 0.4278 |
|
58 |
+
| 0.3708 | 0.2222 | 5000 | 0.4044 |
|
59 |
+
| 0.3489 | 0.2667 | 6000 | 0.3904 |
|
60 |
+
| 0.3276 | 0.3111 | 7000 | 0.3802 |
|
61 |
+
| 0.3164 | 0.3556 | 8000 | 0.3687 |
|
62 |
+
| 0.3036 | 0.4 | 9000 | 0.3586 |
|
63 |
+
| 0.2878 | 0.4444 | 10000 | 0.3548 |
|
64 |
+
| 0.2831 | 0.4889 | 11000 | 0.3476 |
|
65 |
+
| 0.2696 | 0.5333 | 12000 | 0.3411 |
|
66 |
+
| 0.2713 | 0.5778 | 13000 | 0.3383 |
|
67 |
+
| 0.2512 | 0.6222 | 14000 | 0.3356 |
|
68 |
+
| 0.2319 | 1.0202 | 15000 | 0.3329 |
|
69 |
+
| 0.2443 | 1.0647 | 16000 | 0.3288 |
|
70 |
+
| 0.2242 | 1.1091 | 17000 | 0.3299 |
|
71 |
+
| 0.2236 | 1.1536 | 18000 | 0.3291 |
|
72 |
+
| 0.2214 | 1.198 | 19000 | 0.3271 |
|
73 |
+
| 0.2208 | 1.2424 | 20000 | 0.3264 |
|
74 |
+
| 0.2132 | 1.2869 | 21000 | 0.3268 |
|
75 |
+
| 0.2187 | 1.3313 | 22000 | 0.3266 |
|
76 |
+
|
77 |
+
|
78 |
+
### Framework versions
|
79 |
+
|
80 |
+
- Transformers 4.45.2
|
81 |
+
- Pytorch 2.5.1+cu124
|
82 |
+
- Datasets 3.2.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 151061672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f81ba025ed7dc0c62b99fabfa00618140db5aa96a414b5d864da05aa2d5debd9
|
3 |
size 151061672
|
runs/Feb06_08-13-19_0cad17633e9e/events.out.tfevents.1738829607.0cad17633e9e.2750.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:0056e3b2cd12af80a14745d02ff2e128359d1ba74f63409c8845fa5f0be4433b
|
3 |
+
size 31297
|