Instructions to use paragon-analytics/bert_empathy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use paragon-analytics/bert_empathy with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="paragon-analytics/bert_empathy")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("paragon-analytics/bert_empathy") model = AutoModelForSequenceClassification.from_pretrained("paragon-analytics/bert_empathy") - Notebooks
- Google Colab
- Kaggle
Commit ·
1edd793
1
Parent(s): 417d7e5
Upload RobertaForSequenceClassification
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498660333
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65e8a177e8343a7c5c7c061a02bf41d31a2177eaf842dc3e4502b40f17cd90df
|
| 3 |
size 498660333
|