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

munzirmuneer
/
phishing_url_gemma_pytorch

Text Classification
Transformers
Safetensors
gemma
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use munzirmuneer/phishing_url_gemma_pytorch with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="munzirmuneer/phishing_url_gemma_pytorch")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("munzirmuneer/phishing_url_gemma_pytorch")
    model = AutoModelForSequenceClassification.from_pretrained("munzirmuneer/phishing_url_gemma_pytorch")
  • Notebooks
  • Google Colab
  • Kaggle
phishing_url_gemma_pytorch
2.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
munzirmuneer's picture
munzirmuneer
Update handler.py
b0227dc verified over 1 year ago
  • .gitattributes
    167 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • README.md
    5.13 kB
    Update README.md over 1 year ago
  • adapter_config.json
    673 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • adapter_model.safetensors
    3.7 MB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • config.json
    1.24 kB
    Upload folder using huggingface_hub over 1 year ago
  • handler.py
    1.72 kB
    Update handler.py over 1 year ago
  • model.safetensors
    2.16 GB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • special_tokens_map.json
    670 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer.json
    34.4 MB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer_config.json
    41.7 kB
    Upload folder using huggingface_hub over 1 year ago