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
File size: 134 Bytes
53e40ca | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c5ff9906df7f56742f5b71af51e0e30ec8034921893729544b4560a2a2eb294e
size 435752984
|