idiotDeveloper/vts_sample_data_1.0
Viewer • Updated • 11 • 11
How to use idiotDeveloper/vts_to_text_based_small_1.0 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="idiotDeveloper/vts_to_text_based_small_1.0") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("idiotDeveloper/vts_to_text_based_small_1.0")
model = AutoModelForSpeechSeq2Seq.from_pretrained("idiotDeveloper/vts_to_text_based_small_1.0", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the idiotDeveloper/vts_sample_data_1.0 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 | Cer |
|---|---|---|---|---|
| 0.0588 | 25.0 | 25 | 0.0556 | 100.0 |
| 0.0352 | 50.0 | 50 | 0.0365 | 0.0 |
Base model
openai/whisper-small