Instructions to use pucpr/biobertpt-all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pucpr/biobertpt-all with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="pucpr/biobertpt-all")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("pucpr/biobertpt-all") model = AutoModelForMaskedLM.from_pretrained("pucpr/biobertpt-all", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md ac33b1c
Update README.md 72a6286
Update README.md 26dcf0f
Update README.md 9bd3866
YAML 4aae2c1
terumi commited on
First version of biobertpt-all model and tokenizer. 5d3b771
terumi commited on
Update from $USER ca384fc
terumi commited on