Instructions to use princeton-nlp/CoFi-RTE-s96 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use princeton-nlp/CoFi-RTE-s96 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="princeton-nlp/CoFi-RTE-s96")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("princeton-nlp/CoFi-RTE-s96") model = AutoModelForSequenceClassification.from_pretrained("princeton-nlp/CoFi-RTE-s96") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8a8379d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:abab7fb083675c103ea334acaccb21e749d4776052f660e5928af4a000ad1ab5
size 112776873
|