Instructions to use EQUES/jpharma-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EQUES/jpharma-bert-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("EQUES/jpharma-bert-base") model = AutoModelForPreTraining.from_pretrained("EQUES/jpharma-bert-base") - Notebooks
- Google Colab
- Kaggle
Improve model card: Add fill-mask pipeline tag, license, language, and domain tags
#1 opened 8 months ago
by
nielsr