Init Magnus LoRA Adapter

#1
by vynr1504 - opened

his repository contains a trained LoRA (Low-Rank Adaptation) adapter for the Llama-3.1-8B-Instruct model, enabling efficient fine-tuning of large language models with minimal parameter updates.

Key Features

  • Base Model: unsloth/Llama-3.1-8B-Instruct-bnb-4bit
  • Framework: PEFT (Parameter-Efficient Fine-Tuning) v0.19.1
  • Adapter Type: LoRA (Rank: 16, Alpha: 16)
  • Training Method: Supervised Fine-Tuning (SFT) with Unsloth optimization
  • Task: Causal Language Modeling (Text Generation)
  • Target Modules:
    • k_proj
    • v_proj
    • q_proj
    • o_proj
    • gate_proj
    • up_proj
    • down_proj
vynr1504 changed pull request status to merged

Sign up or log in to comment