Instructions to use nlpie/bio-distilbert-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpie/bio-distilbert-uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nlpie/bio-distilbert-uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nlpie/bio-distilbert-uncased") model = AutoModelForMaskedLM.from_pretrained("nlpie/bio-distilbert-uncased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md d2e168a verified
Update README.md 51ffb0e
Update README.md c653f2b
Update README.md 3a11f84
Update README.md fb75013
Create README.md ce83ed4
First version of the bio-distilbert-uncased model and tokenizer. 8eff040
Mojtaba aka Omid Rohanian commited on