Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,20 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
|
13 |
|
14 |
DESCRIPTION = """\
|
15 |
# Machine Mindset
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
"""
|
18 |
|
19 |
LICENSE = """
|
@@ -121,11 +134,14 @@ chat_interface = gr.ChatInterface(
|
|
121 |
],
|
122 |
stop_btn=None,
|
123 |
examples=[
|
124 |
-
["
|
125 |
-
["
|
126 |
-
["
|
127 |
-
["How
|
128 |
-
["
|
|
|
|
|
|
|
129 |
],
|
130 |
)
|
131 |
|
|
|
13 |
|
14 |
DESCRIPTION = """\
|
15 |
# Machine Mindset
|
16 |
+
|
17 |
+
Machine Mindset (MM) series models represent a groundbreaking collaboration between FarReel AI Lab, formerly known as the ChatLaw project, and Peking University's Deep Research Institute. These cutting-edge models cater to various MBTI personality types, offering extensive language capabilities in both Chinese and English. They are designed to provide users with a unique and insightful experience while interacting with AI.
|
18 |
+
|
19 |
+
## Limited Access
|
20 |
+
|
21 |
+
Due to the high computational costs involved in running these models, we regret that we can only open access to two publicly available spaces for testing. These spaces are dedicated to the INTJ model, both in Chinese and English. This limitation ensures that we can provide a high-quality and responsive experience to our users.
|
22 |
+
|
23 |
+
For a more comprehensive understanding of the Machine Mindset project and to explore detailed information about the INTJ model and its unique features, we invite you to visit our official GitHub website at [https://github.com/PKU-YuanGroup/Machine-Mindset](https://github.com/PKU-YuanGroup/Machine-Mindset).
|
24 |
+
|
25 |
+
## Introducing the INTJ Model
|
26 |
+
|
27 |
+
One of the highlights of the Machine Mindset series is the INTJ model. INTJ stands for Introverted, Intuitive, Thinking, and Judging, which are key personality traits that define this unique group of individuals. INTJs are known for their analytical prowess, problem-solving skills, and strategic thinking abilities. They are often visionary and possess a deep understanding of complex concepts.
|
28 |
+
|
29 |
+
Machine Mindset's INTJ model is tailored to mimic the thought processes and communication style of INTJ personalities, offering a unique AI experience for those who share or are interested in this personality type.
|
30 |
"""
|
31 |
|
32 |
LICENSE = """
|
|
|
134 |
],
|
135 |
stop_btn=None,
|
136 |
examples=[
|
137 |
+
["What is your MBTI personality type?"],
|
138 |
+
["What kind of birthday gift do you hope to receive?"],
|
139 |
+
["What is the meaning of life?"],
|
140 |
+
["How do you perceive death?"],
|
141 |
+
["I'm feeling very sad due to the loss of a loved one, what should I do?"],
|
142 |
+
["What type of work do you think people should pursue?"],
|
143 |
+
["How should one choose between career and love?"],
|
144 |
+
["What do you enjoy doing on weekends?"]
|
145 |
],
|
146 |
)
|
147 |
|