vncnttan commited on
Commit
d6c6321
1 Parent(s): 9c94b2f

Model save

Browse files
Files changed (3) hide show
  1. README.md +74 -0
  2. generation_config.json +9 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/speecht5_tts
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: speecht5_finetuned_sr_proj
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # speecht5_finetuned_sr_proj
15
+
16
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.4312
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 1e-05
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 2
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 8
42
+ - total_train_batch_size: 32
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 200
46
+ - training_steps: 1400
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 0.7348 | 0.2093 | 100 | 0.6215 |
54
+ | 0.6423 | 0.4186 | 200 | 0.5610 |
55
+ | 0.5402 | 0.6279 | 300 | 0.4746 |
56
+ | 0.5147 | 0.8373 | 400 | 0.4594 |
57
+ | 0.5036 | 1.0466 | 500 | 0.4507 |
58
+ | 0.5033 | 1.2559 | 600 | 0.4477 |
59
+ | 0.4917 | 1.4652 | 700 | 0.4407 |
60
+ | 0.492 | 1.6745 | 800 | 0.4391 |
61
+ | 0.481 | 1.8838 | 900 | 0.4387 |
62
+ | 0.4826 | 2.0931 | 1000 | 0.4334 |
63
+ | 0.4842 | 2.3025 | 1100 | 0.4342 |
64
+ | 0.4796 | 2.5118 | 1200 | 0.4325 |
65
+ | 0.4735 | 2.7211 | 1300 | 0.4311 |
66
+ | 0.4771 | 2.9304 | 1400 | 0.4312 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.41.1
72
+ - Pytorch 2.3.0+cu121
73
+ - Datasets 2.19.1
74
+ - 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.41.1"
9
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05c6e3fa0349b729bdf56db065d2e03dc3edb23f8f467ff1fd38b57aced00e19
3
  size 577789320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcfcd6b20ccb1c40361d0e1ec9fef595e49c9b3e938d4783d5fb63280828e7f8
3
  size 577789320