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 ·
df8c8e2
1
Parent(s): 0662d7d
Upload model.safetensors
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6798a01d4e10df048ee3cf1b823af5547c6ed1badd7295344f56fa81cff7c7d
|
| 3 |
+
size 711443456
|