Instructions to use NebulaSense/ContractAssist with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NebulaSense/ContractAssist with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("NebulaSense/ContractAssist", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
2ae076a
1
Parent(s): 06d8f4b
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ license: other
|
|
| 9 |
# Model Card for ContractAssist model
|
| 10 |
|
| 11 |
<!-- Provide a quick summary of what the model is/does. [Optional] -->
|
| 12 |
-
|
| 13 |
|
| 14 |
|
| 15 |
|
|
|
|
| 9 |
# Model Card for ContractAssist model
|
| 10 |
|
| 11 |
<!-- Provide a quick summary of what the model is/does. [Optional] -->
|
| 12 |
+
Instruction tuned FlanT5-XXL on Legal Clauses data generated via ChatGPT for generating and/or modifying the Legal Clauses.
|
| 13 |
|
| 14 |
|
| 15 |
|