File size: 931 Bytes
a8dbee8 0841680 05a71da 0841680 05a71da | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | ---
license: cc-by-4.0
datasets:
- theatticusproject/cuad
language:
- en
metrics:
- accuracy
- recall
- precision
- f1
base_model:
- google-bert/bert-base-uncased
tags:
- legal
model-index:
- name: ClauseBERT
results:
- task:
type: text-classification
name: Text Classification
dataset:
name: CUAD
type: theatticusproject/cuad
metrics:
- type: precision
value: 0.87
name: Precision
- type: recall
value: 0.86
name: Recall
- type: f1
value: 0.86
name: F1 Score
---
# Task description
ClauseBERT is trained on CUAD using a subset of the original 41 classes:
- Cap On Liability
- Other
- Audit Rights
- Governing Law
- Exclusivity
- Ip Ownership Assignment
- Non-Compete
- Termination For Convenience
- Renewal Term
- Liquidated Damages
More details can be found at the following [link](https://github.com/weiss25r/ClauseBERT) |