Instructions to use tau/bart-base-sled-contractnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tau/bart-base-sled-contractnli with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tau/bart-base-sled-contractnli", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model_type": "tau/sled", | |
| "underlying_config": "facebook/bart-base", | |
| "context_size": 256, | |
| "window_fraction": 0.5, | |
| "prepend_prefix": true, | |
| "encode_prefix": true, | |
| "sliding_method": "dynamic" | |
| } |