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") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Upload model.safetensors cda355b verified
Delete model.safetensors 0cda7ff verified
Upload model.safetensors ef61d87 verified
Update README.md 2ae97a7
Update README.md ac33b1c
upload flax model b32366e
allow flax 547a04a
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