Model save
Browse files- README.md +0 -1
- config.json +5 -100
- generation_config.json +1 -2
- model.safetensors +1 -1
- runs/Dec30_04-45-21_148b7f24425f/events.out.tfevents.1735533922.148b7f24425f.2191.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -40,7 +40,6 @@ The following hyperparameters were used during training:
|
|
| 40 |
- lr_scheduler_type: linear
|
| 41 |
- lr_scheduler_warmup_steps: 500
|
| 42 |
- num_epochs: 10
|
| 43 |
-
- mixed_precision_training: Native AMP
|
| 44 |
|
| 45 |
### Training results
|
| 46 |
|
|
|
|
| 40 |
- lr_scheduler_type: linear
|
| 41 |
- lr_scheduler_warmup_steps: 500
|
| 42 |
- num_epochs: 10
|
|
|
|
| 43 |
|
| 44 |
### Training results
|
| 45 |
|
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,
|
|
@@ -25,12 +25,7 @@
|
|
| 25 |
"encoder_layerdrop": 0.0,
|
| 26 |
"encoder_layers": 4,
|
| 27 |
"eos_token_id": 50256,
|
| 28 |
-
"forced_decoder_ids":
|
| 29 |
-
[
|
| 30 |
-
1,
|
| 31 |
-
50362
|
| 32 |
-
]
|
| 33 |
-
],
|
| 34 |
"init_std": 0.02,
|
| 35 |
"is_encoder_decoder": true,
|
| 36 |
"mask_feature_length": 10,
|
|
@@ -48,99 +43,9 @@
|
|
| 48 |
"num_mel_bins": 80,
|
| 49 |
"pad_token_id": 50256,
|
| 50 |
"scale_embedding": false,
|
| 51 |
-
"suppress_tokens": [
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
7,
|
| 55 |
-
8,
|
| 56 |
-
9,
|
| 57 |
-
10,
|
| 58 |
-
14,
|
| 59 |
-
25,
|
| 60 |
-
26,
|
| 61 |
-
27,
|
| 62 |
-
28,
|
| 63 |
-
29,
|
| 64 |
-
31,
|
| 65 |
-
58,
|
| 66 |
-
59,
|
| 67 |
-
60,
|
| 68 |
-
61,
|
| 69 |
-
62,
|
| 70 |
-
63,
|
| 71 |
-
90,
|
| 72 |
-
91,
|
| 73 |
-
92,
|
| 74 |
-
93,
|
| 75 |
-
357,
|
| 76 |
-
366,
|
| 77 |
-
438,
|
| 78 |
-
532,
|
| 79 |
-
685,
|
| 80 |
-
705,
|
| 81 |
-
796,
|
| 82 |
-
930,
|
| 83 |
-
1058,
|
| 84 |
-
1220,
|
| 85 |
-
1267,
|
| 86 |
-
1279,
|
| 87 |
-
1303,
|
| 88 |
-
1343,
|
| 89 |
-
1377,
|
| 90 |
-
1391,
|
| 91 |
-
1635,
|
| 92 |
-
1782,
|
| 93 |
-
1875,
|
| 94 |
-
2162,
|
| 95 |
-
2361,
|
| 96 |
-
2488,
|
| 97 |
-
3467,
|
| 98 |
-
4008,
|
| 99 |
-
4211,
|
| 100 |
-
4600,
|
| 101 |
-
4808,
|
| 102 |
-
5299,
|
| 103 |
-
5855,
|
| 104 |
-
6329,
|
| 105 |
-
7203,
|
| 106 |
-
9609,
|
| 107 |
-
9959,
|
| 108 |
-
10563,
|
| 109 |
-
10786,
|
| 110 |
-
11420,
|
| 111 |
-
11709,
|
| 112 |
-
11907,
|
| 113 |
-
13163,
|
| 114 |
-
13697,
|
| 115 |
-
13700,
|
| 116 |
-
14808,
|
| 117 |
-
15306,
|
| 118 |
-
16410,
|
| 119 |
-
16791,
|
| 120 |
-
17992,
|
| 121 |
-
19203,
|
| 122 |
-
19510,
|
| 123 |
-
20724,
|
| 124 |
-
22305,
|
| 125 |
-
22935,
|
| 126 |
-
27007,
|
| 127 |
-
30109,
|
| 128 |
-
30420,
|
| 129 |
-
33409,
|
| 130 |
-
34949,
|
| 131 |
-
40283,
|
| 132 |
-
40493,
|
| 133 |
-
40549,
|
| 134 |
-
47282,
|
| 135 |
-
49146,
|
| 136 |
-
50257,
|
| 137 |
-
50357,
|
| 138 |
-
50358,
|
| 139 |
-
50359,
|
| 140 |
-
50360,
|
| 141 |
-
50361
|
| 142 |
-
],
|
| 143 |
-
"transformers_version": "4.38.2",
|
| 144 |
"use_cache": true,
|
| 145 |
"use_weighted_layer_sum": false,
|
| 146 |
"vocab_size": 51864
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "./whisper-tiny-en",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"apply_spec_augment": false,
|
|
|
|
| 25 |
"encoder_layerdrop": 0.0,
|
| 26 |
"encoder_layers": 4,
|
| 27 |
"eos_token_id": 50256,
|
| 28 |
+
"forced_decoder_ids": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
"init_std": 0.02,
|
| 30 |
"is_encoder_decoder": true,
|
| 31 |
"mask_feature_length": 10,
|
|
|
|
| 43 |
"num_mel_bins": 80,
|
| 44 |
"pad_token_id": 50256,
|
| 45 |
"scale_embedding": false,
|
| 46 |
+
"suppress_tokens": [],
|
| 47 |
+
"torch_dtype": "float32",
|
| 48 |
+
"transformers_version": "4.35.2",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
"use_cache": true,
|
| 50 |
"use_weighted_layer_sum": false,
|
| 51 |
"vocab_size": 51864
|
generation_config.json
CHANGED
|
@@ -145,6 +145,5 @@
|
|
| 145 |
50360,
|
| 146 |
50361
|
| 147 |
],
|
| 148 |
-
"transformers_version": "4.
|
| 149 |
-
"trust_remote_code": false
|
| 150 |
}
|
|
|
|
| 145 |
50360,
|
| 146 |
50361
|
| 147 |
],
|
| 148 |
+
"transformers_version": "4.35.2"
|
|
|
|
| 149 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151060136
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b85976dab0e2356406e96a5076ea53cef292eb8aaa62f7ae7d4b4dd8a4046e72
|
| 3 |
size 151060136
|
runs/Dec30_04-45-21_148b7f24425f/events.out.tfevents.1735533922.148b7f24425f.2191.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5463eb38354d21fa31f2156e004e2ccc11398f76a57ca2d57c925038755a5928
|
| 3 |
+
size 6047
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc32e663504de5b9eff528d7127efcb1d5c7744427bb91321f1e388afcbbe110
|
| 3 |
size 4792
|