CoolFace
Modelpublic

SYNAPSEai1/SynapseMusicV12-Transcriber

sourceHugging Facemitupdated 2d agoView on Hugging Face
1likes19downloads
Model Card

<a href="https://arxiv.org/abs/2602.00744">Tech Report</a>

ACE-Step Transcriber

Description

ACE-Step Transcriber is the annotation model used by ACE-Step v1.5 for training data labeling. It is a powerful multilingual audio transcription model capable of transcribing both speech and singing voice with high accuracy.

Key Features

  • โ€”๐ŸŒ 50+ Languages Support - Covers major world languages and regional dialects
  • โ€”๐ŸŽค Speech Transcription - Accurately transcribes spoken content
  • โ€”๐ŸŽต Singing Voice Transcription - Specialized in lyrics transcription with musical structure annotations
  • โ€”๐Ÿท๏ธ Structure Annotation - Automatically identifies song sections (verse, chorus, bridge, etc.)

Usage

The usage is the same as Qwen2.5 Omni-7B.

Prompt Format

Use the following prompt to transcribe audio:

*Task* Transcribe this audio in detail
<audio>

Output Format

The model outputs structured content in the following format:

# Languages
<language_code>

# Lyrics
[Section Tag - Optional Instrument]

<transcribed content>
...

Example Output

# Languages
en

# Lyrics
[Intro - Acoustic Guitar]

[Verse 1]
Walking down the empty street tonight
Stars are shining oh so bright
...

[Chorus]
This is where we belong
Singing our favorite song
...

Supported Section Tags

  • โ€”[Intro], [Outro]
  • โ€”[Verse 1], [Verse 2], etc.
  • โ€”[Chorus], [Pre-Chorus], [Post-Chorus]
  • โ€”[Bridge]
  • โ€”[Guitar Interlude], [Instrumental]
  • โ€”[Spoken]

Supported Languages (50+)

The model supports transcription in over 50 languages, including but not limited to:

RegionLanguages
East AsiaChinese (zh), Japanese (ja), Korean (ko)
Southeast AsiaVietnamese (vi), Thai (th), Indonesian (id), Malay (ms), Filipino (tl)
South AsiaHindi (hi), Bengali (bn), Tamil (ta), Urdu (ur)
EuropeEnglish (en), German (de), French (fr), Spanish (es), Italian (it), Portuguese (pt), Russian (ru), Polish (pl), Dutch (nl), Greek (el), Turkish (tr)
Middle EastArabic (ar), Hebrew (he), Persian (fa)
OthersAnd many more regional languages...

Use Cases

  • โ€”Music Production - Transcribe reference tracks for lyrics extraction
  • โ€”Dataset Creation - Generate high-quality labeled data for music AI models
  • โ€”Accessibility - Create subtitles and captions for audio content
  • โ€”Music Analysis - Extract structural information from songs