yizuzzz commited on
Commit
1733c02
1 Parent(s): 402197f

Update README.md (#1)

Browse files

- Update README.md (11f38fdde9b91706f5a0a61adcac77dba9b29927)

Files changed (1) hide show
  1. README.md +69 -3
README.md CHANGED
@@ -1,3 +1,69 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: openai/whisper-small
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: whisper-small-spanish
11
+ results: []
12
+ datasets:
13
+ - ciempiess/ciempiess_balance
14
+ - ciempiess/ciempiess_test
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # whisper-small-espaniol
21
+
22
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.5077
25
+ - Wer: 12.9740
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 1e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 500
51
+ - training_steps: 4000
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
57
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
58
+ | 0.2575 | 2.0 | 1000 | 0.3851 | 14.5929 |
59
+ | 0.0644 | 4.0 | 2000 | 0.4300 | 13.7753 |
60
+ | 0.0128 | 6.0 | 3000 | 0.4979 | 13.6955 |
61
+ | 0.0035 | 8.0 | 4000 | 0.5077 | 12.9740 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.45.2
67
+ - Pytorch 2.4.1+cu121
68
+ - Datasets 3.0.1
69
+ - Tokenizers 0.20.1