Train NER module for 5000 steps b03eb43
Quentin Meeus commited on
How to use qmeeus/whisper-small-multilingual-spoken-ner-pipeline-step-1 with Transformers:
# Load model directly
from transformers import WhisperSLU
model = WhisperSLU.from_pretrained("qmeeus/whisper-small-multilingual-spoken-ner-pipeline-step-1", dtype="auto")