Text Classification
Transformers
Safetensors
Portuguese
bert
Eval Results (legacy)
text-embeddings-inference
Instructions to use Silly-Machine/TuPy-Bert-Large-Multilabel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Silly-Machine/TuPy-Bert-Large-Multilabel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Silly-Machine/TuPy-Bert-Large-Multilabel")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Silly-Machine/TuPy-Bert-Large-Multilabel") model = AutoModelForSequenceClassification.from_pretrained("Silly-Machine/TuPy-Bert-Large-Multilabel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
c6ee238
1
Parent(s): c7794dc
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,10 +14,10 @@ model-index:
|
|
| 14 |
- name: Yi-34B
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
-
type: text-
|
| 18 |
dataset:
|
| 19 |
-
name:
|
| 20 |
-
type:
|
| 21 |
metrics:
|
| 22 |
- name: AI2 Reasoning Challenge (25-Shot)
|
| 23 |
type: AI2 Reasoning Challenge (25-Shot)
|
|
|
|
| 14 |
- name: Yi-34B
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
+
type: text-classfication
|
| 18 |
dataset:
|
| 19 |
+
name: Silly-Machine/TuPy-Dataset
|
| 20 |
+
type: Silly-Machine/TuPy-Dataset
|
| 21 |
metrics:
|
| 22 |
- name: AI2 Reasoning Challenge (25-Shot)
|
| 23 |
type: AI2 Reasoning Challenge (25-Shot)
|