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