Skip to content

Commit 88cc7b5

Browse files
authored
XTuner微调数据量调整 (InternLM#1699)
1 parent df5da26 commit 88cc7b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/L1/XTuner/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ import json
278278
# 设置用户的名字
279279
name = '伍鲜同志'
280280
# 设置需要重复添加的数据次数
281-
n = 3750
281+
n = 8000
282282

283283
# 初始化数据
284284
data = [

tools/xtuner_generate_assistant.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 设置用户的名字
44
name = '伍鲜同志'
55
# 设置需要重复添加的数据次数
6-
n = 3750
6+
n = 8000
77

88
# 初始化数据
99
data = [

0 commit comments

Comments
 (0)