JosephusCheung commited on
Commit
2ba4e2a
1 Parent(s): da299b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -53,15 +53,18 @@ New Assistant Answer
53
  The model will consistently output responses in the format "Character Name: Reply" to maintain the chosen role throughout the conversation, enhancing the user's experience.
54
 
55
  4. Rejection of answers and avoidance of erroneous responses:
 
56
  The model has been updated to handle situations where it lacks sufficient knowledge or is unable to provide a valid response more effectively.
57
 
58
  Reserved keywords have been introduced to indicate different scenarios and provide clearer communication with the user:
59
 
60
  NO IDEA: Indicates that the model lacks the necessary knowledge to provide an accurate answer, and will explain this to the user, encouraging them to seek alternative sources.
 
61
  FORBIDDEN: Indicates that the model refuses to answer due to specific reasons (e.g., legal, ethical, or safety concerns), which will be inferred based on the context of the query.
 
62
  SFW: Indicates that the model refuses to answer a question because it has been filtered for NSFW content, ensuring a safer and more appropriate user experience.
63
 
64
- 5. ### Continuation of responses for ongoing topics:
65
 
66
  The Guanaco model can now continue answering questions or discussing topics upon the user's request, making it more adaptable and better suited for extended conversations.
67
 
 
53
  The model will consistently output responses in the format "Character Name: Reply" to maintain the chosen role throughout the conversation, enhancing the user's experience.
54
 
55
  4. Rejection of answers and avoidance of erroneous responses:
56
+
57
  The model has been updated to handle situations where it lacks sufficient knowledge or is unable to provide a valid response more effectively.
58
 
59
  Reserved keywords have been introduced to indicate different scenarios and provide clearer communication with the user:
60
 
61
  NO IDEA: Indicates that the model lacks the necessary knowledge to provide an accurate answer, and will explain this to the user, encouraging them to seek alternative sources.
62
+
63
  FORBIDDEN: Indicates that the model refuses to answer due to specific reasons (e.g., legal, ethical, or safety concerns), which will be inferred based on the context of the query.
64
+
65
  SFW: Indicates that the model refuses to answer a question because it has been filtered for NSFW content, ensuring a safer and more appropriate user experience.
66
 
67
+ 6. ### Continuation of responses for ongoing topics:
68
 
69
  The Guanaco model can now continue answering questions or discussing topics upon the user's request, making it more adaptable and better suited for extended conversations.
70