Instructions to use pucpr/biobertpt-bio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pucpr/biobertpt-bio with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="pucpr/biobertpt-bio")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("pucpr/biobertpt-bio") model = AutoModelForMaskedLM.from_pretrained("pucpr/biobertpt-bio") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,8 +4,6 @@ widget:
|
|
| 4 |
- text: "O principal [MASK] da COVID-19 é tosse seca."
|
| 5 |
- text: "O vírus da gripe apresenta um [MASK] constituído por segmentos de ácido ribonucleico."
|
| 6 |
|
| 7 |
-
datasets:
|
| 8 |
-
- biomedical literature from Scielo and Pubmed
|
| 9 |
thumbnail: "https://raw.githubusercontent.com/HAILab-PUCPR/BioBERTpt/master/images/logo-biobertpr1.png"
|
| 10 |
---
|
| 11 |
|
|
|
|
| 4 |
- text: "O principal [MASK] da COVID-19 é tosse seca."
|
| 5 |
- text: "O vírus da gripe apresenta um [MASK] constituído por segmentos de ácido ribonucleico."
|
| 6 |
|
|
|
|
|
|
|
| 7 |
thumbnail: "https://raw.githubusercontent.com/HAILab-PUCPR/BioBERTpt/master/images/logo-biobertpr1.png"
|
| 8 |
---
|
| 9 |
|