Abdullah-Habib commited on
Commit
c8b965b
1 Parent(s): d9abc49

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,6 +1,4 @@
1
  ---
2
- license: mit
3
- base_model: microsoft/speecht5_tts
4
  tags:
5
  - generated_from_trainer
6
  model-index:
@@ -13,7 +11,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # urdu_speech_tt
15
 
16
- This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the None dataset.
 
 
17
 
18
  ## Model description
19
 
@@ -41,6 +41,22 @@ The following hyperparameters were used during training:
41
  - lr_scheduler_warmup_steps: 500
42
  - training_steps: 1000
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.31.0
 
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  model-index:
 
11
 
12
  # urdu_speech_tt
13
 
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.4909
17
 
18
  ## Model description
19
 
 
41
  - lr_scheduler_warmup_steps: 500
42
  - training_steps: 1000
43
 
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 0.5483 | 1.47 | 100 | 0.5064 |
49
+ | 0.5685 | 2.94 | 200 | 0.5075 |
50
+ | 0.5498 | 4.41 | 300 | 0.5030 |
51
+ | 0.5822 | 5.88 | 400 | 0.5036 |
52
+ | 0.5475 | 7.35 | 500 | 0.4987 |
53
+ | 0.5541 | 8.82 | 600 | 0.5001 |
54
+ | 0.5495 | 10.29 | 700 | 0.4949 |
55
+ | 0.5416 | 11.76 | 800 | 0.4925 |
56
+ | 0.5491 | 13.24 | 900 | 0.4922 |
57
+ | 0.5349 | 14.71 | 1000 | 0.4909 |
58
+
59
+
60
  ### Framework versions
61
 
62
  - Transformers 4.31.0