gustavhartz
commited on
Commit
•
b479cdc
1
Parent(s):
b801aec
Model card
Browse files
README.md
CHANGED
@@ -1,8 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Finetuned legal contract review QA model based 👩⚖️ 📑
|
2 |
|
3 |
Best model presented in the master thesis [*Exploring CUAD using RoBERTa span-selection QA models for legal contract review*](https://github.com/gustavhartz/transformers-legal-tasks) for QA on the Contract Understanding Atticus Dataset. Full training logic and associated thesis available through link.
|
4 |
|
5 |
-
Outperform the most popular HF cuad model [Rakib/roberta-base-on-cuad](
|
6 |
|
7 |
| **Model name** | **Top 1 Has Ans F1** | **Top 3 Has Ans F1** |
|
8 |
|-----------------------------------------|----------------------|----------------------|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
datasets:
|
4 |
+
- cuad
|
5 |
+
---
|
6 |
+
|
7 |
# Finetuned legal contract review QA model based 👩⚖️ 📑
|
8 |
|
9 |
Best model presented in the master thesis [*Exploring CUAD using RoBERTa span-selection QA models for legal contract review*](https://github.com/gustavhartz/transformers-legal-tasks) for QA on the Contract Understanding Atticus Dataset. Full training logic and associated thesis available through link.
|
10 |
|
11 |
+
Outperform the most popular HF cuad model [Rakib/roberta-base-on-cuad](https://huggingface.co/Rakib/roberta-base-on-cuad) and is the best model for CUAD on Hugging Face 26/06/2022
|
12 |
|
13 |
| **Model name** | **Top 1 Has Ans F1** | **Top 3 Has Ans F1** |
|
14 |
|-----------------------------------------|----------------------|----------------------|
|