Instructions to use victoriapl01/sensitive_spanish_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use victoriapl01/sensitive_spanish_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="victoriapl01/sensitive_spanish_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("victoriapl01/sensitive_spanish_classifier") model = AutoModelForSequenceClassification.from_pretrained("victoriapl01/sensitive_spanish_classifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
0f09ee0
1
Parent(s): 7eb4445
Upload rng_state.pth with git-lfs
Browse files- rng_state.pth +3 -0
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ec08f7c8006113b1a3cfff394ab26b2537112941e13a3692aeea177f161c92b
|
| 3 |
+
size 14503
|