Edit model card

How to use:

>>> from transformers import AutoTokenizer, AutoModelForMaskedLM
>>> tokenizer = AutoTokenizer.from_pretrained("mynoguti/BERTimbau_Legal")
>>> model = AutoModelForMaskedLM.from_pretrained("mynoguti/BERTimbau_Legal")
Downloads last month
6
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.