Instructions to use Sotaro0124/pretrained-bert_prc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle