Update language
Browse files
README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
| 3 |
language:
|
| 4 |
-
|
|
|
|
| 5 |
library_name: torch
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
---
|
| 13 |
|
| 14 |
## AnyAccomp: Generalizable Accompaniment Generation via Quantized Melodic Bottleneck
|
|
@@ -117,5 +118,4 @@ If you use AnyAccomp in your research, please cite our paper:
|
|
| 117 |
journal={arXiv preprint arXiv:2509.14052},
|
| 118 |
year={2025}
|
| 119 |
}
|
| 120 |
-
```
|
| 121 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
| 3 |
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
library_name: torch
|
| 7 |
tags:
|
| 8 |
+
- audio
|
| 9 |
+
- music-generation
|
| 10 |
+
- accompaniment-generation
|
| 11 |
+
- unconditional-audio-generation
|
| 12 |
+
- pytorch
|
| 13 |
---
|
| 14 |
|
| 15 |
## AnyAccomp: Generalizable Accompaniment Generation via Quantized Melodic Bottleneck
|
|
|
|
| 118 |
journal={arXiv preprint arXiv:2509.14052},
|
| 119 |
year={2025}
|
| 120 |
}
|
| 121 |
+
```
|
|
|