Instructions to use nthngdy/headless-bert-bs64-owt2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nthngdy/headless-bert-bs64-owt2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="nthngdy/headless-bert-bs64-owt2")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nthngdy/headless-bert-bs64-owt2") model = AutoModelForMaskedLM.from_pretrained("nthngdy/headless-bert-bs64-owt2") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
298986a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9e6fe20a59e1bd32e5137401ed9320263df027787abba24bce2794d0ae392cb6
size 495140005
|