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

devanshty
/
Code-Autopsy

PEFT
Safetensors
lora
qwen2
code-review
code-generation
Model card Files Files and versions
xet
Community

Instructions to use devanshty/Code-Autopsy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use devanshty/Code-Autopsy with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-7B-Instruct")
    model = PeftModel.from_pretrained(base_model, "devanshty/Code-Autopsy")
  • Notebooks
  • Google Colab
  • Kaggle
Code-Autopsy
10.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
devanshty's picture
devanshty
Upload adapter_model.safetensors
6adfa4d verified 5 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • README.md
    2.02 kB
    Add model card 5 days ago
  • adapter_model.safetensors
    10.1 MB
    xet
    Upload adapter_model.safetensors 5 days ago