Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shizhediao committed Dec 24, 2024
1 parent 0a69c78 commit 1ccacac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ An extensible, convenient, and efficient toolbox for finetuning large machine le
- [Setup](#setup)
- [Prepare Dataset](#prepare-dataset)
- [Training](#training)
- [LoRA](#lora)
- [Inference](#inference)
- [Evaluation](#evaluation)
- [Support](#support)
- [License](#license)
Expand Down Expand Up @@ -65,9 +63,6 @@ For sanity check, we provide [a small dataset](./data/wikitext-2-raw-v1/test) fo
To process your own dataset, please refer to our [doc](https://optimalscale.github.io/LMFlow/examples/DATASETS.html).
### Training
#### LoRA
LoRA is a parameter-efficient finetuning algorithm and is more efficient than full finetuning.
```sh
bash run_finetune_with_lora.sh
Expand Down

0 comments on commit 1ccacac

Please sign in to comment.