Skip to content

Commit

Permalink
Simillar -> Similar
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored May 9, 2024
1 parent 6f03d6c commit f200412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/finetune.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ or
litgpt finetune adapter_v2
```

Simillar to LoRA, adapter finetuning is a parameter-efficient finetuning technique that only requires training a small subset of weight parameters, making this finetuning method more memory-efficient than full-parameter finetuning.
Similar to LoRA, adapter finetuning is a parameter-efficient finetuning technique that only requires training a small subset of weight parameters, making this finetuning method more memory-efficient than full-parameter finetuning.

**More information and resources:**

Expand Down

0 comments on commit f200412

Please sign in to comment.