Training in progress, step 10000
Browse files- config.json +47 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +0 -0
- preprocessor_config.json +14 -0
- runs/May09_12-49-53_p07/events.out.tfevents.1746791431.p07 +3 -0
- runs/May09_15-50-00_p07/events.out.tfevents.1746802206.p07 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "openai/whisper-large-v3",
|
| 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": null,
|
| 11 |
+
"bos_token_id": 50257,
|
| 12 |
+
"classifier_proj_size": 256,
|
| 13 |
+
"d_model": 1280,
|
| 14 |
+
"decoder_attention_heads": 20,
|
| 15 |
+
"decoder_ffn_dim": 5120,
|
| 16 |
+
"decoder_layerdrop": 0.0,
|
| 17 |
+
"decoder_layers": 32,
|
| 18 |
+
"decoder_start_token_id": 50258,
|
| 19 |
+
"dropout": 0.0,
|
| 20 |
+
"encoder_attention_heads": 20,
|
| 21 |
+
"encoder_ffn_dim": 5120,
|
| 22 |
+
"encoder_layerdrop": 0.0,
|
| 23 |
+
"encoder_layers": 32,
|
| 24 |
+
"eos_token_id": 50257,
|
| 25 |
+
"init_std": 0.02,
|
| 26 |
+
"is_encoder_decoder": true,
|
| 27 |
+
"mask_feature_length": 10,
|
| 28 |
+
"mask_feature_min_masks": 0,
|
| 29 |
+
"mask_feature_prob": 0.0,
|
| 30 |
+
"mask_time_length": 10,
|
| 31 |
+
"mask_time_min_masks": 2,
|
| 32 |
+
"mask_time_prob": 0.05,
|
| 33 |
+
"max_length": null,
|
| 34 |
+
"max_source_positions": 1500,
|
| 35 |
+
"max_target_positions": 448,
|
| 36 |
+
"median_filter_width": 7,
|
| 37 |
+
"model_type": "whisper",
|
| 38 |
+
"num_hidden_layers": 32,
|
| 39 |
+
"num_mel_bins": 128,
|
| 40 |
+
"pad_token_id": 50256,
|
| 41 |
+
"scale_embedding": false,
|
| 42 |
+
"torch_dtype": "float32",
|
| 43 |
+
"transformers_version": "4.48.2",
|
| 44 |
+
"use_cache": true,
|
| 45 |
+
"use_weighted_layer_sum": false,
|
| 46 |
+
"vocab_size": 51866
|
| 47 |
+
}
|
model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89a3094bf901457d352a564193352d86b00d9e199dd434c34642d233c0beb54a
|
| 3 |
+
size 4993448880
|
model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d44844b99c23290ceeb5d465ea6edcb5b71c8d8864a89caf858332fd5c61dc1
|
| 3 |
+
size 1180663192
|
model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chunk_length": 30,
|
| 3 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
| 4 |
+
"feature_size": 128,
|
| 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/May09_12-49-53_p07/events.out.tfevents.1746791431.p07
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e826532ff1ed3a4db428444a1a71c654975d179e4940ebad5e391bdc08440505
|
| 3 |
+
size 5817
|
runs/May09_15-50-00_p07/events.out.tfevents.1746802206.p07
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3729ab0af6930461a61a02319d5ab2557f0d9de2c56acfa3a2f2c3954329f084
|
| 3 |
+
size 7927
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a83db722bcbfb0c0daef044750fe3dd0037e24f160c4ef1cd18c02e83c39b5d
|
| 3 |
+
size 5496
|