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

ASSERT-KTH
/
RepairLLaMA

PEFT
Model card Files Files and versions
xet
Community

Instructions to use ASSERT-KTH/RepairLLaMA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ASSERT-KTH/RepairLLaMA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/proj/berzelius-2023-175/users/x_senfa/apr_ft/llms/CodeLlama-7B-fp16")
    model = PeftModel.from_pretrained(base_model, "ASSERT-KTH/RepairLLaMA")
  • Notebooks
  • Google Colab
  • Kaggle
RepairLLaMA
18.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
andre15silva's picture
andre15silva
up
f46a625 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    464 Bytes
    Create README.md over 1 year ago
  • adapter_config.json
    490 Bytes
    up over 1 year ago
  • adapter_model.bin
    16.8 MB
    xet
    up over 1 year ago
  • tokenizer.json
    1.84 MB
    up over 1 year ago
  • tokenizer_config.json
    914 Bytes
    up over 1 year ago
  • trainer_state.json
    17.3 kB
    up over 1 year ago
  • training_args.bin
    4.22 kB
    xet
    up over 1 year ago