monideep2255 commited on
Commit
ab75e39
1 Parent(s): 1e172dc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: pseudolabeling-step2-F04
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
+ # pseudolabeling-step2-F04
13
+
14
+ This model is a fine-tuned version of [yip-i/wav2vec2-pretrain-demo](https://huggingface.co/yip-i/wav2vec2-pretrain-demo) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 5.2502
17
+ - Wer: 1.0
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0001
37
+ - train_batch_size: 16
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - lr_scheduler_warmup_steps: 1000
43
+ - num_epochs: 30
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
48
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
49
+ | 74.4163 | 3.36 | 500 | 3.6878 | 1.0 |
50
+ | 3.3612 | 6.71 | 1000 | 3.5619 | 1.0 |
51
+ | 3.3127 | 10.07 | 1500 | 3.5773 | 1.0 |
52
+ | 3.2104 | 13.42 | 2000 | 3.5299 | 1.0 |
53
+ | 3.2067 | 16.78 | 2500 | 3.5704 | 0.9922 |
54
+ | 3.1511 | 20.13 | 3000 | 4.3842 | 1.0 |
55
+ | 3.0825 | 23.49 | 3500 | 4.2644 | 1.0 |
56
+ | 3.0959 | 26.85 | 4000 | 5.2502 | 1.0 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.23.1
62
+ - Pytorch 1.12.1+cu113
63
+ - Datasets 1.18.3
64
+ - Tokenizers 0.13.2