Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# TOSBert
|
2 |
|
3 |
This model is trained to classify clauses in Terms of Service (ToS) documents.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
library_name: transformers
|
7 |
+
pipeline_tag: text-classification
|
8 |
+
tags:
|
9 |
+
- tos
|
10 |
+
- terms of services
|
11 |
+
- bert
|
12 |
+
---
|
13 |
# TOSBert
|
14 |
|
15 |
This model is trained to classify clauses in Terms of Service (ToS) documents.
|