dwb2023/Transformers-Workshop-BART-Summarization
Browse files
README.md
CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Rouge1: 0.
|
22 |
-
- Rouge2: 0.
|
23 |
-
- Rougel: 0.
|
24 |
-
- Rougelsum: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,14 +52,14 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
55 |
-
| 2.
|
56 |
-
| 2.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
| 1.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.8665
|
21 |
+
- Rouge1: 0.1884
|
22 |
+
- Rouge2: 0.1059
|
23 |
+
- Rougel: 0.1664
|
24 |
+
- Rougelsum: 0.1772
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
55 |
+
| 2.6095 | 1.0 | 63 | 1.9725 | 0.1592 | 0.0879 | 0.1436 | 0.1489 |
|
56 |
+
| 2.0568 | 2.0 | 126 | 1.8743 | 0.1945 | 0.1119 | 0.1714 | 0.1827 |
|
57 |
+
| 1.7918 | 3.0 | 189 | 1.8428 | 0.1867 | 0.1053 | 0.1638 | 0.1734 |
|
58 |
+
| 1.6358 | 4.0 | 252 | 1.8366 | 0.1873 | 0.1081 | 0.1664 | 0.1758 |
|
59 |
+
| 1.4646 | 5.0 | 315 | 1.8587 | 0.1915 | 0.1075 | 0.1684 | 0.1786 |
|
60 |
+
| 1.3943 | 6.0 | 378 | 1.8478 | 0.1824 | 0.1056 | 0.1619 | 0.1706 |
|
61 |
+
| 1.2954 | 7.0 | 441 | 1.8752 | 0.1897 | 0.1079 | 0.1662 | 0.1764 |
|
62 |
+
| 1.2544 | 8.0 | 504 | 1.8665 | 0.1884 | 0.1059 | 0.1664 | 0.1772 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 557912620
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6915287852a88d01ef829451b3f64f3bb6d2810627980706c3291740f1132cd
|
3 |
size 557912620
|
runs/May26_22-28-05_01c46465b667/events.out.tfevents.1716762485.01c46465b667.229.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b037ab40c8b6d6a845ead8664971180431447af7babf19a4731d7b663fca776d
|
3 |
+
size 11923
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7a0276a926995e54d734e0fd590e31b12a700714cfa052951f07966707b5ddf
|
3 |
size 5304
|