jimypbr commited on
Commit
79b523e
1 Parent(s): 8c56deb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960) on the common_language dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.3633
23
- - Accuracy: 0.7286
24
 
25
  ## Model description
26
 
@@ -49,7 +49,7 @@ The following hyperparameters were used during training:
49
  - total_eval_batch_size: 64
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - lr_scheduler_warmup_ratio: 0.25
53
  - num_epochs: 10.0
54
  - training precision: Mixed Precision
55
 
 
19
 
20
  This model is a fine-tuned version of [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960) on the common_language dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.2773
23
+ - Accuracy: 0.7301
24
 
25
  ## Model description
26
 
 
49
  - total_eval_batch_size: 64
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_ratio: 0.2
53
  - num_epochs: 10.0
54
  - training precision: Mixed Precision
55