hilaltekgoz
commited on
Commit
•
eea4191
1
Parent(s):
bdc020d
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ datasets:
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
-
- name: Whisper large tr
|
15 |
results:
|
16 |
- task:
|
17 |
name: Automatic Speech Recognition
|
@@ -31,12 +31,7 @@ model-index:
|
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
should probably proofread and complete it, then remove this comment. -->
|
33 |
|
34 |
-
# Whisper large tr - Sanchit Gandhi
|
35 |
|
36 |
-
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the a dataset.
|
37 |
-
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 5.1507
|
39 |
-
- Wer: 100.0
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -52,23 +47,6 @@ More information needed
|
|
52 |
|
53 |
## Training procedure
|
54 |
|
55 |
-
### Training hyperparameters
|
56 |
-
|
57 |
-
The following hyperparameters were used during training:
|
58 |
-
- learning_rate: 1e-05
|
59 |
-
- train_batch_size: 2
|
60 |
-
- eval_batch_size: 2
|
61 |
-
- seed: 42
|
62 |
-
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
-
- lr_scheduler_type: linear
|
64 |
-
- training_steps: 5
|
65 |
-
|
66 |
-
### Training results
|
67 |
-
|
68 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
-
|:-------------:|:-----:|:----:|:---------------:|:-----:|
|
70 |
-
| 5.6231 | 1.0 | 2 | 5.4697 | 100.0 |
|
71 |
-
| 5.3829 | 2.0 | 4 | 5.1507 | 100.0 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
+
- name: Whisper large tr
|
15 |
results:
|
16 |
- task:
|
17 |
name: Automatic Speech Recognition
|
|
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
should probably proofread and complete it, then remove this comment. -->
|
33 |
|
|
|
34 |
|
|
|
|
|
|
|
|
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
47 |
|
48 |
## Training procedure
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|