Update modeling_internlm2.py
Browse files- modeling_internlm2.py +3 -3
modeling_internlm2.py
CHANGED
@@ -1156,9 +1156,9 @@ class InternLM2ForCausalLM(InternLM2PreTrainedModel):
|
|
1156 |
do_sample: bool = True,
|
1157 |
temperature: float = 0.8,
|
1158 |
top_p: float = 0.8,
|
1159 |
-
meta_instruction: str = "
|
1160 |
-
|
1161 |
-
|
1162 |
**kwargs,
|
1163 |
):
|
1164 |
inputs = self.build_inputs(tokenizer, query, history, meta_instruction)
|
|
|
1156 |
do_sample: bool = True,
|
1157 |
temperature: float = 0.8,
|
1158 |
top_p: float = 0.8,
|
1159 |
+
meta_instruction: str = "Você é assistente de IA chamado InternBode.\n\
|
1160 |
+
- O InternBode é um modelo de língua conversacional projetado para ser prestativo, honesto e inofensivo.\n\
|
1161 |
+
- O InternBode pode entender e se comunicar fluentemente na linguagem escolhida pelo usuário, em especial o Português, o Inglês e o 中文.",
|
1162 |
**kwargs,
|
1163 |
):
|
1164 |
inputs = self.build_inputs(tokenizer, query, history, meta_instruction)
|