saurabhy27-outcomes
commited on
Commit
•
6cf8438
1
Parent(s):
d07b78e
Model save
Browse files
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: openai/whisper-large-v3
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- wer
|
9 |
+
model-index:
|
10 |
+
- name: whisper-large-v3-multids-v3
|
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 |
+
# whisper-large-v3-multids-v3
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0675
|
22 |
+
- Wer: 1.7195
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 1e-06
|
42 |
+
- train_batch_size: 32
|
43 |
+
- eval_batch_size: 16
|
44 |
+
- seed: 42
|
45 |
+
- distributed_type: multi-GPU
|
46 |
+
- num_devices: 4
|
47 |
+
- total_train_batch_size: 128
|
48 |
+
- total_eval_batch_size: 64
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- lr_scheduler_warmup_steps: 250
|
52 |
+
- training_steps: 2000
|
53 |
+
- mixed_precision_training: Native AMP
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
58 |
+
|:-------------:|:-------:|:----:|:---------------:|:------:|
|
59 |
+
| 0.3186 | 3.0215 | 250 | 0.1316 | 3.0916 |
|
60 |
+
| 0.1075 | 7.0085 | 500 | 0.0966 | 2.3375 |
|
61 |
+
| 0.0834 | 10.03 | 750 | 0.0832 | 2.0758 |
|
62 |
+
| 0.0774 | 14.017 | 1000 | 0.0762 | 1.8596 |
|
63 |
+
| 0.0693 | 18.004 | 1250 | 0.0721 | 1.7943 |
|
64 |
+
| 0.065 | 21.0255 | 1500 | 0.0696 | 1.7406 |
|
65 |
+
| 0.0634 | 25.0125 | 1750 | 0.0681 | 1.7324 |
|
66 |
+
| 0.0612 | 28.034 | 2000 | 0.0675 | 1.7195 |
|
67 |
+
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.45.0.dev0
|
72 |
+
- Pytorch 2.4.1+cu121
|
73 |
+
- Datasets 3.0.1.dev0
|
74 |
+
- Tokenizers 0.19.1
|
runs/Sep26_12-08-46_ip-172-31-40-222/events.out.tfevents.1727352569.ip-172-31-40-222.4073.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60ce1669d45797f5dbd8099df2974ff36a3caa3addc9fd871861049eebf6e888
|
3 |
+
size 16415
|