Instructions to use mtc/extractive-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mtc/extractive-bert-base with Transformers:
# Load model directly from transformers import BertSumExt model = BertSumExt.from_pretrained("mtc/extractive-bert-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle