nedith22 commited on
Commit
e049559
1 Parent(s): 8586bda

End of training

Browse files
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: facebook/bart-large-cnn
3
+ library_name: peft
4
+ license: mit
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: fine_tuned_bart
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # fine_tuned_bart
16
+
17
+ This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.7075
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 4e-05
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 64
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 30
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | No log | 1.0 | 8 | 0.7205 |
54
+ | 0.4729 | 2.0 | 16 | 0.7109 |
55
+ | 0.4794 | 3.0 | 24 | 0.7048 |
56
+ | 0.4716 | 4.0 | 32 | 0.7081 |
57
+ | 0.476 | 5.0 | 40 | 0.7095 |
58
+ | 0.476 | 6.0 | 48 | 0.7174 |
59
+ | 0.4751 | 7.0 | 56 | 0.7050 |
60
+ | 0.4683 | 8.0 | 64 | 0.7047 |
61
+ | 0.4583 | 9.0 | 72 | 0.7058 |
62
+ | 0.474 | 10.0 | 80 | 0.7045 |
63
+ | 0.474 | 11.0 | 88 | 0.7062 |
64
+ | 0.4651 | 12.0 | 96 | 0.7047 |
65
+ | 0.4523 | 13.0 | 104 | 0.7028 |
66
+ | 0.4626 | 14.0 | 112 | 0.7049 |
67
+ | 0.4634 | 15.0 | 120 | 0.7067 |
68
+ | 0.4634 | 16.0 | 128 | 0.7091 |
69
+ | 0.4543 | 17.0 | 136 | 0.7087 |
70
+ | 0.4502 | 18.0 | 144 | 0.7084 |
71
+ | 0.4604 | 19.0 | 152 | 0.7098 |
72
+ | 0.4503 | 20.0 | 160 | 0.7065 |
73
+ | 0.4503 | 21.0 | 168 | 0.7046 |
74
+ | 0.4642 | 22.0 | 176 | 0.7033 |
75
+ | 0.4334 | 23.0 | 184 | 0.7029 |
76
+ | 0.4626 | 24.0 | 192 | 0.7037 |
77
+ | 0.4584 | 25.0 | 200 | 0.7046 |
78
+ | 0.4584 | 26.0 | 208 | 0.7063 |
79
+ | 0.4508 | 27.0 | 216 | 0.7075 |
80
+ | 0.4498 | 28.0 | 224 | 0.7078 |
81
+ | 0.4532 | 29.0 | 232 | 0.7077 |
82
+ | 0.4514 | 30.0 | 240 | 0.7075 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - PEFT 0.12.0
88
+ - Transformers 4.42.4
89
+ - Pytorch 2.3.1+cu121
90
+ - Datasets 2.20.0
91
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "facebook/bart-large-cnn",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "SEQ_2_SEQ_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:921c3968411a6d48bc21c7110c24790ec7dd20ab6d1c0041562d3b6ce3e4b9d6
3
+ size 9457520
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Jul28_08-48-33_afaa35a3d8be/events.out.tfevents.1722156583.afaa35a3d8be.1014.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80cd1d921cbd27c37097bc2f4d6fdb14d808a649fd5d1cb34a6d251ee2e33297
3
+ size 8324
runs/Jul28_09-11-55_afaa35a3d8be/events.out.tfevents.1722157927.afaa35a3d8be.1014.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b110d4ca99fd62525f0da29eca0602328fbf964992dde4fdff2d229f9941fe48
3
+ size 10484
runs/Jul28_09-23-38_afaa35a3d8be/events.out.tfevents.1722158663.afaa35a3d8be.1014.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a203768be408fd1cf71a4038490f123c2fb2d04cf0e8c4a7cd01383c16eb1ff
3
+ size 10137
runs/Jul28_09-30-06_afaa35a3d8be/events.out.tfevents.1722159018.afaa35a3d8be.1014.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5945f070da8c6bc84f094eb52d6df5f92fe5dd14392058e249d424b1b676f3d1
3
+ size 10488
runs/Jul28_09-37-21_afaa35a3d8be/events.out.tfevents.1722159454.afaa35a3d8be.1014.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac33aec85744e5f6f38efa65650a79762311dffbb37021d3beb2034d030f6861
3
+ size 19249
runs/Jul28_09-55-59_afaa35a3d8be/events.out.tfevents.1722160570.afaa35a3d8be.1014.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed2b1e36c53cb03812a552636fd591548d76d176627cd68fdf2965bb6dfe1c13
3
+ size 28044
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": 1000000000000000019884624838656,
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:f4e13a3688c1862a2c1c993539dabadce75b805463ef3d3da6c2ed82f7c73361
3
+ size 5112
vocab.json ADDED
The diff for this file is too large to render. See raw diff