File size: 2,733 Bytes
9d7ad78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ef01ccb
9d7ad78
 
 
 
 
 
 
a4df4c3
9d7ad78
f824e7e
9d7ad78
b988a18
64b2204
729c781
ef01ccb
9d7ad78
f824e7e
 
398dbcc
9d7ad78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
398dbcc
 
9d7ad78
 
 
 
331386a
 
 
 
 
 
 
 
 
9d7ad78
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
---
license: apache-2.0
base_model: openai/whisper-small
tags:
- hf-asr-leaderboard
- generated_from_trainer
datasets:
- mozilla-foundation/common_voice_16_0
language:
- hu
widget:
- example_title: Sample 1
  src: https://huggingface.co/datasets/Hungarians/samples/resolve/main/Sample1.flac
- example_title: Sample 2
  src: https://huggingface.co/datasets/Hungarians/samples/resolve/main/Sample2.flac
metrics:
- wer
pipeline_tag: automatic-speech-recognition
model-index:
- name: Whisper Small Hungarian
  results:
  - task:
      name: Automatic Speech Recognition
      type: automatic-speech-recognition
    dataset:
      name: Common Voice 16.0 - Hungarian
      type: mozilla-foundation/common_voice_16_0
      config: hu
      split: test
      args: hu
    metrics:
    - name: Wer
      type: wer
      value: 18.8314
      verified: true

---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# Whisper Small Hungarian (training in progress)

This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16 dataset of Mozilla Foundation.
It achieves the following results on the evaluation set:

Tempolary at step 3500: 

- Wer: 18.8314

Unfortunatly the colab disconected, this is the end... :( maybe later continue


## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 1.25e-05
- train_batch_size: 8
- eval_batch_size: 4
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: constant_with_warmup
- lr_scheduler_warmup_steps: 400
- planed training_steps: 6000
- executed steps: 3500 only (colab dc)
- mixed_precision_training: Native AMP

### Training results

| Steps | Training Loss | Validation Loss | Wer Ortho |    Wer    |
|:-----:|:-------------:|:---------------:|:---------:|:---------:|
| 500	|   0.354600    |    0.349688     |	34.385555 |	31.246555 |
| 1000	|   0.283800	|    0.290485	  | 29.696507 |	26.625776 |
| 1500	|   0.248800	|    0.255122	  | 26.360826 |	23.300925 |
| 2000	|   0.198300	|    0.234539	  | 24.557530 |	21.714145 |
| 2500	|   0.196300    |    0.224310	  | 23.557423 |	20.698512 |
| 3000	|   0.153000	|    0.210894	  | 22.088291 |	19.231356 |
| 3500	|   0.109100	|    0.210817	  | 21.465313 |	18.831435 |

### Framework versions

- Transformers 4.36.2
- Pytorch 2.1.0+cu121
- Datasets 2.16.0
- Tokenizers 0.15.0