Skip to content

Commit

Permalink
[doc] add FAQ placeholder, add note on arguments for training (#927)
Browse files Browse the repository at this point in the history
Added small note under training section, added placeholder for to-be FAQ section.
  • Loading branch information
lxaw authored Jan 1, 2025
1 parent 4b7a277 commit 1b80d9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ An extensible, convenient, and efficient toolbox for finetuning large machine le
- [Prepare Dataset](#prepare-dataset)
- [Training](#training)
- [Evaluation](#evaluation)
- [FAQ](#faq)
- [Support](#support)
- [License](#license)
- [Citation](#citation)
Expand Down Expand Up @@ -65,6 +66,7 @@ LoRA is a parameter-efficient finetuning algorithm and is more efficient than fu
```sh
bash run_finetune_with_lora.sh
```
Note: Please double-check that you have updated the [training script](https://raw.githubusercontent.com/OptimalScale/LMFlow/refs/heads/data-challenge/run_finetune_with_lora.sh) with the correct arguments for your use case.

> [!TIP]
> <details><summary>Merge LoRA Weight</summary>
Expand All @@ -82,6 +84,9 @@ bash run_finetune_with_lora.sh
### Evaluation
[TODO]
## FAQ
[TODO]
## Support
If you need any help, please submit a Github issue.
Expand Down

0 comments on commit 1b80d9a

Please sign in to comment.