ittailup commited on
Commit
3b06c12
1 Parent(s): 99f8489

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -9
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [facebook/hubert-large-ls960-ft](https://huggingface.co/facebook/hubert-large-ls960-ft) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: nan
21
- - Accuracy: 0.7297
22
 
23
  ## Model description
24
 
@@ -44,19 +44,16 @@ The following hyperparameters were used during training:
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 50
47
- - training_steps: 6000
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:------:|:----:|:---------------:|:--------:|
54
- | 0.0625 | 0.0527 | 1000 | 0.0503 | 0.9897 |
55
- | 0.0757 | 0.1053 | 2000 | 0.0616 | 0.9897 |
56
- | 0.0231 | 0.1580 | 3000 | 0.0574 | 0.9913 |
57
- | 0.0439 | 0.2107 | 4000 | nan | 0.7342 |
58
- | 0.0 | 0.2633 | 5000 | nan | 0.7297 |
59
- | 0.0 | 0.3160 | 6000 | nan | 0.7297 |
60
 
61
 
62
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [facebook/hubert-large-ls960-ft](https://huggingface.co/facebook/hubert-large-ls960-ft) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0547
21
+ - Accuracy: 0.9861
22
 
23
  ## Model description
24
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 50
47
+ - training_steps: 3000
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:------:|:----:|:---------------:|:--------:|
54
+ | 0.0553 | 0.0527 | 1000 | 0.0683 | 0.9845 |
55
+ | 0.0548 | 0.1053 | 2000 | 0.0709 | 0.9842 |
56
+ | 0.0237 | 0.1580 | 3000 | 0.0547 | 0.9861 |
 
 
 
57
 
58
 
59
  ### Framework versions