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