bagasshw commited on
Commit
32cb015
·
verified ·
1 Parent(s): 325b392

Model save

Browse files
Files changed (1) hide show
  1. README.md +14 -19
README.md CHANGED
@@ -1,20 +1,15 @@
1
  ---
2
  library_name: transformers
3
- language:
4
- - jv
5
  license: apache-2.0
6
  base_model: openai/whisper-tiny
7
  tags:
8
- - whisper
9
- - javanese
10
- - asr
11
  - generated_from_trainer
12
  datasets:
13
  - jv_id_asr_split
14
  metrics:
15
  - wer
16
  model-index:
17
- - name: Whisper Tiny Java
18
  results:
19
  - task:
20
  name: Automatic Speech Recognition
@@ -28,18 +23,18 @@ model-index:
28
  metrics:
29
  - name: Wer
30
  type: wer
31
- value: 0.4824482518630893
32
  ---
33
 
34
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
35
  should probably proofread and complete it, then remove this comment. -->
36
 
37
- # Whisper Tiny Java
38
 
39
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the jv_id_asr_split dataset.
40
  It achieves the following results on the evaluation set:
41
- - Loss: 0.5638
42
- - Wer: 0.4824
43
 
44
  ## Model description
45
 
@@ -58,7 +53,7 @@ More information needed
58
  ### Training hyperparameters
59
 
60
  The following hyperparameters were used during training:
61
- - learning_rate: 1e-05
62
  - train_batch_size: 64
63
  - eval_batch_size: 16
64
  - seed: 42
@@ -67,23 +62,23 @@ The following hyperparameters were used during training:
67
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
68
  - lr_scheduler_type: linear
69
  - lr_scheduler_warmup_ratio: 0.1
70
- - num_epochs: 5
71
  - mixed_precision_training: Native AMP
72
 
73
  ### Training results
74
 
75
  | Training Loss | Epoch | Step | Validation Loss | Wer |
76
  |:-------------:|:------:|:----:|:---------------:|:------:|
77
- | 0.6676 | 0.8643 | 500 | 0.5638 | 0.4824 |
78
- | 0.4792 | 1.7277 | 1000 | 0.4284 | 0.5330 |
79
- | 0.3988 | 2.5912 | 1500 | 0.3772 | 0.5687 |
80
- | 0.3565 | 3.4546 | 2000 | 0.3528 | 0.6204 |
81
- | 0.3386 | 4.3181 | 2500 | 0.3406 | 0.6603 |
82
 
83
 
84
  ### Framework versions
85
 
86
  - Transformers 4.50.0.dev0
87
  - Pytorch 2.6.0+cu126
88
- - Datasets 3.3.2
89
- - Tokenizers 0.21.0
 
1
  ---
2
  library_name: transformers
 
 
3
  license: apache-2.0
4
  base_model: openai/whisper-tiny
5
  tags:
 
 
 
6
  - generated_from_trainer
7
  datasets:
8
  - jv_id_asr_split
9
  metrics:
10
  - wer
11
  model-index:
12
+ - name: whisper-tiny-javanese-openslr-v2
13
  results:
14
  - task:
15
  name: Automatic Speech Recognition
 
23
  metrics:
24
  - name: Wer
25
  type: wer
26
+ value: 0.6471586421539112
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-tiny-javanese-openslr-v2
33
 
34
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the jv_id_asr_split dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.2792
37
+ - Wer: 0.6472
38
 
39
  ## Model description
40
 
 
53
  ### Training hyperparameters
54
 
55
  The following hyperparameters were used during training:
56
+ - learning_rate: 2e-05
57
  - train_batch_size: 64
58
  - eval_batch_size: 16
59
  - seed: 42
 
62
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
63
  - lr_scheduler_type: linear
64
  - lr_scheduler_warmup_ratio: 0.1
65
+ - training_steps: 2500
66
  - mixed_precision_training: Native AMP
67
 
68
  ### Training results
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Wer |
71
  |:-------------:|:------:|:----:|:---------------:|:------:|
72
+ | 0.528 | 0.8643 | 500 | 0.4467 | 0.4770 |
73
+ | 0.3702 | 1.7277 | 1000 | 0.3424 | 0.5528 |
74
+ | 0.2988 | 2.5946 | 1500 | 0.3031 | 0.5552 |
75
+ | 0.2607 | 3.4581 | 2000 | 0.2859 | 0.6485 |
76
+ | 0.2481 | 4.3215 | 2500 | 0.2792 | 0.6472 |
77
 
78
 
79
  ### Framework versions
80
 
81
  - Transformers 4.50.0.dev0
82
  - Pytorch 2.6.0+cu126
83
+ - Datasets 3.4.0
84
+ - Tokenizers 0.21.1