Add training dataset to model card
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
# etsummerizer_v2
|
23 |
|
24 |
-
This model is a fine-tuned version of [sshleifer/distilbart-cnn-12-6](https://huggingface.co/sshleifer/distilbart-cnn-12-6) on
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.3484
|
27 |
- Rouge1: 0.5448
|
@@ -31,19 +31,13 @@ It achieves the following results on the evaluation set:
|
|
31 |
|
32 |
## Model description
|
33 |
|
34 |
-
This model was finetuned on legal text extracted from different terms and conditions documents.
|
35 |
in a simplified version lacking in legal jargon.
|
36 |
|
37 |
## Intended uses & limitations
|
38 |
|
39 |
As it is the second version of this model it effectively summerize legal text however, further training will be required to improve the simplification task.
|
40 |
|
41 |
-
## Training and evaluation data
|
42 |
-
|
43 |
-
More information needed
|
44 |
-
|
45 |
-
## Training procedure
|
46 |
-
|
47 |
### Training hyperparameters
|
48 |
|
49 |
The following hyperparameters were used during training:
|
|
|
21 |
|
22 |
# etsummerizer_v2
|
23 |
|
24 |
+
This model is a fine-tuned version of [sshleifer/distilbart-cnn-12-6](https://huggingface.co/sshleifer/distilbart-cnn-12-6) on [EasyTerms/Manuel_dataset](https://huggingface.co/datasets/EasyTerms/Manuel_dataset).
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.3484
|
27 |
- Rouge1: 0.5448
|
|
|
31 |
|
32 |
## Model description
|
33 |
|
34 |
+
This model was finetuned on legal text extracted from different terms and conditions documents. Its objective is to efficiently summerize such text and present the generation
|
35 |
in a simplified version lacking in legal jargon.
|
36 |
|
37 |
## Intended uses & limitations
|
38 |
|
39 |
As it is the second version of this model it effectively summerize legal text however, further training will be required to improve the simplification task.
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|