Commit
·
8bf383e
1
Parent(s):
60f93af
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +32 -0
- pytorch_model.bin +3 -0
- runs/Aug18_14-07-04_DESKTOP-SH88-S-K/events.out.tfevents.1692356855.DESKTOP-SH88-S-K.12072.0 +3 -0
- runs/Aug18_14-08-55_DESKTOP-SH88-S-K/events.out.tfevents.1692356943.DESKTOP-SH88-S-K.37528.0 +3 -0
- runs/Aug18_14-10-12_DESKTOP-SH88-S-K/events.out.tfevents.1692357020.DESKTOP-SH88-S-K.41520.0 +3 -0
- runs/Aug18_14-12-41_DESKTOP-SH88-S-K/events.out.tfevents.1692357170.DESKTOP-SH88-S-K.36276.0 +3 -0
- runs/Aug18_14-18-40_DESKTOP-SH88-S-K/events.out.tfevents.1692357529.DESKTOP-SH88-S-K.36276.1 +3 -0
- runs/Aug18_14-18-40_DESKTOP-SH88-S-K/events.out.tfevents.1692357556.DESKTOP-SH88-S-K.36276.2 +3 -0
- runs/Aug18_14-20-03_DESKTOP-SH88-S-K/events.out.tfevents.1692357615.DESKTOP-SH88-S-K.36276.3 +3 -0
- runs/Aug18_14-20-23_DESKTOP-SH88-S-K/events.out.tfevents.1692357631.DESKTOP-SH88-S-K.36276.4 +3 -0
- runs/Aug18_14-20-37_DESKTOP-SH88-S-K/events.out.tfevents.1692357644.DESKTOP-SH88-S-K.36276.5 +3 -0
- runs/Aug18_14-21-31_DESKTOP-SH88-S-K/events.out.tfevents.1692357701.DESKTOP-SH88-S-K.34888.0 +3 -0
- runs/Aug18_14-21-58_DESKTOP-SH88-S-K/events.out.tfevents.1692357725.DESKTOP-SH88-S-K.34888.1 +3 -0
- runs/Aug18_14-22-16_DESKTOP-SH88-S-K/events.out.tfevents.1692357743.DESKTOP-SH88-S-K.34888.2 +3 -0
- runs/Aug18_14-23-01_DESKTOP-SH88-S-K/events.out.tfevents.1692357791.DESKTOP-SH88-S-K.15892.0 +3 -0
- runs/Aug18_14-24-42_DESKTOP-SH88-S-K/events.out.tfevents.1692357894.DESKTOP-SH88-S-K.32708.0 +3 -0
- special_tokens_map.json +5 -0
- spiece.model +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +11 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "ukr-models/uk-summarizer",
|
3 |
+
"architectures": [
|
4 |
+
"T5ForConditionalGeneration"
|
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 |
+
"eos_token_id": 1,
|
13 |
+
"feed_forward_proj": "gated-gelu",
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"is_encoder_decoder": true,
|
16 |
+
"is_gated_act": true,
|
17 |
+
"layer_norm_epsilon": 1e-06,
|
18 |
+
"model_type": "t5",
|
19 |
+
"num_decoder_layers": 12,
|
20 |
+
"num_heads": 12,
|
21 |
+
"num_layers": 12,
|
22 |
+
"output_past": true,
|
23 |
+
"pad_token_id": 0,
|
24 |
+
"relative_attention_max_distance": 128,
|
25 |
+
"relative_attention_num_buckets": 32,
|
26 |
+
"tie_word_embeddings": false,
|
27 |
+
"tokenizer_class": "T5Tokenizer",
|
28 |
+
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.30.2",
|
30 |
+
"use_cache": false,
|
31 |
+
"vocab_size": 30000
|
32 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2350ae9af6c1bf530609c246d5b19ed80580a4c9fc24cd1a2dbfad0ad5eccd1
|
3 |
+
size 977334453
|
runs/Aug18_14-07-04_DESKTOP-SH88-S-K/events.out.tfevents.1692356855.DESKTOP-SH88-S-K.12072.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ab58ffcbdd62020f2aa4b992ce7dc006f70a21d6992fed7a2d279504f4401a7
|
3 |
+
size 4334
|
runs/Aug18_14-08-55_DESKTOP-SH88-S-K/events.out.tfevents.1692356943.DESKTOP-SH88-S-K.37528.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2c8d66d709bd24989a7040e98925f3f260965a29d823f49651160ba70c8e002
|
3 |
+
size 4334
|
runs/Aug18_14-10-12_DESKTOP-SH88-S-K/events.out.tfevents.1692357020.DESKTOP-SH88-S-K.41520.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:202fd8e7985d853d5495d0c49a0aeb47e9e8f7d88aee5eb6cf2e9435c8510b7c
|
3 |
+
size 4334
|
runs/Aug18_14-12-41_DESKTOP-SH88-S-K/events.out.tfevents.1692357170.DESKTOP-SH88-S-K.36276.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cf6fa7a2a14652e79eb209b3a0bc0fb51055c3b8705cad6c490735f42636649
|
3 |
+
size 4334
|
runs/Aug18_14-18-40_DESKTOP-SH88-S-K/events.out.tfevents.1692357529.DESKTOP-SH88-S-K.36276.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0168b1513408eb7f43a9deae0b1f039f5582961409a7224e1148e8ab78aa4a41
|
3 |
+
size 4333
|
runs/Aug18_14-18-40_DESKTOP-SH88-S-K/events.out.tfevents.1692357556.DESKTOP-SH88-S-K.36276.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ef08e76974a946cafae8bfc4354a1bce732871b88ea7ded6e6718c673d28292
|
3 |
+
size 4333
|
runs/Aug18_14-20-03_DESKTOP-SH88-S-K/events.out.tfevents.1692357615.DESKTOP-SH88-S-K.36276.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22174ea328a07f8c03316f3ed8983c3ff16651ab1c55af91d46eda553e4d32e8
|
3 |
+
size 4332
|
runs/Aug18_14-20-23_DESKTOP-SH88-S-K/events.out.tfevents.1692357631.DESKTOP-SH88-S-K.36276.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c4203dbf89e2528d09010937f42cff80891b5d3bc2b4e5c149e4447ac4121de
|
3 |
+
size 4333
|
runs/Aug18_14-20-37_DESKTOP-SH88-S-K/events.out.tfevents.1692357644.DESKTOP-SH88-S-K.36276.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af45dc5a684c0afa182b60d2008b943e35199e59a8ef17bb101c9e2818174aa6
|
3 |
+
size 4333
|
runs/Aug18_14-21-31_DESKTOP-SH88-S-K/events.out.tfevents.1692357701.DESKTOP-SH88-S-K.34888.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c603a4bd6d4b5c8b4e0722de815c526d4477d41a5f53e2b52711521fb0b47d76
|
3 |
+
size 4332
|
runs/Aug18_14-21-58_DESKTOP-SH88-S-K/events.out.tfevents.1692357725.DESKTOP-SH88-S-K.34888.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90145f2c17b50ae6f56a8612f74da311fb74e51b78c82ad04e1895673d32b022
|
3 |
+
size 4333
|
runs/Aug18_14-22-16_DESKTOP-SH88-S-K/events.out.tfevents.1692357743.DESKTOP-SH88-S-K.34888.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f911c303b83392e27f2c80b620a38f5460cfac14f908a5bc41e0e884a07dbaa
|
3 |
+
size 4333
|
runs/Aug18_14-23-01_DESKTOP-SH88-S-K/events.out.tfevents.1692357791.DESKTOP-SH88-S-K.15892.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbb9c6bfcb7a628c710c2d19a5714928966167d30bac692ddcaa656d8f6d8c09
|
3 |
+
size 4333
|
runs/Aug18_14-24-42_DESKTOP-SH88-S-K/events.out.tfevents.1692357894.DESKTOP-SH88-S-K.32708.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f78f145f1f01c292999b02085e105ef7c88b1ae90da5c46a86b0ea0dbea02a7
|
3 |
+
size 4333
|
special_tokens_map.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": "</s>",
|
3 |
+
"pad_token": "<pad>",
|
4 |
+
"unk_token": "<unk>"
|
5 |
+
}
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa8ea53d190098f2632bd1c44b62731a90a9257a96081183c1a361a24f7ea8ff
|
3 |
+
size 804017
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": null,
|
3 |
+
"clean_up_tokenization_spaces": true,
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"extra_ids": 0,
|
6 |
+
"model_max_length": 1000000000000000019884624838656,
|
7 |
+
"pad_token": "<pad>",
|
8 |
+
"sp_model_kwargs": {},
|
9 |
+
"tokenizer_class": "T5Tokenizer",
|
10 |
+
"unk_token": "<unk>"
|
11 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:030a70a4e2960242cc03cbb11831334aef1581b80cb0420863da09db8866af1d
|
3 |
+
size 4091
|