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") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 626dd9d verified
Update README.md 6c4e434
Update README.md 1c5dcd3
Update README.md 8fde8b1
Create README.md 0a27449
First version of the bio-distilbert-cased model and tokenizer. 44a5402
Mojtaba aka Omid Rohanian commited on