Instructions to use DylanJHJ/bert-base-final-v0-ep2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DylanJHJ/bert-base-final-v0-ep2 with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForHighlightPrediction tokenizer = AutoTokenizer.from_pretrained("DylanJHJ/bert-base-final-v0-ep2") model = BertForHighlightPrediction.from_pretrained("DylanJHJ/bert-base-final-v0-ep2") - Notebooks
- Google Colab
- Kaggle