Skip to content

Kabilduke/FineTuningGemma3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

FineTuningGemma3

FineTuning Gemma3: 270M model

  • PEFT(Parameter Efficient Fine Tuning) using LORA(Low Rank Adaptation)
  • MPS (Metal Performance Shaders) in MacOs(M1)

Take: 1

  • Target modules = ['q_proj', 'k_proj', 'v_proj', 'o_proj'] - 50% accuracy

Take: 2

  • Target modules = ['q_proj', 'k_proj', 'v_proj', 'gate_proj', 'up_proj', 'down_proj'] - 80% accuarcy

About

FineTuning Gemma3: 270M model using PEFT technique- LORA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published