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

ASSERT-KTH
/
RepairLLaMA-IR3-OR2

PEFT
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use ASSERT-KTH/RepairLLaMA-IR3-OR2 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-IR3-OR2")
  • Notebooks
  • Google Colab
  • Kaggle
RepairLLaMA-IR3-OR2
18.7 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits

This model has 1 file scanned as unsafe.

Sen Fang
Up
ce105c4 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    464 Bytes
    Up almost 2 years ago
  • adapter_config.json
    490 Bytes
    Up almost 2 years ago
  • adapter_model.bin
    16.8 MB
    xet
    Up almost 2 years ago
  • special_tokens_map.json
    96 Bytes
    Up almost 2 years ago
  • tokenizer.json
    1.84 MB
    Up almost 2 years ago
  • tokenizer_config.json
    914 Bytes
    Up almost 2 years ago
  • trainer_state.json
    18.2 kB
    Up almost 2 years ago
  • training_args.bin
    4.22 kB
    xet
    Up almost 2 years ago