End of training
Browse files- .gitignore +1 -0
- config.json +42 -0
- preprocessor_config.json +0 -0
- pytorch_model.bin +3 -0
- runs/Nov24_15-16-24_3340a61fc108/1669302994.835086/events.out.tfevents.1669302994.3340a61fc108.271761.6 +3 -0
- runs/Nov24_15-16-24_3340a61fc108/events.out.tfevents.1669302994.3340a61fc108.271761.5 +3 -0
- runs/Nov24_15-18-10_3340a61fc108/1669303109.2047207/events.out.tfevents.1669303109.3340a61fc108.286000.1 +3 -0
- runs/Nov24_15-18-10_3340a61fc108/events.out.tfevents.1669303109.3340a61fc108.286000.0 +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.25.0.dev0",
|
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:d97649a4143d0b8eaa40526680c171d17af27a22c311fbeeaaea862c82af2a5b
|
3 |
+
size 151097331
|
runs/Nov24_15-16-24_3340a61fc108/1669302994.835086/events.out.tfevents.1669302994.3340a61fc108.271761.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9561b47ccb1c1e6fc8a3103e927389f30a07aae79459d0e42cbc4f93274aa9e7
|
3 |
+
size 5759
|
runs/Nov24_15-16-24_3340a61fc108/events.out.tfevents.1669302994.3340a61fc108.271761.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a03ad523405bf97cfefb3e3382706cfbb33c24c6f4fda9a0760e4d22f9fb21ba
|
3 |
+
size 4136
|
runs/Nov24_15-18-10_3340a61fc108/1669303109.2047207/events.out.tfevents.1669303109.3340a61fc108.286000.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:845e36c7912d1c3ad1c52e1b465e556e43a6601f64d5063d80ce860fff7f5c65
|
3 |
+
size 5759
|
runs/Nov24_15-18-10_3340a61fc108/events.out.tfevents.1669303109.3340a61fc108.286000.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ba8f773c8656804f558e5806d02fe05aeff6de26baa6991c8a75ab269cacc18
|
3 |
+
size 9308
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5032f10c3f78438681c461ed33fcf25afbdd848872b13df2043dfe91e7eb9ee
|
3 |
+
size 3567
|