]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
finetune: fix typo in README.md (#4733)
authorDaniel Bevenius <redacted>
Tue, 2 Jan 2024 09:16:55 +0000 (10:16 +0100)
committerGitHub <redacted>
Tue, 2 Jan 2024 09:16:55 +0000 (10:16 +0100)
Signed-off-by: Daniel Bevenius <redacted>
examples/finetune/README.md

index a2a2c12814bdddc8bc5824459b76ab7272ef4e2d..a884706c56aae2e779fe93a4a6e9dc912f983a00 100644 (file)
@@ -61,7 +61,7 @@ For example to apply 40% of the 'shakespeare' LORA adapter, 80% of the 'bible' L
   --lora lora-open-llama-3b-v2-q8_0-yet-another-one-LATEST.bin
 ```
 
-The scale numbers don't need to add up to one, and you can also use numbers greater than 1 to further increase the influence of an adapter. But making the values to big will sometimes result in worse output. Play around to find good values.
+The scale numbers don't need to add up to one, and you can also use numbers greater than 1 to further increase the influence of an adapter. But making the values too big will sometimes result in worse output. Play around to find good values.
 
 Gradient checkpointing reduces the memory requirements by ~50% but increases the runtime.
 If you have enough RAM, you can make finetuning a bit faster by disabling checkpointing with `--no-checkpointing`.