Add model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: mit
 
3
  ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ pipeline_tag: text-to-audio
4
  ---
5
+
6
+ # SCAPES
7
+
8
+ **SCAPES** (Semantically Conditioned Autoregressive Prior for Environmental Sounds) is a lightweight, resource-efficient generative model for synthesizing high-fidelity environmental textures through high-level semantic control.
9
+
10
+ This model is described in the paper [SCAPES: Semantically Conditioned Autoregressive Prior for Environmental Sounds](https://huggingface.co/papers/2609.04634).
11
+
12
+ - **Project page**: [https://cordutie.github.io/projects/scapes.html](https://cordutie.github.io/projects/scapes.html)
13
+ - **Code**: [https://github.com/cordutie/SCAPES](https://github.com/cordutie/SCAPES)