Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use JeremiahZ/roberta-base-stsb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JeremiahZ/roberta-base-stsb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JeremiahZ/roberta-base-stsb")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JeremiahZ/roberta-base-stsb") model = AutoModelForSequenceClassification.from_pretrained("JeremiahZ/roberta-base-stsb") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md a74276c
Jeremiah Zhou commited on
End of training c0f41ca
Jeremiah Zhou commited on
update model card README.md 5e560cb
Jeremiah Zhou commited on
Model save 533c8d2
Jeremiah Zhou commited on
Training in progress, epoch 10 3702c59
Jeremiah Zhou commited on
Training in progress, epoch 6 37585e5
Jeremiah Zhou commited on
Training in progress, epoch 1 01629f8
Jeremiah Zhou commited on
initial commit a4ea1fb
Jeremiah Zhou commited on