Audio-Text-to-Text
Transformers
Safetensors
vibevoice_asr
automatic-speech-recognition
ASR
Diarization
Speech-to-Text
Transcription
Eval Results
Instructions to use microsoft/VibeVoice-ASR-HF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/VibeVoice-ASR-HF with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("microsoft/VibeVoice-ASR-HF") model = AutoModelForMultimodalLM.from_pretrained("microsoft/VibeVoice-ASR-HF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
I wanna get all of transcripts from this audio file with most correct as much as you can
#10
by Aung13 - opened
- .gitattributes +1 -0
- audio 1.mp3 +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
figures/language_distribution_horizontal.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
figures/VibeVoice_ASR_archi.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
figures/language_distribution_horizontal.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
figures/VibeVoice_ASR_archi.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
audio[[:space:]]1.mp3 filter=lfs diff=lfs merge=lfs -text
|
audio 1.mp3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8ffc5f277f6081d8b4e0cefb9654258dd64620f28d1aa892e962cd0a3a88f2e
|
| 3 |
+
size 21293347
|