KellyShiiii
commited on
Commit
•
cfcb529
1
Parent(s):
63abe1b
update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Rouge1
|
23 |
type: rouge
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,11 +31,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [allenai/PRIMERA](https://huggingface.co/allenai/PRIMERA) on the crd3 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 3.
|
35 |
-
- Rouge1: 0.
|
36 |
-
- Rouge2: 0.
|
37 |
-
- Rougel: 0.
|
38 |
-
- Rougelsum: 0.
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -66,9 +66,9 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
69 |
-
| No log | 1.0 | 250 | 2.
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Rouge1
|
23 |
type: rouge
|
24 |
+
value: 0.1510358452879352
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [allenai/PRIMERA](https://huggingface.co/allenai/PRIMERA) on the crd3 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 3.8193
|
35 |
+
- Rouge1: 0.1510
|
36 |
+
- Rouge2: 0.0279
|
37 |
+
- Rougel: 0.1251
|
38 |
+
- Rougelsum: 0.1355
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
69 |
+
| No log | 1.0 | 250 | 2.9569 | 0.1762 | 0.0485 | 0.1525 | 0.1605 |
|
70 |
+
| 1.7993 | 2.0 | 500 | 3.4079 | 0.1612 | 0.0286 | 0.1367 | 0.1444 |
|
71 |
+
| 1.7993 | 3.0 | 750 | 3.8193 | 0.1510 | 0.0279 | 0.1251 | 0.1355 |
|
72 |
|
73 |
|
74 |
### Framework versions
|