Instructions to use nlpie/distil-biobert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpie/distil-biobert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nlpie/distil-biobert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nlpie/distil-biobert") model = AutoModelForMaskedLM.from_pretrained("nlpie/distil-biobert") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 6b54e03 verified
Update README.md d0be265
Update README.md 7174c84
Update README.md ef1c89a
Update README.md c254f98
Create README.md 441b0d3
First version of the distil-biobert model and tokenizer. da32b62
Mojtaba aka Omid Rohanian commited on
First version of the your-model-name model and tokenizer. 9a6e581
Mojtaba aka Omid Rohanian commited on