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

Akhil0-o
/
Phishing_detection

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

Instructions to use Akhil0-o/Phishing_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Akhil0-o/Phishing_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Akhil0-o/Phishing_detection")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Akhil0-o/Phishing_detection", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Phishing_detection
9.94 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Akhil0-o's picture
Akhil0-o
Update README.md
31d678b about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    127 Bytes
    Update README.md about 3 years ago
  • RoBERTa_model.ipynb
    8.34 kB
    Upload RoBERTa_model.ipynb about 3 years ago