Instructions to use not-lain/test-dynamic-pipeline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use not-lain/test-dynamic-pipeline with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="not-lain/test-dynamic-pipeline")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("not-lain/test-dynamic-pipeline") model = AutoModelForSequenceClassification.from_pretrained("not-lain/test-dynamic-pipeline") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
9df9490 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:74628f86b7b75be82ff0cdc678f187c363c864954a3c1480162b2ba63d240811
size 383703
|