shane062 commited on
Commit
c660f83
·
verified ·
1 Parent(s): 44ef630

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -51
README.md CHANGED
@@ -1,51 +1,75 @@
1
- ---
2
- tags:
3
- - generated_from_trainer
4
- datasets:
5
- - audiofolder
6
- model-index:
7
- - name: whisper-medium-300v3
8
- results: []
9
- ---
10
-
11
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
- should probably proofread and complete it, then remove this comment. -->
13
-
14
- # whisper-medium-300v3
15
-
16
- This model was trained from scratch on the audiofolder dataset.
17
-
18
- ## Model description
19
-
20
- More information needed
21
-
22
- ## Intended uses & limitations
23
-
24
- More information needed
25
-
26
- ## Training and evaluation data
27
-
28
- More information needed
29
-
30
- ## Training procedure
31
-
32
- ### Training hyperparameters
33
-
34
- The following hyperparameters were used during training:
35
- - learning_rate: 1e-05
36
- - train_batch_size: 1
37
- - eval_batch_size: 1
38
- - seed: 42
39
- - gradient_accumulation_steps: 16
40
- - total_train_batch_size: 16
41
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
- - lr_scheduler_type: constant_with_warmup
43
- - lr_scheduler_warmup_steps: 30
44
- - training_steps: 300
45
-
46
- ### Framework versions
47
-
48
- - Transformers 4.41.2
49
- - Pytorch 2.3.0+cu121
50
- - Datasets 2.19.1
51
- - Tokenizers 0.19.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - audiofolder
6
+ model-index:
7
+ - name: whisper-medium-300v3
8
+ results:
9
+ - task:
10
+ name: Automatic Speech Recognition
11
+ type: automatic-speech-recognition
12
+ dataset:
13
+ name: audiofolder
14
+ type: audiofolder
15
+ config: default
16
+ split: test
17
+ args: default
18
+ metrics:
19
+ - name: Wer
20
+ type: wer
21
+ value: 43.24324324324324
22
+ ---
23
+
24
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
25
+ should probably proofread and complete it, then remove this comment. -->
26
+
27
+ # whisper-medium-300v3
28
+
29
+ This model was trained from scratch on the audiofolder dataset.
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 1e-05
49
+ - train_batch_size: 1
50
+ - eval_batch_size: 1
51
+ - seed: 42
52
+ - gradient_accumulation_steps: 16
53
+ - total_train_batch_size: 16
54
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
+ - lr_scheduler_type: constant_with_warmup
56
+ - lr_scheduler_warmup_steps: 30
57
+ - training_steps: 300
58
+
59
+ ### Training results
60
+
61
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
62
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
63
+ | 0.129 | 20.0 | 60 | 0.5458 | 59.4595 | 56.7568 |
64
+ | 0.0005 | 40.0 | 120 | 0.5378 | 43.2432 | 43.2432 |
65
+ | 0.0001 | 60.0 | 180 | 0.5364 | 43.2432 | 43.2432 |
66
+ | 0.0001 | 80.0 | 240 | 0.5390 | 43.2432 | 43.2432 |
67
+ | 0.0001 | 100.0 | 240 | 0.5389 | 43.2432 | 43.2432 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.41.2
73
+ - Pytorch 2.3.0+cu121
74
+ - Datasets 2.19.1
75
+ - Tokenizers 0.19.1