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

  • Log In
  • Sign Up

amahdaouy
/
DomURLs_BERT

Feature Extraction
Transformers
Safetensors
bert
urls
domain names
cybersecurity
multilingual
domain generation algorithm
dga
phishing
malware
DNS tunneling
urls classification
domain names classification
BERT
Encoder
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use amahdaouy/DomURLs_BERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="amahdaouy/DomURLs_BERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("amahdaouy/DomURLs_BERT")
    model = AutoModel.from_pretrained("amahdaouy/DomURLs_BERT")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
DomURLs_BERT
444 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
amahdaouy's picture
amahdaouy
Update README.md
ba5fa28 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    7.91 kB
    Update README.md 3 months ago
  • config.json
    618 Bytes
    remove path from config over 1 year ago
  • model.safetensors
    442 MB
    xet
    Upload model almost 2 years ago
  • special_tokens_map.json
    788 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    1.32 MB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    1.87 kB
    Upload tokenizer almost 2 years ago