Instructions to use felipesfpaula/bertimbau-large-InferBr-NLI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use felipesfpaula/bertimbau-large-InferBr-NLI with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="felipesfpaula/bertimbau-large-InferBr-NLI")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("felipesfpaula/bertimbau-large-InferBr-NLI") model = AutoModelForSequenceClassification.from_pretrained("felipesfpaula/bertimbau-large-InferBr-NLI") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
070436e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:546d8cabdda43efc0089b22193c925c803558c861d6d07c123f739f6d8132a4f
size 1337644972
|