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