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