justin1983 commited on
Commit
fe8ff60
·
1 Parent(s): 422fe6d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0940
20
- - Accuracy: 0.9739
21
 
22
  ## Model description
23
 
@@ -42,17 +42,14 @@ The following hyperparameters were used during training:
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 5
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | 0.1546 | 1.0 | 196 | 0.1428 | 0.9596 |
52
- | 0.1562 | 2.0 | 392 | 0.1082 | 0.9714 |
53
- | 0.066 | 3.0 | 588 | 0.0992 | 0.9729 |
54
- | 0.0951 | 4.0 | 784 | 0.0998 | 0.9708 |
55
- | 0.0523 | 5.0 | 980 | 0.0940 | 0.9739 |
56
 
57
 
58
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1273
20
+ - Accuracy: 0.9647
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 2
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.2144 | 1.0 | 196 | 0.1371 | 0.9535 |
52
+ | 0.1559 | 2.0 | 392 | 0.1273 | 0.9647 |
 
 
 
53
 
54
 
55
  ### Framework versions