Instructions to use NYTK/PULI-BERT-Large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NYTK/PULI-BERT-Large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NYTK/PULI-BERT-Large")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("NYTK/PULI-BERT-Large", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
67c8332 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3612ad650aad772a68b0e745808b89c9b0cb4ecdd95d94b096c53b7e9a510c64
size 1352121189
|