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