Model save
Browse files- README.md +5 -5
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
-
-
|
8 |
model-index:
|
9 |
- name: whisper-tiny_v2.2-ro
|
10 |
results: []
|
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# whisper-tiny_v2.2-ro
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -36,14 +36,14 @@ More information needed
|
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 1e-05
|
38 |
- train_batch_size: 32
|
39 |
-
- eval_batch_size:
|
40 |
- seed: 42
|
41 |
- gradient_accumulation_steps: 2
|
42 |
- total_train_batch_size: 64
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 500
|
46 |
-
- training_steps:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: openai/whisper-tiny
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
+
- common_voice_17_0
|
8 |
model-index:
|
9 |
- name: whisper-tiny_v2.2-ro
|
10 |
results: []
|
|
|
15 |
|
16 |
# whisper-tiny_v2.2-ro
|
17 |
|
18 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the common_voice_17_0 dataset.
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 1e-05
|
38 |
- train_batch_size: 32
|
39 |
+
- eval_batch_size: 16
|
40 |
- seed: 42
|
41 |
- gradient_accumulation_steps: 2
|
42 |
- total_train_batch_size: 64
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 500
|
46 |
+
- training_steps: 20000
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "openai/whisper-tiny",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151061672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ebd0e69e78190ffe1438491fa05cc1f5c1aa3a4c4db3bc1723adbb551ea2395
|
3 |
size 151061672
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d26766dcdc9e5f97b5c0b82aa95c120d7652aa62c77f668347468e183be384e
|
3 |
size 5240
|