Improve model card: add pipeline tag and project links

#3
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
5
  - zh
6
  - ja
 
 
7
  tags:
8
  - speech
9
  - singing
@@ -15,11 +16,11 @@ tags:
15
  - pytorch
16
  ---
17
 
18
- ## Aliasing-Free Neural Audio Synthesis
19
 
20
  This is the official Hugging Face model repository for the paper **"[Aliasing-Free Neural Audio Synthesis](https://arxiv.org/abs/2512.20211)"**, which is the first work to achieve simple and efficient aliasing-free upsampling-based neural audio generation in the entire field of neural vocoders and codecs.
21
 
22
- For more details, please visit our [GitHub Repository](https://github.com/sizigi/AliasingFreeNeuralAudioSynthesis).
23
 
24
  ## Model Checkpoints
25
 
@@ -40,7 +41,7 @@ You need to put the pretrained models in:
40
  AliasingFreeNeuralAudioSynthesis/experiments
41
  ```
42
 
43
- of our official repository, and then follow the instructions written in the repository to resume, finetune, and inference our pretrained checkpoints.
44
 
45
  ## Citation
46
 
@@ -51,4 +52,4 @@ of our official repository, and then follow the instructions written in the repo
51
  year = {2025},
52
  journal = {arXiv:2512.20211},
53
  }
54
- ```
 
1
  ---
 
2
  language:
3
  - en
4
  - zh
5
  - ja
6
+ license: mit
7
+ pipeline_tag: audio-to-audio
8
  tags:
9
  - speech
10
  - singing
 
16
  - pytorch
17
  ---
18
 
19
+ # Aliasing-Free Neural Audio Synthesis
20
 
21
  This is the official Hugging Face model repository for the paper **"[Aliasing-Free Neural Audio Synthesis](https://arxiv.org/abs/2512.20211)"**, which is the first work to achieve simple and efficient aliasing-free upsampling-based neural audio generation in the entire field of neural vocoders and codecs.
22
 
23
+ [**[Project Page]**](https://VocodexElysium.github.io/AliasingFreeNeuralAudioSynthesis/) [**[GitHub Repository]**](https://github.com/sizigi/AliasingFreeNeuralAudioSynthesis) [**[Paper]**](https://arxiv.org/abs/2512.20211)
24
 
25
  ## Model Checkpoints
26
 
 
41
  AliasingFreeNeuralAudioSynthesis/experiments
42
  ```
43
 
44
+ of our official repository, and then follow the instructions written in the [GitHub repository](https://github.com/sizigi/AliasingFreeNeuralAudioSynthesis) to resume, finetune, and inference our pretrained checkpoints.
45
 
46
  ## Citation
47
 
 
52
  year = {2025},
53
  journal = {arXiv:2512.20211},
54
  }
55
+ ```