Instructions to use manarea/2-Intercalado-ID23 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use manarea/2-Intercalado-ID23 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="manarea/2-Intercalado-ID23")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("manarea/2-Intercalado-ID23") model = AutoModelForSequenceClassification.from_pretrained("manarea/2-Intercalado-ID23", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e82e8a2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f9e2b614412f6aeb7b8d7073abf99ae31911c13fa2a26bb86d6c3fa59e2cc9ad
size 239499741
|