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