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 [t5-small](https://huggingface.co/t5-small) on the billsum dataset.
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
-
- Loss: 2.
|
| 35 |
-
- Rouge1: 0.
|
| 36 |
-
- Rouge2: 0.
|
| 37 |
-
- Rougel: 0.
|
| 38 |
-
- Rougelsum: 0.
|
| 39 |
- Gen Len: 19.0
|
| 40 |
|
| 41 |
## Model description
|
|
@@ -68,15 +68,15 @@ The following hyperparameters were used during training:
|
|
| 68 |
|
| 69 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
| 70 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
| 71 |
-
| No log | 1.0 | 62 | 2.
|
| 72 |
-
| No log | 2.0 | 124 | 2.
|
| 73 |
-
| No log | 3.0 | 186 | 2.
|
| 74 |
-
| No log | 4.0 | 248 | 2.
|
| 75 |
|
| 76 |
|
| 77 |
### Framework versions
|
| 78 |
|
| 79 |
-
- Transformers 4.27.
|
| 80 |
- Pytorch 1.13.1+cu116
|
| 81 |
- Datasets 2.10.1
|
| 82 |
- Tokenizers 0.13.2
|
|
|
|
| 21 |
metrics:
|
| 22 |
- name: Rouge1
|
| 23 |
type: rouge
|
| 24 |
+
value: 0.137
|
| 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 [t5-small](https://huggingface.co/t5-small) on the billsum dataset.
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
+
- Loss: 2.5338
|
| 35 |
+
- Rouge1: 0.137
|
| 36 |
+
- Rouge2: 0.0454
|
| 37 |
+
- Rougel: 0.1117
|
| 38 |
+
- Rougelsum: 0.1115
|
| 39 |
- Gen Len: 19.0
|
| 40 |
|
| 41 |
## Model description
|
|
|
|
| 68 |
|
| 69 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
| 70 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
| 71 |
+
| No log | 1.0 | 62 | 2.8264 | 0.1238 | 0.0329 | 0.1023 | 0.102 | 19.0 |
|
| 72 |
+
| No log | 2.0 | 124 | 2.6147 | 0.1322 | 0.0413 | 0.1093 | 0.1094 | 19.0 |
|
| 73 |
+
| No log | 3.0 | 186 | 2.5518 | 0.135 | 0.0432 | 0.1095 | 0.1093 | 19.0 |
|
| 74 |
+
| No log | 4.0 | 248 | 2.5338 | 0.137 | 0.0454 | 0.1117 | 0.1115 | 19.0 |
|
| 75 |
|
| 76 |
|
| 77 |
### Framework versions
|
| 78 |
|
| 79 |
+
- Transformers 4.27.2
|
| 80 |
- Pytorch 1.13.1+cu116
|
| 81 |
- Datasets 2.10.1
|
| 82 |
- Tokenizers 0.13.2
|