Instructions to use NorGLM/Entailment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NorGLM/Entailment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NorGLM/Entailment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NorGLM/Entailment") model = AutoModelForSequenceClassification.from_pretrained("NorGLM/Entailment") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- db770a9d294e394f77328c2b04ea2d4747a7800a9eb759d6b1bee26793d1c68e
- Size of remote file:
- 498 MB
- SHA256:
- 8741bc2e9666330a411b6e2d1d59280e31c047d141b73f82976ee3d2445b7449
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.