Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
datasets:
|
4 |
+
- cuad
|
5 |
+
---
|
6 |
+
# DeBERTa v2 XLarge Model fine-tuned with CUAD dataset
|
7 |
+
This model is the fine-tuned version of "DeBERTa v2 XLarge"
|
8 |
+
using CUAD dataset https://huggingface.co/datasets/cuad
|
9 |
+
|
10 |
+
Link for model checkpoint: https://github.com/TheAtticusProject/cuad
|
11 |
+
|
12 |
+
For use of model with CUAD: https://github.com/marshmellow77/cuad-demo
|