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

harsharajkumar273
/
api-security-qlora

Text Generation
PEFT
Safetensors
English
code
security
lora
qlora
vulnerability-detection
api-security
causal-lm
conversational
Model card Files Files and versions
xet
Community

Instructions to use harsharajkumar273/api-security-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use harsharajkumar273/api-security-qlora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-instruct-hf")
    model = PeftModel.from_pretrained(base_model, "harsharajkumar273/api-security-qlora")
  • Notebooks
  • Google Colab
  • Kaggle
api-security-qlora
106 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
harsharajkumar273's picture
harsharajkumar273
Add detailed model card
d968faa verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    3.99 kB
    Add detailed model card 4 months ago
  • adapter_config.json
    759 Bytes
    Upload QLoRA adapter weights 4 months ago
  • adapter_model.safetensors
    67.1 MB
    xet
    Upload QLoRA adapter weights 4 months ago
  • optimizer.pt
    34.4 MB
    xet
    Upload QLoRA adapter weights 4 months ago
  • rng_state.pth
    14.6 kB
    xet
    Upload QLoRA adapter weights 4 months ago
  • scheduler.pt
    1.47 kB
    xet
    Upload QLoRA adapter weights 4 months ago
  • special_tokens_map.json
    538 Bytes
    Upload QLoRA adapter weights 4 months ago
  • tokenizer.json
    3.62 MB
    Upload QLoRA adapter weights 4 months ago
  • tokenizer.model
    500 kB
    xet
    Upload QLoRA adapter weights 4 months ago
  • tokenizer_config.json
    2.71 kB
    Upload QLoRA adapter weights 4 months ago
  • trainer_state.json
    11.2 kB
    Upload QLoRA adapter weights 4 months ago
  • training_args.bin
    6.03 kB
    xet
    Upload QLoRA adapter weights 4 months ago