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