Instructions to use codesj/empathic-concern with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use codesj/empathic-concern with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="codesj/empathic-concern")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("codesj/empathic-concern") model = AutoModelForSequenceClassification.from_pretrained("codesj/empathic-concern") - Notebooks
- Google Colab
- Kaggle
Joao Sedoc commited on
Commit ·
be3878d
1
Parent(s): 3a4d41e
corrected model.
Browse files- pytorch_model.bin +1 -1
- training_args.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 498676169
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:184e483a5e3248280e051d7c0b0759f862a3eb1ffb6b97086aa28a31ef9b3906
|
| 3 |
size 498676169
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1135
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:118513cc20d2814e4e9271571066a820312b0e227c79bfa4031fe780b715f246
|
| 3 |
size 1135
|