Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use wlog/bcb_cost_roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wlog/bcb_cost_roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="wlog/bcb_cost_roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("wlog/bcb_cost_roberta") model = AutoModelForSequenceClassification.from_pretrained("wlog/bcb_cost_roberta") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d07a43f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:246bd1f91f2e03f61cd7297e1c74bedb49758531d9420f93c323c6d923d768e6
size 5777
|