nielsr HF Staff commited on
Commit
f290de0
·
verified ·
1 Parent(s): 2bce71e

Add pipeline tag

Browse files

This PR adds the missing `pipeline_tag: audio-to-audio` to the model card metadata, ensuring the model appears in the audio-to-audio category on the Hub and is easily discoverable for users working on audio reconstruction and music generation tasks.

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,13 +1,15 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
  - zh
 
6
  tags:
7
  - music
8
  - vae
9
  - codec
 
10
  ---
 
11
  # εar-VAE2
12
 
13
  **Fourier is Frontier: Frequency-Aware Autoencoding for High-Fidelity Music Reconstruction**
 
1
  ---
 
2
  language:
3
  - en
4
  - zh
5
+ license: apache-2.0
6
  tags:
7
  - music
8
  - vae
9
  - codec
10
+ pipeline_tag: audio-to-audio
11
  ---
12
+
13
  # εar-VAE2
14
 
15
  **Fourier is Frontier: Frequency-Aware Autoencoding for High-Fidelity Music Reconstruction**