Commit
·
52b13d9
1
Parent(s):
b745005
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,65 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- music
|
5 |
---
|
6 |
+
# Euterpe X
|
7 |
+
## [SOTA] [PyTorch 2.0] Full-attention multi-instrumental music transformer for supervised music generation, optimized for speed, efficiency, and performance
|
8 |
+
|
9 |
+

|
10 |
+
|
11 |
+
***
|
12 |
+
|
13 |
+
## Original Version
|
14 |
+
|
15 |
+
[![Open In Colab][colab-badge]][colab-notebook2]
|
16 |
+
|
17 |
+
[colab-notebook2]: <https://colab.research.google.com/github/asigalov61/Euterpe-X/blob/main/Euterpe_X.ipynb>
|
18 |
+
[colab-badge]: <https://colab.research.google.com/assets/colab-badge.svg>
|
19 |
+
|
20 |
+
### Features demonstration
|
21 |
+
|
22 |
+
***
|
23 |
+
|
24 |
+
## Composer Version
|
25 |
+
|
26 |
+
[![Open In Colab][colab-badge]][colab-notebook3]
|
27 |
+
|
28 |
+
[colab-notebook3]: <https://colab.research.google.com/github/asigalov61/Euterpe-X/blob/main/Euterpe_X_Composer.ipynb>
|
29 |
+
[colab-badge]: <https://colab.research.google.com/assets/colab-badge.svg>
|
30 |
+
|
31 |
+
### MuseNet-style workflow for endless supervised continuation generation
|
32 |
+
|
33 |
+
***
|
34 |
+
|
35 |
+
## Text-To-Music Version
|
36 |
+
|
37 |
+
[![Open In Colab][colab-badge]][colab-notebook1]
|
38 |
+
|
39 |
+
[colab-notebook1]: <https://colab.research.google.com/github/asigalov61/Euterpe-X/blob/main/Euterpe_X_TTM_Edition.ipynb>
|
40 |
+
[colab-badge]: <https://colab.research.google.com/assets/colab-badge.svg>
|
41 |
+
|
42 |
+
### Generate music based on the title of your imagination :)
|
43 |
+
|
44 |
+
***
|
45 |
+
|
46 |
+
## Useful links:
|
47 |
+
|
48 |
+
### https://github.com/asigalov61/Euterpe
|
49 |
+
### https://github.com/asigalov61/tegridy-tools/tree/main/tegridy-tools/X-Transformer
|
50 |
+
### https://github.com/lucidrains/x-transformers
|
51 |
+
|
52 |
+
***
|
53 |
+
|
54 |
+
## Special thanks goes out to [Lambda Labs](https://lambdalabs.com/) for helping with this project and making it possible :)
|
55 |
+
|
56 |
+
***
|
57 |
+
|
58 |
+
### Project Los Angeles
|
59 |
+
### Tegridy Code 2023
|
60 |
+
|
61 |
+
|
62 |
+
|
63 |
+
---
|
64 |
+
license: apache-2.0
|
65 |
+
---
|