Commit
·
7abf559
1
Parent(s):
6c168ae
Training in progress, step 500
Browse files- config.json +75 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- runs/Dec13_10-21-40_9bfb7a1b058f/events.out.tfevents.1702463268.9bfb7a1b058f.651.0 +3 -0
- runs/Dec13_10-35-19_9bfb7a1b058f/events.out.tfevents.1702463748.9bfb7a1b058f.651.3 +3 -0
- runs/Dec13_10-36-53_9bfb7a1b058f/events.out.tfevents.1702463818.9bfb7a1b058f.651.4 +3 -0
- runs/Dec13_10-39-54_9bfb7a1b058f/events.out.tfevents.1702464000.9bfb7a1b058f.651.5 +3 -0
- runs/Dec13_10-44-33_9bfb7a1b058f/events.out.tfevents.1702464278.9bfb7a1b058f.651.6 +3 -0
- runs/Dec13_10-48-07_9bfb7a1b058f/events.out.tfevents.1702464489.9bfb7a1b058f.651.7 +3 -0
- runs/Dec13_10-49-55_9bfb7a1b058f/events.out.tfevents.1702464614.9bfb7a1b058f.651.8 +3 -0
- runs/Dec13_10-50-51_9bfb7a1b058f/events.out.tfevents.1702464655.9bfb7a1b058f.651.9 +3 -0
- runs/Dec13_11-04-26_9bfb7a1b058f/events.out.tfevents.1702465470.9bfb7a1b058f.14417.0 +3 -0
- runs/Dec13_11-06-44_9bfb7a1b058f/events.out.tfevents.1702465607.9bfb7a1b058f.14417.1 +3 -0
- runs/Dec13_11-10-26_9bfb7a1b058f/events.out.tfevents.1702465829.9bfb7a1b058f.14417.2 +3 -0
- special_tokens_map.json +15 -0
- tokenizer.json +0 -0
- tokenizer_config.json +57 -0
- training_args.bin +3 -0
- vocab.json +0 -0
config.json
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"BartForConditionalGeneration"
|
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": "LABEL_0",
|
32 |
+
"1": "LABEL_1",
|
33 |
+
"2": "LABEL_2"
|
34 |
+
},
|
35 |
+
"init_std": 0.02,
|
36 |
+
"is_encoder_decoder": true,
|
37 |
+
"label2id": {
|
38 |
+
"LABEL_0": 0,
|
39 |
+
"LABEL_1": 1,
|
40 |
+
"LABEL_2": 2
|
41 |
+
},
|
42 |
+
"max_position_embeddings": 1024,
|
43 |
+
"model_type": "bart",
|
44 |
+
"no_repeat_ngram_size": 3,
|
45 |
+
"normalize_before": false,
|
46 |
+
"normalize_embedding": true,
|
47 |
+
"num_beams": 4,
|
48 |
+
"num_hidden_layers": 6,
|
49 |
+
"pad_token_id": 1,
|
50 |
+
"scale_embedding": false,
|
51 |
+
"task_specific_params": {
|
52 |
+
"summarization": {
|
53 |
+
"length_penalty": 1.0,
|
54 |
+
"max_length": 128,
|
55 |
+
"min_length": 12,
|
56 |
+
"num_beams": 4
|
57 |
+
},
|
58 |
+
"summarization_cnn": {
|
59 |
+
"length_penalty": 2.0,
|
60 |
+
"max_length": 142,
|
61 |
+
"min_length": 56,
|
62 |
+
"num_beams": 4
|
63 |
+
},
|
64 |
+
"summarization_xsum": {
|
65 |
+
"length_penalty": 1.0,
|
66 |
+
"max_length": 62,
|
67 |
+
"min_length": 11,
|
68 |
+
"num_beams": 6
|
69 |
+
}
|
70 |
+
},
|
71 |
+
"torch_dtype": "float32",
|
72 |
+
"transformers_version": "4.35.2",
|
73 |
+
"use_cache": true,
|
74 |
+
"vocab_size": 50265
|
75 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:906a2f07a12dabdfe8a236ced020150a969717a43f5f98977345e6728ef479f1
|
3 |
+
size 557912620
|
runs/Dec13_10-21-40_9bfb7a1b058f/events.out.tfevents.1702463268.9bfb7a1b058f.651.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79a2960285624d607bfb4d0392fa0a229468d49f73dfce47376f3112516a5a86
|
3 |
+
size 10616
|
runs/Dec13_10-35-19_9bfb7a1b058f/events.out.tfevents.1702463748.9bfb7a1b058f.651.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6313cbcf1c59db976dcf41efa71b6e5c33807add6750b40fc13ec4a2f5670da9
|
3 |
+
size 5352
|
runs/Dec13_10-36-53_9bfb7a1b058f/events.out.tfevents.1702463818.9bfb7a1b058f.651.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b98e75d433cb92968d95daec16484c6bb6411b0df231cdab4ab0d834d6b4089e
|
3 |
+
size 5352
|
runs/Dec13_10-39-54_9bfb7a1b058f/events.out.tfevents.1702464000.9bfb7a1b058f.651.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f0b7c853a25cbc5f400d0d8145427f8e6f8729b0ff4de3aa057fe1c6c0e15f2
|
3 |
+
size 10616
|
runs/Dec13_10-44-33_9bfb7a1b058f/events.out.tfevents.1702464278.9bfb7a1b058f.651.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3221588dcedfe8d26a31a969b84007046671fbfd548c7dd48b29ec326ba21095
|
3 |
+
size 5199
|
runs/Dec13_10-48-07_9bfb7a1b058f/events.out.tfevents.1702464489.9bfb7a1b058f.651.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f13516f5bd1e740fccf9746e598b074f3d4e3be741da6c2f66d9b1df30fc81f
|
3 |
+
size 5199
|
runs/Dec13_10-49-55_9bfb7a1b058f/events.out.tfevents.1702464614.9bfb7a1b058f.651.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c675874306a3999f3c1d3952fa405adf56f5fae6712fcfd6cd823e13d29d6f49
|
3 |
+
size 5353
|
runs/Dec13_10-50-51_9bfb7a1b058f/events.out.tfevents.1702464655.9bfb7a1b058f.651.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c216781eaf5d1c9bcf8f666ea8a40f510802b84a1cd378e9c2b223b1ecbc9f97
|
3 |
+
size 5353
|
runs/Dec13_11-04-26_9bfb7a1b058f/events.out.tfevents.1702465470.9bfb7a1b058f.14417.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0821f32e88b3609ba1e315a86b2a7834ad28c3f97c26630474c601b52c88cd7
|
3 |
+
size 5603
|
runs/Dec13_11-06-44_9bfb7a1b058f/events.out.tfevents.1702465607.9bfb7a1b058f.14417.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a981edbe39b19acfba2b76d4b9ddfe274315f9fd8d48dd8fdb2a0b6ebeaddca
|
3 |
+
size 5603
|
runs/Dec13_11-10-26_9bfb7a1b058f/events.out.tfevents.1702465829.9bfb7a1b058f.14417.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e22559f9893adf6826aede29c50f23ce5c06c360541a7676fe99f5ee32a132d
|
3 |
+
size 6708
|
special_tokens_map.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": {
|
6 |
+
"content": "<mask>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<s>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<pad>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "</s>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<unk>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": true,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"50264": {
|
37 |
+
"content": "<mask>",
|
38 |
+
"lstrip": true,
|
39 |
+
"normalized": true,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
}
|
44 |
+
},
|
45 |
+
"bos_token": "<s>",
|
46 |
+
"clean_up_tokenization_spaces": true,
|
47 |
+
"cls_token": "<s>",
|
48 |
+
"eos_token": "</s>",
|
49 |
+
"errors": "replace",
|
50 |
+
"mask_token": "<mask>",
|
51 |
+
"model_max_length": 1024,
|
52 |
+
"pad_token": "<pad>",
|
53 |
+
"sep_token": "</s>",
|
54 |
+
"tokenizer_class": "BartTokenizer",
|
55 |
+
"trim_offsets": true,
|
56 |
+
"unk_token": "<unk>"
|
57 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d77da564f44265b2375898e2308d080a84afa2a49d6173c5bd9508321a2cd62e
|
3 |
+
size 4728
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|