Text Classification
Transformers
Safetensors
distilbert
security
secret-detection
credentials
dlp
code
text-embeddings-inference
Instructions to use Podric/prowl-secret-encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Podric/prowl-secret-encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Podric/prowl-secret-encoder")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Podric/prowl-secret-encoder") model = AutoModelForSequenceClassification.from_pretrained("Podric/prowl-secret-encoder") - Notebooks
- Google Colab
- Kaggle