How to use Devtrick/bert_nli_ensemble with Transformers:
# Load model directly from transformers import BertNLIClassifier model = BertNLIClassifier.from_pretrained("Devtrick/bert_nli_ensemble", dtype="auto")
The community tab is the place to discuss and collaborate with the HF community!