anushaporwal commited on
Commit
c465667
·
verified ·
1 Parent(s): edc19c5

Model save

Browse files
Files changed (4) hide show
  1. README.md +6 -6
  2. all_results.json +6 -6
  3. model.safetensors +1 -1
  4. train_results.json +6 -6
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.9223
21
  - Wer: 26.6667
22
 
23
  ## Model description
@@ -43,15 +43,15 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - training_steps: 1000
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Wer |
52
- |:-------------:|:------:|:----:|:---------------:|:-------:|
53
- | 0.0 | 500.0 | 500 | 0.8967 | 26.6667 |
54
- | 0.0 | 1000.0 | 1000 | 0.9223 | 26.6667 |
55
 
56
 
57
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.8927
21
  - Wer: 26.6667
22
 
23
  ## Model description
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - training_steps: 700
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
+ | 0.0 | 350.0 | 350 | 0.8709 | 26.6667 |
54
+ | 0.0 | 700.0 | 700 | 0.8927 | 26.6667 |
55
 
56
 
57
  ### Framework versions
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 1000.0,
3
- "total_flos": 4.08241963008e+18,
4
- "train_loss": 0.005452081066950086,
5
- "train_runtime": 1064.1917,
6
- "train_samples_per_second": 15.035,
7
- "train_steps_per_second": 0.94
8
  }
 
1
  {
2
+ "epoch": 700.0,
3
+ "total_flos": 2.857693741056e+18,
4
+ "train_loss": 0.007796804091854678,
5
+ "train_runtime": 887.094,
6
+ "train_samples_per_second": 12.625,
7
+ "train_steps_per_second": 0.789
8
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54fe2ae2b5384071299d78bb39535f7e4d6e49f6498c0ac0e2287cc401977d1b
3
  size 3055544304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fc56b8ea5c94b7e97debb4ceb50cbef2b98c91dd962e802835d9183f2e0028c
3
  size 3055544304
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 1000.0,
3
- "total_flos": 4.08241963008e+18,
4
- "train_loss": 0.005452081066950086,
5
- "train_runtime": 1064.1917,
6
- "train_samples_per_second": 15.035,
7
- "train_steps_per_second": 0.94
8
  }
 
1
  {
2
+ "epoch": 700.0,
3
+ "total_flos": 2.857693741056e+18,
4
+ "train_loss": 0.007796804091854678,
5
+ "train_runtime": 887.094,
6
+ "train_samples_per_second": 12.625,
7
+ "train_steps_per_second": 0.789
8
  }