Skip to content

Commit 732817e

Browse files
committed
lnit
1 parent 290798f commit 732817e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/gemma/docs/core/huggingface_text_finetune_qlora.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
"id": "3a062e371c81"
320320
},
321321
"source": [
322-
"The `SFTTrainer` supports a native integration with `peft`, which makes it straightforward to efficiently tune LLMs using QLoRA. You only need to create a `LoraConfig` and provide it to the trainer."
322+
"The `SFTTrainer` supports a built-in integration with `peft`, which makes it straightforward to efficiently tune LLMs using QLoRA. You only need to create a `LoraConfig` and provide it to the trainer."
323323
]
324324
},
325325
{
@@ -385,7 +385,7 @@
385385
" push_to_hub=True, # push model to hub\n",
386386
" report_to=\"tensorboard\", # report metrics to tensorboard\n",
387387
" dataset_kwargs={\n",
388-
" \"add_special_tokens\": False, # We template with special tokens\n",
388+
" \"add_special_tokens\": False, # Template with special tokens\n",
389389
" \"append_concat_token\": True, # Add EOS token as separator token between examples\n",
390390
" }\n",
391391
")"

0 commit comments

Comments
 (0)