metricv/tl-whisper
Viewer • Updated • 1.93k • 22
How to use metricv/tl-whisper-large-v3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="metricv/tl-whisper-large-v3") # Load model directly
from transformers import AutoProcessor, AutoModel
processor = AutoProcessor.from_pretrained("metricv/tl-whisper-large-v3")
model = AutoModel.from_pretrained("metricv/tl-whisper-large-v3")This is a finetuned OpenAI Whisper Large-V3 model, with data from Youtube channel TechLinked.
Dataset can be found at https://huggingface.co/datasets/metricv/tl-whisper
Base model
openai/whisper-large-v3