Skip to content

Commit

Permalink
improve default LoRA fine-tune params
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed May 28, 2024
1 parent f05a4ac commit 54f358c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/stores/commonStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ class CommonStore {
adamEps: '1e-8',
devices: 1,
precision: 'bf16',
gradCp: false,
loraR: 8,
loraAlpha: 32,
gradCp: true,
loraR: 64,
loraAlpha: 192,
loraDropout: 0.01,
loraLoad: ''
};
Expand Down

0 comments on commit 54f358c

Please sign in to comment.