Duplicated from slplab/whisper-large_v2-asd_v1
How to use slplab/whisper-large_v2_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="slplab/whisper-large_v2_test")
# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("slplab/whisper-large_v2_test") model = AutoModelForSpeechSeq2Seq.from_pretrained("slplab/whisper-large_v2_test")
This model has 1 file scanned as unsafe.
What is a pickle import?
How to fix it?