rossevine commited on
Commit
dec5df7
1 Parent(s): 64a49bd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: Model_G_S_P_Wav2Vec2
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # Model_G_S_P_Wav2Vec2
13
+
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 1.5575
17
+ - Wer: 0.6673
18
+ - Cer: 0.2687
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: 0.0003
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 2
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: 500
46
+ - num_epochs: 30
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
53
+ | 1.0117 | 8.51 | 400 | 1.4415 | 0.6958 | 0.2701 |
54
+ | 0.456 | 17.02 | 800 | 1.5152 | 0.6816 | 0.2833 |
55
+ | 0.2385 | 25.53 | 1200 | 1.5575 | 0.6673 | 0.2687 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.11.3
61
+ - Pytorch 1.10.0+cu113
62
+ - Datasets 1.18.3
63
+ - Tokenizers 0.10.3