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