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

DollarSign
/
ModernBERT-base-lora-cicflow-1m-r4

Fill-Mask
PEFT
TensorBoard
Safetensors
Transformers
English
lora
CyberSecurity
PEFT
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use DollarSign/ModernBERT-base-lora-cicflow-1m-r4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use DollarSign/ModernBERT-base-lora-cicflow-1m-r4 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("answerdotai/ModernBERT-base")
    model = PeftModel.from_pretrained(base_model, "DollarSign/ModernBERT-base-lora-cicflow-1m-r4")
  • Transformers

    How to use DollarSign/ModernBERT-base-lora-cicflow-1m-r4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="DollarSign/ModernBERT-base-lora-cicflow-1m-r4")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("DollarSign/ModernBERT-base-lora-cicflow-1m-r4", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ModernBERT-base-lora-cicflow-1m-r4
4.51 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
DollarSign's picture
DollarSign
Upload runs/events.out.tfevents.1773074158 with huggingface_hub
2c54ec7 verified about 2 months ago
  • runs
    Upload runs/events.out.tfevents.1773074158 with huggingface_hub about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    2.81 kB
    Upload README.md with huggingface_hub about 2 months ago
  • adapter_config.json
    1.04 kB
    Upload adapter_config.json with huggingface_hub about 2 months ago
  • adapter_model.safetensors
    3.4 MB
    xet
    Upload adapter_model.safetensors with huggingface_hub about 2 months ago
  • inference_config.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.38 kB
    xet
    Upload inference_config.pt with huggingface_hub about 2 months ago