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
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:105f301b84710900d17676b82042953e1ae7bebef2f20c0ca9193d4e6500ff16
|
| 3 |
+
size 437979400
|