Simon GAUTHERON commited on
Commit
59897e8
1 Parent(s): c845baf

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -21
README.md CHANGED
@@ -6,24 +6,9 @@ tags:
6
  - generated_from_trainer
7
  datasets:
8
  - audiofolder
9
- metrics:
10
- - wer
11
  model-index:
12
  - name: whisper-small-fr
13
- results:
14
- - task:
15
- name: Automatic Speech Recognition
16
- type: automatic-speech-recognition
17
- dataset:
18
- name: audiofolder
19
- type: audiofolder
20
- config: default
21
- split: train
22
- args: default
23
- metrics:
24
- - name: Wer
25
- type: wer
26
- value: 33.80281690140845
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,9 +17,6 @@ should probably proofread and complete it, then remove this comment. -->
32
  # whisper-small-fr
33
 
34
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the audiofolder dataset.
35
- It achieves the following results on the evaluation set:
36
- - Loss: 1.4135
37
- - Wer: 33.8028
38
 
39
  ## Model description
40
 
@@ -59,12 +41,15 @@ The following hyperparameters were used during training:
59
  - seed: 42
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
- - lr_scheduler_warmup_steps: 50
63
- - training_steps: 100
64
  - mixed_precision_training: Native AMP
65
 
66
  ### Training results
67
 
 
 
 
68
 
69
 
70
  ### Framework versions
 
6
  - generated_from_trainer
7
  datasets:
8
  - audiofolder
 
 
9
  model-index:
10
  - name: whisper-small-fr
11
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
17
  # whisper-small-fr
18
 
19
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the audiofolder dataset.
 
 
 
20
 
21
  ## Model description
22
 
 
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 5
45
+ - training_steps: 10
46
  - mixed_precision_training: Native AMP
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
51
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
52
+ | No log | 10.0 | 10 | 1.0003 | 35.2113 |
53
 
54
 
55
  ### Framework versions