End of training
Browse files
README.md
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
language:
|
4 |
- lv
|
5 |
license: apache-2.0
|
6 |
-
base_model:
|
7 |
tags:
|
8 |
- hf-asr-leaderboard
|
9 |
- generated_from_trainer
|
10 |
datasets:
|
11 |
-
- mozilla-foundation/
|
12 |
metrics:
|
13 |
- wer
|
14 |
model-index:
|
@@ -18,15 +17,15 @@ model-index:
|
|
18 |
name: Automatic Speech Recognition
|
19 |
type: automatic-speech-recognition
|
20 |
dataset:
|
21 |
-
name: Common Voice
|
22 |
-
type: mozilla-foundation/
|
23 |
config: lv
|
24 |
split: None
|
25 |
args: 'config: lv, split: test'
|
26 |
metrics:
|
27 |
- name: Wer
|
28 |
type: wer
|
29 |
-
value:
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,10 +33,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
# Whisper medium LV - Felikss Kleins
|
36 |
|
37 |
-
This model is a fine-tuned version of [
|
38 |
It achieves the following results on the evaluation set:
|
39 |
-
- Loss: 0.
|
40 |
-
- Wer:
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -62,25 +61,22 @@ The following hyperparameters were used during training:
|
|
62 |
- seed: 42
|
63 |
- gradient_accumulation_steps: 2
|
64 |
- total_train_batch_size: 64
|
65 |
-
- optimizer:
|
66 |
- lr_scheduler_type: linear
|
67 |
- lr_scheduler_warmup_steps: 500
|
68 |
-
- training_steps:
|
69 |
-
- mixed_precision_training: Native AMP
|
70 |
|
71 |
### Training results
|
72 |
|
73 |
-
| Training Loss | Epoch
|
74 |
-
|
75 |
-
| No log |
|
76 |
-
| 0.
|
77 |
-
| 0.0007 | 299.0002 | 600 | 0.2815 | 20.7944 |
|
78 |
-
| 0.0008 | 399.0002 | 800 | 0.2882 | 19.3925 |
|
79 |
|
80 |
|
81 |
### Framework versions
|
82 |
|
83 |
-
- Transformers 4.
|
84 |
-
- Pytorch 2.0
|
85 |
-
- Datasets
|
86 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- lv
|
4 |
license: apache-2.0
|
5 |
+
base_model: openai/whisper-medium
|
6 |
tags:
|
7 |
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
+
- mozilla-foundation/common_voice_17_0
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
|
|
17 |
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
+
name: Common Voice 17.0
|
21 |
+
type: mozilla-foundation/common_voice_17_0
|
22 |
config: lv
|
23 |
split: None
|
24 |
args: 'config: lv, split: test'
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
+
value: 50.0
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
# Whisper medium LV - Felikss Kleins
|
35 |
|
36 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the Common Voice 17.0 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.9473
|
39 |
+
- Wer: 50.0
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
61 |
- seed: 42
|
62 |
- gradient_accumulation_steps: 2
|
63 |
- total_train_batch_size: 64
|
64 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
- lr_scheduler_type: linear
|
66 |
- lr_scheduler_warmup_steps: 500
|
67 |
+
- training_steps: 500
|
|
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
72 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
73 |
+
| No log | 399.0 | 200 | 0.9567 | 57.6923 |
|
74 |
+
| 0.3396 | 799.0 | 400 | 0.9473 | 50.0 |
|
|
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
+
- Transformers 4.40.0.dev0
|
80 |
+
- Pytorch 2.3.0+cu121
|
81 |
+
- Datasets 2.18.0
|
82 |
+
- Tokenizers 0.15.2
|
generation_config.json
CHANGED
@@ -244,6 +244,6 @@
|
|
244 |
"transcribe": 50359,
|
245 |
"translate": 50358
|
246 |
},
|
247 |
-
"transformers_version": "4.
|
248 |
"use_cache": false
|
249 |
}
|
|
|
244 |
"transcribe": 50359,
|
245 |
"translate": 50358
|
246 |
},
|
247 |
+
"transformers_version": "4.40.0.dev0",
|
248 |
"use_cache": false
|
249 |
}
|
runs/Oct22_09-40-03_whisper-test/events.out.tfevents.1729579206.whisper-test.35341.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:2d671d84ecf3ba8992f5b33750455966c67e6d1ec6008bb94347f9006ae1cf09
|
3 |
+
size 7821
|