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

  • Log In
  • Sign Up

ZealPyae
/
linksDetection

Text Classification
Transformers
Joblib
English
code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use ZealPyae/linksDetection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ZealPyae/linksDetection")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ZealPyae/linksDetection", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
linksDetection
33.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits

This model has 1 file scanned as suspicious.

ZealPyae's picture
ZealPyae
Upload Dockerfile
84425d8 verified almost 2 years ago
  • .gitattributes
    1.58 kB
    Upload malicious_phish.csv almost 2 years ago
  • Dockerfile
    622 Bytes
    Upload Dockerfile almost 2 years ago
  • README.md
    137 Bytes
    Update README.md almost 2 years ago
  • app.py
    950 Bytes
    Upload app.py almost 2 years ago
  • config.json
    373 Bytes
    Update config.json almost 2 years ago
  • naive_bayes_model.joblib
    24.9 MB
    xet
    Upload 2 files almost 2 years ago
  • requirements.txt
    86 Bytes
    Upload requirements.txt almost 2 years ago
  • vectorizer.joblib
    8.48 MB
    xet
    Upload 2 files almost 2 years ago