timit-asr/timit_asr
Updated • 553 • 27
How to use GleamEyeBeast/ascend_with_english with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="GleamEyeBeast/ascend_with_english") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("GleamEyeBeast/ascend_with_english")
model = AutoModelForCTC.from_pretrained("GleamEyeBeast/ascend_with_english")This model is a fine-tuned version of GleamEyeBeast/ascend on the timit_asr dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| No log | 1.0 | 289 | 0.3524 | 0.3016 |
| 0.4246 | 2.0 | 578 | 0.3132 | 0.2607 |
| 0.4246 | 3.0 | 867 | 0.3044 | 0.2373 |
| 0.2008 | 4.0 | 1156 | 0.3075 | 0.2302 |
| 0.2008 | 5.0 | 1445 | 0.3049 | 0.2251 |