Skip to content

Commit

Permalink
XTuner微调数据量调整 (InternLM#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
wux-labs authored Aug 14, 2024
1 parent df5da26 commit 88cc7b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/L1/XTuner/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ import json
# 设置用户的名字
name = '伍鲜同志'
# 设置需要重复添加的数据次数
n = 3750
n = 8000

# 初始化数据
data = [
Expand Down
2 changes: 1 addition & 1 deletion tools/xtuner_generate_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 设置用户的名字
name = '伍鲜同志'
# 设置需要重复添加的数据次数
n = 3750
n = 8000

# 初始化数据
data = [
Expand Down

0 comments on commit 88cc7b5

Please sign in to comment.