Automatic Speech Recognition
Transformers
Safetensors
English
moss
text-generation
speech
english
qwen3
audio
reinforcement-learning
custom_code
Eval Results (legacy)
Eval Results
Instructions to use OpenMOSS-Team/MOSS-Transcribe-preview-2B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMOSS-Team/MOSS-Transcribe-preview-2B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="OpenMOSS-Team/MOSS-Transcribe-preview-2B", trust_remote_code=True)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("OpenMOSS-Team/MOSS-Transcribe-preview-2B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K