Instructions to use sudy-super/Sentinel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sudy-super/Sentinel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sudy-super/Sentinel")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sudy-super/Sentinel") model = AutoModelForSequenceClassification.from_pretrained("sudy-super/Sentinel") - Notebooks
- Google Colab
- Kaggle
Commit ·
fff8856
1
Parent(s): d275248
Delete model.safetensors
Browse files- model.safetensors +0 -3
model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b6798a01d4e10df048ee3cf1b823af5547c6ed1badd7295344f56fa81cff7c7d
|
| 3 |
-
size 711443456
|
|
|
|
|
|
|
|
|
|
|
|