Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
multilingual
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use edutjie/bisix-su-id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use edutjie/bisix-su-id with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="edutjie/bisix-su-id")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("edutjie/bisix-su-id") model = AutoModelForSpeechSeq2Seq.from_pretrained("edutjie/bisix-su-id") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +87 -0
- generation_config.json +149 -0
README.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
language:
|
| 4 |
+
- multilingual
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
base_model: openai/whisper-tiny.en
|
| 7 |
+
tags:
|
| 8 |
+
- generated_from_trainer
|
| 9 |
+
datasets:
|
| 10 |
+
- edutjie/bisix_su_id
|
| 11 |
+
metrics:
|
| 12 |
+
- wer
|
| 13 |
+
model-index:
|
| 14 |
+
- name: 'BisiX: Sundanese Whisper'
|
| 15 |
+
results:
|
| 16 |
+
- task:
|
| 17 |
+
name: Automatic Speech Recognition
|
| 18 |
+
type: automatic-speech-recognition
|
| 19 |
+
dataset:
|
| 20 |
+
name: SU ID ASR
|
| 21 |
+
type: edutjie/bisix_su_id
|
| 22 |
+
config: su_id_asr_source
|
| 23 |
+
split: validation
|
| 24 |
+
args: su_id_asr_source
|
| 25 |
+
metrics:
|
| 26 |
+
- name: Wer
|
| 27 |
+
type: wer
|
| 28 |
+
value: 33.87865168539326
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 32 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 33 |
+
|
| 34 |
+
# BisiX: Sundanese Whisper
|
| 35 |
+
|
| 36 |
+
This model is a fine-tuned version of [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on the SU ID ASR dataset.
|
| 37 |
+
It achieves the following results on the evaluation set:
|
| 38 |
+
- Loss: 1.0180
|
| 39 |
+
- Wer: 33.8787
|
| 40 |
+
- Cer: 11.6897
|
| 41 |
+
|
| 42 |
+
## Model description
|
| 43 |
+
|
| 44 |
+
More information needed
|
| 45 |
+
|
| 46 |
+
## Intended uses & limitations
|
| 47 |
+
|
| 48 |
+
More information needed
|
| 49 |
+
|
| 50 |
+
## Training and evaluation data
|
| 51 |
+
|
| 52 |
+
More information needed
|
| 53 |
+
|
| 54 |
+
## Training procedure
|
| 55 |
+
|
| 56 |
+
### Training hyperparameters
|
| 57 |
+
|
| 58 |
+
The following hyperparameters were used during training:
|
| 59 |
+
- learning_rate: 1e-05
|
| 60 |
+
- train_batch_size: 32
|
| 61 |
+
- eval_batch_size: 16
|
| 62 |
+
- seed: 42
|
| 63 |
+
- gradient_accumulation_steps: 2
|
| 64 |
+
- total_train_batch_size: 64
|
| 65 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 66 |
+
- lr_scheduler_type: linear
|
| 67 |
+
- lr_scheduler_warmup_steps: 30
|
| 68 |
+
- training_steps: 150
|
| 69 |
+
- mixed_precision_training: Native AMP
|
| 70 |
+
|
| 71 |
+
### Training results
|
| 72 |
+
|
| 73 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
| 74 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|:-------:|
|
| 75 |
+
| 4.3455 | 0.1765 | 30 | 2.4772 | 85.1326 | 33.9863 |
|
| 76 |
+
| 1.7093 | 0.3529 | 60 | 1.3486 | 41.4562 | 15.2167 |
|
| 77 |
+
| 1.2183 | 0.5294 | 90 | 1.1469 | 36.2247 | 12.5208 |
|
| 78 |
+
| 1.0676 | 0.7059 | 120 | 1.0517 | 34.6427 | 11.9084 |
|
| 79 |
+
| 0.9974 | 0.8824 | 150 | 1.0180 | 33.8787 | 11.6897 |
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
### Framework versions
|
| 83 |
+
|
| 84 |
+
- Transformers 4.44.2
|
| 85 |
+
- Pytorch 2.4.1+cu121
|
| 86 |
+
- Datasets 3.0.1
|
| 87 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alignment_heads": [
|
| 3 |
+
[
|
| 4 |
+
1,
|
| 5 |
+
0
|
| 6 |
+
],
|
| 7 |
+
[
|
| 8 |
+
2,
|
| 9 |
+
0
|
| 10 |
+
],
|
| 11 |
+
[
|
| 12 |
+
2,
|
| 13 |
+
5
|
| 14 |
+
],
|
| 15 |
+
[
|
| 16 |
+
3,
|
| 17 |
+
0
|
| 18 |
+
],
|
| 19 |
+
[
|
| 20 |
+
3,
|
| 21 |
+
1
|
| 22 |
+
],
|
| 23 |
+
[
|
| 24 |
+
3,
|
| 25 |
+
2
|
| 26 |
+
],
|
| 27 |
+
[
|
| 28 |
+
3,
|
| 29 |
+
3
|
| 30 |
+
],
|
| 31 |
+
[
|
| 32 |
+
3,
|
| 33 |
+
4
|
| 34 |
+
]
|
| 35 |
+
],
|
| 36 |
+
"begin_suppress_tokens": [
|
| 37 |
+
220,
|
| 38 |
+
50256
|
| 39 |
+
],
|
| 40 |
+
"bos_token_id": 50257,
|
| 41 |
+
"decoder_start_token_id": 50257,
|
| 42 |
+
"eos_token_id": 50256,
|
| 43 |
+
"forced_decoder_ids": [
|
| 44 |
+
[
|
| 45 |
+
1,
|
| 46 |
+
50362
|
| 47 |
+
]
|
| 48 |
+
],
|
| 49 |
+
"is_multilingual": false,
|
| 50 |
+
"max_initial_timestamp_index": 50,
|
| 51 |
+
"max_length": 448,
|
| 52 |
+
"no_timestamps_token_id": 50362,
|
| 53 |
+
"pad_token_id": 50256,
|
| 54 |
+
"prev_sot_token_id": 50360,
|
| 55 |
+
"return_timestamps": false,
|
| 56 |
+
"suppress_tokens": [
|
| 57 |
+
1,
|
| 58 |
+
2,
|
| 59 |
+
7,
|
| 60 |
+
8,
|
| 61 |
+
9,
|
| 62 |
+
10,
|
| 63 |
+
14,
|
| 64 |
+
25,
|
| 65 |
+
26,
|
| 66 |
+
27,
|
| 67 |
+
28,
|
| 68 |
+
29,
|
| 69 |
+
31,
|
| 70 |
+
58,
|
| 71 |
+
59,
|
| 72 |
+
60,
|
| 73 |
+
61,
|
| 74 |
+
62,
|
| 75 |
+
63,
|
| 76 |
+
90,
|
| 77 |
+
91,
|
| 78 |
+
92,
|
| 79 |
+
93,
|
| 80 |
+
357,
|
| 81 |
+
366,
|
| 82 |
+
438,
|
| 83 |
+
532,
|
| 84 |
+
685,
|
| 85 |
+
705,
|
| 86 |
+
796,
|
| 87 |
+
930,
|
| 88 |
+
1058,
|
| 89 |
+
1220,
|
| 90 |
+
1267,
|
| 91 |
+
1279,
|
| 92 |
+
1303,
|
| 93 |
+
1343,
|
| 94 |
+
1377,
|
| 95 |
+
1391,
|
| 96 |
+
1635,
|
| 97 |
+
1782,
|
| 98 |
+
1875,
|
| 99 |
+
2162,
|
| 100 |
+
2361,
|
| 101 |
+
2488,
|
| 102 |
+
3467,
|
| 103 |
+
4008,
|
| 104 |
+
4211,
|
| 105 |
+
4600,
|
| 106 |
+
4808,
|
| 107 |
+
5299,
|
| 108 |
+
5855,
|
| 109 |
+
6329,
|
| 110 |
+
7203,
|
| 111 |
+
9609,
|
| 112 |
+
9959,
|
| 113 |
+
10563,
|
| 114 |
+
10786,
|
| 115 |
+
11420,
|
| 116 |
+
11709,
|
| 117 |
+
11907,
|
| 118 |
+
13163,
|
| 119 |
+
13697,
|
| 120 |
+
13700,
|
| 121 |
+
14808,
|
| 122 |
+
15306,
|
| 123 |
+
16410,
|
| 124 |
+
16791,
|
| 125 |
+
17992,
|
| 126 |
+
19203,
|
| 127 |
+
19510,
|
| 128 |
+
20724,
|
| 129 |
+
22305,
|
| 130 |
+
22935,
|
| 131 |
+
27007,
|
| 132 |
+
30109,
|
| 133 |
+
30420,
|
| 134 |
+
33409,
|
| 135 |
+
34949,
|
| 136 |
+
40283,
|
| 137 |
+
40493,
|
| 138 |
+
40549,
|
| 139 |
+
47282,
|
| 140 |
+
49146,
|
| 141 |
+
50257,
|
| 142 |
+
50357,
|
| 143 |
+
50358,
|
| 144 |
+
50359,
|
| 145 |
+
50360,
|
| 146 |
+
50361
|
| 147 |
+
],
|
| 148 |
+
"transformers_version": "4.44.2"
|
| 149 |
+
}
|