Instructions to use M4rt0no/Priorizacion_v2_batch32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use M4rt0no/Priorizacion_v2_batch32 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="M4rt0no/Priorizacion_v2_batch32")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("M4rt0no/Priorizacion_v2_batch32") model = AutoModelForSequenceClassification.from_pretrained("M4rt0no/Priorizacion_v2_batch32") - Notebooks
- Google Colab
- Kaggle