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