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