Full parameter training is more easy overfitting than Lora training ?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 39.5k
- Forks
- 4.8k
- PR merge metrics
- No merged PRs in 30d
Description
Thank you for your excellent work.
We use your code to training Tool selection Task. We tell LLM, there are a list of tools, please select the most relevant tool to answer the Query.
We have the conclusion:
1. Held-in Tools: Full parameter training is better the Lora training; acc=95% vs 91%;
2. Held-out Tools: Full parameter training is worse, acc=78% vs 87%;
3. For a new tools, when using Lora, we just optimize the description, and it reach an acceptable result. But we never reproduce such result by full parameter training, it looks like the LLM has only remember the trained tools, and lacks of ability to generalize to a new tool.
Full parameter setting:
epoch=3
dataset=4W
batch=128
I found no clue about this phenomenon. If you have any experiments, please share with us. We sincerely thank you for your help.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides full-parameter training settings of epoch=3, dataset=4W, and batch=128, plus held-in and held-out tool accuracy comparisons with LoRA. No files, tests, or entry points are named; begin by identifying the training and evaluation entry points needed to reproduce both settings, and consider the work done when the reported generalization difference is reproduced or explained.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100