End of training
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
base_model: facebook/bart-base
|
3 |
library_name: peft
|
4 |
license: apache-2.0
|
|
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
@@ -16,16 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
-
|
25 |
-
- eval_runtime: 274.0416
|
26 |
-
- eval_samples_per_second: 3.649
|
27 |
-
- eval_steps_per_second: 3.649
|
28 |
-
- step: 0
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -55,6 +53,18 @@ The following hyperparameters were used during training:
|
|
55 |
- num_epochs: 6
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
### Framework versions
|
59 |
|
60 |
- PEFT 0.12.0
|
|
|
2 |
base_model: facebook/bart-base
|
3 |
library_name: peft
|
4 |
license: apache-2.0
|
5 |
+
metrics:
|
6 |
+
- rouge
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
|
|
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: 3.3826
|
22 |
+
- Rouge1: 0.2498
|
23 |
+
- Rouge2: 0.0937
|
24 |
+
- Rougel: 0.1992
|
25 |
+
- Rougelsum: 0.2218
|
26 |
+
- Gen Len: 18.217
|
|
|
|
|
|
|
|
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
53 |
- num_epochs: 6
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
+
### Training results
|
57 |
+
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
59 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
60 |
+
| 2.7195 | 1.0 | 1250 | 3.3721 | 0.2478 | 0.0885 | 0.1948 | 0.219 | 18.949 |
|
61 |
+
| 2.6054 | 2.0 | 2500 | 3.3830 | 0.251 | 0.0932 | 0.1977 | 0.2222 | 18.61 |
|
62 |
+
| 2.572 | 3.0 | 3750 | 3.3801 | 0.251 | 0.092 | 0.1978 | 0.2222 | 18.472 |
|
63 |
+
| 2.5529 | 4.0 | 5000 | 3.3811 | 0.2495 | 0.0927 | 0.1992 | 0.2215 | 18.222 |
|
64 |
+
| 2.5453 | 5.0 | 6250 | 3.3833 | 0.2496 | 0.0918 | 0.1983 | 0.2219 | 18.318 |
|
65 |
+
| 2.5151 | 6.0 | 7500 | 3.3826 | 0.2498 | 0.0937 | 0.1992 | 0.2218 | 18.217 |
|
66 |
+
|
67 |
+
|
68 |
### Framework versions
|
69 |
|
70 |
- PEFT 0.12.0
|
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:bf4f0ced6747d9e9da85346ffbaff2724a66710a27348da9e97ac430ef43c030
|
3 |
size 894624
|
runs/Jul26_17-27-14_eac2ae36916c/events.out.tfevents.1722015108.eac2ae36916c.3278.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99e00964cadfd9bdd04057f90d70550d60a21e4d5884615f1260b0406623e5c6
|
3 |
+
size 13283
|