Spaces:
Sleeping
Sleeping
Hugo Flores Garcia
commited on
Commit
·
85e8a86
1
Parent(s):
c940f25
gamelan xeno canto
Browse files
conf/generated/gamelan-xeno-canto/c2f.yml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
$include:
|
2 |
+
- conf/lora/lora.yml
|
3 |
+
AudioDataset.duration: 3.0
|
4 |
+
AudioDataset.loudness_cutoff: -40.0
|
5 |
+
VampNet.embedding_dim: 1280
|
6 |
+
VampNet.n_codebooks: 14
|
7 |
+
VampNet.n_conditioning_codebooks: 4
|
8 |
+
VampNet.n_heads: 20
|
9 |
+
VampNet.n_layers: 16
|
10 |
+
fine_tune: true
|
11 |
+
save_path: ./runs/gamelan-xeno-canto/c2f
|
12 |
+
train/AudioLoader.sources:
|
13 |
+
- /media/CHONK/hugo/loras/gamelan-xeno-canto
|
14 |
+
val/AudioLoader.sources:
|
15 |
+
- /media/CHONK/hugo/loras/gamelan-xeno-canto
|
conf/generated/gamelan-xeno-canto/coarse.yml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
$include:
|
2 |
+
- conf/lora/lora.yml
|
3 |
+
fine_tune: true
|
4 |
+
save_path: ./runs/gamelan-xeno-canto/coarse
|
5 |
+
train/AudioLoader.sources:
|
6 |
+
- /media/CHONK/hugo/loras/gamelan-xeno-canto
|
7 |
+
val/AudioLoader.sources:
|
8 |
+
- /media/CHONK/hugo/loras/gamelan-xeno-canto
|
conf/generated/gamelan-xeno-canto/interface.yml
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
AudioLoader.sources:
|
2 |
+
- /media/CHONK/hugo/loras/gamelan-xeno-canto
|
3 |
+
Interface.coarse2fine_ckpt: ./runs/gamelan-xeno-canto/c2f/best/vampnet/weights.pth
|
4 |
+
Interface.coarse_ckpt: ./runs/gamelan-xeno-canto/coarse/best/vampnet/weights.pth
|
5 |
+
Interface.codec_ckpt: ./models/spotdl/codec.pth
|