File size: 1,748 Bytes
a2fd10c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- automatic-speech-recognition
- whisper
- romanian
datasets:
- readerbench/echo
metrics:
- wer
model-index:
- name: whisper-ro
  results:
  - task:
      name: Automatic Speech Recognition
      type: automatic-speech-recognition
    dataset:
      name: Echo
      type: readerbench/echo
      config: ro
    metrics:
    - name: WER
      type: wer
      value: 0.08668345828147764
---

# whisper-ro

This model is a fine-tuned version of
[openai/whisper-small](https://huggingface.co/openai/whisper-small) on the [Echo
dataset](https://huggingface.co/datasets/readerbench/echo), a large open-source
Romanian dataset.

| Name         | Small | Large-v2 | Fine-tuned small <br/><small>(this model)</small> |
|:------------:|:-----:|:--------:|:-------------------------------------------------:|
| Common Voice |  33.2 |     15.8 |                                              12.2 |
| FLEURS       |  29.8 |     14.4 |                                              10.9 |
| VoxPopuli    |  28.6 |     14.4 |                                               9.4 |
| Echo         |  >100 |     >100 |                                               8.6 |
| RSC          |  38.6 |     28.5 |                                               5.4 |

### Training hyperparameters

The following hyperparameters were used during training:

- `learning_rate`: 1e-05
- `train_batch_size`: 128
- `eval_batch_size`: 128
- `seed`: 42
- `distributed_type`: multi-GPU
- `num_devices`: 2
- `total_train_batch_size`: 256
- `total_eval_batch_size`: 256
- `optimizer`: Adam with betas=(0.9,0.999) and epsilon=1e-08
- `lr_scheduler_type`: linear
- `lr_scheduler_warmup_steps`: 500
- `num_epochs`: 20.0
- `mixed_precision_training`: Native AMP