nandavikas16 commited on
Commit
e052ce1
·
verified ·
1 Parent(s): 788c77a

Model save

Browse files
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: facebook/bart-large-cnn
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: bart-large-cnn-finetuned-scope-summarization
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # bart-large-cnn-finetuned-scope-summarization
17
+
18
+ This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0626
21
+ - Rouge1: 71.1924
22
+ - Rouge2: 56.5743
23
+ - Rougel: 58.4583
24
+ - Rougelsum: 58.5974
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5.6e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 20
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
55
+ | 1.2505 | 1.0 | 13 | 0.6728 | 42.395 | 24.0426 | 32.0348 | 32.0715 |
56
+ | 0.6526 | 2.0 | 26 | 0.5205 | 48.8672 | 34.9826 | 40.7332 | 40.7674 |
57
+ | 0.5492 | 3.0 | 39 | 0.4153 | 54.2423 | 40.876 | 44.9622 | 44.9886 |
58
+ | 0.4827 | 4.0 | 52 | 0.3740 | 53.5596 | 39.3867 | 44.9257 | 45.057 |
59
+ | 0.4119 | 5.0 | 65 | 0.3762 | 52.0881 | 36.8225 | 40.5069 | 40.4043 |
60
+ | 0.3804 | 6.0 | 78 | 0.2344 | 57.5203 | 43.3466 | 46.4542 | 46.4936 |
61
+ | 0.3039 | 7.0 | 91 | 0.2151 | 57.6824 | 41.4977 | 45.5073 | 45.5051 |
62
+ | 0.2578 | 8.0 | 104 | 0.1730 | 61.3858 | 47.3075 | 52.4419 | 52.3631 |
63
+ | 0.2457 | 9.0 | 117 | 0.1536 | 64.3023 | 49.3955 | 52.6827 | 52.7162 |
64
+ | 0.1829 | 10.0 | 130 | 0.0971 | 66.5754 | 50.3852 | 55.1851 | 55.2008 |
65
+ | 0.1417 | 11.0 | 143 | 0.0924 | 68.1503 | 52.7339 | 57.7043 | 57.8818 |
66
+ | 0.0868 | 12.0 | 156 | 0.0604 | 71.9267 | 58.4041 | 63.0512 | 63.4469 |
67
+ | 0.071 | 13.0 | 169 | 0.0762 | 65.9864 | 50.9967 | 55.1759 | 55.5074 |
68
+ | 0.0494 | 14.0 | 182 | 0.0393 | 65.5931 | 51.3148 | 58.276 | 58.1242 |
69
+ | 0.0455 | 15.0 | 195 | 0.0660 | 70.7603 | 58.125 | 64.1561 | 64.1192 |
70
+ | 0.0348 | 16.0 | 208 | 0.0579 | 69.4807 | 55.6829 | 60.014 | 60.1088 |
71
+ | 0.0267 | 17.0 | 221 | 0.0711 | 73.3778 | 58.7117 | 58.6246 | 58.8468 |
72
+ | 0.0235 | 18.0 | 234 | 0.0643 | 73.5436 | 58.5648 | 58.4584 | 58.6235 |
73
+ | 0.0207 | 19.0 | 247 | 0.0665 | 72.4756 | 57.2448 | 59.1107 | 59.2048 |
74
+ | 0.0177 | 20.0 | 260 | 0.0626 | 71.1924 | 56.5743 | 58.4583 | 58.5974 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.38.1
80
+ - Pytorch 2.2.1+cu121
81
+ - Datasets 2.17.1
82
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/bart-large-cnn",
3
+ "_num_labels": 3,
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "gelu",
6
+ "add_final_layer_norm": false,
7
+ "architectures": [
8
+ "BartForConditionalGeneration"
9
+ ],
10
+ "attention_dropout": 0.0,
11
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.0,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 1024,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 4096,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 12,
19
+ "decoder_start_token_id": 2,
20
+ "dropout": 0.1,
21
+ "early_stopping": true,
22
+ "encoder_attention_heads": 16,
23
+ "encoder_ffn_dim": 4096,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 12,
26
+ "eos_token_id": 2,
27
+ "force_bos_token_to_be_generated": true,
28
+ "forced_bos_token_id": 0,
29
+ "forced_eos_token_id": 2,
30
+ "gradient_checkpointing": false,
31
+ "id2label": {
32
+ "0": "LABEL_0",
33
+ "1": "LABEL_1",
34
+ "2": "LABEL_2"
35
+ },
36
+ "init_std": 0.02,
37
+ "is_encoder_decoder": true,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1,
41
+ "LABEL_2": 2
42
+ },
43
+ "length_penalty": 2.0,
44
+ "max_length": 142,
45
+ "max_position_embeddings": 1024,
46
+ "min_length": 56,
47
+ "model_type": "bart",
48
+ "no_repeat_ngram_size": 3,
49
+ "normalize_before": false,
50
+ "num_beams": 4,
51
+ "num_hidden_layers": 12,
52
+ "output_past": true,
53
+ "pad_token_id": 1,
54
+ "prefix": " ",
55
+ "pretraining_tp": 1,
56
+ "scale_embedding": false,
57
+ "task_specific_params": {
58
+ "summarization": {
59
+ "early_stopping": true,
60
+ "length_penalty": 2.0,
61
+ "max_length": 142,
62
+ "min_length": 56,
63
+ "no_repeat_ngram_size": 3,
64
+ "num_beams": 4
65
+ }
66
+ },
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.38.1",
69
+ "use_cache": false,
70
+ "vocab_size": 50264
71
+ }
generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "early_stopping": true,
5
+ "eos_token_id": 2,
6
+ "forced_bos_token_id": 0,
7
+ "forced_eos_token_id": 2,
8
+ "length_penalty": 2.0,
9
+ "max_length": 142,
10
+ "min_length": 56,
11
+ "no_repeat_ngram_size": 3,
12
+ "num_beams": 4,
13
+ "pad_token_id": 1,
14
+ "transformers_version": "4.38.1",
15
+ "use_cache": false
16
+ }
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:3c31906da7aae2488e6e9356f0310bc8d4f8e1434a3d149d5a222d0f59e1b3ce
3
+ size 1625422896
runs/Feb26_11-57-25_n32kzn262d/events.out.tfevents.1708948968.n32kzn262d.530.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1d4356d3b12c87b4fe8b6043d45dabc3e92a430d03226c839708a6fcf9d38d9
3
+ size 19940
runs/Feb26_11-57-25_n32kzn262d/events.out.tfevents.1708949527.n32kzn262d.530.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fcfa4219a42b2e5fd8dfff38b13d93e8b49345736383bd985f0de47a8cd3d8c
3
+ size 514
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": "</s>",
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": "</s>",
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:ee54766065f691ab4aafe531cc926f6e9c064796a9a93c8566a511141812fda5
3
+ size 5112
vocab.json ADDED
The diff for this file is too large to render. See raw diff