How to use Sotaro0124/pretrained-bert_prc with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("Sotaro0124/pretrained-bert_prc") model = AutoModelForPreTraining.from_pretrained("Sotaro0124/pretrained-bert_prc")
The community tab is the place to discuss and collaborate with the HF community!