Training in progress, step 1000
Browse files- config.json +52 -0
- model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/Jan02_17-42-52_Edge-Ai/events.out.tfevents.1704188572.Edge-Ai.19385.0 +3 -0
- runs/Jan02_17-47-45_Edge-Ai/events.out.tfevents.1704188865.Edge-Ai.20226.0 +3 -0
- runs/Jan02_18-03-13_Edge-Ai/events.out.tfevents.1704189793.Edge-Ai.20321.0 +3 -0
- runs/Jan02_18-12-46_Edge-Ai/events.out.tfevents.1704190367.Edge-Ai.20397.0 +3 -0
- runs/Jan02_18-22-20_Edge-Ai/events.out.tfevents.1704190940.Edge-Ai.20476.0 +3 -0
- runs/Jan02_18-36-09_Edge-Ai/events.out.tfevents.1704191770.Edge-Ai.20561.0 +3 -0
- runs/Jan02_18-40-53_Edge-Ai/events.out.tfevents.1704192054.Edge-Ai.20629.0 +3 -0
- runs/Jan02_18-42-22_Edge-Ai/events.out.tfevents.1704192143.Edge-Ai.20691.0 +3 -0
- runs/Jan03_10-41-32_Edge-Ai/events.out.tfevents.1704249693.Edge-Ai.2066.0 +3 -0
- runs/Jan03_11-48-24_Edge-Ai/events.out.tfevents.1704253704.Edge-Ai.2275.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/whisper-small",
|
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": 768,
|
17 |
+
"decoder_attention_heads": 12,
|
18 |
+
"decoder_ffn_dim": 3072,
|
19 |
+
"decoder_layerdrop": 0.0,
|
20 |
+
"decoder_layers": 12,
|
21 |
+
"decoder_start_token_id": 50258,
|
22 |
+
"dropout": 0.0,
|
23 |
+
"encoder_attention_heads": 12,
|
24 |
+
"encoder_ffn_dim": 3072,
|
25 |
+
"encoder_layerdrop": 0.0,
|
26 |
+
"encoder_layers": 12,
|
27 |
+
"eos_token_id": 50257,
|
28 |
+
"forced_decoder_ids": null,
|
29 |
+
"init_std": 0.02,
|
30 |
+
"is_encoder_decoder": true,
|
31 |
+
"mask_feature_length": 10,
|
32 |
+
"mask_feature_min_masks": 0,
|
33 |
+
"mask_feature_prob": 0.0,
|
34 |
+
"mask_time_length": 10,
|
35 |
+
"mask_time_min_masks": 2,
|
36 |
+
"mask_time_prob": 0.05,
|
37 |
+
"max_length": 448,
|
38 |
+
"max_source_positions": 1500,
|
39 |
+
"max_target_positions": 448,
|
40 |
+
"median_filter_width": 7,
|
41 |
+
"model_type": "whisper",
|
42 |
+
"num_hidden_layers": 12,
|
43 |
+
"num_mel_bins": 80,
|
44 |
+
"pad_token_id": 50257,
|
45 |
+
"scale_embedding": false,
|
46 |
+
"suppress_tokens": [],
|
47 |
+
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.36.2",
|
49 |
+
"use_cache": true,
|
50 |
+
"use_weighted_layer_sum": false,
|
51 |
+
"vocab_size": 51865
|
52 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2e43aa016b6abda2c7debb1dce7ea8d3e5ec3ace241822429d17bb8673812dd
|
3 |
+
size 966995080
|
preprocessor_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"chunk_length": 30,
|
3 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
4 |
+
"feature_size": 80,
|
5 |
+
"hop_length": 160,
|
6 |
+
"n_fft": 400,
|
7 |
+
"n_samples": 480000,
|
8 |
+
"nb_max_frames": 3000,
|
9 |
+
"padding_side": "right",
|
10 |
+
"padding_value": 0.0,
|
11 |
+
"processor_class": "WhisperProcessor",
|
12 |
+
"return_attention_mask": false,
|
13 |
+
"sampling_rate": 16000
|
14 |
+
}
|
runs/Jan02_17-42-52_Edge-Ai/events.out.tfevents.1704188572.Edge-Ai.19385.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ed4d2011d73fe2dbcef5e3dd805f05c67b07e6768c223c038db7aeeb346c02f
|
3 |
+
size 5182
|
runs/Jan02_17-47-45_Edge-Ai/events.out.tfevents.1704188865.Edge-Ai.20226.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4d30fbf06ac3d2a15dd64929d8baab5c417559b507cfd8620928747607a9d2b
|
3 |
+
size 5179
|
runs/Jan02_18-03-13_Edge-Ai/events.out.tfevents.1704189793.Edge-Ai.20321.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7f4859b85121c009529786add6b61bc12ebd6ad6243ddcf2f8ec3f76794671f
|
3 |
+
size 5179
|
runs/Jan02_18-12-46_Edge-Ai/events.out.tfevents.1704190367.Edge-Ai.20397.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1280ab157560325b24d423632f9799c36526481040cbd3506e9e4479aa66ae5d
|
3 |
+
size 5179
|
runs/Jan02_18-22-20_Edge-Ai/events.out.tfevents.1704190940.Edge-Ai.20476.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03cdd5cf42ae92276258815c0e47fe0208566cffa31386228fc884552f8854eb
|
3 |
+
size 5179
|
runs/Jan02_18-36-09_Edge-Ai/events.out.tfevents.1704191770.Edge-Ai.20561.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41da3b05992abbaad6d6f82458409c9941ad3dc04e76294ed673f70344791998
|
3 |
+
size 5179
|
runs/Jan02_18-40-53_Edge-Ai/events.out.tfevents.1704192054.Edge-Ai.20629.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ed97c51f1bcbcc31b186407d93a016021fc1ca7f700f37741db337f8b46956f
|
3 |
+
size 5179
|
runs/Jan02_18-42-22_Edge-Ai/events.out.tfevents.1704192143.Edge-Ai.20691.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b892d5e0e803cf9ce27d8821b34a132cdc24ee6043bbee7a16944b3fbe1b30d
|
3 |
+
size 5179
|
runs/Jan03_10-41-32_Edge-Ai/events.out.tfevents.1704249693.Edge-Ai.2066.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e56108722819140dcc8f114057516ca5aa737ad3fa4b827480e92ffdb4c84043
|
3 |
+
size 11444
|
runs/Jan03_11-48-24_Edge-Ai/events.out.tfevents.1704253704.Edge-Ai.2275.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:666b121d786cce64b2272c9b37ccd5506019f3af3f6392171738a502d7d0d65e
|
3 |
+
size 11762
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77a80f5c8eebe1defe5cad4234152b7d258132c7a68aa65df1be32aae367731a
|
3 |
+
size 4856
|