Text Classification
Transformers
Safetensors
Portuguese
bert
Eval Results (legacy)
text-embeddings-inference
Instructions to use Silly-Machine/TuPy-Bert-Base-Multilabel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Silly-Machine/TuPy-Bert-Base-Multilabel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Silly-Machine/TuPy-Bert-Base-Multilabel")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Silly-Machine/TuPy-Bert-Base-Multilabel") model = AutoModelForSequenceClassification.from_pretrained("Silly-Machine/TuPy-Bert-Base-Multilabel") - Notebooks
- Google Colab
- Kaggle
Commit ·
2beefc0
1
Parent(s): 4566c71
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,9 +35,6 @@ model-index:
|
|
| 35 |
value: 0.901
|
| 36 |
name: Recall
|
| 37 |
verified: true
|
| 38 |
-
source:
|
| 39 |
-
name: Open LLM Leaderboard
|
| 40 |
-
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
|
| 41 |
---
|
| 42 |
|
| 43 |
## Introduction
|
|
|
|
| 35 |
value: 0.901
|
| 36 |
name: Recall
|
| 37 |
verified: true
|
|
|
|
|
|
|
|
|
|
| 38 |
---
|
| 39 |
|
| 40 |
## Introduction
|