Instructions to use pjox/dalembert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pjox/dalembert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="pjox/dalembert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("pjox/dalembert") model = AutoModelForMaskedLM.from_pretrained("pjox/dalembert") - Notebooks
- Google Colab
- Kaggle
the link to RoBERTa base model directs us to bert-base-uncased
#1
by hurrial - opened
The link in the following phrase "This model is a RoBERTa base model pre-trained on the" points to https://huggingface.co/bert-base-uncased. Is this correct?
All my apologies for the extremely late response, I am still not used to the community tab here and had completely missed your message. The link was wrong, I just fixed it now. Thanks a lot for pointing this out to me.
pjox changed discussion status to closed