nielsr HF Staff commited on
Commit
b727737
·
verified ·
1 Parent(s): c17b395

Add pipeline tag and links to model card

Browse files

This PR adds the missing `pipeline_tag` (`text-to-audio`) to the metadata, making the model discoverable at https://huggingface.co/models?pipeline_tag=text-to-audio. It also adds links to the paper page, project page, and the official code repository.

Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
1
  ---
2
  license: cc-by-sa-4.0
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ pipeline_tag: text-to-audio
4
  ---
5
+
6
+ # VoxAudio
7
+
8
+ VoxAudio is a streaming chunk-autoregressive flow matching model for vocalized audio generation: given a text caption that may quote explicit speech, it generates 24 kHz audio containing articulate speech together with the surrounding soundscape.
9
+
10
+ - **Paper**: [VoxAudio: Vocalized Audio Synthesis via Multi-Reward Autoregressive Flow Matching](https://huggingface.co/papers/2608.12951)
11
+ - **Project Page**: [https://voxaudio.github.io](https://voxaudio.github.io)
12
+ - **Code**: [https://github.com/VoxAudio/VoxAudio_Main](https://github.com/VoxAudio/VoxAudio_Main)
13
+
14
+ For setup and inference instructions, please refer to the GitHub repository.