FilippoLampa commited on
Commit
21fc256
1 Parent(s): 342c94f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - dv
4
+ license: apache-2.0
5
+ base_model: openai/whisper-small
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - mozilla-foundation/common_voice_13_0
10
+ metrics:
11
+ - wer
12
+ model-index:
13
+ - name: dysarthria_emo_enhancer_0_1
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: custom_torgo_0_0
20
+ type: mozilla-foundation/common_voice_13_0
21
+ metrics:
22
+ - name: Wer
23
+ type: wer
24
+ value: 46.389067073277616
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # dysarthria_emo_enhancer_0_0
31
+
32
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the custom_torgo_0_0 dataset merged with the UASpeech dataset.
33
+ It achieves the following result on the testing set:
34
+ - Wer: 46.3890
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 1e-05
54
+ - train_batch_size: 8
55
+ - eval_batch_size: 16
56
+ - seed: 42
57
+ - gradient_accumulation_steps: 2
58
+ - total_train_batch_size: 16
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: constant_with_warmup
61
+ - lr_scheduler_warmup_steps: 50
62
+ - training_steps: 500
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.34.0
67
+ - Pytorch 2.0.1+cu118
68
+ - Datasets 2.14.5
69
+ - Tokenizers 0.14.1