Instructions to use nllg/bygpt5-base-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nllg/bygpt5-base-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nllg/bygpt5-base-en")# Load model directly from transformers import AutoModelWithLMHead model = AutoModelWithLMHead.from_pretrained("nllg/bygpt5-base-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
62e4c19 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8f57f72aead92ed0674bad62f6c55f85db6ec8fe8ff6956286a475817c401b6b
size 556894071
|