stefan-french commited on
Commit
941842b
·
verified ·
1 Parent(s): 3e8e85a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -58
README.md CHANGED
@@ -1,66 +1,28 @@
1
  ---
2
- library_name: transformers
3
- license: apache-2.0
4
- base_model: openai/whisper-tiny
5
- tags:
6
- - generated_from_trainer
7
- metrics:
8
- - wer
9
- model-index:
10
- - name: local_fr
11
- results: []
12
  ---
13
 
14
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
- should probably proofread and complete it, then remove this comment. -->
16
-
17
- # local_fr
18
-
19
- This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
20
- It achieves the following results on the evaluation set:
21
- - Loss: 2.4986
22
- - Model Preparation Time: 0.0006
23
- - Wer: 75.0
24
-
25
- ## Model description
26
-
27
- More information needed
28
-
29
- ## Intended uses & limitations
30
-
31
- More information needed
32
-
33
- ## Training and evaluation data
34
-
35
- More information needed
36
-
37
- ## Training procedure
38
-
39
- ### Training hyperparameters
40
-
41
- The following hyperparameters were used during training:
42
- - learning_rate: 1e-05
43
- - train_batch_size: 64
44
- - eval_batch_size: 8
45
- - seed: 42
46
- - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
- - lr_scheduler_type: linear
48
- - lr_scheduler_warmup_steps: 50
49
- - training_steps: 20
50
 
51
- ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Wer |
54
- |:-------------:|:-----:|:----:|:---------------:|:----------------------:|:----:|
55
- | 1.9152 | 5.0 | 5 | 2.4986 | 0.0006 | 75.0 |
56
- | 1.7317 | 10.0 | 10 | 2.4449 | 0.0006 | 75.0 |
57
- | 1.4026 | 15.0 | 15 | 2.3783 | 0.0006 | 85.0 |
58
- | 1.0429 | 20.0 | 20 | 2.3206 | 0.0006 | 90.0 |
59
 
 
60
 
61
- ### Framework versions
 
 
62
 
63
- - Transformers 4.46.1
64
- - Pytorch 2.5.1
65
- - Datasets 3.2.0
66
- - Tokenizers 0.20.3
 
1
  ---
2
+ {}
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
+ ---
6
+ base_model: openai/whisper-tiny
7
+ datasets:
8
+ - local_data
9
+ language: fr
10
+ metrics:
11
+ - wer
12
+ ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
+ # Finetuned version of openai/whisper-tiny on 8 French training audio samples from local_data.
15
 
16
+ This model was created from the Mozilla.ai Blueprint:
17
+ [speech-to-text-finetune](https://github.com/mozilla-ai/speech-to-text-finetune).
 
 
 
 
18
 
19
+ ## Evaluation results on 2 audio samples of French
20
 
21
+ ### Baseline model (before finetuning) on French
22
+ - Word Error Rate: 75.0
23
+ - Loss: 2.516
24
 
25
+ ### Finetuned model (after finetuning) on French
26
+ - Word Error Rate: 75.0
27
+ - Loss: 2.499
28
+