discoverylabs commited on
Commit
3a381de
·
verified ·
1 Parent(s): 6d27815

End of training

Browse files
Files changed (2) hide show
  1. README.md +19 -4
  2. config.json +1 -0
README.md CHANGED
@@ -1,21 +1,36 @@
1
  ---
 
 
2
  license: apache-2.0
3
  base_model: openai/whisper-small
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - wer
8
  model-index:
9
- - name: whisper-small-cpu-finetuned
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
- # whisper-small-cpu-finetuned
17
 
18
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.8936
21
  - Wer: 0.0
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  base_model: openai/whisper-small
6
  tags:
7
  - generated_from_trainer
8
+ datasets:
9
+ - hf-internal-testing/librispeech_asr_dummy
10
  metrics:
11
  - wer
12
  model-index:
13
+ - name: Whisper Small CPU Finetuned
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: LibriSpeech ASR Dummy
20
+ type: hf-internal-testing/librispeech_asr_dummy
21
+ args: 'config: validation'
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 0.0
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
  should probably proofread and complete it, then remove this comment. -->
30
 
31
+ # Whisper Small CPU Finetuned
32
 
33
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the LibriSpeech ASR Dummy dataset.
34
  It achieves the following results on the evaluation set:
35
  - Loss: 0.8936
36
  - Wer: 0.0
config.json CHANGED
@@ -28,6 +28,7 @@
28
  "forced_decoder_ids": null,
29
  "init_std": 0.02,
30
  "is_encoder_decoder": true,
 
31
  "mask_feature_length": 10,
32
  "mask_feature_min_masks": 0,
33
  "mask_feature_prob": 0.0,
 
28
  "forced_decoder_ids": null,
29
  "init_std": 0.02,
30
  "is_encoder_decoder": true,
31
+ "low_cpu_mem_usage": true,
32
  "mask_feature_length": 10,
33
  "mask_feature_min_masks": 0,
34
  "mask_feature_prob": 0.0,