Skip to content

Commit

Permalink
Update trainer_finetune.ipynb (#597)
Browse files Browse the repository at this point in the history
* Update trainer_finetune.ipynb

fix

* feat: update version
  • Loading branch information
danielhjz authored Jun 21, 2024
1 parent e96efe9 commit bf6389b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbook/finetune/trainer_finetune.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
" lora_rank=8,\n",
" lora_all_linear=\"True\",\n",
" ),\n",
" dataset_config=DatasetConfig(\n",
" dataset=DatasetConfig(\n",
" datasets=[ds],\n",
" eval_split_ratio=10, # 评估集拆分比例 10%\n",
" corpus_proportion=0.03, # 混合千帆通用训练语料 0.03%\n",
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qianfan"
version = "0.3.16"
version = "0.3.17"
description = "文心千帆大模型平台 Python SDK"
authors = []
license = "Apache-2.0"
Expand Down

0 comments on commit bf6389b

Please sign in to comment.