Training in progress, step 100
Browse files- .gitignore +1 -0
- config.json +42 -0
- preprocessor_config.json +0 -0
- pytorch_model.bin +3 -0
- runs/Nov21_11-49-44_voiceVM/1669031394.5176196/events.out.tfevents.1669031394.voiceVM.6024.29 +3 -0
- runs/Nov21_11-49-44_voiceVM/events.out.tfevents.1669031394.voiceVM.6024.28 +3 -0
- runs/Nov21_11-58-40_voiceVM/1669031926.8997035/events.out.tfevents.1669031926.voiceVM.6024.31 +3 -0
- runs/Nov21_11-58-40_voiceVM/events.out.tfevents.1669031926.voiceVM.6024.30 +3 -0
- runs/Nov22_04-43-50_voiceVM/1669092238.904095/events.out.tfevents.1669092238.voiceVM.1366837.1 +3 -0
- runs/Nov22_04-43-50_voiceVM/events.out.tfevents.1669092238.voiceVM.1366837.0 +3 -0
- runs/Nov22_04-44-55_voiceVM/1669092301.762353/events.out.tfevents.1669092301.voiceVM.1366837.3 +3 -0
- runs/Nov22_04-44-55_voiceVM/events.out.tfevents.1669092301.voiceVM.1366837.2 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "openai/whisper-base.en",
|
| 3 |
+
"activation_dropout": 0.0,
|
| 4 |
+
"activation_function": "gelu",
|
| 5 |
+
"architectures": [
|
| 6 |
+
"WhisperForConditionalGeneration"
|
| 7 |
+
],
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
+
"begin_suppress_tokens": [
|
| 10 |
+
220,
|
| 11 |
+
50256
|
| 12 |
+
],
|
| 13 |
+
"bos_token_id": 50257,
|
| 14 |
+
"d_model": 512,
|
| 15 |
+
"decoder_attention_heads": 8,
|
| 16 |
+
"decoder_ffn_dim": 2048,
|
| 17 |
+
"decoder_layerdrop": 0.0,
|
| 18 |
+
"decoder_layers": 6,
|
| 19 |
+
"decoder_start_token_id": 50257,
|
| 20 |
+
"dropout": 0.0,
|
| 21 |
+
"encoder_attention_heads": 8,
|
| 22 |
+
"encoder_ffn_dim": 2048,
|
| 23 |
+
"encoder_layerdrop": 0.0,
|
| 24 |
+
"encoder_layers": 6,
|
| 25 |
+
"eos_token_id": 50256,
|
| 26 |
+
"forced_decoder_ids": null,
|
| 27 |
+
"init_std": 0.02,
|
| 28 |
+
"is_encoder_decoder": true,
|
| 29 |
+
"max_length": 448,
|
| 30 |
+
"max_source_positions": 1500,
|
| 31 |
+
"max_target_positions": 448,
|
| 32 |
+
"model_type": "whisper",
|
| 33 |
+
"num_hidden_layers": 6,
|
| 34 |
+
"num_mel_bins": 80,
|
| 35 |
+
"pad_token_id": 50256,
|
| 36 |
+
"scale_embedding": false,
|
| 37 |
+
"suppress_tokens": [],
|
| 38 |
+
"torch_dtype": "float32",
|
| 39 |
+
"transformers_version": "4.24.0",
|
| 40 |
+
"use_cache": true,
|
| 41 |
+
"vocab_size": 51864
|
| 42 |
+
}
|
preprocessor_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32e3f5afaa556150a79c5ce175107aa33f979b51b38b4a1accc0cd5a840f948e
|
| 3 |
+
size 290454551
|
runs/Nov21_11-49-44_voiceVM/1669031394.5176196/events.out.tfevents.1669031394.voiceVM.6024.29
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b53d85fabecb30866eabad78c1872d2e38c584c2d6c45ce6c7211329cf85888d
|
| 3 |
+
size 5704
|
runs/Nov21_11-49-44_voiceVM/events.out.tfevents.1669031394.voiceVM.6024.28
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1261dd6073091ff5dbb55c52500071c173d919b46fc5ce675650acb91c3c36b9
|
| 3 |
+
size 4202
|
runs/Nov21_11-58-40_voiceVM/1669031926.8997035/events.out.tfevents.1669031926.voiceVM.6024.31
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fd7b55d30fee292d82b5a7e20b22438b322e4eac4d360ad5ce0750f9526f1ba
|
| 3 |
+
size 5707
|
runs/Nov21_11-58-40_voiceVM/events.out.tfevents.1669031926.voiceVM.6024.30
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5284a1785c9810b6a6abe9994419d3d03fc083c59f9109db87360d65978cc3e
|
| 3 |
+
size 4205
|
runs/Nov22_04-43-50_voiceVM/1669092238.904095/events.out.tfevents.1669092238.voiceVM.1366837.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffd4df95821bf4895d7fab11ad299bcee21dba39c8fdbf2b43d4138f4c7338dc
|
| 3 |
+
size 5704
|
runs/Nov22_04-43-50_voiceVM/events.out.tfevents.1669092238.voiceVM.1366837.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:712cf7404543772d29f5571d0be7e45c99505bde865391409c1617b566cc71bd
|
| 3 |
+
size 4202
|
runs/Nov22_04-44-55_voiceVM/1669092301.762353/events.out.tfevents.1669092301.voiceVM.1366837.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48ba484d9553b941d069790384cc8d436e75399534dc6d5f69cfcdc1d9f302c0
|
| 3 |
+
size 5704
|
runs/Nov22_04-44-55_voiceVM/events.out.tfevents.1669092301.voiceVM.1366837.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d39805b7e8e5710990899daa7974f6c0c0e04ecd295b315877107224b7961fc
|
| 3 |
+
size 5130
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1ef4ec3b70ad5efcb7cb689671329bc8f746b2b9cb3a7180d5046993b21c5c2
|
| 3 |
+
size 3503
|