Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Sud1212
/
phi3-debug-llm-lora

PEFT
Safetensors
llm
code-generation
bug-fixing
lora
python
Model card Files Files and versions
xet
Community

Instructions to use Sud1212/phi3-debug-llm-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Sud1212/phi3-debug-llm-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
    model = PeftModel.from_pretrained(base_model, "Sud1212/phi3-debug-llm-lora")
  • Notebooks
  • Google Colab
  • Kaggle
phi3-debug-llm-lora
14.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Sud1212's picture
Sud1212
Updated README.
2c6eca5 verified 18 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    5.32 kB
    Updated README. 18 days ago
  • adapter_config.json
    686 Bytes
    Upload 8 files 2 months ago
  • adapter_model.safetensors
    12.6 MB
    xet
    Upload 8 files 2 months ago
  • added_tokens.json
    293 Bytes
    Upload 8 files 2 months ago
  • special_tokens_map.json
    569 Bytes
    Upload 8 files 2 months ago
  • tokenizer.json
    1.84 MB
    Upload 8 files 2 months ago
  • tokenizer.model
    500 kB
    xet
    Upload 8 files 2 months ago
  • tokenizer_config.json
    3.31 kB
    Upload 8 files 2 months ago