Model save
Browse files- README.md +56 -0
- generation_config.json +103 -0
- model.safetensors +1 -1
- runs/Jul29_08-59-04_gpu-1/events.out.tfevents.1722211146.gpu-1.3170676.0 +2 -2
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: openai/whisper-tiny
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- arrow
|
8 |
+
model-index:
|
9 |
+
- name: whisper-tiny-multitask-hf-200k-ep100_practice_0729
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# whisper-tiny-multitask-hf-200k-ep100_practice_0729
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the arrow dataset.
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 5e-05
|
38 |
+
- train_batch_size: 128
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- lr_scheduler_warmup_steps: 10000
|
44 |
+
- num_epochs: 100
|
45 |
+
- mixed_precision_training: Native AMP
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
### Framework versions
|
52 |
+
|
53 |
+
- Transformers 4.36.2
|
54 |
+
- Pytorch 2.0.1+cu117
|
55 |
+
- Datasets 2.16.1
|
56 |
+
- Tokenizers 0.15.0
|
generation_config.json
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"begin_suppress_tokens": [
|
4 |
+
220,
|
5 |
+
50257
|
6 |
+
],
|
7 |
+
"bos_token_id": 50257,
|
8 |
+
"decoder_start_token_id": 50258,
|
9 |
+
"eos_token_id": 50257,
|
10 |
+
"max_length": 448,
|
11 |
+
"pad_token_id": 50257,
|
12 |
+
"suppress_tokens": [
|
13 |
+
1,
|
14 |
+
2,
|
15 |
+
7,
|
16 |
+
8,
|
17 |
+
9,
|
18 |
+
10,
|
19 |
+
14,
|
20 |
+
25,
|
21 |
+
26,
|
22 |
+
27,
|
23 |
+
28,
|
24 |
+
29,
|
25 |
+
31,
|
26 |
+
58,
|
27 |
+
59,
|
28 |
+
60,
|
29 |
+
61,
|
30 |
+
62,
|
31 |
+
63,
|
32 |
+
90,
|
33 |
+
91,
|
34 |
+
92,
|
35 |
+
93,
|
36 |
+
359,
|
37 |
+
503,
|
38 |
+
522,
|
39 |
+
542,
|
40 |
+
873,
|
41 |
+
893,
|
42 |
+
902,
|
43 |
+
918,
|
44 |
+
922,
|
45 |
+
931,
|
46 |
+
1350,
|
47 |
+
1853,
|
48 |
+
1982,
|
49 |
+
2460,
|
50 |
+
2627,
|
51 |
+
3246,
|
52 |
+
3253,
|
53 |
+
3268,
|
54 |
+
3536,
|
55 |
+
3846,
|
56 |
+
3961,
|
57 |
+
4183,
|
58 |
+
4667,
|
59 |
+
6585,
|
60 |
+
6647,
|
61 |
+
7273,
|
62 |
+
9061,
|
63 |
+
9383,
|
64 |
+
10428,
|
65 |
+
10929,
|
66 |
+
11938,
|
67 |
+
12033,
|
68 |
+
12331,
|
69 |
+
12562,
|
70 |
+
13793,
|
71 |
+
14157,
|
72 |
+
14635,
|
73 |
+
15265,
|
74 |
+
15618,
|
75 |
+
16553,
|
76 |
+
16604,
|
77 |
+
18362,
|
78 |
+
18956,
|
79 |
+
20075,
|
80 |
+
21675,
|
81 |
+
22520,
|
82 |
+
26130,
|
83 |
+
26161,
|
84 |
+
26435,
|
85 |
+
28279,
|
86 |
+
29464,
|
87 |
+
31650,
|
88 |
+
32302,
|
89 |
+
32470,
|
90 |
+
36865,
|
91 |
+
42863,
|
92 |
+
47425,
|
93 |
+
49870,
|
94 |
+
50254,
|
95 |
+
50258,
|
96 |
+
50358,
|
97 |
+
50359,
|
98 |
+
50360,
|
99 |
+
50361,
|
100 |
+
50362
|
101 |
+
],
|
102 |
+
"transformers_version": "4.36.2"
|
103 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151064928
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f78b077dc8e54cded2a860af0f09038f5e469afb39d845362e70d55191b0dbf
|
3 |
size 151064928
|
runs/Jul29_08-59-04_gpu-1/events.out.tfevents.1722211146.gpu-1.3170676.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:17dcda8d83bad821ecd1ed356488eec01092d70b0512c186846da557f446538b
|
3 |
+
size 259547
|