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 ·
f06c22b
1
Parent(s): a4c4626
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:a6bfa066e6066c08933354d32641dbcf817d406e57ce3e9d7ace774191a2bfb6
|
| 3 |
size 498660333
|