Instructions to use vignesh-dhanraj/bert_mlm_nsp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vignesh-dhanraj/bert_mlm_nsp with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("vignesh-dhanraj/bert_mlm_nsp") model = AutoModelForPreTraining.from_pretrained("vignesh-dhanraj/bert_mlm_nsp", device_map="auto") - Notebooks
- Google Colab
- Kaggle