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