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

AINovice2005
/
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 AINovice2005/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 AINovice2005/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, "AINovice2005/ModernBERT-base-lora-cicflow-1m-r4")
  • Transformers

    How to use AINovice2005/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="AINovice2005/ModernBERT-base-lora-cicflow-1m-r4")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("AINovice2005/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
  • 2 contributors
History: 13 commits
AINovice2005's picture
AINovice2005
add visualization
8724396 verified about 1 month ago
  • runs
    Upload runs/events.out.tfevents.1773074158 with huggingface_hub 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    3.29 kB
    add visualization about 1 month ago
  • adapter_config.json
    1.04 kB
    Flatten repo: move adapter files to root 3 months ago
  • adapter_model.safetensors
    3.4 MB
    xet
    Flatten repo: move adapter files to root 3 months ago
  • inference_config.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.38 kB
    xet
    Flatten repo: move adapter files to root 3 months ago