Training in progress, step 500
Browse files- config.json +53 -0
- model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/May14_12-58-39_maxim-ubuntu3080/events.out.tfevents.1715680729.maxim-ubuntu3080.424821.0 +3 -0
- runs/May14_13-01-44_maxim-ubuntu3080/events.out.tfevents.1715680905.maxim-ubuntu3080.425152.0 +3 -0
- runs/May14_13-05-06_maxim-ubuntu3080/events.out.tfevents.1715681110.maxim-ubuntu3080.425509.0 +3 -0
- runs/May14_13-09-11_maxim-ubuntu3080/events.out.tfevents.1715681360.maxim-ubuntu3080.425858.0 +3 -0
- runs/May14_13-17-36_maxim-ubuntu3080/events.out.tfevents.1715681873.maxim-ubuntu3080.426334.0 +3 -0
- runs/May14_13-22-06_maxim-ubuntu3080/events.out.tfevents.1715682135.maxim-ubuntu3080.426884.0 +3 -0
- runs/May14_13-24-56_maxim-ubuntu3080/events.out.tfevents.1715682306.maxim-ubuntu3080.427144.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distil-whisper/distil-large-v2",
|
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": 1280,
|
17 |
+
"decoder_attention_heads": 20,
|
18 |
+
"decoder_ffn_dim": 5120,
|
19 |
+
"decoder_layerdrop": 0.0,
|
20 |
+
"decoder_layers": 2,
|
21 |
+
"decoder_start_token_id": 50258,
|
22 |
+
"dropout": 0.1,
|
23 |
+
"encoder_attention_heads": 20,
|
24 |
+
"encoder_ffn_dim": 5120,
|
25 |
+
"encoder_layerdrop": 0.0,
|
26 |
+
"encoder_layers": 32,
|
27 |
+
"eos_token_id": 50257,
|
28 |
+
"forced_decoder_ids": null,
|
29 |
+
"init_std": 0.02,
|
30 |
+
"is_encoder_decoder": true,
|
31 |
+
"low_cpu_mem_usage": true,
|
32 |
+
"mask_feature_length": 10,
|
33 |
+
"mask_feature_min_masks": 0,
|
34 |
+
"mask_feature_prob": 0.0,
|
35 |
+
"mask_time_length": 10,
|
36 |
+
"mask_time_min_masks": 2,
|
37 |
+
"mask_time_prob": 0.05,
|
38 |
+
"max_length": 448,
|
39 |
+
"max_source_positions": 1500,
|
40 |
+
"max_target_positions": 448,
|
41 |
+
"median_filter_width": 7,
|
42 |
+
"model_type": "whisper",
|
43 |
+
"num_hidden_layers": 32,
|
44 |
+
"num_mel_bins": 80,
|
45 |
+
"pad_token_id": 50257,
|
46 |
+
"scale_embedding": false,
|
47 |
+
"suppress_tokens": [],
|
48 |
+
"torch_dtype": "float16",
|
49 |
+
"transformers_version": "4.41.0.dev0",
|
50 |
+
"use_cache": true,
|
51 |
+
"use_weighted_layer_sum": false,
|
52 |
+
"vocab_size": 51865
|
53 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34296680ad5cd1a00c00782bf658bfff9078e8af3bcdd1e8ea86cfdad509556d
|
3 |
+
size 1645277768
|
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/May14_12-58-39_maxim-ubuntu3080/events.out.tfevents.1715680729.maxim-ubuntu3080.424821.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:103a0dcfe10d4c1e26d0f6e6c6250bf9e47759de0b677a0b130175e0f87fce2e
|
3 |
+
size 5665
|
runs/May14_13-01-44_maxim-ubuntu3080/events.out.tfevents.1715680905.maxim-ubuntu3080.425152.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14e718be2f6ae76be163a55c91dfd67a4982d9bf16060b9dc8ba20eab036103c
|
3 |
+
size 5666
|
runs/May14_13-05-06_maxim-ubuntu3080/events.out.tfevents.1715681110.maxim-ubuntu3080.425509.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1f8eb32034768cca35053391d652a0097bf7d4160a6200057b6b36ca1040d81
|
3 |
+
size 5667
|
runs/May14_13-09-11_maxim-ubuntu3080/events.out.tfevents.1715681360.maxim-ubuntu3080.425858.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e625b5ae909ae1f314057660496856d46529f988d040f5e25f4a681b10037415
|
3 |
+
size 5679
|
runs/May14_13-17-36_maxim-ubuntu3080/events.out.tfevents.1715681873.maxim-ubuntu3080.426334.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c2437dbbb9111c1fcc001a94b8dd9135ac3ac801d24ba6a0e951e189724a059
|
3 |
+
size 4184
|
runs/May14_13-22-06_maxim-ubuntu3080/events.out.tfevents.1715682135.maxim-ubuntu3080.426884.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4141b34add0032595a6690045eb625fc5582dbfc4bf864a54acd7126c3c88488
|
3 |
+
size 5679
|
runs/May14_13-24-56_maxim-ubuntu3080/events.out.tfevents.1715682306.maxim-ubuntu3080.427144.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ffb03870b520471557b81994d29e5b1e50e5ea446e86a94b9d0020b9a750dc7
|
3 |
+
size 10244
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b813b7f4bf916cd8173aab1914b7f6c9de748e70172b18ff9be00538c390a8ad
|
3 |
+
size 6840
|