Text Classification
Transformers
PyTorch
Safetensors
roberta
fill-mask
multi-label-classification
builders-risk
text-embeddings-inference
Instructions to use leblanciii/trident-peril-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use leblanciii/trident-peril-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="leblanciii/trident-peril-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("leblanciii/trident-peril-classifier") model = AutoModelForMaskedLM.from_pretrained("leblanciii/trident-peril-classifier") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.