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