How to use nguyenthanhasia/BERTLaw with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("nguyenthanhasia/BERTLaw") model = AutoModelForPreTraining.from_pretrained("nguyenthanhasia/BERTLaw")
No model card