DylanonWic commited on
Commit
09a26e8
1 Parent(s): dbb4979

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -22
README.md CHANGED
@@ -12,10 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # wav2vec2-large-asr-th
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: 1908.0026
18
- - Cer: 0.9999
19
 
20
  ## Model description
21
 
@@ -40,26 +37,10 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - lr_scheduler_warmup_steps: 200
44
- - training_steps: 1000
45
  - mixed_precision_training: Native AMP
46
 
47
- ### Training results
48
-
49
- | Training Loss | Epoch | Step | Validation Loss | Cer |
50
- |:-------------:|:-----:|:----:|:---------------:|:------:|
51
- | 11752.32 | 0.56 | 100 | 17728.8105 | 1.0360 |
52
- | 3485.8809 | 1.13 | 200 | 2843.4883 | 0.9999 |
53
- | 1825.8963 | 1.69 | 300 | 1949.6913 | 0.9999 |
54
- | 1540.4011 | 2.26 | 400 | 1908.0026 | 0.9999 |
55
- | 1940.8058 | 2.82 | 500 | 1929.7510 | 0.9999 |
56
- | 2261.2883 | 3.39 | 600 | 1879.6377 | 0.9999 |
57
- | 1710.6505 | 3.95 | 700 | 1878.9219 | 0.9999 |
58
- | 1641.3581 | 4.52 | 800 | 1844.1653 | 0.9999 |
59
- | 1888.4705 | 5.08 | 900 | 1846.2725 | 0.9999 |
60
- | 2143.9672 | 5.65 | 1000 | 1846.6494 | 0.9999 |
61
-
62
-
63
  ### Framework versions
64
 
65
  - Transformers 4.26.1
 
12
 
13
  # wav2vec2-large-asr-th
14
 
15
+ This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on an unknown dataset.
 
 
 
16
 
17
  ## Model description
18
 
 
37
  - seed: 42
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
+ - lr_scheduler_warmup_steps: 500
41
+ - training_steps: 2000
42
  - mixed_precision_training: Native AMP
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.26.1