JosephusCheung commited on
Commit
714a052
1 Parent(s): 77c61d2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ datasets:
4
+ - JosephusCheung/GuanacoDataset
5
+ language:
6
+ - en
7
+ - zh
8
+ - ja
9
+ - de
10
+ pipeline_tag: conversational
11
+ tags:
12
+ - llama
13
+ - guannaco
14
+ - alpaca
15
+ ---
16
+
17
+ Guanaco is an advanced instruction-following language model built on Meta's LLaMA 7B model. Expanding upon the initial 52K dataset from the Alpaca model, an additional 534K+ entries have been incorporated, covering English, Simplified Chinese, Traditional Chinese (Taiwan), Traditional Chinese (Hong Kong), Japanese, Deutsch, and various linguistic and grammatical tasks. This wealth of data enables Guanaco to perform exceptionally well in multilingual environments.
18
+
19
+ In an effort to foster openness and replicability in research, we have made the Guanaco Dataset publicly accessible and we have released the model weights here. By providing these resources, we aim to inspire more researchers to pursue related research and collectively advance the development of instruction-following language models.
20
+
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.
28
+
29
+ Instruction is utilized as a few-shot context to support diverse inputs and responses, making it easier for the model to understand and provide accurate responses to user queries.
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
+ 2. ### Role-playing support:
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
+
53
+ Users can instruct the model to assume specific roles, historical figures, or fictional characters, as well as personalities based on their input. This allows for more engaging and immersive conversations.
54
+
55
+ The model can use various sources of information to provide knowledge and context for the character's background and behavior, such as encyclopedic entries, first-person narrations, or a list of personality traits.
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
+ 3. Rejection of answers and avoidance of erroneous responses:
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:
63
+
64
+ 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.
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
+ 4. ### Continuation of responses for ongoing topics:
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
+
72
+ The contextual structure consisting of System, Assistant, and User roles allows the model to engage in multi-turn dialogues, maintain context-aware conversations, and provide more coherent responses.
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.