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