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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

CrabInHoney
/
urlbert-tiny-v6

Feature Extraction
Transformers
Safetensors
PyTorch
modernbert
text-classification
url-classification
malicious-url
malicious-url-detection
phishing
phishing-detection
malware
cybersecurity
security
tiny
lightweight
embeddings
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use CrabInHoney/urlbert-tiny-v6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CrabInHoney/urlbert-tiny-v6 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="CrabInHoney/urlbert-tiny-v6")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("CrabInHoney/urlbert-tiny-v6")
    model = AutoModel.from_pretrained("CrabInHoney/urlbert-tiny-v6", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
urlbert-tiny-v6
24.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
CrabInHoney's picture
CrabInHoney
Update README.md
0207444 verified about 12 hours ago
  • heads
    Upload 44 files about 23 hours ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    8.03 kB
    Update README.md about 12 hours ago
  • config.json
    1.44 kB
    Upload 44 files about 23 hours ago
  • model.safetensors
    8.14 MB
    xet
    Upload 44 files about 23 hours ago
  • modeling_smart_head.py
    3.69 kB
    Upload modeling_smart_head.py about 23 hours ago
  • tokenizer.json
    523 kB
    Upload 44 files about 23 hours ago
  • tokenizer_config.json
    531 Bytes
    Upload 44 files about 23 hours ago