wanasash commited on
Commit
97655eb
1 Parent(s): c7b909e

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # whisper-large-v2-ca-10awr
17
 
18
- This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the cymen-arfor/15awr train[:66%] main dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.0314
21
- - Wer: 0.3836
22
 
23
  ## Model description
24
 
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Wer |
55
  |:-------------:|:-------:|:----:|:---------------:|:------:|
56
- | 0.1503 | 4.7281 | 1000 | 0.6544 | 0.4245 |
57
- | 0.018 | 9.4563 | 2000 | 0.8409 | 0.3931 |
58
- | 0.0041 | 14.1844 | 3000 | 0.9081 | 0.3811 |
59
- | 0.0006 | 18.9125 | 4000 | 1.0021 | 0.3840 |
60
- | 0.0005 | 23.6407 | 5000 | 1.0314 | 0.3836 |
61
 
62
 
63
  ### Framework versions
 
15
 
16
  # whisper-large-v2-ca-10awr
17
 
18
+ This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.9218
21
+ - Wer: 0.3557
22
 
23
  ## Model description
24
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Wer |
55
  |:-------------:|:-------:|:----:|:---------------:|:------:|
56
+ | 0.18 | 3.1201 | 1000 | 0.5585 | 0.3771 |
57
+ | 0.0328 | 6.2402 | 2000 | 0.6915 | 0.3700 |
58
+ | 0.0086 | 9.3604 | 3000 | 0.8111 | 0.3621 |
59
+ | 0.0017 | 12.4805 | 4000 | 0.8715 | 0.3603 |
60
+ | 0.0008 | 15.6006 | 5000 | 0.9218 | 0.3557 |
61
 
62
 
63
  ### Framework versions