thiagobarbosa
commited on
Commit
•
303da3e
1
Parent(s):
93b705b
Training in progress, step 1200
Browse files
.ipynb_checkpoints/config-checkpoint.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/whisper-base",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "gelu",
|
5 |
+
"apply_spec_augment": false,
|
6 |
+
"architectures": [
|
7 |
+
"WhisperForConditionalGeneration"
|
8 |
+
],
|
9 |
+
"attention_dropout": 0.0,
|
10 |
+
"begin_suppress_tokens": [
|
11 |
+
220,
|
12 |
+
50257
|
13 |
+
],
|
14 |
+
"bos_token_id": 50257,
|
15 |
+
"classifier_proj_size": 256,
|
16 |
+
"d_model": 512,
|
17 |
+
"decoder_attention_heads": 8,
|
18 |
+
"decoder_ffn_dim": 2048,
|
19 |
+
"decoder_layerdrop": 0.0,
|
20 |
+
"decoder_layers": 6,
|
21 |
+
"decoder_start_token_id": 50258,
|
22 |
+
"dropout": 0.0,
|
23 |
+
"dropout_rate": 0.05,
|
24 |
+
"encoder_attention_heads": 8,
|
25 |
+
"encoder_ffn_dim": 2048,
|
26 |
+
"encoder_layerdrop": 0.0,
|
27 |
+
"encoder_layers": 6,
|
28 |
+
"eos_token_id": 50257,
|
29 |
+
"forced_decoder_ids": [
|
30 |
+
[
|
31 |
+
1,
|
32 |
+
50259
|
33 |
+
],
|
34 |
+
[
|
35 |
+
2,
|
36 |
+
50359
|
37 |
+
],
|
38 |
+
[
|
39 |
+
3,
|
40 |
+
50363
|
41 |
+
]
|
42 |
+
],
|
43 |
+
"init_std": 0.02,
|
44 |
+
"is_encoder_decoder": true,
|
45 |
+
"mask_feature_length": 10,
|
46 |
+
"mask_feature_min_masks": 0,
|
47 |
+
"mask_feature_prob": 0.0,
|
48 |
+
"mask_time_length": 10,
|
49 |
+
"mask_time_min_masks": 2,
|
50 |
+
"mask_time_prob": 0.05,
|
51 |
+
"max_length": 448,
|
52 |
+
"max_source_positions": 1500,
|
53 |
+
"max_target_positions": 448,
|
54 |
+
"median_filter_width": 7,
|
55 |
+
"model_type": "whisper",
|
56 |
+
"num_hidden_layers": 6,
|
57 |
+
"num_mel_bins": 80,
|
58 |
+
"pad_token_id": 50257,
|
59 |
+
"scale_embedding": false,
|
60 |
+
"suppress_tokens": [],
|
61 |
+
"torch_dtype": "float32",
|
62 |
+
"transformers_version": "4.36.2",
|
63 |
+
"use_cache": false,
|
64 |
+
"use_weighted_layer_sum": false,
|
65 |
+
"vocab_size": 51865
|
66 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 290459230
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c7db4e2214a28443a06cff652c74096c09099b40c27961531ce632ea9c2eba8
|
3 |
size 290459230
|
runs/Jan13_17-59-56_instance-20240113-151743/events.out.tfevents.1705168799.instance-20240113-151743
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:151dbd9e72609bb52f80b310342a3b643a7e22922bdce4b31b5d139f17d3c4c2
|
3 |
+
size 13503
|