Text Classification
Transformers
TensorBoard
Safetensors
English
distilbert
sentiment-analysis
twitter
nlp
sentiment140
Stanford
Egypt
Ain shams university
Hatem Moushir
Eval Results (legacy)
text-embeddings-inference
Instructions to use HatemMoushir/sentiment140-distilbert-hatem with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HatemMoushir/sentiment140-distilbert-hatem with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HatemMoushir/sentiment140-distilbert-hatem")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HatemMoushir/sentiment140-distilbert-hatem") model = AutoModelForSequenceClassification.from_pretrained("HatemMoushir/sentiment140-distilbert-hatem") - Notebooks
- Google Colab
- Kaggle
Ctrl+K