Training in progress, step 1000
Browse files- .gitignore +1 -0
- config.json +42 -0
- preprocessor_config.json +0 -0
- pytorch_model.bin +3 -0
- runs/Dec08_15-40-39_150-136-95-73/1670514142.336062/events.out.tfevents.1670514142.150-136-95-73.206515.1 +3 -0
- runs/Dec08_15-40-39_150-136-95-73/events.out.tfevents.1670514142.150-136-95-73.206515.0 +3 -0
- runs/Dec08_15-51-03_150-136-95-73/1670514675.905731/events.out.tfevents.1670514675.150-136-95-73.206515.3 +3 -0
- runs/Dec08_15-51-03_150-136-95-73/events.out.tfevents.1670514675.150-136-95-73.206515.2 +3 -0
- runs/Dec08_16-20-34_150-136-95-73/1670516444.5513926/events.out.tfevents.1670516444.150-136-95-73.206515.5 +3 -0
- runs/Dec08_16-20-34_150-136-95-73/events.out.tfevents.1670516444.150-136-95-73.206515.4 +3 -0
- runs/Dec08_16-58-28_150-136-95-73/1670518726.33696/events.out.tfevents.1670518726.150-136-95-73.1736.1 +3 -0
- runs/Dec08_16-58-28_150-136-95-73/events.out.tfevents.1670518726.150-136-95-73.1736.0 +3 -0
- runs/Dec08_17-44-31_150-136-95-73/1670521481.4407625/events.out.tfevents.1670521481.150-136-95-73.1736.3 +3 -0
- runs/Dec08_17-44-31_150-136-95-73/events.out.tfevents.1670521481.150-136-95-73.1736.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-tiny",
|
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 |
+
50257
|
12 |
+
],
|
13 |
+
"bos_token_id": 50257,
|
14 |
+
"d_model": 384,
|
15 |
+
"decoder_attention_heads": 6,
|
16 |
+
"decoder_ffn_dim": 1536,
|
17 |
+
"decoder_layerdrop": 0.0,
|
18 |
+
"decoder_layers": 4,
|
19 |
+
"decoder_start_token_id": 50258,
|
20 |
+
"dropout": 0.0,
|
21 |
+
"encoder_attention_heads": 6,
|
22 |
+
"encoder_ffn_dim": 1536,
|
23 |
+
"encoder_layerdrop": 0.0,
|
24 |
+
"encoder_layers": 4,
|
25 |
+
"eos_token_id": 50257,
|
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": 4,
|
34 |
+
"num_mel_bins": 80,
|
35 |
+
"pad_token_id": 50257,
|
36 |
+
"scale_embedding": false,
|
37 |
+
"suppress_tokens": [],
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.24.0",
|
40 |
+
"use_cache": true,
|
41 |
+
"vocab_size": 51865
|
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:b8823c4b2301aea814c560d20ae7a53595b8d23a3950bf1471978395b017fa2d
|
3 |
+
size 151097331
|
runs/Dec08_15-40-39_150-136-95-73/1670514142.336062/events.out.tfevents.1670514142.150-136-95-73.206515.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d511176271c6f0c73543d656c802a6e385817cf09f3a9918ffffaee38b71ba5
|
3 |
+
size 5710
|
runs/Dec08_15-40-39_150-136-95-73/events.out.tfevents.1670514142.150-136-95-73.206515.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd29c47cec3561060b213e6aa65b850c0e54c5fa49c2b7cf7297c98217a22a1c
|
3 |
+
size 4209
|
runs/Dec08_15-51-03_150-136-95-73/1670514675.905731/events.out.tfevents.1670514675.150-136-95-73.206515.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:411ee9baecc9047051e14517ed50703ee2bd99f2ca879582070bc659224d9d88
|
3 |
+
size 5710
|
runs/Dec08_15-51-03_150-136-95-73/events.out.tfevents.1670514675.150-136-95-73.206515.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f81f837fb42c940e4d942e27ad616cf773a96bb4fb3ea5a1694426f1169bf000
|
3 |
+
size 4209
|
runs/Dec08_16-20-34_150-136-95-73/1670516444.5513926/events.out.tfevents.1670516444.150-136-95-73.206515.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c32cf157d803cbb99e39312f2661296b33f21efcd578630e04c01fd3a31bfc5
|
3 |
+
size 5710
|
runs/Dec08_16-20-34_150-136-95-73/events.out.tfevents.1670516444.150-136-95-73.206515.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc10e06fd293e80303b9285e9e6de1396894651e5c9463db05c59e6c59eedc4e
|
3 |
+
size 5921
|
runs/Dec08_16-58-28_150-136-95-73/1670518726.33696/events.out.tfevents.1670518726.150-136-95-73.1736.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1eb1a14939d360e0fbd6d4a2430be1e8cbfa4a157c844e28e261d112b997aaec
|
3 |
+
size 5710
|
runs/Dec08_16-58-28_150-136-95-73/events.out.tfevents.1670518726.150-136-95-73.1736.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfc919f9aa5cbedba4f1918bf61cf143aaa48ce02b6f1ed13cd33326e2f94d1f
|
3 |
+
size 10471
|
runs/Dec08_17-44-31_150-136-95-73/1670521481.4407625/events.out.tfevents.1670521481.150-136-95-73.1736.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb743aa0340d0be9704bb4228d42a94449eee73bf4392c73aa9f95c6806d4584
|
3 |
+
size 5710
|
runs/Dec08_17-44-31_150-136-95-73/events.out.tfevents.1670521481.150-136-95-73.1736.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14187ea3403fd0d8605c156f2795ddf6d2a5ab111d35f760556cf1948ceb3993
|
3 |
+
size 10789
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:903e261d6a0bc519eb8b3d0d45dbecb38bd7d00ed1569a3a2b6457d00ed19f5f
|
3 |
+
size 3503
|