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
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,8 +6,6 @@ widget:
|
|
| 6 |
- text: "O principal [MASK] da COVID-19 é tosse seca."
|
| 7 |
- text: "O vírus da gripe apresenta um [MASK] constituído por segmentos de ácido ribonucleico."
|
| 8 |
|
| 9 |
-
datasets:
|
| 10 |
-
- biomedical literature from Scielo and Pubmed
|
| 11 |
thumbnail: "https://raw.githubusercontent.com/HAILab-PUCPR/BioBERTpt/master/images/logo-biobertpr1.png"
|
| 12 |
---
|
| 13 |
|
|
|
|
| 6 |
- text: "O principal [MASK] da COVID-19 é tosse seca."
|
| 7 |
- text: "O vírus da gripe apresenta um [MASK] constituído por segmentos de ácido ribonucleico."
|
| 8 |
|
|
|
|
|
|
|
| 9 |
thumbnail: "https://raw.githubusercontent.com/HAILab-PUCPR/BioBERTpt/master/images/logo-biobertpr1.png"
|
| 10 |
---
|
| 11 |
|