Instructions to use FpOliveira/tupi-bert-base-portuguese-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FpOliveira/tupi-bert-base-portuguese-cased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="FpOliveira/tupi-bert-base-portuguese-cased")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("FpOliveira/tupi-bert-base-portuguese-cased") model = AutoModelForSequenceClassification.from_pretrained("FpOliveira/tupi-bert-base-portuguese-cased") - Notebooks
- Google Colab
- Kaggle
Commit ·
2a142d4
1
Parent(s): ac9fd31
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,9 @@ metrics:
|
|
| 10 |
- recall
|
| 11 |
- f1
|
| 12 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
## Introduction
|
|
|
|
| 10 |
- recall
|
| 11 |
- f1
|
| 12 |
pipeline_tag: text-classification
|
| 13 |
+
base_model: neuralmind/bert-base-portuguese-cased
|
| 14 |
+
widget:
|
| 15 |
+
- text: 'Bom dia, flor do dia!!'
|
| 16 |
---
|
| 17 |
|
| 18 |
## Introduction
|