Bhansali
commited on
Commit
•
6ceb4f4
1
Parent(s):
b38b0e5
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- hi
|
4 |
+
license: apache-2.0
|
5 |
+
base_model: openai/whisper-base
|
6 |
+
tags:
|
7 |
+
- hf-asr-leaderboard
|
8 |
+
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- google/fleurs
|
11 |
+
metrics:
|
12 |
+
- wer
|
13 |
+
model-index:
|
14 |
+
- name: Whisper Base Hi - Samveg Bhansali
|
15 |
+
results: []
|
16 |
+
---
|
17 |
+
|
18 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
+
should probably proofread and complete it, then remove this comment. -->
|
20 |
+
|
21 |
+
# Whisper Base Hi - Samveg Bhansali
|
22 |
+
|
23 |
+
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Google Fleurs dataset.
|
24 |
+
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.5117
|
26 |
+
- Wer: 37.9539
|
27 |
+
|
28 |
+
## Model description
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Intended uses & limitations
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training and evaluation data
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Training procedure
|
41 |
+
|
42 |
+
### Training hyperparameters
|
43 |
+
|
44 |
+
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 1e-05
|
46 |
+
- train_batch_size: 8
|
47 |
+
- eval_batch_size: 8
|
48 |
+
- seed: 42
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- lr_scheduler_warmup_steps: 500
|
52 |
+
- training_steps: 4000
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
58 |
+
| 0.1401 | 4.72 | 1000 | 0.3607 | 39.9494 |
|
59 |
+
| 0.0174 | 9.43 | 2000 | 0.4239 | 38.9954 |
|
60 |
+
| 0.0022 | 14.15 | 3000 | 0.4867 | 38.4698 |
|
61 |
+
| 0.001 | 18.87 | 4000 | 0.5117 | 37.9539 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.32.0.dev0
|
67 |
+
- Pytorch 2.0.1+cu118
|
68 |
+
- Datasets 2.13.1
|
69 |
+
- Tokenizers 0.13.3
|