Update stats.md
Browse files
stats.md
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- 'no'
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
base_model: NbAiLabBeta/nb-whisper-small
|
| 6 |
+
tags:
|
| 7 |
+
- audio
|
| 8 |
+
- asr
|
| 9 |
+
- automatic-speech-recognition
|
| 10 |
+
- hf-asr-leaderboard
|
| 11 |
+
model-index:
|
| 12 |
+
- name: nb-whisper-small-v0.7-semantic
|
| 13 |
+
results: []
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
| 17 |
+
probably proofread and complete it, then remove this comment. -->
|
| 18 |
+
|
| 19 |
+
# nb-whisper-small-v0.7-semantic
|
| 20 |
+
|
| 21 |
+
This model is a fine-tuned version of [NbAiLabBeta/nb-whisper-small](https://huggingface.co/NbAiLabBeta/nb-whisper-small) on the NbAiLab/ncc_speech_styling_v4 dataset.
|
| 22 |
+
It achieves the following results on the evaluation set:
|
| 23 |
+
- step: 249
|
| 24 |
+
- validation_nst_loss: 0.6651
|
| 25 |
+
- train_loss: 0.7577
|
| 26 |
+
- validation_nst_wer: 3.1520
|
| 27 |
+
- validation_nst_cer: 0.9723
|
| 28 |
+
- validation_nst_exact_wer: 3.9305
|
| 29 |
+
- validation_nst_exact_cer: 1.0907
|
| 30 |
+
- validation_clean_stortinget_no_loss: 0.6931
|
| 31 |
+
- validation_clean_stortinget_no_wer: 10.0616
|
| 32 |
+
- validation_clean_stortinget_no_cer: 6.2843
|
| 33 |
+
- validation_clean_stortinget_no_exact_wer: 13.4693
|
| 34 |
+
- validation_clean_stortinget_no_exact_cer: 6.8299
|
| 35 |
+
|
| 36 |
+
## Model description
|
| 37 |
+
|
| 38 |
+
More information needed
|
| 39 |
+
|
| 40 |
+
## Intended uses & limitations
|
| 41 |
+
|
| 42 |
+
More information needed
|
| 43 |
+
|
| 44 |
+
## Training and evaluation data
|
| 45 |
+
|
| 46 |
+
More information needed
|
| 47 |
+
|
| 48 |
+
## Training procedure
|
| 49 |
+
|
| 50 |
+
### Training hyperparameters
|
| 51 |
+
|
| 52 |
+
The following hyperparameters were used during training:
|
| 53 |
+
- learning_rate: 5e-05
|
| 54 |
+
- lr_scheduler_type: linear
|
| 55 |
+
- per_device_train_batch_size: 32
|
| 56 |
+
- total_train_batch_size_per_node: 128
|
| 57 |
+
- total_train_batch_size: 1024
|
| 58 |
+
- total_optimization_steps: 250
|
| 59 |
+
- starting_optimization_step: None
|
| 60 |
+
- finishing_optimization_step: 250
|
| 61 |
+
- num_train_dataset_workers: 32
|
| 62 |
+
- num_hosts: 8
|
| 63 |
+
- total_num_training_examples: 256,000
|
| 64 |
+
- steps_per_epoch: _To be computed after first epoch_
|
| 65 |
+
- num_beams: None
|
| 66 |
+
- weight_decay: 0.01
|
| 67 |
+
- adam_beta1: 0.9
|
| 68 |
+
- adam_beta2: 0.98
|
| 69 |
+
- adam_epsilon: 1e-06
|
| 70 |
+
- dropout: True
|
| 71 |
+
- bpe_dropout_probability: 0.2
|
| 72 |
+
- activation_dropout_probability: 0.1
|
| 73 |
+
|
| 74 |
+
### Training results
|
| 75 |
+
|
| 76 |
+
| step | validation_nst_loss | train_loss | validation_nst_wer | validation_nst_cer | validation_nst_exact_wer | validation_nst_exact_cer | validation_clean_stortinget_no_loss | validation_clean_stortinget_no_wer | validation_clean_stortinget_no_cer | validation_clean_stortinget_no_exact_wer | validation_clean_stortinget_no_exact_cer |
|
| 77 |
+
|:----:|:-------------------:|:----------:|:------------------:|:------------------:|:------------------------:|:------------------------:|:-----------------------------------:|:----------------------------------:|:----------------------------------:|:----------------------------------------:|:----------------------------------------:|
|
| 78 |
+
| 0 | 0.4428 | 1.3025 | 3.0160 | 0.9359 | 3.7835 | 1.0513 | 0.7127 | 9.9100 | 6.1361 | 13.3223 | 6.6798 |
|
| 79 |
+
| 40 | 0.6682 | 0.8769 | 3.4732 | 1.2370 | 4.4423 | 1.3773 | 0.6724 | 10.9593 | 7.0159 | 14.4443 | 7.5606 |
|
| 80 |
+
| 80 | 0.6729 | 0.7636 | 3.2664 | 1.0338 | 4.1102 | 1.1575 | 0.6495 | 10.2037 | 6.3692 | 13.5785 | 6.8974 |
|
| 81 |
+
| 120 | 0.6729 | 0.7334 | 3.2500 | 1.0310 | 4.0666 | 1.1530 | 0.6760 | 10.1232 | 6.3145 | 13.4646 | 6.8420 |
|
| 82 |
+
| 160 | 0.6740 | 0.7517 | 3.1412 | 0.9788 | 3.9033 | 1.0925 | 0.6922 | 10.0734 | 6.2954 | 13.4243 | 6.8245 |
|
| 83 |
+
| 200 | 0.6677 | 0.7282 | 3.1575 | 0.9751 | 3.9196 | 1.0898 | 0.6981 | 10.0924 | 6.3054 | 13.4741 | 6.8416 |
|
| 84 |
+
| 240 | 0.6658 | 0.7448 | 3.1520 | 0.9919 | 3.9196 | 1.1081 | 0.6929 | 10.0379 | 6.2800 | 13.4599 | 6.8288 |
|
| 85 |
+
| 249 | 0.6651 | 0.7577 | 3.1520 | 0.9723 | 3.9305 | 1.0907 |
|
| 86 |
+
| 249 | 0.6931 | 0.7577 | 10.0616 | 6.2843 | 13.4693 | 6.8299 |
|
| 87 |
+
|
| 88 |
+
|
| 89 |
+
### Framework versions
|
| 90 |
+
|
| 91 |
+
- Transformers 4.34.1
|
| 92 |
+
- Datasets 2.15.0
|
| 93 |
+
- Tokenizers 0.14.1
|