Instructions to use Kuray107/timit-5percent-supervised with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kuray107/timit-5percent-supervised with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Kuray107/timit-5percent-supervised")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Kuray107/timit-5percent-supervised") model = AutoModelForCTC.from_pretrained("Kuray107/timit-5percent-supervised") - Notebooks
- Google Colab
- Kaggle
timit-5percent-supervised
This model is a fine-tuned version of facebook/wav2vec2-large-lv60 on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.6615
- Wer: 0.2788
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0001
- train_batch_size: 16
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 1000
- num_epochs: 200
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 5.3773 | 33.33 | 500 | 2.9693 | 1.0 |
| 1.4746 | 66.67 | 1000 | 0.5050 | 0.3359 |
| 0.1067 | 100.0 | 1500 | 0.5981 | 0.3054 |
| 0.0388 | 133.33 | 2000 | 0.6192 | 0.2712 |
| 0.0244 | 166.67 | 2500 | 0.6392 | 0.2776 |
| 0.018 | 200.0 | 3000 | 0.6615 | 0.2788 |
Framework versions
- Transformers 4.14.1
- Pytorch 1.10.2
- Datasets 1.18.2
- Tokenizers 0.10.3
- Downloads last month
- 3