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 ·
4566c71
1
Parent(s): dc3468d
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,21 +16,25 @@ model-index:
|
|
| 16 |
- task:
|
| 17 |
type: text-classfication
|
| 18 |
dataset:
|
| 19 |
-
name:
|
| 20 |
type: Silly-Machine/TuPyE-Dataset
|
| 21 |
metrics:
|
| 22 |
- type: accuracy
|
| 23 |
-
value: 0.
|
| 24 |
name: Accuracy
|
| 25 |
verified: true
|
| 26 |
- type: f1
|
| 27 |
-
value: 0.
|
| 28 |
-
name: F1
|
| 29 |
verified: true
|
| 30 |
-
- type:
|
| 31 |
-
value: 0.
|
| 32 |
-
name:
|
| 33 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
source:
|
| 35 |
name: Open LLM Leaderboard
|
| 36 |
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
|
|
|
|
| 16 |
- task:
|
| 17 |
type: text-classfication
|
| 18 |
dataset:
|
| 19 |
+
name: TuPyE-Dataset
|
| 20 |
type: Silly-Machine/TuPyE-Dataset
|
| 21 |
metrics:
|
| 22 |
- type: accuracy
|
| 23 |
+
value: 0.901
|
| 24 |
name: Accuracy
|
| 25 |
verified: true
|
| 26 |
- type: f1
|
| 27 |
+
value: 0.899
|
| 28 |
+
name: F1-score
|
| 29 |
verified: true
|
| 30 |
+
- type: precision
|
| 31 |
+
value: 0.897
|
| 32 |
+
name: Precision
|
| 33 |
verified: true
|
| 34 |
+
- type: recall
|
| 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
|