Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +100 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Sep15_15-08-19_5cce2b8e64e7/1694790509.6814268/events.out.tfevents.1694790509.5cce2b8e64e7.3890.1 +3 -0
- runs/Sep15_15-08-19_5cce2b8e64e7/events.out.tfevents.1694790509.5cce2b8e64e7.3890.0 +3 -0
- runs/Sep15_15-13-58_5cce2b8e64e7/1694790842.0705273/events.out.tfevents.1694790842.5cce2b8e64e7.3890.3 +3 -0
- runs/Sep15_15-13-58_5cce2b8e64e7/events.out.tfevents.1694790842.5cce2b8e64e7.3890.2 +3 -0
- runs/Sep15_15-18-43_5cce2b8e64e7/1694791127.0116086/events.out.tfevents.1694791127.5cce2b8e64e7.3890.5 +3 -0
- runs/Sep15_15-18-43_5cce2b8e64e7/events.out.tfevents.1694791127.5cce2b8e64e7.3890.4 +3 -0
- runs/Sep15_15-19-47_5cce2b8e64e7/1694791190.6821525/events.out.tfevents.1694791190.5cce2b8e64e7.3890.7 +3 -0
- runs/Sep15_15-19-47_5cce2b8e64e7/events.out.tfevents.1694791190.5cce2b8e64e7.3890.6 +3 -0
- runs/Sep15_15-21-13_5cce2b8e64e7/1694791276.4555073/events.out.tfevents.1694791276.5cce2b8e64e7.3890.9 +3 -0
- runs/Sep15_15-21-13_5cce2b8e64e7/events.out.tfevents.1694791276.5cce2b8e64e7.3890.8 +3 -0
- runs/Sep15_15-22-22_5cce2b8e64e7/1694791345.686629/events.out.tfevents.1694791345.5cce2b8e64e7.3890.11 +3 -0
- runs/Sep15_15-22-22_5cce2b8e64e7/events.out.tfevents.1694791345.5cce2b8e64e7.3890.10 +3 -0
- runs/Sep15_15-23-31_5cce2b8e64e7/1694791414.5987568/events.out.tfevents.1694791414.5cce2b8e64e7.3890.13 +3 -0
- runs/Sep15_15-23-31_5cce2b8e64e7/events.out.tfevents.1694791414.5cce2b8e64e7.3890.12 +3 -0
- runs/Sep15_15-24-40_5cce2b8e64e7/1694791483.4786947/events.out.tfevents.1694791483.5cce2b8e64e7.3890.15 +3 -0
- runs/Sep15_15-24-40_5cce2b8e64e7/events.out.tfevents.1694791483.5cce2b8e64e7.3890.14 +3 -0
- special_tokens_map.json +51 -0
- tokenizer_config.json +64 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/bart-base",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
+
"activation_function": "gelu",
|
5 |
+
"add_bias_logits": false,
|
6 |
+
"add_final_layer_norm": false,
|
7 |
+
"architectures": [
|
8 |
+
"BartForSequenceClassification"
|
9 |
+
],
|
10 |
+
"attention_dropout": 0.1,
|
11 |
+
"bos_token_id": 0,
|
12 |
+
"classif_dropout": 0.1,
|
13 |
+
"classifier_dropout": 0.0,
|
14 |
+
"d_model": 768,
|
15 |
+
"decoder_attention_heads": 12,
|
16 |
+
"decoder_ffn_dim": 3072,
|
17 |
+
"decoder_layerdrop": 0.0,
|
18 |
+
"decoder_layers": 6,
|
19 |
+
"decoder_start_token_id": 2,
|
20 |
+
"dropout": 0.1,
|
21 |
+
"early_stopping": true,
|
22 |
+
"encoder_attention_heads": 12,
|
23 |
+
"encoder_ffn_dim": 3072,
|
24 |
+
"encoder_layerdrop": 0.0,
|
25 |
+
"encoder_layers": 6,
|
26 |
+
"eos_token_id": 2,
|
27 |
+
"forced_bos_token_id": 0,
|
28 |
+
"forced_eos_token_id": 2,
|
29 |
+
"gradient_checkpointing": false,
|
30 |
+
"id2label": {
|
31 |
+
"0": 0,
|
32 |
+
"1": 1,
|
33 |
+
"2": 2,
|
34 |
+
"3": 3,
|
35 |
+
"4": 4,
|
36 |
+
"5": 5,
|
37 |
+
"6": 6,
|
38 |
+
"7": 7,
|
39 |
+
"8": 8,
|
40 |
+
"9": 9,
|
41 |
+
"10": 10,
|
42 |
+
"11": 11,
|
43 |
+
"12": 12,
|
44 |
+
"13": 13,
|
45 |
+
"14": 14
|
46 |
+
},
|
47 |
+
"init_std": 0.02,
|
48 |
+
"is_encoder_decoder": true,
|
49 |
+
"label2id": {
|
50 |
+
"0": 0,
|
51 |
+
"1": 1,
|
52 |
+
"2": 2,
|
53 |
+
"3": 3,
|
54 |
+
"4": 4,
|
55 |
+
"5": 5,
|
56 |
+
"6": 6,
|
57 |
+
"7": 7,
|
58 |
+
"8": 8,
|
59 |
+
"9": 9,
|
60 |
+
"10": 10,
|
61 |
+
"11": 11,
|
62 |
+
"12": 12,
|
63 |
+
"13": 13,
|
64 |
+
"14": 14
|
65 |
+
},
|
66 |
+
"max_position_embeddings": 1024,
|
67 |
+
"model_type": "bart",
|
68 |
+
"no_repeat_ngram_size": 3,
|
69 |
+
"normalize_before": false,
|
70 |
+
"normalize_embedding": true,
|
71 |
+
"num_beams": 4,
|
72 |
+
"num_hidden_layers": 6,
|
73 |
+
"pad_token_id": 1,
|
74 |
+
"problem_type": "single_label_classification",
|
75 |
+
"scale_embedding": false,
|
76 |
+
"task_specific_params": {
|
77 |
+
"summarization": {
|
78 |
+
"length_penalty": 1.0,
|
79 |
+
"max_length": 128,
|
80 |
+
"min_length": 12,
|
81 |
+
"num_beams": 4
|
82 |
+
},
|
83 |
+
"summarization_cnn": {
|
84 |
+
"length_penalty": 2.0,
|
85 |
+
"max_length": 142,
|
86 |
+
"min_length": 56,
|
87 |
+
"num_beams": 4
|
88 |
+
},
|
89 |
+
"summarization_xsum": {
|
90 |
+
"length_penalty": 1.0,
|
91 |
+
"max_length": 62,
|
92 |
+
"min_length": 11,
|
93 |
+
"num_beams": 6
|
94 |
+
}
|
95 |
+
},
|
96 |
+
"torch_dtype": "float32",
|
97 |
+
"transformers_version": "4.28.0",
|
98 |
+
"use_cache": true,
|
99 |
+
"vocab_size": 50265
|
100 |
+
}
|
merges.txt
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:8cb2a03cc21d1b1a2f4500efae89083719e5b6ae1ac4dbdb15ea6016284a659c
|
3 |
+
size 560179561
|
runs/Sep15_15-08-19_5cce2b8e64e7/1694790509.6814268/events.out.tfevents.1694790509.5cce2b8e64e7.3890.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9527e3a65306af6d03d7407dec85764fcb9b1ef1537f0a1cb06fe3a1a77ec08
|
3 |
+
size 5897
|
runs/Sep15_15-08-19_5cce2b8e64e7/events.out.tfevents.1694790509.5cce2b8e64e7.3890.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd18614ce89d6bbcead198665701c06c3841859ca5af3a12532eefbddd65cd8f
|
3 |
+
size 5306
|
runs/Sep15_15-13-58_5cce2b8e64e7/1694790842.0705273/events.out.tfevents.1694790842.5cce2b8e64e7.3890.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8805c70514c802a578f27ff31319f662a86e09885990db433f4a7b522c97836e
|
3 |
+
size 5897
|
runs/Sep15_15-13-58_5cce2b8e64e7/events.out.tfevents.1694790842.5cce2b8e64e7.3890.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9e70dd2e6146cd9de15a532e5554e8e6a947f85a3d5ed49a78fe72e05ebb8ab
|
3 |
+
size 4819
|
runs/Sep15_15-18-43_5cce2b8e64e7/1694791127.0116086/events.out.tfevents.1694791127.5cce2b8e64e7.3890.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e1b0c19e520f6d1efb1b64f921c8f7375859cf301de7da6fdac1defbd306a94
|
3 |
+
size 5897
|
runs/Sep15_15-18-43_5cce2b8e64e7/events.out.tfevents.1694791127.5cce2b8e64e7.3890.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:082b57a29608dc4c5444a41a5da0fe22c50be4d535c5b51b18399721685e2a49
|
3 |
+
size 5360
|
runs/Sep15_15-19-47_5cce2b8e64e7/1694791190.6821525/events.out.tfevents.1694791190.5cce2b8e64e7.3890.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad9bc256d29cc31e86df579d8420e54555564fcfd3a3e7770c6f998caee38091
|
3 |
+
size 5897
|
runs/Sep15_15-19-47_5cce2b8e64e7/events.out.tfevents.1694791190.5cce2b8e64e7.3890.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5197ba8b114ed1eb3b824d170fd2b1e5cfd6786ee7c431edc128f80577b8d43
|
3 |
+
size 5409
|
runs/Sep15_15-21-13_5cce2b8e64e7/1694791276.4555073/events.out.tfevents.1694791276.5cce2b8e64e7.3890.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79144152e468c62b6c6b004edb5539736c82f5c41cca2bc6a0d59b4fade0b982
|
3 |
+
size 5897
|
runs/Sep15_15-21-13_5cce2b8e64e7/events.out.tfevents.1694791276.5cce2b8e64e7.3890.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e98ec6f41c236cb01fde7a8fcc5f5a3ba25bc4ea9379a347482e08380837e955
|
3 |
+
size 5409
|
runs/Sep15_15-22-22_5cce2b8e64e7/1694791345.686629/events.out.tfevents.1694791345.5cce2b8e64e7.3890.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a437501e17f24c4948d738e4720939244be5bb4d8e9ef73faee099afaf6026d
|
3 |
+
size 5897
|
runs/Sep15_15-22-22_5cce2b8e64e7/events.out.tfevents.1694791345.5cce2b8e64e7.3890.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c79a11b71bd8e56400563cb61eb91eb3e7ed250f6a649a503feb1270f8052408
|
3 |
+
size 5409
|
runs/Sep15_15-23-31_5cce2b8e64e7/1694791414.5987568/events.out.tfevents.1694791414.5cce2b8e64e7.3890.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:368023dbe1bc960a0b2f954a22ffc2ef14cbb21404c82cda6619e13ce947d8d9
|
3 |
+
size 5897
|
runs/Sep15_15-23-31_5cce2b8e64e7/events.out.tfevents.1694791414.5cce2b8e64e7.3890.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cf66adcd309339da5fabf06ee07d92ecb5e38a8e81538ed0035776190e5dfd3
|
3 |
+
size 4184
|
runs/Sep15_15-24-40_5cce2b8e64e7/1694791483.4786947/events.out.tfevents.1694791483.5cce2b8e64e7.3890.15
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91ad469fe85fb41103a94013fc1a183bd977b5772746d35ce83b71b3f113d1d8
|
3 |
+
size 5897
|
runs/Sep15_15-24-40_5cce2b8e64e7/events.out.tfevents.1694791483.5cce2b8e64e7.3890.14
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c5a3bd27a9f3f1da8e6767058c3d29b5ad3eb719276b4ee301aad33de1fc80c
|
3 |
+
size 5820
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "<s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": true,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "<mask>",
|
25 |
+
"lstrip": true,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "<pad>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "</s>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": true,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "<unk>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": true,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": {
|
4 |
+
"__type": "AddedToken",
|
5 |
+
"content": "<s>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false
|
10 |
+
},
|
11 |
+
"clean_up_tokenization_spaces": true,
|
12 |
+
"cls_token": {
|
13 |
+
"__type": "AddedToken",
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": true,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
},
|
20 |
+
"do_lower_case": false,
|
21 |
+
"eos_token": {
|
22 |
+
"__type": "AddedToken",
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false
|
28 |
+
},
|
29 |
+
"errors": "replace",
|
30 |
+
"mask_token": {
|
31 |
+
"__type": "AddedToken",
|
32 |
+
"content": "<mask>",
|
33 |
+
"lstrip": true,
|
34 |
+
"normalized": true,
|
35 |
+
"rstrip": false,
|
36 |
+
"single_word": false
|
37 |
+
},
|
38 |
+
"model_max_length": 1024,
|
39 |
+
"pad_token": {
|
40 |
+
"__type": "AddedToken",
|
41 |
+
"content": "<pad>",
|
42 |
+
"lstrip": false,
|
43 |
+
"normalized": true,
|
44 |
+
"rstrip": false,
|
45 |
+
"single_word": false
|
46 |
+
},
|
47 |
+
"sep_token": {
|
48 |
+
"__type": "AddedToken",
|
49 |
+
"content": "</s>",
|
50 |
+
"lstrip": false,
|
51 |
+
"normalized": true,
|
52 |
+
"rstrip": false,
|
53 |
+
"single_word": false
|
54 |
+
},
|
55 |
+
"tokenizer_class": "BartTokenizer",
|
56 |
+
"unk_token": {
|
57 |
+
"__type": "AddedToken",
|
58 |
+
"content": "<unk>",
|
59 |
+
"lstrip": false,
|
60 |
+
"normalized": true,
|
61 |
+
"rstrip": false,
|
62 |
+
"single_word": false
|
63 |
+
}
|
64 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b179cab78799685ec9c8716da9d42af3d2e6da28e6ded92c78c498d84b67d306
|
3 |
+
size 3643
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|