Text Classification
Transformers
PyTorch
bert
Issue_fixed
textattack
textclassification
entailment
text-embeddings-inference
Instructions to use chromeNLP/textattack_bert_base_MNLI_fixed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chromeNLP/textattack_bert_base_MNLI_fixed with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="chromeNLP/textattack_bert_base_MNLI_fixed")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("chromeNLP/textattack_bert_base_MNLI_fixed") model = AutoModelForSequenceClassification.from_pretrained("chromeNLP/textattack_bert_base_MNLI_fixed") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4c906de4cd407d9f704c4529a86bd3ca43926e86de7ffd81fc3dfafc8759a2dd
- Size of remote file:
- 438 MB
- SHA256:
- 04a1a3f3e833fe4d52c28128adde28cf94e9b607bb9759cc9a80a15fa8bf2ba3
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.