ykleeee commited on
Commit
ef19b34
·
1 Parent(s): bb11ac2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: wav2vec2-5epochs-3e5
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # wav2vec2-5epochs-3e5
14
+
15
+ This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.3061
18
+ - Wer: 0.2184
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: 3e-05
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 4
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 2
42
+ - total_train_batch_size: 8
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: 5
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 0.0438 | 0.36 | 100 | 0.2924 | 0.2284 |
54
+ | 0.01 | 0.72 | 200 | 0.3055 | 0.2282 |
55
+ | 0.0059 | 1.08 | 300 | 0.3225 | 0.2278 |
56
+ | 0.0028 | 1.44 | 400 | 0.3393 | 0.2245 |
57
+ | 0.0039 | 1.8 | 500 | 0.3506 | 0.2247 |
58
+ | 0.0072 | 2.16 | 600 | 0.3605 | 0.2231 |
59
+ | 0.0077 | 2.52 | 700 | 0.3535 | 0.2228 |
60
+ | 0.0077 | 2.88 | 800 | 0.3267 | 0.2235 |
61
+ | 0.01 | 3.24 | 900 | 0.3117 | 0.2229 |
62
+ | 0.0074 | 3.6 | 1000 | 0.3061 | 0.2208 |
63
+ | 0.0074 | 3.96 | 1100 | 0.3086 | 0.2199 |
64
+ | 0.0108 | 4.32 | 1200 | 0.3074 | 0.2180 |
65
+ | 0.0137 | 4.68 | 1300 | 0.3061 | 0.2184 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.11.3
71
+ - Pytorch 1.10.1
72
+ - Datasets 2.9.0
73
+ - Tokenizers 0.10.3