Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use saattrupdan/verdict-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use saattrupdan/verdict-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="saattrupdan/verdict-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("saattrupdan/verdict-classifier") model = AutoModelForSequenceClassification.from_pretrained("saattrupdan/verdict-classifier") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 627b3017a243d89c51bbff06a30f9f7a21e0a3fa1242cc1b7ec831ba058ab8b6
- Size of remote file:
- 1.11 GB
- SHA256:
- d164f3a954b616bc4e0557a4f17e978e6352e541597cb2630b3592957aefd81d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.