jangmin commited on
Commit
ddfd79a
1 Parent(s): bb1931b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -11,14 +11,15 @@ model-index:
11
 
12
  # whisper-small-ko-normalized-1273h
13
 
14
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-medium) on a custom dataset for improving Korean speech recognition.
15
  It achieves the following results on the evaluation set:
16
  - Loss: 0.1254
17
  - Wer: 0.0551
18
 
19
  ## Model description
20
 
21
- The model was trained to transcript the Korean audio sources into text.
 
22
 
23
  ## Intended uses & limitations
24
 
@@ -40,7 +41,7 @@ Following indicates the hours information for each dastset.
40
 
41
  The following hyperparameters were used during training:
42
  - learning_rate: 1e-05
43
- - train_batch_size: 32
44
  - eval_batch_size: 32
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
 
11
 
12
  # whisper-small-ko-normalized-1273h
13
 
14
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on a custom dataset for improving Korean speech recognition.
15
  It achieves the following results on the evaluation set:
16
  - Loss: 0.1254
17
  - Wer: 0.0551
18
 
19
  ## Model description
20
 
21
+ The model was a fine-tuned version of `openai/whisper-medium` transcript the Korean audio sources into text.
22
+ It was trained on GCP's `a2-highgpu-1g` (a100-40G) for 26 hours with about $90.
23
 
24
  ## Intended uses & limitations
25
 
 
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 1e-05
44
+ - train_batch_size: 24
45
  - eval_batch_size: 32
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08