Instructions to use KernAI/community-sentiment-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KernAI/community-sentiment-bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KernAI/community-sentiment-bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KernAI/community-sentiment-bert") model = AutoModelForSequenceClassification.from_pretrained("KernAI/community-sentiment-bert") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 54842b5
Leonard Püttmann commited on
Upload 7 files 9945bcb
Leonard Püttmann commited on
Create README.md 6f84468
Leonard Püttmann commited on
initial commit b1ec03d
Leonard Püttmann commited on