File size: 2,593 Bytes
49b88e9
a216269
 
49b88e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a216269
 
49b88e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3841fc9
 
a216269
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49b88e9
 
 
 
 
 
 
 
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
---
language:
- zh
license: apache-2.0
base_model: openai/whisper-tiny
tags:
- generated_from_trainer
metrics:
- wer
model-index:
- name: openai/whisper-tiny
  results: []
---

<!-- 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. -->

# openai/whisper-tiny

This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Hanhpt23/ChineseMed dataset.
It achieves the following results on the evaluation set:
- Loss: 4.4161
- Wer: 116.6667

## 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: 0.0001
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 100
- num_epochs: 20

### Training results

| Training Loss | Epoch | Step | Validation Loss | Wer      |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 2.0985        | 1.0   | 371  | 2.8659          | 188.8889 |
| 1.6605        | 2.0   | 742  | 2.8279          | 102.2222 |
| 1.2794        | 3.0   | 1113 | 3.0839          | 110.0000 |
| 0.7344        | 4.0   | 1484 | 3.4284          | 107.7778 |
| 0.4201        | 5.0   | 1855 | 3.6794          | 142.2222 |
| 0.1934        | 6.0   | 2226 | 3.8480          | 111.1111 |
| 0.0892        | 7.0   | 2597 | 4.0445          | 112.2222 |
| 0.0609        | 8.0   | 2968 | 4.1135          | 107.7778 |
| 0.0421        | 9.0   | 3339 | 4.2117          | 116.6667 |
| 0.0264        | 10.0  | 3710 | 4.3500          | 118.8889 |
| 0.0168        | 11.0  | 4081 | 4.2340          | 110.0000 |
| 0.0098        | 12.0  | 4452 | 4.3287          | 115.5556 |
| 0.0053        | 13.0  | 4823 | 4.3447          | 111.1111 |
| 0.0012        | 14.0  | 5194 | 4.3370          | 118.8889 |
| 0.0031        | 15.0  | 5565 | 4.3509          | 118.8889 |
| 0.0012        | 16.0  | 5936 | 4.3898          | 115.5556 |
| 0.0003        | 17.0  | 6307 | 4.3852          | 115.5556 |
| 0.0002        | 18.0  | 6678 | 4.4175          | 116.6667 |
| 0.0002        | 19.0  | 7049 | 4.4100          | 116.6667 |
| 0.0002        | 20.0  | 7420 | 4.4161          | 116.6667 |


### Framework versions

- Transformers 4.41.1
- Pytorch 2.3.0
- Datasets 2.19.1
- Tokenizers 0.19.1