RoyalCities
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ tags:
|
|
8 |
- fine-tuning
|
9 |
- stable-audio
|
10 |
datasets:
|
11 |
-
-
|
12 |
model_name: Royal Cities Vocal Textures (SAO Finetune)
|
13 |
base_model: stabilityai/stable-audio-open-1.0
|
14 |
license: other
|
@@ -58,7 +58,7 @@ For more details on the VSTs and gear used in sample creation, refer to the Gear
|
|
58 |
<h2 style="font-size: 19px;">Training Methodology</h2>
|
59 |
</center>
|
60 |
|
61 |
-
This model was designed in conjunction with
|
62 |
|
63 |
Vocals / Choirs have very long attacks so it was trained with metadata simply classifying each sample as "Chord Progression" along with the necessary key, bpm and bar information. More details can be found in the dataset section.
|
64 |
|
@@ -74,6 +74,11 @@ Vocals / Choirs have very long attacks so it was trained with metadata simply cl
|
|
74 |
</center>
|
75 |
|
76 |
|
|
|
|
|
|
|
|
|
|
|
77 |
<b>
|
78 |
<p align="center" style="font-size: 18px;">
|
79 |
To use the model simply place both the .ckpt file and the config .json inside their own sub-folder within the "models" folder and launch the gradio.
|
|
|
8 |
- fine-tuning
|
9 |
- stable-audio
|
10 |
datasets:
|
11 |
+
- RoyalCities/Vocal_Textures_Dataset
|
12 |
model_name: Royal Cities Vocal Textures (SAO Finetune)
|
13 |
base_model: stabilityai/stable-audio-open-1.0
|
14 |
license: other
|
|
|
58 |
<h2 style="font-size: 19px;">Training Methodology</h2>
|
59 |
</center>
|
60 |
|
61 |
+
This model was designed in conjunction with the Vocal Textures dataset with a focus on only generating vocal chord progressions across the 12-tone chromatic scale in either Female, Male or Ensemble outputs.
|
62 |
|
63 |
Vocals / Choirs have very long attacks so it was trained with metadata simply classifying each sample as "Chord Progression" along with the necessary key, bpm and bar information. More details can be found in the dataset section.
|
64 |
|
|
|
74 |
</center>
|
75 |
|
76 |
|
77 |
+
<b>
|
78 |
+
<p align="center" style="font-size: 18px;">
|
79 |
+
You have 2 choices of model - A Full Version and a Smaller Quantized Version which uses less VRAM.
|
80 |
+
</b>
|
81 |
+
|
82 |
<b>
|
83 |
<p align="center" style="font-size: 18px;">
|
84 |
To use the model simply place both the .ckpt file and the config .json inside their own sub-folder within the "models" folder and launch the gradio.
|