Instructions to use philschmid/distilbert-base-uncased-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use philschmid/distilbert-base-uncased-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="philschmid/distilbert-base-uncased-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("philschmid/distilbert-base-uncased-emotion") model = AutoModelForSequenceClassification.from_pretrained("philschmid/distilbert-base-uncased-emotion") - Notebooks
- Google Colab
- Kaggle
Commit ·
3390c8d
1
Parent(s): 2683e51
Delete flax_model.msgpack
Browse files- flax_model.msgpack +0 -3
flax_model.msgpack
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d925341280e22bf3041ac1cd44bc7e00b7ca267add097a8ffe14238b9e067826
|
| 3 |
-
size 267836005
|
|
|
|
|
|
|
|
|
|
|
|