jiobiala24 commited on
Commit
55d3858
1 Parent(s): ae5dda5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - common_voice
7
+ model-index:
8
+ - name: wav2vec2-base-checkpoint-6
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
+ # wav2vec2-base-checkpoint-6
16
+
17
+ This model is a fine-tuned version of [jiobiala24/wav2vec2-base-checkpoint-5](https://huggingface.co/jiobiala24/wav2vec2-base-checkpoint-5) on the common_voice dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.9738
20
+ - Wer: 0.3323
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0001
40
+ - train_batch_size: 32
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 1000
46
+ - num_epochs: 30
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
53
+ | 0.3435 | 1.82 | 1000 | 0.5637 | 0.3419 |
54
+ | 0.2599 | 3.65 | 2000 | 0.5804 | 0.3473 |
55
+ | 0.2043 | 5.47 | 3000 | 0.6481 | 0.3474 |
56
+ | 0.1651 | 7.3 | 4000 | 0.6937 | 0.3452 |
57
+ | 0.1376 | 9.12 | 5000 | 0.7221 | 0.3429 |
58
+ | 0.118 | 10.95 | 6000 | 0.7634 | 0.3441 |
59
+ | 0.105 | 12.77 | 7000 | 0.7789 | 0.3444 |
60
+ | 0.0925 | 14.6 | 8000 | 0.8209 | 0.3444 |
61
+ | 0.0863 | 16.42 | 9000 | 0.8293 | 0.3440 |
62
+ | 0.0756 | 18.25 | 10000 | 0.8553 | 0.3412 |
63
+ | 0.0718 | 20.07 | 11000 | 0.9006 | 0.3430 |
64
+ | 0.0654 | 21.9 | 12000 | 0.9541 | 0.3458 |
65
+ | 0.0605 | 23.72 | 13000 | 0.9400 | 0.3350 |
66
+ | 0.0552 | 25.55 | 14000 | 0.9547 | 0.3363 |
67
+ | 0.0543 | 27.37 | 15000 | 0.9715 | 0.3348 |
68
+ | 0.0493 | 29.2 | 16000 | 0.9738 | 0.3323 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.11.3
74
+ - Pytorch 1.10.0+cu111
75
+ - Datasets 1.13.3
76
+ - Tokenizers 0.10.3