Safetensors
speech
audio
vocoder

Add pipeline tag and link to paper

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
- license: mit
 
 
 
 
3
  language:
4
  - en
5
  - ja
@@ -10,23 +14,20 @@ language:
10
  - pl
11
  - pt
12
  - es
 
 
13
  tags:
14
  - speech
15
  - audio
16
  - vocoder
17
- datasets:
18
- - sarulab-speech/mls_sidon
19
- - mythicinfinity/Libriheavy-HQ
20
- base_model:
21
- - spellbrush/AliasingFreeNeuralAudioSynthesis
22
  ---
23
 
24
  # MioVocoder: High-Resolution Aliasing-Free Neural Vocoder for High-Fidelity Speech Generation
25
 
26
-
27
  [![GitHub](https://img.shields.io/badge/Code-GitHub-black)](https://github.com/Aratako/MioCodec)
 
28
 
29
- **MioVocoder** is a high-resolution, aliasing-free neural vocoder designed for high-fidelity speech generation. It is a fine-tuned version of the **Pupu-Vocoder (Small)** from the [Aliasing-Free Neural Audio Synthesis](https://github.com/sizigi/AliasingFreeNeuralAudioSynthesis) (AFGen) project.
30
 
31
  ## 🌟 Overview
32
 
@@ -90,6 +91,7 @@ vocoder = load_vocoder(
90
  ## πŸ“œ Acknowledgements
91
 
92
  * **Original Architecture & Paper:** [Aliasing-Free Neural Audio Synthesis](https://arxiv.org/abs/2512.20211) (AFGen).
 
93
  * **Base Weights:** Provided by the [Spellbrush](https://huggingface.co/spellbrush) team.
94
 
95
  ## πŸ–ŠοΈ Citation
 
1
  ---
2
+ base_model:
3
+ - spellbrush/AliasingFreeNeuralAudioSynthesis
4
+ datasets:
5
+ - sarulab-speech/mls_sidon
6
+ - mythicinfinity/Libriheavy-HQ
7
  language:
8
  - en
9
  - ja
 
14
  - pl
15
  - pt
16
  - es
17
+ license: mit
18
+ pipeline_tag: audio-to-audio
19
  tags:
20
  - speech
21
  - audio
22
  - vocoder
 
 
 
 
 
23
  ---
24
 
25
  # MioVocoder: High-Resolution Aliasing-Free Neural Vocoder for High-Fidelity Speech Generation
26
 
 
27
  [![GitHub](https://img.shields.io/badge/Code-GitHub-black)](https://github.com/Aratako/MioCodec)
28
+ [![arXiv](https://img.shields.io/badge/arXiv-2512.20211-b31b1b.svg)](https://huggingface.co/papers/2512.20211)
29
 
30
+ **MioVocoder** is a high-resolution, aliasing-free neural vocoder designed for high-fidelity speech generation. It is a fine-tuned version of the **Pupu-Vocoder (Small)** from the paper [Aliasing-Free Neural Audio Synthesis](https://huggingface.co/papers/2512.20211) (AFGen).
31
 
32
  ## 🌟 Overview
33
 
 
91
  ## πŸ“œ Acknowledgements
92
 
93
  * **Original Architecture & Paper:** [Aliasing-Free Neural Audio Synthesis](https://arxiv.org/abs/2512.20211) (AFGen).
94
+ * **Official Code:** [GitHub Repository](https://github.com/sizigi/AliasingFreeNeuralAudioSynthesis)
95
  * **Base Weights:** Provided by the [Spellbrush](https://huggingface.co/spellbrush) team.
96
 
97
  ## πŸ–ŠοΈ Citation