CodeHima commited on
Commit
3365301
1 Parent(s): 58438a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -21,6 +21,14 @@ pipeline_tag: text-classification
21
 
22
  Tos-Roberta is a fine-tuned RoBERTa-large model designed to classify clauses in Terms of Service (ToS) documents based on their fairness level. The model categorizes clauses into three classes: clearly fair, potentially unfair, and clearly unfair.
23
 
 
 
 
 
 
 
 
 
24
  ## Key Features
25
 
26
  - Based on the RoBERTa-large architecture
 
21
 
22
  Tos-Roberta is a fine-tuned RoBERTa-large model designed to classify clauses in Terms of Service (ToS) documents based on their fairness level. The model categorizes clauses into three classes: clearly fair, potentially unfair, and clearly unfair.
23
 
24
+ ### Task
25
+
26
+ The model performs multi-class classification on individual sentences or clauses, categorizing them into three levels of unfairness:
27
+
28
+ 0. Clearly Fair
29
+ 1. Potentially Unfair
30
+ 2. Clearly Unfair
31
+
32
  ## Key Features
33
 
34
  - Based on the RoBERTa-large architecture