Instructions to use Iftisyed/my_LegalBERTFinal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Iftisyed/my_LegalBERTFinal with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Iftisyed/my_LegalBERTFinal")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Iftisyed/my_LegalBERTFinal") model = AutoModelForMaskedLM.from_pretrained("Iftisyed/my_LegalBERTFinal") - Notebooks
- Google Colab
- Kaggle