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 ·
2f52723
1
Parent(s): fff8856
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:61a2b4935aa0b92b6f8a7e223549b508e0a00b17de7107a8548fa90cc932e940
|
| 3 |
+
size 711443456
|