Update README.md
Browse files
README.md
CHANGED
@@ -31,15 +31,21 @@ It achieves the following results on the evaluation set:
|
|
31 |
|
32 |
## Model description
|
33 |
|
34 |
-
|
35 |
|
36 |
## Intended uses & limitations
|
37 |
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
## Training and evaluation data
|
41 |
|
42 |
-
|
43 |
|
44 |
## Training procedure
|
45 |
|
|
|
31 |
|
32 |
## Model description
|
33 |
|
34 |
+
BART-ToSSimplify is designed to generate summaries of Terms of Service documents.
|
35 |
|
36 |
## Intended uses & limitations
|
37 |
|
38 |
+
Intended Uses:
|
39 |
+
- Generating simplified summaries of Terms of Service agreements.
|
40 |
+
- Automating the summarization of legal documents for quick comprehension.
|
41 |
+
|
42 |
+
Limitations:
|
43 |
+
- This model is specifically designed for the English language and cannot be applied to other languages.
|
44 |
+
- The quality of generated summaries may vary based on the complexity of the source text.
|
45 |
|
46 |
## Training and evaluation data
|
47 |
|
48 |
+
BART-ToSSimplify was trained on a dataset consisting of summaries of various Terms of Service agreements. The dataset was collected and preprocessed to create a training and evaluation split.
|
49 |
|
50 |
## Training procedure
|
51 |
|