Text Classification
Transformers
PyTorch
Safetensors
English
deberta-v2
Text Classification
Pytorch
Sentiment_Analysis
Deberta
text-embeddings-inference
Instructions to use RashidNLP/Amazon-Deberta-Base-Sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RashidNLP/Amazon-Deberta-Base-Sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="RashidNLP/Amazon-Deberta-Base-Sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("RashidNLP/Amazon-Deberta-Base-Sentiment") model = AutoModelForSequenceClassification.from_pretrained("RashidNLP/Amazon-Deberta-Base-Sentiment") - Notebooks
- Google Colab
- Kaggle
Commit ·
f7230d2
1
Parent(s): d8f7863
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (d991a1aa0445d351d5a109c59da9afa4545ef897)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e3b0c1e8b418b930b1303b21c898e24267a844d92ac68f1f6b7de61eae2899a
|
| 3 |
+
size 737726548
|