End of training
Browse files- README.md +81 -0
- adapter_config.json +33 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +3 -0
- merges.txt +0 -0
- runs/Jul27_01-24-40_ip-10-192-12-20/events.out.tfevents.1722043497.ip-10-192-12-20.2551.0 +3 -0
- runs/Jul27_01-32-41_ip-10-192-12-20/events.out.tfevents.1722043964.ip-10-192-12-20.10233.0 +3 -0
- special_tokens_map.json +54 -0
- tokenizer.json +0 -0
- tokenizer_config.json +68 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: allenai/PRIMERA
|
3 |
+
library_name: peft
|
4 |
+
metrics:
|
5 |
+
- rouge
|
6 |
+
tags:
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: PRIMERA-lora-finetuned
|
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 |
+
# PRIMERA-lora-finetuned
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [allenai/PRIMERA](https://huggingface.co/allenai/PRIMERA) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.4326
|
21 |
+
- Rouge1: 13.8331
|
22 |
+
- Rouge2: 6.379
|
23 |
+
- Rougel: 11.3582
|
24 |
+
- Rougelsum: 13.0901
|
25 |
+
- Gen Len: 19.0217
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 2e-05
|
45 |
+
- train_batch_size: 2
|
46 |
+
- eval_batch_size: 2
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 16
|
51 |
+
- mixed_precision_training: Native AMP
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
56 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
|
57 |
+
| 1.9399 | 1.0 | 4725 | 1.6257 | 13.1779 | 5.0715 | 10.6386 | 11.9435 | 19.3478 |
|
58 |
+
| 1.8124 | 2.0 | 9450 | 1.5723 | 12.8712 | 5.1519 | 10.5072 | 11.9192 | 19.3478 |
|
59 |
+
| 1.7698 | 3.0 | 14175 | 1.5261 | 13.6339 | 5.5927 | 10.9273 | 12.3707 | 19.3478 |
|
60 |
+
| 1.7171 | 4.0 | 18900 | 1.4990 | 13.0984 | 6.164 | 10.9698 | 12.1863 | 19.6739 |
|
61 |
+
| 1.7096 | 5.0 | 23625 | 1.4832 | 12.7164 | 5.4214 | 10.3325 | 11.8134 | 19.3478 |
|
62 |
+
| 1.6889 | 6.0 | 28350 | 1.4743 | 13.0677 | 4.9162 | 10.3945 | 11.9299 | 19.3478 |
|
63 |
+
| 1.6667 | 7.0 | 33075 | 1.4652 | 13.8986 | 6.1753 | 10.9896 | 12.8072 | 19.3478 |
|
64 |
+
| 1.6836 | 8.0 | 37800 | 1.4573 | 13.0179 | 5.5771 | 10.4498 | 12.2198 | 19.0217 |
|
65 |
+
| 1.6611 | 9.0 | 42525 | 1.4523 | 12.8773 | 5.3502 | 10.294 | 11.9712 | 19.0217 |
|
66 |
+
| 1.6842 | 10.0 | 47250 | 1.4503 | 13.1982 | 5.0089 | 10.4547 | 12.2554 | 19.0217 |
|
67 |
+
| 1.6373 | 11.0 | 51975 | 1.4432 | 13.0444 | 5.533 | 10.3895 | 12.3086 | 19.0217 |
|
68 |
+
| 1.6882 | 12.0 | 56700 | 1.4408 | 13.7092 | 5.9873 | 11.1084 | 12.8159 | 19.3478 |
|
69 |
+
| 1.6707 | 13.0 | 61425 | 1.4395 | 13.6103 | 6.2231 | 10.7643 | 12.7343 | 19.0217 |
|
70 |
+
| 1.677 | 14.0 | 66150 | 1.4366 | 13.5232 | 6.3114 | 10.9432 | 12.7234 | 19.0217 |
|
71 |
+
| 1.6825 | 15.0 | 70875 | 1.4347 | 13.7907 | 6.1456 | 11.0682 | 12.803 | 19.0217 |
|
72 |
+
| 1.6516 | 16.0 | 75600 | 1.4326 | 13.8331 | 6.379 | 11.3582 | 13.0901 | 19.0217 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- PEFT 0.12.0
|
78 |
+
- Transformers 4.43.3
|
79 |
+
- Pytorch 2.2.1+cu121
|
80 |
+
- Datasets 2.20.0
|
81 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "allenai/PRIMERA",
|
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": 32,
|
14 |
+
"lora_dropout": 0.1,
|
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 |
+
"led.encoder.layers.0.self_attn.longformer_self_attn.value",
|
24 |
+
"led.encoder.layers.0.self_attn.longformer_self_attn.query",
|
25 |
+
"led.decoder.layers.0.self_attn.longformer_self_attn.query",
|
26 |
+
"led.decoder.layers.0.self_attn.longformer_self_attn.key",
|
27 |
+
"led.encoder.layers.0.self_attn.longformer_self_attn.key",
|
28 |
+
"led.decoder.layers.0.self_attn.longformer_self_attn.value"
|
29 |
+
],
|
30 |
+
"task_type": "SEQ_2_SEQ_LM",
|
31 |
+
"use_dora": false,
|
32 |
+
"use_rslora": false
|
33 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70c3a4458c2f788c96237cd7076fa2ec61334d0c437879a79c824f2ff9abc209
|
3 |
+
size 394184
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<doc-sep>": 50265
|
3 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
runs/Jul27_01-24-40_ip-10-192-12-20/events.out.tfevents.1722043497.ip-10-192-12-20.2551.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb402a05a3cd1a17feeae2a9658ba7b09e97f6e08f7c0cb01833829ce46f5b38
|
3 |
+
size 6618
|
runs/Jul27_01-32-41_ip-10-192-12-20/events.out.tfevents.1722043964.ip-10-192-12-20.10233.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f853b3bf227555169d1ecfd8909e56a0e2955fc0116688e8f1ab29df7a648ecc
|
3 |
+
size 47634
|
special_tokens_map.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<doc-sep>"
|
4 |
+
],
|
5 |
+
"bos_token": {
|
6 |
+
"content": "<s>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"cls_token": {
|
13 |
+
"content": "<s>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false
|
18 |
+
},
|
19 |
+
"eos_token": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": true,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false
|
25 |
+
},
|
26 |
+
"mask_token": {
|
27 |
+
"content": "<mask>",
|
28 |
+
"lstrip": true,
|
29 |
+
"normalized": false,
|
30 |
+
"rstrip": false,
|
31 |
+
"single_word": false
|
32 |
+
},
|
33 |
+
"pad_token": {
|
34 |
+
"content": "<pad>",
|
35 |
+
"lstrip": false,
|
36 |
+
"normalized": true,
|
37 |
+
"rstrip": false,
|
38 |
+
"single_word": false
|
39 |
+
},
|
40 |
+
"sep_token": {
|
41 |
+
"content": "</s>",
|
42 |
+
"lstrip": false,
|
43 |
+
"normalized": true,
|
44 |
+
"rstrip": false,
|
45 |
+
"single_word": false
|
46 |
+
},
|
47 |
+
"unk_token": {
|
48 |
+
"content": "<unk>",
|
49 |
+
"lstrip": false,
|
50 |
+
"normalized": true,
|
51 |
+
"rstrip": false,
|
52 |
+
"single_word": false
|
53 |
+
}
|
54 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"50265": {
|
45 |
+
"content": "<doc-sep>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
}
|
52 |
+
},
|
53 |
+
"additional_special_tokens": [
|
54 |
+
"<doc-sep>"
|
55 |
+
],
|
56 |
+
"bos_token": "<s>",
|
57 |
+
"clean_up_tokenization_spaces": true,
|
58 |
+
"cls_token": "<s>",
|
59 |
+
"eos_token": "</s>",
|
60 |
+
"errors": "replace",
|
61 |
+
"mask_token": "<mask>",
|
62 |
+
"model_max_length": 4096,
|
63 |
+
"pad_token": "<pad>",
|
64 |
+
"sep_token": "</s>",
|
65 |
+
"tokenizer_class": "LEDTokenizer",
|
66 |
+
"trim_offsets": true,
|
67 |
+
"unk_token": "<unk>"
|
68 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acdadcd856a43d8479cc1baebfbe80a32f17c3f83c64b6adc67261fa663f8a2c
|
3 |
+
size 5368
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|