Training in progress, step 5000
Browse files- config.json +2 -2
- model.safetensors +1 -1
- runs/Oct15_02-56-41_8b1599c6e266/events.out.tfevents.1728961002.8b1599c6e266 +3 -0
- runs/Oct15_02-59-48_8b1599c6e266/events.out.tfevents.1728961189.8b1599c6e266 +3 -0
- runs/Oct15_03-17-26_8b1599c6e266/events.out.tfevents.1728962246.8b1599c6e266 +3 -0
- special_tokens_map.json +4 -28
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
@@ -66,7 +66,7 @@
|
|
66 |
"mask_time_prob": 0.05,
|
67 |
"max_length": 1876,
|
68 |
"max_speech_positions": 1876,
|
69 |
-
"max_text_positions":
|
70 |
"model_type": "speecht5",
|
71 |
"num_conv_pos_embedding_groups": 16,
|
72 |
"num_conv_pos_embeddings": 128,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/speecht5_vc",
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
|
|
66 |
"mask_time_prob": 0.05,
|
67 |
"max_length": 1876,
|
68 |
"max_speech_positions": 1876,
|
69 |
+
"max_text_positions": 450,
|
70 |
"model_type": "speecht5",
|
71 |
"num_conv_pos_embedding_groups": 16,
|
72 |
"num_conv_pos_embeddings": 128,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 577789320
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d46a33bc7aecf68c3addb88992fcef5ff8c10f90b508b4eca37dcbc7fb3fbc37
|
3 |
size 577789320
|
runs/Oct15_02-56-41_8b1599c6e266/events.out.tfevents.1728961002.8b1599c6e266
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:410163387b31ab4c34767dcfe7a70014ca7c60a8bdf706586078a43e073ddfc6
|
3 |
+
size 4326
|
runs/Oct15_02-59-48_8b1599c6e266/events.out.tfevents.1728961189.8b1599c6e266
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9d72b126a1b5148cc9fa9f19b517490d3b4533d7ac5137e9c77c657a2491ecf
|
3 |
+
size 6721
|
runs/Oct15_03-17-26_8b1599c6e266/events.out.tfevents.1728962246.8b1599c6e266
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0707739408bd85ab234c8fb4f6450955c76cce2b76456674b41e08b52500d362
|
3 |
+
size 49781
|
special_tokens_map.json
CHANGED
@@ -1,18 +1,6 @@
|
|
1 |
{
|
2 |
-
"bos_token":
|
3 |
-
|
4 |
-
"lstrip": false,
|
5 |
-
"normalized": false,
|
6 |
-
"rstrip": false,
|
7 |
-
"single_word": false
|
8 |
-
},
|
9 |
-
"eos_token": {
|
10 |
-
"content": "</s>",
|
11 |
-
"lstrip": false,
|
12 |
-
"normalized": false,
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
},
|
16 |
"mask_token": {
|
17 |
"content": "<mask>",
|
18 |
"lstrip": true,
|
@@ -20,18 +8,6 @@
|
|
20 |
"rstrip": false,
|
21 |
"single_word": false
|
22 |
},
|
23 |
-
"pad_token":
|
24 |
-
|
25 |
-
"lstrip": false,
|
26 |
-
"normalized": false,
|
27 |
-
"rstrip": false,
|
28 |
-
"single_word": false
|
29 |
-
},
|
30 |
-
"unk_token": {
|
31 |
-
"content": "<unk>",
|
32 |
-
"lstrip": false,
|
33 |
-
"normalized": false,
|
34 |
-
"rstrip": false,
|
35 |
-
"single_word": false
|
36 |
-
}
|
37 |
}
|
|
|
1 |
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"mask_token": {
|
5 |
"content": "<mask>",
|
6 |
"lstrip": true,
|
|
|
8 |
"rstrip": false,
|
9 |
"single_word": false
|
10 |
},
|
11 |
+
"pad_token": "<pad>",
|
12 |
+
"unk_token": "<unk>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
}
|
tokenizer_config.json
CHANGED
@@ -53,7 +53,7 @@
|
|
53 |
"clean_up_tokenization_spaces": true,
|
54 |
"eos_token": "</s>",
|
55 |
"mask_token": "<mask>",
|
56 |
-
"model_max_length":
|
57 |
"normalize": false,
|
58 |
"pad_token": "<pad>",
|
59 |
"processor_class": "SpeechT5Processor",
|
|
|
53 |
"clean_up_tokenization_spaces": true,
|
54 |
"eos_token": "</s>",
|
55 |
"mask_token": "<mask>",
|
56 |
+
"model_max_length": 450,
|
57 |
"normalize": false,
|
58 |
"pad_token": "<pad>",
|
59 |
"processor_class": "SpeechT5Processor",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c28b05cd802244d7ddd54568ae46a8dbffaa816cc8fbea1cbd2447ba42bb8ee
|
3 |
size 5368
|