sraghavanvenkat0714
commited on
Commit
•
9f0d6d5
1
Parent(s):
b51511f
Model save
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Rouge1
|
25 |
type: rouge
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,12 +33,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the samsum dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Rouge1: 0.
|
38 |
-
- Rouge2: 0.
|
39 |
-
- Rougel: 0.
|
40 |
-
- Rougelsum: 0.
|
41 |
-
- Gen Len: 60.
|
42 |
|
43 |
## Model description
|
44 |
|
@@ -73,9 +73,12 @@ The following hyperparameters were used during training:
|
|
73 |
|
74 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
75 |
|:-------------:|:------:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
76 |
-
|
|
77 |
-
| 0.
|
78 |
-
| 0.
|
|
|
|
|
|
|
79 |
|
80 |
|
81 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Rouge1
|
25 |
type: rouge
|
26 |
+
value: 0.4139
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the samsum dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.3028
|
37 |
+
- Rouge1: 0.4139
|
38 |
+
- Rouge2: 0.2105
|
39 |
+
- Rougel: 0.3191
|
40 |
+
- Rougelsum: 0.3193
|
41 |
+
- Gen Len: 60.0134
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
73 |
|
74 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
75 |
|:-------------:|:------:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
76 |
+
| 2.9128 | 0.4344 | 100 | 0.3621 | 0.3984 | 0.1999 | 0.3038 | 0.3038 | 60.8888 |
|
77 |
+
| 0.3205 | 0.8689 | 200 | 0.3097 | 0.4102 | 0.2138 | 0.3186 | 0.3188 | 60.6345 |
|
78 |
+
| 0.2702 | 1.3033 | 300 | 0.3041 | 0.4159 | 0.211 | 0.3179 | 0.3179 | 60.077 |
|
79 |
+
| 0.251 | 1.7377 | 400 | 0.2964 | 0.4191 | 0.2154 | 0.3229 | 0.3233 | 59.9022 |
|
80 |
+
| 0.2262 | 2.1721 | 500 | 0.3055 | 0.4135 | 0.208 | 0.3178 | 0.3179 | 60.4132 |
|
81 |
+
| 0.1906 | 2.6066 | 600 | 0.3028 | 0.4139 | 0.2105 | 0.3191 | 0.3193 | 60.0134 |
|
82 |
|
83 |
|
84 |
### Framework versions
|