Update README.md
Browse filesAdd project directory structure.
README.md
CHANGED
@@ -94,6 +94,37 @@ This repository is in active development. We're building:
|
|
94 |
- Evaluation metrics
|
95 |
- Demo applications
|
96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
## π€ Contributing
|
98 |
We welcome contributions from the community! Whether you're interested in:
|
99 |
- Model development
|
|
|
94 |
- Evaluation metrics
|
95 |
- Demo applications
|
96 |
|
97 |
+
Project directory structure:
|
98 |
+
opentunes-ai/
|
99 |
+
βββ README.md # Contains metadata + documentation
|
100 |
+
βββ models/
|
101 |
+
β βββ melody-gen/ # First model
|
102 |
+
β β βββ config/
|
103 |
+
β β β βββ model_config.json
|
104 |
+
β β β βββ training_config.json
|
105 |
+
β β βββ weights/
|
106 |
+
β β β βββ v0.1.0/
|
107 |
+
β β βββ examples/
|
108 |
+
β β βββ input_prompts.json
|
109 |
+
β β βββ generated_samples/
|
110 |
+
β βββ lyrics-gen/ # Second model
|
111 |
+
β βββ config/
|
112 |
+
β βββ weights/
|
113 |
+
β βββ examples/
|
114 |
+
βββ notebooks/
|
115 |
+
β βββ melody_development.ipynb
|
116 |
+
β βββ lyrics_development.ipynb
|
117 |
+
βββ datasets/
|
118 |
+
β βββ melodies/
|
119 |
+
β βββ lyrics/
|
120 |
+
βββ spaces/ # Gradio demos
|
121 |
+
βββ melody-demo/
|
122 |
+
βββ lyrics-demo/
|
123 |
+
|
124 |
+
Add .gitattributes for git-lfs
|
125 |
+
.gitattributes # Specify files for git-lfs tracking
|
126 |
+
|
127 |
+
|
128 |
## π€ Contributing
|
129 |
We welcome contributions from the community! Whether you're interested in:
|
130 |
- Model development
|