Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

leolee99
/
PIGuard

Text Classification
Transformers
Safetensors
English
piguard
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use leolee99/PIGuard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use leolee99/PIGuard with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="leolee99/PIGuard", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("leolee99/PIGuard", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
PIGuard / __pycache__
3.17 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
leolee99's picture
leolee99
update piguard
5b65d96 9 months ago
  • modeling_injecguard.cpython-310.pyc
    1.38 kB
    Initializaiton. about 1 year ago
  • modeling_piguard.cpython-312.pyc
    1.79 kB
    update piguard 9 months ago