Text Classification
Transformers
PyTorch
TensorFlow
Rust
ONNX
Safetensors
English
distilbert
Eval Results (legacy)
Instructions to use distilbert/distilbert-base-uncased-finetuned-sst-2-english with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use distilbert/distilbert-base-uncased-finetuned-sst-2-english with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="distilbert/distilbert-base-uncased-finetuned-sst-2-english")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("distilbert/distilbert-base-uncased-finetuned-sst-2-english") model = AutoModelForSequenceClassification.from_pretrained("distilbert/distilbert-base-uncased-finetuned-sst-2-english") - Inference
- Notebooks
- Google Colab
- Kaggle
Update tokenizer_config.json
#41 opened 7 months ago
by
ViolettaY
test
😔 1
1
#40 opened 10 months ago
by
aa1234344
Rename README.md to arabic
#39 opened 10 months ago
by
ghablas
Add exported openvino model 'openvino_model_qint8_quantized.xml'
#37 opened over 1 year ago
by
ArthurGprog
Adding ONNX file of this model
#36 opened over 1 year ago
by
z1a1q1
DISTILBERT BASE UNCASED
1
#35 opened over 1 year ago
by
JEEVANKUMAR2005
Report for distilbert/distilbert-base-uncased-finetuned-sst-2-english
#33 opened over 1 year ago
by
giskard-bot
[AUTOMATED] Model Memory Requirements
#32 opened about 2 years ago
by
model-sizer-bot
Librarian Bot: Update Hugging Face dataset ID
#31 opened about 2 years ago
by
librarian-bot
Report for distilbert/distilbert-base-uncased-finetuned-sst-2-english
#30 opened over 2 years ago
by
giskard-bot
Report for distilbert-base-uncased-finetuned-sst-2-english
#29 opened over 2 years ago
by
giskard-bot
Adding OpenVINO file of this model
1
#28 opened over 2 years ago
by
YouChatAI
How to use it for different classes?
1
#27 opened over 2 years ago
by
supercharge19
Upload 6 files
1
#25 opened over 2 years ago
by
Hiridharan10
Educational sentences classififcation ?
#24 opened over 2 years ago
by
RavirajDarisi
Class Errors
#22 opened about 3 years ago
by
JN87
FineTuning stuck after model training
#16 opened over 3 years ago
by
abhishekkrtrivedi995
Problems with deploying hugging face endpoints on Azure
1
#15 opened over 3 years ago
by
z852
Request: DOI
1
#14 opened over 3 years ago
by
luckydude
Cannot reproduce the accuracy result.
#11 opened over 3 years ago
by
kwmaeng91
Where can I find the prediction head training code?
1
#10 opened over 3 years ago
by
ethanjyx
Why do these classification results look so polarized?
👍 4
#8 opened almost 4 years ago
by
const7
How can we finetune this model for multiclass classification?
1
#7 opened almost 4 years ago
by
piyushkumarsoni
Does this model use all the 768*num_tokens vectors or just the [CLS] one?
1
#2 opened almost 4 years ago
by
raquelhortab