EE21 commited on
Commit
b2a4380
1 Parent(s): 09e980a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -31,15 +31,21 @@ It achieves the following results on the evaluation set:
31
 
32
  ## Model description
33
 
34
- More information needed
35
 
36
  ## Intended uses & limitations
37
 
38
- More information needed
 
 
 
 
 
 
39
 
40
  ## Training and evaluation data
41
 
42
- More information needed
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