hellosimple commited on
Commit
2d8aa1a
1 Parent(s): 466eb0c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - timit_asr
7
+ model-index:
8
+ - name: wav2vec2-base-timit-demo-colab
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-timit-demo-colab
16
+
17
+ This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the timit_asr dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4243
20
+ - Wer: 0.2830
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
+ | 3.5112 | 3.45 | 500 | 1.1699 | 0.8236 |
54
+ | 0.5349 | 6.9 | 1000 | 0.3911 | 0.3609 |
55
+ | 0.1875 | 10.34 | 1500 | 0.3993 | 0.3170 |
56
+ | 0.1113 | 13.79 | 2000 | 0.3870 | 0.3046 |
57
+ | 0.0778 | 17.24 | 2500 | 0.4056 | 0.2963 |
58
+ | 0.0561 | 20.69 | 3000 | 0.3781 | 0.2918 |
59
+ | 0.0461 | 24.14 | 3500 | 0.4186 | 0.2857 |
60
+ | 0.0375 | 27.59 | 4000 | 0.4243 | 0.2830 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.21.1
66
+ - Pytorch 1.12.0
67
+ - Datasets 2.4.0
68
+ - Tokenizers 0.12.1