Chen Zheng commited on
Commit
9509278
1 Parent(s): 4783bb2

update readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,11 +19,11 @@ Paper 2 (RLHF: ICE-GRT): Will be published soon!
19
 
20
  ICE-GRT is primarily utilized for research in the areas of large language models and chatbots. It is intended chiefly for use by researchers and hobbyists specializing in natural language processing, machine learning, and artificial intelligence.
21
 
22
- We advise researchers to use the following prompt as input to improve the quality of the model's response. The '{input}' is where you need to enter the Input.
23
  ```python
24
  "Below is an instruction that describes a task. Write a response that appropriately completes the request. ### USER: {input} ASSISTANT: "
25
  ```
26
- It's also fine not to use this prompt. It won't significantly impact the effectiveness of the model.
27
 
28
  ## Goal: Ice-breaking!
29
 
 
19
 
20
  ICE-GRT is primarily utilized for research in the areas of large language models and chatbots. It is intended chiefly for use by researchers and hobbyists specializing in natural language processing, machine learning, and artificial intelligence.
21
 
22
+ We strongly advise researchers to use the following prompt as input to improve the quality of the model's response. The '{input}' is where you need to enter the Input.
23
  ```python
24
  "Below is an instruction that describes a task. Write a response that appropriately completes the request. ### USER: {input} ASSISTANT: "
25
  ```
26
+ The effectiveness of the model would be significantly impacted if this prompt is not used.
27
 
28
  ## Goal: Ice-breaking!
29