lithish2602 commited on
Commit
6414aa3
·
verified ·
1 Parent(s): 1458497

Model save

Browse files
Files changed (2) hide show
  1. README.md +61 -14
  2. generation_config.json +9 -0
README.md CHANGED
@@ -1,19 +1,66 @@
1
- This directory includes a few sample datasets to get you started.
 
 
 
 
 
 
 
 
 
 
 
2
 
3
- * `california_housing_data*.csv` is California housing data from the 1990 US
4
- Census; more information is available at:
5
- https://docs.google.com/document/d/e/2PACX-1vRhYtsvc5eOR2FWNCwaBiKL6suIOrxJig8LcSBbmCbyYsayia_DvPOOBlXZ4CAlQ5nlDD8kTaIDRwrN/pub
6
 
7
- * `mnist_*.csv` is a small sample of the
8
- [MNIST database](https://en.wikipedia.org/wiki/MNIST_database), which is
9
- described at: http://yann.lecun.com/exdb/mnist/
10
 
11
- * `anscombe.json` contains a copy of
12
- [Anscombe's quartet](https://en.wikipedia.org/wiki/Anscombe%27s_quartet); it
13
- was originally described in
14
 
15
- Anscombe, F. J. (1973). 'Graphs in Statistical Analysis'. American
16
- Statistician. 27 (1): 17-21. JSTOR 2682899.
17
 
18
- and our copy was prepared by the
19
- [vega_datasets library](https://github.com/altair-viz/vega_datasets/blob/4f67bdaad10f45e3549984e17e1b3088c731503d/vega_datasets/_data/anscombe.json).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: microsoft/speecht5_tts
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - common_voice_17_0
9
+ model-index:
10
+ - name: sample_data
11
+ results: []
12
+ ---
13
 
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
 
16
 
17
+ # sample_data
 
 
18
 
19
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_17_0 dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6927
22
 
23
+ ## Model description
 
24
 
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 32
46
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
+ - lr_scheduler_type: linear
48
+ - training_steps: 4000
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:------:|:----:|:---------------:|
55
+ | 0.3536 | 500.0 | 1000 | 0.6276 |
56
+ | 0.3171 | 1000.0 | 2000 | 0.6680 |
57
+ | 0.2862 | 1500.0 | 3000 | 0.6698 |
58
+ | 0.2792 | 2000.0 | 4000 | 0.6927 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.52.0.dev0
64
+ - Pytorch 2.6.0+cu124
65
+ - Datasets 3.5.0
66
+ - Tokenizers 0.21.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.52.0.dev0"
9
+ }