Hyuk commited on
Commit
f3fed95
1 Parent(s): 14cf402

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -12,15 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # wav2vec2-korean-v3
14
 
15
- This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
16
- It achieves the following results on the evaluation set:
17
- - eval_loss: 1.2112
18
- - eval_wer: 0.4879
19
- - eval_runtime: 56.403
20
- - eval_samples_per_second: 10.194
21
- - eval_steps_per_second: 1.277
22
- - epoch: 23.08
23
- - step: 14100
24
 
25
  ## Model description
26
 
@@ -48,7 +40,7 @@ The following hyperparameters were used during training:
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_steps: 400
51
- - num_epochs: 100
52
  - mixed_precision_training: Native AMP
53
 
54
  ### Framework versions
 
12
 
13
  # wav2vec2-korean-v3
14
 
15
+ This model is a fine-tuned version of [Hyuk/wav2vec2-korean-v3](https://huggingface.co/Hyuk/wav2vec2-korean-v3) on the None dataset.
 
 
 
 
 
 
 
 
16
 
17
  ## Model description
18
 
 
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
  - lr_scheduler_warmup_steps: 400
43
+ - num_epochs: 25
44
  - mixed_precision_training: Native AMP
45
 
46
  ### Framework versions