Instructions to use reecursion123/distilBERT-chatbot-stress with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use reecursion123/distilBERT-chatbot-stress with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="reecursion123/distilBERT-chatbot-stress")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("reecursion123/distilBERT-chatbot-stress") model = AutoModelForSequenceClassification.from_pretrained("reecursion123/distilBERT-chatbot-stress") - Notebooks
- Google Colab
- Kaggle
Ctrl+K