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

manu02
/
VulnLLM-R-7B-bnb-4bit-nf4-dq

Feature Extraction
Transformers
Safetensors
English
qwen2
quantized
4bit
bnb
text-embeddings-inference
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use manu02/VulnLLM-R-7B-bnb-4bit-nf4-dq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use manu02/VulnLLM-R-7B-bnb-4bit-nf4-dq with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="manu02/VulnLLM-R-7B-bnb-4bit-nf4-dq")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("manu02/VulnLLM-R-7B-bnb-4bit-nf4-dq")
    model = AutoModel.from_pretrained("manu02/VulnLLM-R-7B-bnb-4bit-nf4-dq")
  • Notebooks
  • Google Colab
  • Kaggle
VulnLLM-R-7B-bnb-4bit-nf4-dq
4.47 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
manu02's picture
manu02
Upload 4-bit quantized version of UCSB-SURFI/VulnLLM-R-7B with 71.4% memory reduction
8a3d4f1 verified 5 months ago
  • .gitattributes
    1.57 kB
    Upload 4-bit quantized version of UCSB-SURFI/VulnLLM-R-7B with 71.4% memory reduction 5 months ago
  • README.md
    1.06 kB
    Upload 4-bit quantized version of UCSB-SURFI/VulnLLM-R-7B with 71.4% memory reduction 5 months ago
  • chat_template.jinja
    2.56 kB
    Upload 4-bit quantized version of UCSB-SURFI/VulnLLM-R-7B with 71.4% memory reduction 5 months ago
  • config.json
    1.93 kB
    Upload 4-bit quantized version of UCSB-SURFI/VulnLLM-R-7B with 71.4% memory reduction 5 months ago
  • model.safetensors
    4.46 GB
    xet
    Upload 4-bit quantized version of UCSB-SURFI/VulnLLM-R-7B with 71.4% memory reduction 5 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload 4-bit quantized version of UCSB-SURFI/VulnLLM-R-7B with 71.4% memory reduction 5 months ago
  • tokenizer_config.json
    391 Bytes
    Upload 4-bit quantized version of UCSB-SURFI/VulnLLM-R-7B with 71.4% memory reduction 5 months ago