Audio-Text-to-Text
Transformers
Safetensors
English
Chinese
moss_transcribe_diarize
text-generation
moss
audio
speech
asr
diarization
timestamp-asr
long-form-audio
multimodal
multilingual
custom_code
Eval Results
Instructions to use OpenMOSS-Team/MOSS-Transcribe-Diarize with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMOSS-Team/MOSS-Transcribe-Diarize with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("OpenMOSS-Team/MOSS-Transcribe-Diarize", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add bilingual subtitle Web UI news
Browse files
README.md
CHANGED
|
@@ -34,6 +34,7 @@ Given an audio or video file, the model generates a compact speaker-aware transc
|
|
| 34 |
|
| 35 |
## News
|
| 36 |
|
|
|
|
| 37 |
* 2026-07-14: 🏆 MOSS-Transcribe-Diarize won first place in the [2nd MLC-SLM Challenge](https://www.nexdata.ai/competition/mlc-slm) at INTERSPEECH 2026, spanning 14 languages (English, French, German, Italian, Portuguese, Spanish, Japanese, Korean, Russian, Thai, Vietnamese, Tagalog, Urdu, Turkish).
|
| 38 |
* 2026-07-09: Released MOSS-Transcribe-Diarize 0.9B.
|
| 39 |
|
|
|
|
| 34 |
|
| 35 |
## News
|
| 36 |
|
| 37 |
+
* 2026-07-22: The subtitle Web UI now supports both Simplified Chinese and English.
|
| 38 |
* 2026-07-14: 🏆 MOSS-Transcribe-Diarize won first place in the [2nd MLC-SLM Challenge](https://www.nexdata.ai/competition/mlc-slm) at INTERSPEECH 2026, spanning 14 languages (English, French, German, Italian, Portuguese, Spanish, Japanese, Korean, Russian, Thai, Vietnamese, Tagalog, Urdu, Turkish).
|
| 39 |
* 2026-07-09: Released MOSS-Transcribe-Diarize 0.9B.
|
| 40 |
|