Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# TOSRoberta-base
|
| 2 |
|
| 3 |
## Model Overview
|
|
@@ -106,4 +118,4 @@ print(f"Predicted Label: {predicted_label}")
|
|
| 106 |
|
| 107 |
The `TOSRoberta-base` model is a reliable tool for identifying unfair clauses in Terms of Service documents. While it performs well, it should be used in conjunction with expert analysis, particularly in legally sensitive contexts.
|
| 108 |
|
| 109 |
-
**Model Repository:** [CodeHima/TOSRoberta-base](https://huggingface.co/CodeHima/TOSRoberta-base)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- CodeHima/TOS_DatasetV3
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- precision
|
| 10 |
+
base_model: FacebookAI/roberta-base
|
| 11 |
+
pipeline_tag: text-classification
|
| 12 |
+
---
|
| 13 |
# TOSRoberta-base
|
| 14 |
|
| 15 |
## Model Overview
|
|
|
|
| 118 |
|
| 119 |
The `TOSRoberta-base` model is a reliable tool for identifying unfair clauses in Terms of Service documents. While it performs well, it should be used in conjunction with expert analysis, particularly in legally sensitive contexts.
|
| 120 |
|
| 121 |
+
**Model Repository:** [CodeHima/TOSRoberta-base](https://huggingface.co/CodeHima/TOSRoberta-base)
|