marcelomoreno26
commited on
Commit
•
db0c289
1
Parent(s):
e7cea06
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: facebook/bart-large
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
+
model-index:
|
10 |
+
- name: bart-large-samsum-2
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# bart-large-samsum-2
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.4648
|
22 |
+
- Rouge1: 0.4729
|
23 |
+
- Rouge2: 0.2361
|
24 |
+
- Rougel: 0.3953
|
25 |
+
- Rougelsum: 0.3947
|
26 |
+
- Gen Len: 18.0
|
27 |
+
|
28 |
+
## Model description
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Intended uses & limitations
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training and evaluation data
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Training procedure
|
41 |
+
|
42 |
+
### Training hyperparameters
|
43 |
+
|
44 |
+
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 2e-05
|
46 |
+
- train_batch_size: 8
|
47 |
+
- eval_batch_size: 8
|
48 |
+
- seed: 42
|
49 |
+
- gradient_accumulation_steps: 4
|
50 |
+
- total_train_batch_size: 32
|
51 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
+
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 10
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
59 |
+
| No log | 1.0 | 460 | 1.5889 | 0.4523 | 0.2142 | 0.3714 | 0.3708 | 18.0 |
|
60 |
+
| 2.2048 | 2.0 | 921 | 1.5293 | 0.4642 | 0.231 | 0.3875 | 0.3871 | 18.0 |
|
61 |
+
| 1.765 | 3.0 | 1381 | 1.4971 | 0.4662 | 0.2268 | 0.3864 | 0.3857 | 18.0 |
|
62 |
+
| 1.7019 | 4.0 | 1842 | 1.4893 | 0.471 | 0.2337 | 0.3934 | 0.3925 | 18.0 |
|
63 |
+
| 1.6734 | 5.0 | 2302 | 1.4844 | 0.4725 | 0.2338 | 0.3945 | 0.3937 | 18.0 |
|
64 |
+
| 1.6536 | 6.0 | 2763 | 1.4707 | 0.4717 | 0.2341 | 0.3935 | 0.3928 | 18.0 |
|
65 |
+
| 1.6493 | 7.0 | 3223 | 1.4746 | 0.4736 | 0.2357 | 0.3956 | 0.3947 | 18.0 |
|
66 |
+
| 1.6363 | 8.0 | 3684 | 1.4688 | 0.4731 | 0.2344 | 0.3937 | 0.393 | 18.0 |
|
67 |
+
| 1.6337 | 9.0 | 4144 | 1.4658 | 0.4725 | 0.2345 | 0.3937 | 0.393 | 18.0 |
|
68 |
+
| 1.6283 | 9.99 | 4600 | 1.4648 | 0.4729 | 0.2361 | 0.3953 | 0.3947 | 18.0 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- PEFT 0.10.1.dev0
|
74 |
+
- Transformers 4.39.3
|
75 |
+
- Pytorch 2.2.2
|
76 |
+
- Datasets 2.18.0
|
77 |
+
- Tokenizers 0.15.2
|