Instructions to use paragon-analytics/debert_empathy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use paragon-analytics/debert_empathy with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="paragon-analytics/debert_empathy")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("paragon-analytics/debert_empathy") model = AutoModelForSequenceClassification.from_pretrained("paragon-analytics/debert_empathy", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c46b97bbeec1dc9c9eecf0a3a64bace744a4166c4cc92a79bfea08a4c748ea49
- Size of remote file:
- 557 MB
- SHA256:
- 1cdc800af87fe98ae6b55ca3aa1ffb49e988ba41a0bbb27ed7e6034a887ce31f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.