Instructions to use jasonwu/ToD-BERT-jnt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jasonwu/ToD-BERT-jnt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="jasonwu/ToD-BERT-jnt")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("jasonwu/ToD-BERT-jnt") model = AutoModelForMaskedLM.from_pretrained("jasonwu/ToD-BERT-jnt") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9a8f1d5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bec5848a1c02b8181d2b16c987a827aa8d3da4bc8464e0bf2f0702b0c24ee984
size 438070611
|