Instructions to use allenai/entailer-11b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/entailer-11b with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("allenai/entailer-11b") model = AutoModelForMultimodalLM.from_pretrained("allenai/entailer-11b") - Notebooks
- Google Colab
- Kaggle
entailer-11b
Model description
Entailer is a text-to-text model trained to create entailment-style explanations for a hypothesis (following the format of EntailmentBank), as well as verifying both the reasoning and the factuality of the premises.
Entailer was built on top of T5 and comes in two sizes: entailer-11b and entailer-large.
See https://github.com/allenai/entailment_bank for more details.
- Downloads last month
- 24
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support