thomas0104/nan_tw_soap_opera
Viewer • Updated • 5.62k • 133 • 2
How to use thomas0104/large_v2_nan_tw_so_short_30s with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="thomas0104/large_v2_nan_tw_so_short_30s") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("thomas0104/large_v2_nan_tw_so_short_30s")
model = AutoModelForMultimodalLM.from_pretrained("thomas0104/large_v2_nan_tw_so_short_30s")# Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("thomas0104/large_v2_nan_tw_so_short_30s")
model = AutoModelForMultimodalLM.from_pretrained("thomas0104/large_v2_nan_tw_so_short_30s")This model is a fine-tuned version of openai/whisper-large-v2 on the thomas0104/nan_tw_soap_opera nan-tw 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 | Cer |
|---|---|---|---|---|---|
| 1.1133 | 1.0 | 1000 | 1.3322 | 343.5629 | 416.4573 |
Base model
openai/whisper-large-v2
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="thomas0104/large_v2_nan_tw_so_short_30s")