Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ model-index:
|
|
| 18 |
- name: ClauseBERT
|
| 19 |
results:
|
| 20 |
- task:
|
| 21 |
-
type: text-classification
|
| 22 |
name: Text Classification
|
| 23 |
dataset:
|
| 24 |
name: CUAD
|
|
@@ -34,4 +34,18 @@ model-index:
|
|
| 34 |
value: 0.86
|
| 35 |
name: F1 Score
|
| 36 |
---
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
- name: ClauseBERT
|
| 19 |
results:
|
| 20 |
- task:
|
| 21 |
+
type: text-classification
|
| 22 |
name: Text Classification
|
| 23 |
dataset:
|
| 24 |
name: CUAD
|
|
|
|
| 34 |
value: 0.86
|
| 35 |
name: F1 Score
|
| 36 |
---
|
| 37 |
+
|
| 38 |
+
# Task description
|
| 39 |
+
ClauseBERT is trained on CUAD using a subset of the original 41 classes:
|
| 40 |
+
- Cap On Liability
|
| 41 |
+
- Other
|
| 42 |
+
- Audit Rights
|
| 43 |
+
- Governing Law
|
| 44 |
+
- Exclusivity
|
| 45 |
+
- Ip Ownership Assignment
|
| 46 |
+
- Non-Compete
|
| 47 |
+
- Termination For Convenience
|
| 48 |
+
- Renewal Term
|
| 49 |
+
- Liquidated Damages
|
| 50 |
+
|
| 51 |
+
More details can be found at the following [link](https://github.com/weiss25r/ClauseBERT)
|