xppast commited on
Commit
01a1794
1 Parent(s): 0d85863

End of training

Browse files
Files changed (2) hide show
  1. README.md +14 -1
  2. model.safetensors +1 -1
README.md CHANGED
@@ -19,6 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
  # jinkrsmodel
20
 
21
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the xppast/voice dataset.
 
 
 
22
 
23
  ## Model description
24
 
@@ -44,9 +47,19 @@ 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: 500
47
- - training_steps: 4000
48
  - mixed_precision_training: Native AMP
49
 
 
 
 
 
 
 
 
 
 
 
50
  ### Framework versions
51
 
52
  - Transformers 4.36.0.dev0
 
19
  # jinkrsmodel
20
 
21
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the xppast/voice dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.6485
24
+ - Cer: 40.4444
25
 
26
  ## Model description
27
 
 
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_steps: 500
50
+ - training_steps: 400
51
  - mixed_precision_training: Native AMP
52
 
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
56
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
57
+ | 0.0146 | 33.33 | 100 | 1.4532 | 35.5556 |
58
+ | 0.0034 | 66.67 | 200 | 1.5364 | 40.8889 |
59
+ | 0.0013 | 100.0 | 300 | 1.5890 | 41.3333 |
60
+ | 0.0007 | 133.33 | 400 | 1.6485 | 40.4444 |
61
+
62
+
63
  ### Framework versions
64
 
65
  - Transformers 4.36.0.dev0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52a1e97ec94f1534d7b3db4139dee5c3a863d89ac79d5ae9de092ab69828102e
3
  size 290403936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:532c01e33b4df6169821ce7e717a732da0823fdc9e66ab0287e052c69cc2fd8f
3
  size 290403936