Training in progress, step 500
Browse files- .ipynb_checkpoints/config-checkpoint.json +35 -0
- config.json +14 -6
- pytorch_model.bin +2 -2
- runs/May22_18-38-37_ngxqdzsc1d/events.out.tfevents.1684780724.ngxqdzsc1d.619.0 +2 -2
- runs/May23_17-09-18_nkgvrv3yge/1684861766.6704292/events.out.tfevents.1684861766.nkgvrv3yge.528.1 +3 -0
- runs/May23_17-09-18_nkgvrv3yge/events.out.tfevents.1684861766.nkgvrv3yge.528.0 +3 -0
- tokenizer.json +1 -6
- training_args.bin +1 -1
.ipynb_checkpoints/config-checkpoint.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/long-t5-tglobal-large",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LongT5ForConditionalGeneration"
|
| 5 |
+
],
|
| 6 |
+
"d_ff": 2816,
|
| 7 |
+
"d_kv": 64,
|
| 8 |
+
"d_model": 1024,
|
| 9 |
+
"decoder_start_token_id": 0,
|
| 10 |
+
"dense_act_fn": "gelu_new",
|
| 11 |
+
"dropout_rate": 0.1,
|
| 12 |
+
"encoder_attention_type": "transient-global",
|
| 13 |
+
"eos_token_id": 1,
|
| 14 |
+
"feed_forward_proj": "gated-gelu",
|
| 15 |
+
"global_block_size": 16,
|
| 16 |
+
"initializer_factor": 1.0,
|
| 17 |
+
"is_encoder_decoder": true,
|
| 18 |
+
"is_gated_act": true,
|
| 19 |
+
"layer_norm_epsilon": 1e-06,
|
| 20 |
+
"local_radius": 127,
|
| 21 |
+
"model_type": "longt5",
|
| 22 |
+
"n_positions": 4096,
|
| 23 |
+
"num_decoder_layers": 24,
|
| 24 |
+
"num_heads": 16,
|
| 25 |
+
"num_layers": 24,
|
| 26 |
+
"output_past": true,
|
| 27 |
+
"pad_token_id": 0,
|
| 28 |
+
"relative_attention_max_distance": 128,
|
| 29 |
+
"relative_attention_num_buckets": 32,
|
| 30 |
+
"tie_word_embeddings": false,
|
| 31 |
+
"torch_dtype": "float16",
|
| 32 |
+
"transformers_version": "4.28.0",
|
| 33 |
+
"use_cache": true,
|
| 34 |
+
"vocab_size": 32128
|
| 35 |
+
}
|
config.json
CHANGED
|
@@ -1,15 +1,17 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"LongT5ForConditionalGeneration"
|
| 5 |
],
|
| 6 |
-
"d_ff":
|
| 7 |
"d_kv": 64,
|
| 8 |
-
"d_model":
|
| 9 |
"decoder_start_token_id": 0,
|
| 10 |
"dense_act_fn": "gelu_new",
|
| 11 |
"dropout_rate": 0.1,
|
|
|
|
| 12 |
"encoder_attention_type": "transient-global",
|
|
|
|
| 13 |
"eos_token_id": 1,
|
| 14 |
"feed_forward_proj": "gated-gelu",
|
| 15 |
"global_block_size": 16,
|
|
@@ -17,16 +19,22 @@
|
|
| 17 |
"is_encoder_decoder": true,
|
| 18 |
"is_gated_act": true,
|
| 19 |
"layer_norm_epsilon": 1e-06,
|
|
|
|
| 20 |
"local_radius": 127,
|
|
|
|
|
|
|
| 21 |
"model_type": "longt5",
|
| 22 |
"n_positions": 4096,
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
|
|
|
|
|
|
| 26 |
"output_past": true,
|
| 27 |
"pad_token_id": 0,
|
| 28 |
"relative_attention_max_distance": 128,
|
| 29 |
"relative_attention_num_buckets": 32,
|
|
|
|
| 30 |
"tie_word_embeddings": false,
|
| 31 |
"torch_dtype": "float16",
|
| 32 |
"transformers_version": "4.28.0",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "pszemraj/long-t5-tglobal-base-16384-book-summary",
|
| 3 |
"architectures": [
|
| 4 |
"LongT5ForConditionalGeneration"
|
| 5 |
],
|
| 6 |
+
"d_ff": 2048,
|
| 7 |
"d_kv": 64,
|
| 8 |
+
"d_model": 768,
|
| 9 |
"decoder_start_token_id": 0,
|
| 10 |
"dense_act_fn": "gelu_new",
|
| 11 |
"dropout_rate": 0.1,
|
| 12 |
+
"early_stopping": true,
|
| 13 |
"encoder_attention_type": "transient-global",
|
| 14 |
+
"encoder_no_repeat_ngram_size": 4,
|
| 15 |
"eos_token_id": 1,
|
| 16 |
"feed_forward_proj": "gated-gelu",
|
| 17 |
"global_block_size": 16,
|
|
|
|
| 19 |
"is_encoder_decoder": true,
|
| 20 |
"is_gated_act": true,
|
| 21 |
"layer_norm_epsilon": 1e-06,
|
| 22 |
+
"length_penalty": 0.8,
|
| 23 |
"local_radius": 127,
|
| 24 |
+
"max_length": 512,
|
| 25 |
+
"min_length": 8,
|
| 26 |
"model_type": "longt5",
|
| 27 |
"n_positions": 4096,
|
| 28 |
+
"no_repeat_ngram_size": 3,
|
| 29 |
+
"num_beams": 2,
|
| 30 |
+
"num_decoder_layers": 12,
|
| 31 |
+
"num_heads": 12,
|
| 32 |
+
"num_layers": 12,
|
| 33 |
"output_past": true,
|
| 34 |
"pad_token_id": 0,
|
| 35 |
"relative_attention_max_distance": 128,
|
| 36 |
"relative_attention_num_buckets": 32,
|
| 37 |
+
"repetition_penalty": 3.5,
|
| 38 |
"tie_word_embeddings": false,
|
| 39 |
"torch_dtype": "float16",
|
| 40 |
"transformers_version": "4.28.0",
|
pytorch_model.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:1e00cc2e6089fcf5e470afffc7c1a7cc93de4e7b690f3483e13011d2e018ba73
|
| 3 |
+
size 495275635
|
runs/May22_18-38-37_ngxqdzsc1d/events.out.tfevents.1684780724.ngxqdzsc1d.619.0
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:b53f62b8d16cb39e3462324f6225563d11b732a4a167ef67e334dbdb3368b980
|
| 3 |
+
size 8492
|
runs/May23_17-09-18_nkgvrv3yge/1684861766.6704292/events.out.tfevents.1684861766.nkgvrv3yge.528.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d360d0bca33d4fa1b1358952782a7cfb411926a61d31cd77963960cd73350e5
|
| 3 |
+
size 6109
|
runs/May23_17-09-18_nkgvrv3yge/events.out.tfevents.1684861766.nkgvrv3yge.528.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5fb1b92d083400e701131582f41ab59c8dc07817e9ad48559dc21c7b74206d9
|
| 3 |
+
size 4738
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 1024,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3759
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83acaa6702fab7e980b43dd39870ee191665a8a296eba33f5e6e2734b25b1bf4
|
| 3 |
size 3759
|