Training in progress, step 1500
Browse files- config.json +5 -5
- model.safetensors +1 -1
- tokenizer_config.json +1 -0
- training_args.bin +1 -1
- vocab.json +0 -0
config.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
6 |
"architectures": [
|
7 |
"WhisperForConditionalGeneration"
|
8 |
],
|
9 |
-
"attention_dropout": 0.
|
10 |
"begin_suppress_tokens": null,
|
11 |
"bos_token_id": 50257,
|
12 |
"classifier_proj_size": 256,
|
@@ -16,7 +16,7 @@
|
|
16 |
"decoder_layerdrop": 0.0,
|
17 |
"decoder_layers": 24,
|
18 |
"decoder_start_token_id": 50258,
|
19 |
-
"dropout": 0.
|
20 |
"encoder_attention_heads": 16,
|
21 |
"encoder_ffn_dim": 4096,
|
22 |
"encoder_layerdrop": 0.0,
|
@@ -54,8 +54,8 @@
|
|
54 |
"pad_token_id": 50257,
|
55 |
"scale_embedding": false,
|
56 |
"torch_dtype": "float32",
|
57 |
-
"transformers_version": "4.
|
58 |
-
"use_cache":
|
59 |
"use_weighted_layer_sum": false,
|
60 |
"vocab_size": 51865
|
61 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "openai/whisper-medium",
|
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,
|
|
|
16 |
"decoder_layerdrop": 0.0,
|
17 |
"decoder_layers": 24,
|
18 |
"decoder_start_token_id": 50258,
|
19 |
+
"dropout": 0.0,
|
20 |
"encoder_attention_heads": 16,
|
21 |
"encoder_ffn_dim": 4096,
|
22 |
"encoder_layerdrop": 0.0,
|
|
|
54 |
"pad_token_id": 50257,
|
55 |
"scale_embedding": false,
|
56 |
"torch_dtype": "float32",
|
57 |
+
"transformers_version": "4.49.0",
|
58 |
+
"use_cache": false,
|
59 |
"use_weighted_layer_sum": false,
|
60 |
"vocab_size": 51865
|
61 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3055544304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bc2b520bb6a186f14b4823d3cd0d9640cfc01f44e822e7d3357de727df18457
|
3 |
size 3055544304
|
tokenizer_config.json
CHANGED
@@ -12980,6 +12980,7 @@
|
|
12980 |
"clean_up_tokenization_spaces": true,
|
12981 |
"eos_token": "<|endoftext|>",
|
12982 |
"errors": "replace",
|
|
|
12983 |
"model_max_length": 1024,
|
12984 |
"pad_token": "<|endoftext|>",
|
12985 |
"processor_class": "WhisperProcessor",
|
|
|
12980 |
"clean_up_tokenization_spaces": true,
|
12981 |
"eos_token": "<|endoftext|>",
|
12982 |
"errors": "replace",
|
12983 |
+
"extra_special_tokens": {},
|
12984 |
"model_max_length": 1024,
|
12985 |
"pad_token": "<|endoftext|>",
|
12986 |
"processor_class": "WhisperProcessor",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f88ea3f15444244d82ebc4775904ed6e87f7fbf5d80c8cc37e3a2183ce839e07
|
3 |
size 5432
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|