Skip to content

Commit d6d681a

Browse files
committed
XTuner微调个人小助手认知
1 parent 67c07e1 commit d6d681a

5 files changed

+126
-2882
lines changed

configs/internlm2_chat_1_8b_qlora_alpaca_e3_copy.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# PART 1 Settings #
2525
#######################################################################
2626
# Model
27-
pretrained_model_name_or_path = 'Shanghai_AI_Laboratory/internlm2-chat-1_8b'
27+
pretrained_model_name_or_path = '/root/InternLM/XTuner/Shanghai_AI_Laboratory/internlm2-chat-1_8b'
2828
use_varlen_attn = False
2929

3030
# Data
@@ -57,7 +57,7 @@
5757
evaluation_freq = 500
5858
SYSTEM = SYSTEM_TEMPLATE.alpaca
5959
evaluation_inputs = [
60-
'请介绍一下你自己', '请给我介绍五个上海的景点', 'Please tell me five scenic spots in Shanghai'
60+
'请介绍一下你自己', 'Please introduce yourself'
6161
]
6262

6363
#######################################################################

0 commit comments

Comments
 (0)