mrq
commited on
Commit
•
03504d1
1
Parent(s):
2aa3f16
updated yamls
Browse files- model/config.llama-split.yaml +9 -7
- model/config.llama.yaml +2 -4
- model/config.retnet.yaml +2 -4
model/config.llama-split.yaml
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
sample_rate: 24_000
|
2 |
audio_backend: "vocos"
|
3 |
-
experimental: True
|
4 |
|
5 |
models:
|
6 |
- name: "ar"
|
@@ -15,14 +14,16 @@ models:
|
|
15 |
version: 5
|
16 |
attention: auto
|
17 |
dropout: 0.1
|
18 |
-
|
19 |
-
experimental: False
|
20 |
-
interleave: False
|
21 |
loss_factors:
|
22 |
text: 0.01
|
23 |
prom: 0.5
|
24 |
resp: 1.0
|
|
|
25 |
capabilities: ["ar"]
|
|
|
|
|
|
|
26 |
- name: "nar"
|
27 |
size: "full"
|
28 |
resp_levels: 8
|
@@ -35,14 +36,15 @@ models:
|
|
35 |
version: 5
|
36 |
attention: auto
|
37 |
dropout: 0.1
|
38 |
-
|
39 |
-
experimental: False
|
40 |
-
interleave: False
|
41 |
loss_factors:
|
42 |
text: 0.01
|
43 |
prom: 0.5
|
44 |
resp: 1.0
|
|
|
45 |
capabilities: ["nar"]
|
|
|
|
|
46 |
|
47 |
hyperparameters:
|
48 |
autotune: False
|
|
|
1 |
sample_rate: 24_000
|
2 |
audio_backend: "vocos"
|
|
|
3 |
|
4 |
models:
|
5 |
- name: "ar"
|
|
|
14 |
version: 5
|
15 |
attention: auto
|
16 |
dropout: 0.1
|
17 |
+
|
|
|
|
|
18 |
loss_factors:
|
19 |
text: 0.01
|
20 |
prom: 0.5
|
21 |
resp: 1.0
|
22 |
+
|
23 |
capabilities: ["ar"]
|
24 |
+
experimental:
|
25 |
+
audio_embedding_sums: False
|
26 |
+
|
27 |
- name: "nar"
|
28 |
size: "full"
|
29 |
resp_levels: 8
|
|
|
36 |
version: 5
|
37 |
attention: auto
|
38 |
dropout: 0.1
|
39 |
+
|
|
|
|
|
40 |
loss_factors:
|
41 |
text: 0.01
|
42 |
prom: 0.5
|
43 |
resp: 1.0
|
44 |
+
|
45 |
capabilities: ["nar"]
|
46 |
+
experimental:
|
47 |
+
audio_embedding_sums: False
|
48 |
|
49 |
hyperparameters:
|
50 |
autotune: False
|
model/config.llama.yaml
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
sample_rate: 24_000
|
2 |
audio_backend: "vocos"
|
3 |
-
experimental: True
|
4 |
|
5 |
models:
|
6 |
- name: "ar+nar"
|
@@ -15,14 +14,13 @@ models:
|
|
15 |
version: 5
|
16 |
attention: auto
|
17 |
dropout: 0.1
|
18 |
-
audio_embedding_sums: False
|
19 |
-
experimental: False
|
20 |
-
interleave: False
|
21 |
loss_factors:
|
22 |
text: 0.01
|
23 |
prom: 0.5
|
24 |
resp: 1.0
|
25 |
capabilities: ["ar", "nar"]
|
|
|
|
|
26 |
|
27 |
hyperparameters:
|
28 |
autotune: False
|
|
|
1 |
sample_rate: 24_000
|
2 |
audio_backend: "vocos"
|
|
|
3 |
|
4 |
models:
|
5 |
- name: "ar+nar"
|
|
|
14 |
version: 5
|
15 |
attention: auto
|
16 |
dropout: 0.1
|
|
|
|
|
|
|
17 |
loss_factors:
|
18 |
text: 0.01
|
19 |
prom: 0.5
|
20 |
resp: 1.0
|
21 |
capabilities: ["ar", "nar"]
|
22 |
+
experimental:
|
23 |
+
audio_embedding_sums: False
|
24 |
|
25 |
hyperparameters:
|
26 |
autotune: False
|
model/config.retnet.yaml
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
sample_rate: 24_000
|
2 |
audio_backend: vocos
|
3 |
-
experimental: True
|
4 |
|
5 |
models:
|
6 |
- name: "ar+nar"
|
@@ -14,10 +13,9 @@ models:
|
|
14 |
training: False
|
15 |
version: 2
|
16 |
dropout: 0.1
|
17 |
-
audio_embedding_sums: True
|
18 |
-
interleave: False
|
19 |
-
experimental: False
|
20 |
capabilities: ["ar", "nar"]
|
|
|
|
|
21 |
|
22 |
hyperparameters:
|
23 |
autotune: False
|
|
|
1 |
sample_rate: 24_000
|
2 |
audio_backend: vocos
|
|
|
3 |
|
4 |
models:
|
5 |
- name: "ar+nar"
|
|
|
13 |
training: False
|
14 |
version: 2
|
15 |
dropout: 0.1
|
|
|
|
|
|
|
16 |
capabilities: ["ar", "nar"]
|
17 |
+
experimental:
|
18 |
+
audio_embedding_sums: True
|
19 |
|
20 |
hyperparameters:
|
21 |
autotune: False
|