Instructions to use law-ai/CustomInLawBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use law-ai/CustomInLawBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="law-ai/CustomInLawBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("law-ai/CustomInLawBERT") model = AutoModelForMaskedLM.from_pretrained("law-ai/CustomInLawBERT") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
d5a9fd6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:525d803f7d244f22e0010b7fab3f8090afcda85ee4b68ff4e45c6d3d19cbfea0
size 534276705
|