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

i1see1you
/
VirbiusGuard

Text Classification
Transformers
Safetensors
GGUF
Chinese
English
safety
security
llm-guard
qwen3
prompt-injection
agent-safety
conversational
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use i1see1you/VirbiusGuard with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="i1see1you/VirbiusGuard")
    messages = [
        {"role": "user", "content": "Who are you?"},
    ]
    pipe(messages)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("i1see1you/VirbiusGuard", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

    How to use i1see1you/VirbiusGuard with llama.cpp:

    Install (macOS, Linux)
    curl -LsSf https://llama.app/install.sh | sh
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf i1see1you/VirbiusGuard:F16
    # Run inference directly in the terminal:
    llama cli -hf i1see1you/VirbiusGuard:F16
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf i1see1you/VirbiusGuard:F16
    # Run inference directly in the terminal:
    llama cli -hf i1see1you/VirbiusGuard:F16
    Use pre-built binary
    # Download pre-built binary from:
    # https://github.com/ggerganov/llama.cpp/releases
    # Start a local OpenAI-compatible server with a web UI:
    ./llama-server -hf i1see1you/VirbiusGuard:F16
    # Run inference directly in the terminal:
    ./llama-cli -hf i1see1you/VirbiusGuard:F16
    Build from source code
    git clone https://github.com/ggerganov/llama.cpp.git
    cd llama.cpp
    cmake -B build
    cmake --build build -j --target llama-server llama-cli
    # Start a local OpenAI-compatible server with a web UI:
    ./build/bin/llama-server -hf i1see1you/VirbiusGuard:F16
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf i1see1you/VirbiusGuard:F16
    Use Docker
    docker model run hf.co/i1see1you/VirbiusGuard:F16
  • LM Studio
  • Jan
  • Ollama

    How to use i1see1you/VirbiusGuard with Ollama:

    ollama run hf.co/i1see1you/VirbiusGuard:F16
  • Unsloth Desktop
  • Docker Model Runner

    How to use i1see1you/VirbiusGuard with Docker Model Runner:

    docker model run hf.co/i1see1you/VirbiusGuard:F16
  • Lemonade

    How to use i1see1you/VirbiusGuard with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull i1see1you/VirbiusGuard:F16
    Run and chat with the model
    lemonade run user.VirbiusGuard-F16
    List all available models
    lemonade list
  • Atomic Chat
VirbiusGuard
5.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
i1see1you's picture
i1see1you
Update README: 精简模型卡(V13)
2372777 verified 3 days ago
  • .gitattributes
    1.61 kB
    V11 VirbiusGuard: full weights + GGUF (q4_k_m, f16) + tokenizer 6 days ago
  • README.md
    8.22 kB
    Update README: 精简模型卡(V13) 3 days ago
  • chat_template.jinja
    197 Bytes
    V11 VirbiusGuard: full weights + GGUF (q4_k_m, f16) + tokenizer 6 days ago
  • config.json
    1.42 kB
    xet
    V11 VirbiusGuard: full weights + GGUF (q4_k_m, f16) + tokenizer 6 days ago
  • generation_config.json
    160 Bytes
    xet
    V11 VirbiusGuard: full weights + GGUF (q4_k_m, f16) + tokenizer 6 days ago
  • model.safetensors
    1.5 GB
    xet
    V13: V13 full weights 4 days ago
  • tokenizer.json
    11.4 MB
    xet
    V11 VirbiusGuard: full weights + GGUF (q4_k_m, f16) + tokenizer 6 days ago
  • tokenizer_config.json
    664 Bytes
    xet
    V11 VirbiusGuard: full weights + GGUF (q4_k_m, f16) + tokenizer 6 days ago
  • virbiusguard-v11-f16.gguf
    1.51 GB
    xet
    Add f16 GGUF with ModelScope naming 6 days ago
  • virbiusguard-v11-q4_k_m.gguf
    484 MB
    xet
    Rename GGUF to ModelScope naming: virbiusguard-v11-q4_k_m 6 days ago
  • virbiusguard-v13-f16.gguf
    1.51 GB
    xet
    V13: V13 f16 GGUF 4 days ago
  • virbiusguard-v13-q4_k_m.gguf
    484 MB
    xet
    V13: V13 Q4_K_M GGUF 4 days ago