Skip to content

Commit 818ae84

Browse files
authored
Update falcon.md (#1415)
I found a comma missing in the code, and I added the missing comma.
1 parent b9c5a4b commit 818ae84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zh/falcon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ model = AutoModelForCausalLM.from_pretrained(model_id, trust_remote_code=True)
271271

272272
trainer = SFTTrainer(
273273
model,
274-
tokenizer=tokenizer
274+
tokenizer=tokenizer,
275275
train_dataset=dataset,
276276
dataset_text_field="text",
277277
max_seq_length=512,
@@ -290,4 +290,4 @@ trainer.train()
290290

291291
## 总结
292292

293-
Falcon 是最新的、令人兴奋的、可商用的大语言模型。在本文中,我们展示了 Falcon 模型的功能、如何在你自己的环境中运行 Falcon 模型以及在 Hugging Face 生态中如何轻松地用自有数据微调它们。我们期待看到社区如何使用 Falcon 模型!
293+
Falcon 是最新的、令人兴奋的、可商用的大语言模型。在本文中,我们展示了 Falcon 模型的功能、如何在你自己的环境中运行 Falcon 模型以及在 Hugging Face 生态中如何轻松地用自有数据微调它们。我们期待看到社区如何使用 Falcon 模型!

0 commit comments

Comments
 (0)