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