Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

hypn05
/
secrets-sentinel

Text Classification
Transformers
Safetensors
deberta-v2
secrets
secret-detection
secure-codeing
Github-pipeline
deberta
cybersecurity
code-analysis
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use hypn05/secrets-sentinel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hypn05/secrets-sentinel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hypn05/secrets-sentinel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hypn05/secrets-sentinel")
    model = AutoModelForSequenceClassification.from_pretrained("hypn05/secrets-sentinel")
  • Notebooks
  • Google Colab
  • Kaggle
secrets-sentinel
749 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 17 commits
hypn05's picture
hypn05
Update README.md
563fae7 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    14.5 kB
    Update README.md 2 months ago
  • config.json
    850 Bytes
    Initial upload: DeBERTa secret detection model 3 months ago
  • model.safetensors
    738 MB
    xet
    Updated safetensor 3 months ago
  • special_tokens_map.json
    286 Bytes
    Initial upload: DeBERTa secret detection model 3 months ago
  • spm.model
    2.46 MB
    xet
    Initial upload: DeBERTa secret detection model 3 months ago
  • tokenizer.json
    8.66 MB
    Initial upload: DeBERTa secret detection model 3 months ago
  • tokenizer_config.json
    1.32 kB
    Initial upload: DeBERTa secret detection model 3 months ago