Training in progress, step 1000
Browse files- README.md +63 -0
- config.json +1 -1
- pytorch_model.bin +1 -1
- runs/Dec13_00-36-22_150-136-33-0/events.out.tfevents.1670891797.150-136-33-0.152213.0 +2 -2
- runs/Dec14_13-12-20_129-146-102-49/events.out.tfevents.1671023549.129-146-102-49.1608432.0 +2 -2
- runs/{Dec14_17-13-31_129-146-102-49/1671038020.244651/events.out.tfevents.1671038020.129-146-102-49.1608432.3 β Dec14_18-39-54_129-146-102-49/1671044178.6602907/events.out.tfevents.1671044178.129-146-102-49.1905416.1} +1 -1
- runs/{Dec14_17-13-31_129-146-102-49/events.out.tfevents.1671038020.129-146-102-49.1608432.2 β Dec14_18-39-54_129-146-102-49/events.out.tfevents.1671044178.129-146-102-49.1905416.0} +2 -2
- runs/{Dec14_17-34-13_129-146-102-49/1671039262.5354552/events.out.tfevents.1671039262.129-146-102-49.1708481.1 β Dec14_19-16-04_129-146-102-49/1671045372.7123113/events.out.tfevents.1671045372.129-146-102-49.2003614.1} +1 -1
- runs/{Dec14_17-34-13_129-146-102-49/events.out.tfevents.1671039262.129-146-102-49.1708481.0 β Dec14_19-16-04_129-146-102-49/1671045984.097611/events.out.tfevents.1671045984.129-146-102-49.2003614.2} +2 -2
- runs/Dec14_19-16-04_129-146-102-49/events.out.tfevents.1671045372.129-146-102-49.2003614.0 +3 -0
- runs/Dec14_19-38-15_129-146-102-49/1671046704.6833956/events.out.tfevents.1671046704.129-146-102-49.2101844.1 +3 -0
- runs/Dec14_19-38-15_129-146-102-49/events.out.tfevents.1671046704.129-146-102-49.2101844.0 +3 -0
- training_args.bin +1 -1
README.md
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- el
|
4 |
+
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- hf-asr-leaderboard, whisper-medium, mozilla-foundation/common_voice_11_0, greek,
|
7 |
+
whisper-event
|
8 |
+
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- mozilla-foundation/common_voice_11_0
|
11 |
+
model-index:
|
12 |
+
- name: Whisper Medium El Greco
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# Whisper Medium El Greco
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the Common Voice 11.0 dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- eval_loss: 0.3854
|
24 |
+
- eval_wer: 11.4506
|
25 |
+
- eval_runtime: 1107.1212
|
26 |
+
- eval_samples_per_second: 1.532
|
27 |
+
- eval_steps_per_second: 0.096
|
28 |
+
- epoch: 33.98
|
29 |
+
- step: 7000
|
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: 32
|
50 |
+
- eval_batch_size: 16
|
51 |
+
- seed: 42
|
52 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
+
- lr_scheduler_type: linear
|
54 |
+
- lr_scheduler_warmup_steps: 500
|
55 |
+
- training_steps: 7000
|
56 |
+
- mixed_precision_training: Native AMP
|
57 |
+
|
58 |
+
### Framework versions
|
59 |
+
|
60 |
+
- Transformers 4.26.0.dev0
|
61 |
+
- Pytorch 1.13.0+cu117
|
62 |
+
- Datasets 2.7.1.dev0
|
63 |
+
- Tokenizers 0.13.2
|
config.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
"decoder_layerdrop": 0.0,
|
18 |
"decoder_layers": 24,
|
19 |
"decoder_start_token_id": 50258,
|
20 |
-
"dropout": 0.
|
21 |
"encoder_attention_heads": 16,
|
22 |
"encoder_ffn_dim": 4096,
|
23 |
"encoder_layerdrop": 0.0,
|
|
|
17 |
"decoder_layerdrop": 0.0,
|
18 |
"decoder_layers": 24,
|
19 |
"decoder_start_token_id": 50258,
|
20 |
+
"dropout": 0.1,
|
21 |
"encoder_attention_heads": 16,
|
22 |
"encoder_ffn_dim": 4096,
|
23 |
"encoder_layerdrop": 0.0,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3055754841
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ac0e3652d1196e87b47cdd84e23a95a3460f2dd2c82daba07c53f4aadbad2ce
|
3 |
size 3055754841
|
runs/Dec13_00-36-22_150-136-33-0/events.out.tfevents.1670891797.150-136-33-0.152213.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:ce6f934c82414337d0c05adbaf4b1e2f0793d0208b823d502abaddcde508b573
|
3 |
+
size 17893
|
runs/Dec14_13-12-20_129-146-102-49/events.out.tfevents.1671023549.129-146-102-49.1608432.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:ef94a540f66ef74350211d1864b931ab411395a7f3779d26971c2845217268d5
|
3 |
+
size 10929
|
runs/{Dec14_17-13-31_129-146-102-49/1671038020.244651/events.out.tfevents.1671038020.129-146-102-49.1608432.3 β Dec14_18-39-54_129-146-102-49/1671044178.6602907/events.out.tfevents.1671044178.129-146-102-49.1905416.1}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5916
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b39d7f03364aefc50f7bd03c8c943dc4754982b8afe84b29a41f8a9a6c91f85
|
3 |
size 5916
|
runs/{Dec14_17-13-31_129-146-102-49/events.out.tfevents.1671038020.129-146-102-49.1608432.2 β Dec14_18-39-54_129-146-102-49/events.out.tfevents.1671044178.129-146-102-49.1905416.0}
RENAMED
@@ -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:1167f7238a3c712e1eb953c1ad33aa0f41839c973924fca22b406d31b7c894ab
|
3 |
+
size 4346
|
runs/{Dec14_17-34-13_129-146-102-49/1671039262.5354552/events.out.tfevents.1671039262.129-146-102-49.1708481.1 β Dec14_19-16-04_129-146-102-49/1671045372.7123113/events.out.tfevents.1671045372.129-146-102-49.2003614.1}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5916
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cc4205e2e4f5cdf2ad855114305662bc64c8723ab3b8257149a7b7954841e6a
|
3 |
size 5916
|
runs/{Dec14_17-34-13_129-146-102-49/events.out.tfevents.1671039262.129-146-102-49.1708481.0 β Dec14_19-16-04_129-146-102-49/1671045984.097611/events.out.tfevents.1671045984.129-146-102-49.2003614.2}
RENAMED
@@ -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:47424edfc020e6b46b14e9c273220bea97db63e1fe4c9d9506217f1ed3996e2b
|
3 |
+
size 5916
|
runs/Dec14_19-16-04_129-146-102-49/events.out.tfevents.1671045372.129-146-102-49.2003614.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0d0994388f37f88a19b1dee0b24fc5b987670df4b5ef1d2aa024ebd90571e50
|
3 |
+
size 8652
|
runs/Dec14_19-38-15_129-146-102-49/1671046704.6833956/events.out.tfevents.1671046704.129-146-102-49.2101844.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a22e030c1923177e51bce12a5e8833d2011af16cd87acd9d663755a32e747d5e
|
3 |
+
size 5916
|
runs/Dec14_19-38-15_129-146-102-49/events.out.tfevents.1671046704.129-146-102-49.2101844.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4c5ae6f03d85bd99e197349f91b4a95a9e4d726eb3026750f04a7d0452c6326
|
3 |
+
size 10929
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3643
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:100e73adb4d90efbc7017afb41284e00283fb993eaadf9183f82ac4273f0da38
|
3 |
size 3643
|