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