RicardoLee
commited on
Commit
•
66fd8d3
1
Parent(s):
7a35eb4
README rectify
Browse files
README.md
CHANGED
@@ -46,16 +46,20 @@ Some details in training:
|
|
46 |
## Inference
|
47 |
|
48 |
该模型依然采用stanford alpaca 模版。因此在测试时且别忘记添加开场白。开场白如下:
|
49 |
-
|
|
|
50 |
|
51 |
对于带上文的对话,开场白如下:
|
|
|
52 |
"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n\nHuman:${Previous Human Content}\nAssistant:${Previous Assistance Content}\nHuman:${Your Question}\n\n### Response:\n\n"
|
53 |
|
54 |
This model still using the Stanford Alpaca template. Therefore, don't forget to add prologue template. The prologue template is:
|
55 |
-
|
|
|
56 |
|
57 |
For dialogue with context, the prelogue template is:
|
58 |
-
|
|
|
59 |
|
60 |
## Licence
|
61 |
|
|
|
46 |
## Inference
|
47 |
|
48 |
该模型依然采用stanford alpaca 模版。因此在测试时且别忘记添加开场白。开场白如下:
|
49 |
+
|
50 |
+
"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n\n${Your Content}\n\n### Response:\n\n"
|
51 |
|
52 |
对于带上文的对话,开场白如下:
|
53 |
+
|
54 |
"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n\nHuman:${Previous Human Content}\nAssistant:${Previous Assistance Content}\nHuman:${Your Question}\n\n### Response:\n\n"
|
55 |
|
56 |
This model still using the Stanford Alpaca template. Therefore, don't forget to add prologue template. The prologue template is:
|
57 |
+
|
58 |
+
"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n\n${Your Content}\n\n### Response:\n\n"
|
59 |
|
60 |
For dialogue with context, the prelogue template is:
|
61 |
+
|
62 |
+
"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n\nHuman:${Previous Human Content}\nAssistant:${Previous Machine Content}\nHuman:${Your Question}\n\n### Response:\n\n"
|
63 |
|
64 |
## Licence
|
65 |
|