hungngocphat01 commited on
Commit
3c21885
·
1 Parent(s): ed2f74c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: Checkpoint_zaloAI_11_19_2022
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
+ # Checkpoint_zaloAI_11_19_2022
14
+
15
+ This model is a fine-tuned version of [nguyenvulebinh/wav2vec2-base-vietnamese-250h](https://huggingface.co/nguyenvulebinh/wav2vec2-base-vietnamese-250h) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 1.3926
18
+ - eval_wer: 0.6743
19
+ - eval_runtime: 23.1283
20
+ - eval_samples_per_second: 39.865
21
+ - eval_steps_per_second: 5.016
22
+ - epoch: 25.07
23
+ - step: 26000
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0001
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 1000
49
+ - num_epochs: 30
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.17.0
55
+ - Pytorch 1.12.1+cu113
56
+ - Datasets 2.7.0
57
+ - Tokenizers 0.13.2