Text Classification
Transformers
TensorFlow
English
distilbert
text classification
transformer
sentiment analysis
TensorFlow
text-embeddings-inference
Instructions to use dancingninjas/sentiment-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dancingninjas/sentiment-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dancingninjas/sentiment-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dancingninjas/sentiment-model") model = AutoModelForSequenceClassification.from_pretrained("dancingninjas/sentiment-model") - Notebooks
- Google Colab
- Kaggle
Commit ·
e01e120
1
Parent(s): 6f35edb
Delete variables.data-00000-of-00001
Browse files
variables.data-00000-of-00001
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9f9e34563082cdf972a4321c87e617634fd63e9f9c01b38e90913ea20ae8e32f
|
| 3 |
-
size 796473781
|
|
|
|
|
|
|
|
|
|
|
|