Text Classification
Transformers
Safetensors
English
electra
regression
customer-service
empathy-detection
Instructions to use raghavdw/cci-capstone-asapp-empathy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use raghavdw/cci-capstone-asapp-empathy with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="raghavdw/cci-capstone-asapp-empathy")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("raghavdw/cci-capstone-asapp-empathy") model = AutoModelForSequenceClassification.from_pretrained("raghavdw/cci-capstone-asapp-empathy") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8e9ed3e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1a0298820475d49d198ba9977c3b200642222061f770979a5c9a628fe45d2efd
size 5304
|