Skip to content

Commit bec51dd

Browse files
committed
Add demo institution logos below the README logo
1 parent 4a268fe commit bec51dd

5 files changed

Lines changed: 122 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ recursive-include examples *.py *.json *.abc *.txt *.md
55
recursive-include skills *.md *.py *.json *.yaml LICENSE
66
recursive-include tests *.py
77
recursive-include tools *.py
8-
recursive-include assets *.png
8+
recursive-include assets *.png *.svg
99
global-exclude __pycache__ *.py[cod]
1010
prune .venv*
1111
prune skills/yue2-music/.venv*

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
<img src="assets/logo.png" alt="YuE" width="150" />
55
</p>
66

7+
<p align="center">
8+
<picture>
9+
<source media="(max-width: 600px)" srcset="assets/institutions-mobile.svg" />
10+
<img src="assets/institutions.svg" alt="HKUST, M·A·P, Tokenwave.AI, NYU, Stanford, MBZUAI, NOIZ, and ACE Studio" width="760" />
11+
</picture>
12+
</p>
13+
714
<h1 align="center">YuE2: Unifying Symbolic and Audio Music Generation at Frontier Quality</h1>
815

916
<p align="center"><strong>Compose in symbols. Create in sound.</strong></p>

assets/institutions-mobile.svg

Lines changed: 56 additions & 0 deletions
Loading

assets/institutions.svg

Lines changed: 56 additions & 0 deletions
Loading

docs/source-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The README's frontier figure and architecture figure are reproduced from the [YuE2 demo page](https://map-yue2.github.io/#model-overview). The logo is the original project's logo, preserved from [YuE-v1](https://github.com/multimodal-art-projection/YuE/tree/YuE-v1/assets/logo). PNG text, timestamp, and EXIF metadata were removed where present; image pixels were preserved. These figures and original example inputs are documentation assets, not generated evaluation audio.
44

5+
The institution panels reuse the eight marks and their order from the [demo page](https://map-yue2.github.io/), with layouts for desktop and mobile. The SVGs contain the original vector artwork and embedded raster artwork; EXIF metadata was removed without recompressing image pixels. Institution names and marks belong to their respective organizations.
6+
57
The [WSB CSV](benchmark-results.csv) is the September 5, 2026 result set displayed on the demo page. The README presents all 15 settings for four metrics; the CSV retains the complete metric set. Benchmark scope and selection are recorded in [benchmarks.md](benchmarks.md).
68

79
## Citation verification

0 commit comments

Comments
 (0)