End of training
Browse files- README.md +90 -0
- adapter_config.json +36 -0
- adapter_model.safetensors +3 -0
- merges.txt +0 -0
- runs/Jul24_13-04-58_tardis/events.out.tfevents.1753355101.tardis.469056.0 +3 -0
- runs/Jul24_13-06-01_tardis/events.out.tfevents.1753355162.tardis.469549.0 +3 -0
- runs/Jul25_10-50-55_tardis/events.out.tfevents.1753433457.tardis.586938.0 +3 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +58 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: allenai/led-base-16384
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
+
- bleu
|
10 |
+
- precision
|
11 |
+
- recall
|
12 |
+
- f1
|
13 |
+
model-index:
|
14 |
+
- name: Lora_LED_sum_outcome
|
15 |
+
results: []
|
16 |
+
---
|
17 |
+
|
18 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
+
should probably proofread and complete it, then remove this comment. -->
|
20 |
+
|
21 |
+
# Lora_LED_sum_outcome
|
22 |
+
|
23 |
+
This model is a fine-tuned version of [allenai/led-base-16384](https://huggingface.co/allenai/led-base-16384) on an unknown dataset.
|
24 |
+
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 3.7163
|
26 |
+
- Rouge1: 0.3771
|
27 |
+
- Rouge2: 0.1486
|
28 |
+
- Rougel: 0.3048
|
29 |
+
- Rougelsum: 0.3041
|
30 |
+
- Gen Len: 26.78
|
31 |
+
- Bleu: 0.0676
|
32 |
+
- Precisions: 0.145
|
33 |
+
- Brevity Penalty: 0.7751
|
34 |
+
- Length Ratio: 0.7969
|
35 |
+
- Translation Length: 934.0
|
36 |
+
- Reference Length: 1172.0
|
37 |
+
- Precision: 0.8956
|
38 |
+
- Recall: 0.8849
|
39 |
+
- F1: 0.8901
|
40 |
+
- Hashcode: roberta-large_L17_no-idf_version=0.3.12(hug_trans=4.53.1)
|
41 |
+
|
42 |
+
## Model description
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Intended uses & limitations
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training and evaluation data
|
51 |
+
|
52 |
+
More information needed
|
53 |
+
|
54 |
+
## Training procedure
|
55 |
+
|
56 |
+
### Training hyperparameters
|
57 |
+
|
58 |
+
The following hyperparameters were used during training:
|
59 |
+
- learning_rate: 0.001
|
60 |
+
- train_batch_size: 8
|
61 |
+
- eval_batch_size: 8
|
62 |
+
- seed: 42
|
63 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
64 |
+
- lr_scheduler_type: linear
|
65 |
+
- num_epochs: 10
|
66 |
+
- mixed_precision_training: Native AMP
|
67 |
+
|
68 |
+
### Training results
|
69 |
+
|
70 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | Bleu | Precisions | Brevity Penalty | Length Ratio | Translation Length | Reference Length | Precision | Recall | F1 | Hashcode |
|
71 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|:------:|:----------:|:---------------:|:------------:|:------------------:|:----------------:|:---------:|:------:|:------:|:---------------------------------------------------------:|
|
72 |
+
| 8.5991 | 1.0 | 13 | 6.3567 | 0.296 | 0.0973 | 0.2568 | 0.2557 | 31.66 | 0.0456 | 0.0891 | 1.0 | 1.0751 | 1260.0 | 1172.0 | 0.8683 | 0.8666 | 0.8674 | roberta-large_L17_no-idf_version=0.3.12(hug_trans=4.53.1) |
|
73 |
+
| 5.6132 | 2.0 | 26 | 4.4329 | 0.3194 | 0.1255 | 0.2695 | 0.2708 | 27.78 | 0.0667 | 0.1161 | 0.9275 | 0.93 | 1090.0 | 1172.0 | 0.8859 | 0.8748 | 0.8802 | roberta-large_L17_no-idf_version=0.3.12(hug_trans=4.53.1) |
|
74 |
+
| 4.4029 | 3.0 | 39 | 3.8761 | 0.3541 | 0.147 | 0.2867 | 0.2869 | 26.3 | 0.0667 | 0.1404 | 0.7466 | 0.7739 | 907.0 | 1172.0 | 0.8938 | 0.8809 | 0.8871 | roberta-large_L17_no-idf_version=0.3.12(hug_trans=4.53.1) |
|
75 |
+
| 4.0321 | 4.0 | 52 | 3.7464 | 0.3456 | 0.1434 | 0.2907 | 0.2907 | 23.88 | 0.0623 | 0.1454 | 0.6813 | 0.7227 | 847.0 | 1172.0 | 0.897 | 0.8791 | 0.8878 | roberta-large_L17_no-idf_version=0.3.12(hug_trans=4.53.1) |
|
76 |
+
| 3.8606 | 5.0 | 65 | 3.7107 | 0.377 | 0.1448 | 0.2955 | 0.2954 | 28.08 | 0.0704 | 0.133 | 0.8931 | 0.8985 | 1053.0 | 1172.0 | 0.8909 | 0.8825 | 0.8866 | roberta-large_L17_no-idf_version=0.3.12(hug_trans=4.53.1) |
|
77 |
+
| 3.7497 | 6.0 | 78 | 3.7107 | 0.4101 | 0.177 | 0.3294 | 0.3289 | 26.58 | 0.0952 | 0.1707 | 0.7947 | 0.8131 | 953.0 | 1172.0 | 0.9017 | 0.8886 | 0.895 | roberta-large_L17_no-idf_version=0.3.12(hug_trans=4.53.1) |
|
78 |
+
| 3.6478 | 7.0 | 91 | 3.7065 | 0.3755 | 0.1524 | 0.3027 | 0.3025 | 27.6 | 0.0654 | 0.1417 | 0.81 | 0.8259 | 968.0 | 1172.0 | 0.8893 | 0.8847 | 0.8869 | roberta-large_L17_no-idf_version=0.3.12(hug_trans=4.53.1) |
|
79 |
+
| 3.5904 | 8.0 | 104 | 3.7081 | 0.3692 | 0.1483 | 0.3055 | 0.3046 | 27.86 | 0.0669 | 0.1372 | 0.8311 | 0.8439 | 989.0 | 1172.0 | 0.8911 | 0.8834 | 0.8871 | roberta-large_L17_no-idf_version=0.3.12(hug_trans=4.53.1) |
|
80 |
+
| 3.5673 | 9.0 | 117 | 3.7045 | 0.3724 | 0.1591 | 0.3096 | 0.3081 | 26.8 | 0.0701 | 0.1492 | 0.7667 | 0.7901 | 926.0 | 1172.0 | 0.8958 | 0.8851 | 0.8903 | roberta-large_L17_no-idf_version=0.3.12(hug_trans=4.53.1) |
|
81 |
+
| 3.5516 | 10.0 | 130 | 3.7163 | 0.3771 | 0.1486 | 0.3048 | 0.3041 | 26.78 | 0.0676 | 0.145 | 0.7751 | 0.7969 | 934.0 | 1172.0 | 0.8956 | 0.8849 | 0.8901 | roberta-large_L17_no-idf_version=0.3.12(hug_trans=4.53.1) |
|
82 |
+
|
83 |
+
|
84 |
+
### Framework versions
|
85 |
+
|
86 |
+
- PEFT 0.15.2
|
87 |
+
- Transformers 4.53.1
|
88 |
+
- Pytorch 2.7.0+cu126
|
89 |
+
- Datasets 3.6.0
|
90 |
+
- Tokenizers 0.21.1
|
adapter_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "allenai/led-base-16384",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 32,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.1,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 8,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"k_proj",
|
28 |
+
"v_proj",
|
29 |
+
"q_proj",
|
30 |
+
"out_proj"
|
31 |
+
],
|
32 |
+
"task_type": "SEQ_2_SEQ_LM",
|
33 |
+
"trainable_token_indices": null,
|
34 |
+
"use_dora": false,
|
35 |
+
"use_rslora": false
|
36 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cb64013c389c9e784e2b907eda5c9e83eebee7c74e98e54c35790deb099b4fc
|
3 |
+
size 2372496
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
runs/Jul24_13-04-58_tardis/events.out.tfevents.1753355101.tardis.469056.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58da1bc0bd1ea478d7605a8161ce58fa34a1232d97331e6747d5e7d67372b0c9
|
3 |
+
size 5593
|
runs/Jul24_13-06-01_tardis/events.out.tfevents.1753355162.tardis.469549.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0224463c4d6b4039235c2af8ed9184856f4d3de0c1243e7dd0962924cd89e744
|
3 |
+
size 5593
|
runs/Jul25_10-50-55_tardis/events.out.tfevents.1753433457.tardis.586938.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b573ee49c3b3ff77894a7b0ac4d5c25e59e0b5b87ca2c827ac0959c4ed0c0242
|
3 |
+
size 19361
|
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.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": false,
|
47 |
+
"cls_token": "<s>",
|
48 |
+
"eos_token": "</s>",
|
49 |
+
"errors": "replace",
|
50 |
+
"extra_special_tokens": {},
|
51 |
+
"mask_token": "<mask>",
|
52 |
+
"model_max_length": 16384,
|
53 |
+
"pad_token": "<pad>",
|
54 |
+
"sep_token": "</s>",
|
55 |
+
"tokenizer_class": "LEDTokenizer",
|
56 |
+
"trim_offsets": true,
|
57 |
+
"unk_token": "<unk>"
|
58 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f1ae0c722f8db17053cde485f3cd3eddff23c1cd47b814449e423d681e58dbf
|
3 |
+
size 5905
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|