Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use gArthur98/Greg-Sentiment-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gArthur98/Greg-Sentiment-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gArthur98/Greg-Sentiment-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gArthur98/Greg-Sentiment-classifier") model = AutoModelForSequenceClassification.from_pretrained("gArthur98/Greg-Sentiment-classifier") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jul16_13-26-53_484444fb5cf2
- Jul16_13-36-18_484444fb5cf2
- Jul16_13-41-23_484444fb5cf2
- Jul16_13-47-26_484444fb5cf2
- Jul16_13-49-40_484444fb5cf2
- Jul16_14-17-00_484444fb5cf2
- Jul16_14-27-19_484444fb5cf2
- Jul16_14-42-21_484444fb5cf2
- Jul16_19-49-06_aa002f9c73c9
- Jul16_20-38-29_aa002f9c73c9
- Jul16_20-59-11_aa002f9c73c9
- Jul16_21-11-57_aa002f9c73c9