How to use ms3c/model-output with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ms3c/model-output")
# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("ms3c/model-output") model = AutoModelForCTC.from_pretrained("ms3c/model-output")
The community tab is the place to discuss and collaborate with the HF community!