Text Classification
Transformers
Safetensors
English
distilbert
steam
video games
text-embeddings-inference
Instructions to use tjkeay/Distilbert_Steam_Sentiment_Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tjkeay/Distilbert_Steam_Sentiment_Small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tjkeay/Distilbert_Steam_Sentiment_Small")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tjkeay/Distilbert_Steam_Sentiment_Small") model = AutoModelForSequenceClassification.from_pretrained("tjkeay/Distilbert_Steam_Sentiment_Small") - Notebooks
- Google Colab
- Kaggle
Ctrl+K