Text Classification
Transformers
PyTorch
Safetensors
Portuguese
Trained with AutoTrain
Eval Results (legacy)
Instructions to use inctdd/told_br_binary_sm_bertimbau with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use inctdd/told_br_binary_sm_bertimbau with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="inctdd/told_br_binary_sm_bertimbau")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("inctdd/told_br_binary_sm_bertimbau", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
6863e3a
1
Parent(s): 8ab719d
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ language:
|
|
| 7 |
widget:
|
| 8 |
- text: "I love AutoTrain 🤗"
|
| 9 |
datasets:
|
| 10 |
-
- alexandreteles/
|
| 11 |
co2_eq_emissions:
|
| 12 |
emissions: 1.778776476039011
|
| 13 |
model-index:
|
|
@@ -17,7 +17,7 @@ model-index:
|
|
| 17 |
type: binary-classification
|
| 18 |
name: Binary Classification
|
| 19 |
dataset:
|
| 20 |
-
type:
|
| 21 |
name: told-br
|
| 22 |
metrics:
|
| 23 |
- type: accuracy
|
|
|
|
| 7 |
widget:
|
| 8 |
- text: "I love AutoTrain 🤗"
|
| 9 |
datasets:
|
| 10 |
+
- alexandreteles/told_br_binary_sm
|
| 11 |
co2_eq_emissions:
|
| 12 |
emissions: 1.778776476039011
|
| 13 |
model-index:
|
|
|
|
| 17 |
type: binary-classification
|
| 18 |
name: Binary Classification
|
| 19 |
dataset:
|
| 20 |
+
type: alexandreteles/told_br_binary_sm
|
| 21 |
name: told-br
|
| 22 |
metrics:
|
| 23 |
- type: accuracy
|