Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use IneG/glue_sst_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IneG/glue_sst_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="IneG/glue_sst_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("IneG/glue_sst_classifier") model = AutoModelForSequenceClassification.from_pretrained("IneG/glue_sst_classifier") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md dfafebd
Ine Gevers commited on
End of training 6164a7d
Ine Gevers commited on
update model card README.md 3948793
Ine Gevers commited on
Model save 7a34dde
Ine Gevers commited on
initial commit 2f054fe
Ine Gevers commited on