Instructions to use nlpie/bio-distilbert-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpie/bio-distilbert-cased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nlpie/bio-distilbert-cased")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nlpie/bio-distilbert-cased") model = AutoModelForMaskedLM.from_pretrained("nlpie/bio-distilbert-cased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
44a5402 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8cdc9c300de6fa374396b8b83ea46e625a65f5765857a1772db31f786adcd89a
size 263292335
|