Meen15kshi commited on
Commit
21d096f
·
verified ·
1 Parent(s): ab74e0d

End of training

Browse files
README.md CHANGED
@@ -3,23 +3,20 @@ library_name: transformers
3
  license: mit
4
  base_model: microsoft/speecht5_tts
5
  tags:
6
- - tts
7
  - generated_from_trainer
8
- datasets:
9
- - microsoft/speecht5_tts
10
  model-index:
11
- - name: SpeechT5 Technical English
12
  results: []
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
- # SpeechT5 Technical English
19
 
20
- This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the TTS_English_Technical_data dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.5263
23
 
24
  ## Model description
25
 
@@ -38,32 +35,35 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 0.0001
42
  - train_batch_size: 4
43
  - eval_batch_size: 2
44
  - seed: 42
45
  - gradient_accumulation_steps: 8
46
  - total_train_batch_size: 32
47
- - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_steps: 100
50
- - training_steps: 500
51
  - mixed_precision_training: Native AMP
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss |
56
  |:-------------:|:------:|:----:|:---------------:|
57
- | 7.8452 | 0.4206 | 100 | 0.7427 |
58
- | 5.4461 | 0.8412 | 200 | 0.5996 |
59
- | 4.8237 | 1.2618 | 300 | 0.5638 |
60
- | 4.6385 | 1.6824 | 400 | 0.5402 |
61
- | 4.4832 | 2.1030 | 500 | 0.5263 |
 
 
 
62
 
63
 
64
  ### Framework versions
65
 
66
- - Transformers 4.46.0.dev0
67
- - Pytorch 2.4.1+cu121
68
  - Datasets 3.0.2
69
- - Tokenizers 0.20.1
 
3
  license: mit
4
  base_model: microsoft/speecht5_tts
5
  tags:
 
6
  - generated_from_trainer
 
 
7
  model-index:
8
+ - name: speecht5_finetuned_meenakshi_hindiTTS
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_meenakshi_hindiTTS
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.6188
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - learning_rate: 1e-05
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: 800
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:------:|:----:|:---------------:|
54
+ | 1.7715 | 0.2944 | 100 | 1.2450 |
55
+ | 1.0063 | 0.5889 | 200 | 0.8130 |
56
+ | 0.8207 | 0.8833 | 300 | 0.7140 |
57
+ | 0.7584 | 1.1778 | 400 | 0.6656 |
58
+ | 0.7303 | 1.4722 | 500 | 0.6443 |
59
+ | 0.7156 | 1.7667 | 600 | 0.6361 |
60
+ | 0.6937 | 2.0611 | 700 | 0.6176 |
61
+ | 0.6855 | 2.3555 | 800 | 0.6188 |
62
 
63
 
64
  ### Framework versions
65
 
66
+ - Transformers 4.44.2
67
+ - Pytorch 2.5.0+cu121
68
  - Datasets 3.0.2
69
+ - Tokenizers 0.19.1
generation_config.json CHANGED
@@ -5,5 +5,5 @@
5
  "eos_token_id": 2,
6
  "max_length": 1876,
7
  "pad_token_id": 1,
8
- "transformers_version": "4.46.0.dev0"
9
  }
 
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:0ef8d86762450565c1a9b4c74cbb97830bd728b1c74b684b98c2a55ecd5731b7
3
  size 577789320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:784549e3177e65b674d771921fc0f61f58980990c26532c14005d544af8c9d68
3
  size 577789320
runs/Oct24_09-00-48_2a8668ac24c1/events.out.tfevents.1729760464.2a8668ac24c1.208.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc48e90f9b94cfdd2d878467ded6680418a816eaa5b140bebb5e2bb6d21102d0
3
- size 15491
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd0666467870c7d19be8036409d7b133c61cbaa364cfd6e7286e4849850ebb06
3
+ size 15845