Training in progress, step 1000
Browse files
config.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
| 12 |
50257
|
| 13 |
],
|
| 14 |
"bos_token_id": 50257,
|
|
|
|
| 15 |
"d_model": 768,
|
| 16 |
"decoder_attention_heads": 12,
|
| 17 |
"decoder_ffn_dim": 3072,
|
|
@@ -43,7 +44,8 @@
|
|
| 43 |
"scale_embedding": false,
|
| 44 |
"suppress_tokens": [],
|
| 45 |
"torch_dtype": "float32",
|
| 46 |
-
"transformers_version": "4.
|
| 47 |
"use_cache": true,
|
|
|
|
| 48 |
"vocab_size": 51865
|
| 49 |
}
|
|
|
|
| 12 |
50257
|
| 13 |
],
|
| 14 |
"bos_token_id": 50257,
|
| 15 |
+
"classifier_proj_size": 256,
|
| 16 |
"d_model": 768,
|
| 17 |
"decoder_attention_heads": 12,
|
| 18 |
"decoder_ffn_dim": 3072,
|
|
|
|
| 44 |
"scale_embedding": false,
|
| 45 |
"suppress_tokens": [],
|
| 46 |
"torch_dtype": "float32",
|
| 47 |
+
"transformers_version": "4.30.0.dev0",
|
| 48 |
"use_cache": true,
|
| 49 |
+
"use_weighted_layer_sum": false,
|
| 50 |
"vocab_size": 51865
|
| 51 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 967102601
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:021c9b9912646589ead3caba86161849b7f65a6dcdbab9e9b83ecf098613a919
|
| 3 |
size 967102601
|
runs/May21_19-15-28_PC-TEOHA/1684667928.2712545/events.out.tfevents.1684667928.PC-TEOHA.11206.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31060a19fd3d6c2f6eaac5c89f3c3b9dcd72eb9be614c490dd869d1e058dcb00
|
| 3 |
+
size 6205
|
runs/May21_19-15-28_PC-TEOHA/events.out.tfevents.1684667928.PC-TEOHA.11206.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2436b15f0731fa1d747acab7b017ad44cd052607f1df69bc79266bbf5fa91d7d
|
| 3 |
+
size 11409
|
tokenizer_config.json
CHANGED
|
@@ -9,6 +9,7 @@
|
|
| 9 |
"rstrip": false,
|
| 10 |
"single_word": false
|
| 11 |
},
|
|
|
|
| 12 |
"eos_token": {
|
| 13 |
"__type": "AddedToken",
|
| 14 |
"content": "<|endoftext|>",
|
|
@@ -22,7 +23,6 @@
|
|
| 22 |
"pad_token": null,
|
| 23 |
"processor_class": "WhisperProcessor",
|
| 24 |
"return_attention_mask": false,
|
| 25 |
-
"special_tokens_map_file": null,
|
| 26 |
"tokenizer_class": "WhisperTokenizer",
|
| 27 |
"unk_token": {
|
| 28 |
"__type": "AddedToken",
|
|
|
|
| 9 |
"rstrip": false,
|
| 10 |
"single_word": false
|
| 11 |
},
|
| 12 |
+
"clean_up_tokenization_spaces": true,
|
| 13 |
"eos_token": {
|
| 14 |
"__type": "AddedToken",
|
| 15 |
"content": "<|endoftext|>",
|
|
|
|
| 23 |
"pad_token": null,
|
| 24 |
"processor_class": "WhisperProcessor",
|
| 25 |
"return_attention_mask": false,
|
|
|
|
| 26 |
"tokenizer_class": "WhisperTokenizer",
|
| 27 |
"unk_token": {
|
| 28 |
"__type": "AddedToken",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b27f74b434de112b563ad35647899bcebd618d391332d7d6e9c38a195860ece
|
| 3 |
+
size 4091
|