Kishor798 commited on
Commit
3a74a94
·
verified ·
1 Parent(s): 5cf7021

End of training

Browse files
Files changed (3) hide show
  1. README.md +86 -0
  2. generation_config.json +9 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: microsoft/speecht5_tts
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: speecht5_finetuned_2500
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # speecht5_finetuned_2500
16
+
17
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.3911
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0001
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 2
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 32
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 100
47
+ - training_steps: 2500
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-------:|:----:|:---------------:|
54
+ | 0.5981 | 2.7586 | 100 | 0.5373 |
55
+ | 0.5211 | 5.5172 | 200 | 0.4836 |
56
+ | 0.5034 | 8.2759 | 300 | 0.4801 |
57
+ | 0.4627 | 11.0345 | 400 | 0.4625 |
58
+ | 0.4494 | 13.7931 | 500 | 0.4718 |
59
+ | 0.4344 | 16.5517 | 600 | 0.4308 |
60
+ | 0.4352 | 19.3103 | 700 | 0.4549 |
61
+ | 0.4036 | 22.0690 | 800 | 0.4363 |
62
+ | 0.3965 | 24.8276 | 900 | 0.4118 |
63
+ | 0.39 | 27.5862 | 1000 | 0.4093 |
64
+ | 0.3792 | 30.3448 | 1100 | 0.4142 |
65
+ | 0.37 | 33.1034 | 1200 | 0.4080 |
66
+ | 0.3702 | 35.8621 | 1300 | 0.4032 |
67
+ | 0.3667 | 38.6207 | 1400 | 0.4031 |
68
+ | 0.3703 | 41.3793 | 1500 | 0.3997 |
69
+ | 0.3647 | 44.1379 | 1600 | 0.3961 |
70
+ | 0.3553 | 46.8966 | 1700 | 0.3985 |
71
+ | 0.3506 | 49.6552 | 1800 | 0.4003 |
72
+ | 0.3504 | 52.4138 | 1900 | 0.3952 |
73
+ | 0.3361 | 55.1724 | 2000 | 0.3950 |
74
+ | 0.346 | 57.9310 | 2100 | 0.3953 |
75
+ | 0.3371 | 60.6897 | 2200 | 0.3948 |
76
+ | 0.3447 | 63.4483 | 2300 | 0.3933 |
77
+ | 0.3278 | 66.2069 | 2400 | 0.3910 |
78
+ | 0.3373 | 68.9655 | 2500 | 0.3911 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.44.2
84
+ - Pytorch 2.5.0+cu121
85
+ - Datasets 3.1.0
86
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
+ "eos_token_id": 2,
6
+ "max_length": 1876,
7
+ "pad_token_id": 1,
8
+ "transformers_version": "4.44.2"
9
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3ee813971bdc60a349649eba6a2678869861bab45631d2009f3c59aa42f887b
3
  size 577789320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:101e56aaa183e7b79bfc323ae4a7a15b8fda506b56527afcb3c8e44dcb2857d7
3
  size 577789320