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