Push model using huggingface_hub.
Browse files- config.json +6 -6
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"audio_embedding_dim":
|
3 |
"audio_embedding_dropout": 0,
|
4 |
"audio_max_length": 20.0,
|
5 |
"audio_min_length": 2.0,
|
@@ -9,7 +9,7 @@
|
|
9 |
"batch_size": 100,
|
10 |
"clipping_update_period": 1000,
|
11 |
"codebook_weight": "[5,1,0.5,0.1]",
|
12 |
-
"d_model":
|
13 |
"dataset": "gigaspeech",
|
14 |
"dataset_dir": "/data/scratch/pyp/datasets/gigaspeech_phn_enc_manifest/xl",
|
15 |
"drop_long": 1,
|
@@ -21,11 +21,11 @@
|
|
21 |
"encodec_sr": 50,
|
22 |
"eog": 2049,
|
23 |
"eos": 2051,
|
24 |
-
"exp_dir": "/data/scratch/pyp/exp_pyp/VoiceCraft/gigaspeech/
|
25 |
-
"gradient_accumulation_steps":
|
26 |
"gradient_clip_val": 1.0,
|
27 |
"load_model_from": null,
|
28 |
-
"lr": 0.
|
29 |
"manifest_name": "manifest_large16khz_lessambi",
|
30 |
"mask_len_max": 600,
|
31 |
"mask_len_min": 1,
|
@@ -38,7 +38,7 @@
|
|
38 |
"n_special": 4,
|
39 |
"nhead": 16,
|
40 |
"num_buckets": 6,
|
41 |
-
"num_decoder_layers":
|
42 |
"num_epochs": 10,
|
43 |
"num_steps": 50000,
|
44 |
"num_workers": 8,
|
|
|
1 |
{
|
2 |
+
"audio_embedding_dim": 1024,
|
3 |
"audio_embedding_dropout": 0,
|
4 |
"audio_max_length": 20.0,
|
5 |
"audio_min_length": 2.0,
|
|
|
9 |
"batch_size": 100,
|
10 |
"clipping_update_period": 1000,
|
11 |
"codebook_weight": "[5,1,0.5,0.1]",
|
12 |
+
"d_model": 1024,
|
13 |
"dataset": "gigaspeech",
|
14 |
"dataset_dir": "/data/scratch/pyp/datasets/gigaspeech_phn_enc_manifest/xl",
|
15 |
"drop_long": 1,
|
|
|
21 |
"encodec_sr": 50,
|
22 |
"eog": 2049,
|
23 |
"eos": 2051,
|
24 |
+
"exp_dir": "/data/scratch/pyp/exp_pyp/VoiceCraft/gigaspeech/e7",
|
25 |
+
"gradient_accumulation_steps": 10,
|
26 |
"gradient_clip_val": 1.0,
|
27 |
"load_model_from": null,
|
28 |
+
"lr": 0.05,
|
29 |
"manifest_name": "manifest_large16khz_lessambi",
|
30 |
"mask_len_max": 600,
|
31 |
"mask_len_min": 1,
|
|
|
38 |
"n_special": 4,
|
39 |
"nhead": 16,
|
40 |
"num_buckets": 6,
|
41 |
+
"num_decoder_layers": 24,
|
42 |
"num_epochs": 10,
|
43 |
"num_steps": 50000,
|
44 |
"num_workers": 8,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44330087bbcf64b3669187c247abe3c5e2c0760be4894c83a548446027785f83
|
3 |
+
size 1293771496
|