Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
In general, you can specify parameters anywhere you want:
transcriber = pipeline(model="openai/whisper-large-v2", my_parameter=1)
out = transcriber() # This will use my_parameter=1.