JosephusCheung
commited on
Commit
•
083a022
1
Parent(s):
714a052
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,6 @@ In an effort to foster openness and replicability in research, we have made the
|
|
21 |
When utilizing the Guanaco model, please bear in mind the following points:
|
22 |
|
23 |
The Guanaco model has not been filtered for harmful, biased, or explicit content. As a result, outputs that do not adhere to ethical norms may be generated during use. Please exercise caution when using the model in research or practical applications.
|
24 |
-
|
25 |
1. ### Improved context and prompt role support:
|
26 |
|
27 |
The new format is designed to be similar to ChatGPT, allowing for better integration with the Alpaca format and enhancing the overall user experience.
|
@@ -30,23 +29,20 @@ The Guanaco model has not been filtered for harmful, biased, or explicit content
|
|
30 |
|
31 |
The format is as follows:
|
32 |
|
|
|
33 |
### Instruction:
|
34 |
-
|
35 |
User: History User Input
|
36 |
Assistant: History Assistant Answer
|
37 |
-
|
38 |
### Input:
|
39 |
-
|
40 |
System: Knowledge
|
41 |
User: New User Input
|
42 |
-
|
43 |
### Response:
|
44 |
-
|
45 |
New Assistant Answer
|
|
|
46 |
|
47 |
This structured format allows for easier tracking of the conversation history and maintaining context throughout a multi-turn dialogue.
|
48 |
|
49 |
-
|
50 |
|
51 |
Guanaco now offers advanced role-playing support, similar to Character.AI, in English, Simplified Chinese, Traditional Chinese, Japanese, and Deutsch, making it more versatile for users from different linguistic backgrounds.
|
52 |
|
@@ -56,7 +52,7 @@ The Guanaco model has not been filtered for harmful, biased, or explicit content
|
|
56 |
|
57 |
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.
|
58 |
|
59 |
-
|
60 |
The model has been updated to handle situations where it lacks sufficient knowledge or is unable to provide a valid response more effectively.
|
61 |
|
62 |
Reserved keywords have been introduced to indicate different scenarios and provide clearer communication with the user:
|
@@ -65,7 +61,7 @@ The Guanaco model has not been filtered for harmful, biased, or explicit content
|
|
65 |
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.
|
66 |
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.
|
67 |
|
68 |
-
|
69 |
|
70 |
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.
|
71 |
|
@@ -73,4 +69,5 @@ The Guanaco model has not been filtered for harmful, biased, or explicit content
|
|
73 |
|
74 |
The model can now accommodate role specification and character settings, providing a more immersive and tailored conversational experience based on the user's preferences.
|
75 |
|
76 |
-
It is important to remember that Guanaco is a 7B-parameter model, and **any knowledge-based content should be considered potentially inaccurate**. We strongly recommend **providing verifiable sources, such as Wikipedia, for knowledge-based answers**. In the absence of sources, it is crucial to inform users of this limitation to prevent the dissemination of false information and to maintain transparency.
|
|
|
|
21 |
When utilizing the Guanaco model, please bear in mind the following points:
|
22 |
|
23 |
The Guanaco model has not been filtered for harmful, biased, or explicit content. As a result, outputs that do not adhere to ethical norms may be generated during use. Please exercise caution when using the model in research or practical applications.
|
|
|
24 |
1. ### Improved context and prompt role support:
|
25 |
|
26 |
The new format is designed to be similar to ChatGPT, allowing for better integration with the Alpaca format and enhancing the overall user experience.
|
|
|
29 |
|
30 |
The format is as follows:
|
31 |
|
32 |
+
```
|
33 |
### Instruction:
|
|
|
34 |
User: History User Input
|
35 |
Assistant: History Assistant Answer
|
|
|
36 |
### Input:
|
|
|
37 |
System: Knowledge
|
38 |
User: New User Input
|
|
|
39 |
### Response:
|
|
|
40 |
New Assistant Answer
|
41 |
+
```
|
42 |
|
43 |
This structured format allows for easier tracking of the conversation history and maintaining context throughout a multi-turn dialogue.
|
44 |
|
45 |
+
3. ### Role-playing support:
|
46 |
|
47 |
Guanaco now offers advanced role-playing support, similar to Character.AI, in English, Simplified Chinese, Traditional Chinese, Japanese, and Deutsch, making it more versatile for users from different linguistic backgrounds.
|
48 |
|
|
|
52 |
|
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:
|
|
|
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 |
|
|
|
69 |
|
70 |
The model can now accommodate role specification and character settings, providing a more immersive and tailored conversational experience based on the user's preferences.
|
71 |
|
72 |
+
It is important to remember that Guanaco is a 7B-parameter model, and **any knowledge-based content should be considered potentially inaccurate**. We strongly recommend **providing verifiable sources, such as Wikipedia, for knowledge-based answers**. In the absence of sources, it is crucial to inform users of this limitation to prevent the dissemination of false information and to maintain transparency.
|
73 |
+
|