didiudom94 commited on
Commit
21b4d6c
·
verified ·
1 Parent(s): 915b323

End of training

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - ko
5
+ license: apache-2.0
6
+ base_model: openai/whisper-large-v3
7
+ tags:
8
+ - generated_from_trainer
9
+ datasets:
10
+ - didiudom94/gentlemen2
11
+ metrics:
12
+ - wer
13
+ model-index:
14
+ - name: Whisper Large-V3 Ko to En
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Gentlemen
21
+ type: didiudom94/gentlemen2
22
+ args: 'split: train'
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 0.7630289773857083
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
+ # Whisper Large-V3 Ko to En
33
+
34
+ This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the Gentlemen dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 1.1304
37
+ - Wer: 0.7630
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: 5e-06
57
+ - train_batch_size: 16
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_steps: 500
63
+ - training_steps: 4000
64
+ - mixed_precision_training: Native AMP
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
69
+ |:-------------:|:------:|:----:|:---------------:|:------:|
70
+ | 1.2511 | 0.4507 | 1000 | 1.2619 | 0.7806 |
71
+ | 1.1681 | 0.9013 | 2000 | 1.1703 | 0.7751 |
72
+ | 0.9217 | 1.3520 | 3000 | 1.1486 | 0.7768 |
73
+ | 0.9093 | 1.8026 | 4000 | 1.1304 | 0.7630 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.45.2
79
+ - Pytorch 2.5.1+cu121
80
+ - Datasets 3.2.0
81
+ - Tokenizers 0.20.3