Sanchit Gandhi
commited on
Commit
·
880eef6
1
Parent(s):
deaf7fc
update model card README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- generated_from_trainer
|
| 4 |
+
datasets:
|
| 5 |
+
- librispeech_asr
|
| 6 |
+
model-index:
|
| 7 |
+
- name: ''
|
| 8 |
+
results: []
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 12 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 13 |
+
|
| 14 |
+
#
|
| 15 |
+
|
| 16 |
+
This model was trained from scratch on the librispeech_asr dataset.
|
| 17 |
+
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 1.1277
|
| 19 |
+
- Wer: 1.0334
|
| 20 |
+
|
| 21 |
+
## Model description
|
| 22 |
+
|
| 23 |
+
More information needed
|
| 24 |
+
|
| 25 |
+
## Intended uses & limitations
|
| 26 |
+
|
| 27 |
+
More information needed
|
| 28 |
+
|
| 29 |
+
## Training and evaluation data
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Training procedure
|
| 34 |
+
|
| 35 |
+
### Training hyperparameters
|
| 36 |
+
|
| 37 |
+
The following hyperparameters were used during training:
|
| 38 |
+
- learning_rate: 0.0003
|
| 39 |
+
- train_batch_size: 8
|
| 40 |
+
- eval_batch_size: 8
|
| 41 |
+
- seed: 42
|
| 42 |
+
- gradient_accumulation_steps: 2
|
| 43 |
+
- total_train_batch_size: 16
|
| 44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
+
- lr_scheduler_type: linear
|
| 46 |
+
- lr_scheduler_warmup_steps: 500
|
| 47 |
+
- num_epochs: 3.0
|
| 48 |
+
- mixed_precision_training: Native AMP
|
| 49 |
+
|
| 50 |
+
### Training results
|
| 51 |
+
|
| 52 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 53 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 54 |
+
| 4.7015 | 0.28 | 500 | 5.3313 | 1.9454 |
|
| 55 |
+
| 4.7239 | 0.56 | 1000 | 5.1316 | 1.9288 |
|
| 56 |
+
| 4.6686 | 0.84 | 1500 | 4.8812 | 1.9646 |
|
| 57 |
+
| 4.0138 | 1.12 | 2000 | 4.8274 | 1.8905 |
|
| 58 |
+
| 3.6314 | 1.4 | 2500 | 3.8913 | 1.7298 |
|
| 59 |
+
| 1.9511 | 1.68 | 3000 | 2.3486 | 1.3674 |
|
| 60 |
+
| 1.212 | 1.96 | 3500 | 1.6223 | 1.1877 |
|
| 61 |
+
| 0.8092 | 2.24 | 4000 | 1.3949 | 1.1049 |
|
| 62 |
+
| 0.497 | 2.52 | 4500 | 1.2544 | 1.0749 |
|
| 63 |
+
| 0.4401 | 2.8 | 5000 | 1.1277 | 1.0334 |
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
### Framework versions
|
| 67 |
+
|
| 68 |
+
- Transformers 4.17.0.dev0
|
| 69 |
+
- Pytorch 1.10.2+cu113
|
| 70 |
+
- Datasets 1.18.3
|
| 71 |
+
- Tokenizers 0.11.0
|