bart-summ-cnn
Browse files
README.md
CHANGED
@@ -3,16 +3,12 @@ license: apache-2.0
|
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
- medical
|
7 |
base_model: facebook/bart-base
|
8 |
metrics:
|
9 |
- rouge
|
10 |
model-index:
|
11 |
- name: bart-base-lora-summarization-medical
|
12 |
results: []
|
13 |
-
pipeline_tag: summarization
|
14 |
-
datasets:
|
15 |
-
- mystic-leung/medical_cord19
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -22,12 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
22 |
|
23 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
-
- Loss:
|
26 |
-
- Rouge1: 0.
|
27 |
-
- Rouge2: 0.
|
28 |
-
- Rougel: 0.
|
29 |
-
- Rougelsum: 0.
|
30 |
-
- Gen Len:
|
31 |
|
32 |
## Model description
|
33 |
|
@@ -61,17 +57,17 @@ The following hyperparameters were used during training:
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
63 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
64 |
-
| 2.
|
65 |
-
| 2.
|
66 |
-
| 2.
|
67 |
-
| 2.
|
68 |
-
| 2.
|
69 |
|
70 |
|
71 |
### Framework versions
|
72 |
|
73 |
- PEFT 0.10.0
|
74 |
-
- Transformers 4.40.
|
75 |
- Pytorch 2.2.1+cu121
|
76 |
-
- Datasets 2.19.
|
77 |
- Tokenizers 0.19.1
|
|
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
6 |
base_model: facebook/bart-base
|
7 |
metrics:
|
8 |
- rouge
|
9 |
model-index:
|
10 |
- name: bart-base-lora-summarization-medical
|
11 |
results: []
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.9722
|
22 |
+
- Rouge1: 0.2477
|
23 |
+
- Rouge2: 0.1026
|
24 |
+
- Rougel: 0.2035
|
25 |
+
- Rougelsum: 0.2273
|
26 |
+
- Gen Len: 20.0
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
59 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
60 |
+
| 2.3307 | 1.0 | 6250 | 2.0165 | 0.2521 | 0.1075 | 0.2081 | 0.2326 | 20.0 |
|
61 |
+
| 2.2746 | 2.0 | 12500 | 1.9848 | 0.2515 | 0.1071 | 0.2068 | 0.2313 | 20.0 |
|
62 |
+
| 2.2604 | 3.0 | 18750 | 1.9751 | 0.249 | 0.1048 | 0.2052 | 0.2291 | 20.0 |
|
63 |
+
| 2.2428 | 4.0 | 25000 | 1.9733 | 0.2482 | 0.1025 | 0.2037 | 0.2276 | 20.0 |
|
64 |
+
| 2.2448 | 5.0 | 31250 | 1.9722 | 0.2477 | 0.1026 | 0.2035 | 0.2273 | 20.0 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
68 |
|
69 |
- PEFT 0.10.0
|
70 |
+
- Transformers 4.40.1
|
71 |
- Pytorch 2.2.1+cu121
|
72 |
+
- Datasets 2.19.1
|
73 |
- Tokenizers 0.19.1
|
adapter_config.json
CHANGED
@@ -20,8 +20,8 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"
|
25 |
],
|
26 |
"task_type": "SEQ_2_SEQ_LM",
|
27 |
"use_dora": false,
|
|
|
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,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 894624
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e205009e38a14fa21377b1fcb0e6c32cad4781b8362226551c0f42fbec03ae87
|
3 |
size 894624
|
runs/May06_14-09-30_cbba6922c5b9/events.out.tfevents.1715004571.cbba6922c5b9.6877.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de5e49757b38fa789ccdd0442fa94158cde1c13996230bc29aff7ecd7f7e8a87
|
3 |
+
size 22204
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39cc62e693c5c5a9058e55e863579aca1509e3e6c2d2e6b35fa3dffb80b3d887
|
3 |
size 5176
|