-
Notifications
You must be signed in to change notification settings - Fork 16
/
Phi-3-mini-4k Chat【Zho】.json
161 lines (161 loc) · 4.96 KB
/
Phi-3-mini-4k Chat【Zho】.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"last_node_id": 4,
"last_link_id": 4,
"nodes": [
{
"id": 2,
"type": "Phi3mini_4k_ModelLoader_Zho",
"pos": [
200,
430
],
"size": [
230,
60
],
"flags": {},
"order": 0,
"mode": 0,
"outputs": [
{
"name": "Phi3mini_4k",
"type": "PHI3",
"links": [
1
],
"shape": 3
},
{
"name": "tokenizer",
"type": "TK",
"links": [
2
],
"shape": 3,
"slot_index": 1
}
],
"properties": {
"Node name for S&R": "Phi3mini_4k_ModelLoader_Zho"
}
},
{
"id": 4,
"type": "DisplayText_Zho",
"pos": [
450,
430
],
"size": [
590,
770
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [
{
"name": "text",
"type": "STRING",
"link": 4,
"widget": {
"name": "text"
}
}
],
"outputs": [
{
"name": "text",
"type": "STRING",
"links": null,
"shape": 3
}
],
"title": "🏖️Phi3mini 4k Chat",
"properties": {
"Node name for S&R": "DisplayText_Zho"
},
"widgets_values": [
"",
"user: What is the meaning of life?\n----------------------------------------\nsystem: The meaning of life is a profound and complex question that has been explored by philosophers, theologians, scientists, and thinkers throughout history. There is no single, universally accepted answer, as perspectives on this question can vary greatly depending on cultural, religious, and personal beliefs.\n\nSome people find meaning in life through their relationships with others, their pursuit of knowledge, or their contribution to society. Others may find meaning in spirituality, religion, or a connection to something greater than themselves.\n\nFrom a scientific perspective, life can be seen as a product of evolution, with the primary goal of survival and reproduction. However, this does not necessarily provide a deeper meaning or purpose.\n\nUltimately, the meaning of life is a personal journey, and each individual must find their own purpose and meaning through introspection, experiences, and the pursuit of their passions and values.\n----------------------------------------\nuser: 你是谁?\n----------------------------------------\nsystem: 我是一个人工智能助手,专门设计来帮助用户解答问题、提供信息和执行任务。如果你有任何问题或需要帮助,请随时告诉我。\n\n----------------------------------------\nuser: 鸡兔同笼问题:鸡和兔一共10只,脚一共28只,求问鸡几只兔几只?\n用中文回答\n----------------------------------------\nsystem: 这是一个经典的数学问题,叫做鸡兔同笼问题。根据题目,有10只动物,其中一部分是鸡,另一部分是兔子。鸡和兔的脚总数为28只。\n\n设鸡的数量为x,兔的数量为y。\n\n根据题目信息,我们可以得出以下两个方程:\n\n1) x + y = 10 (鸡和兔的总数)\n2) 2x + 4y = 28 (鸡和兔的脚总数,因为鸡有2只脚,兔有4只脚)\n\n我们可以通过方程2替换方程1中的x或y来解这个方程组。\n\n首先,我们将方程1中的x表示为10 - y,然后将其代入方程2中:\n\n2(10 - y) + 4y = 28\n20 - 2y + 4y = 28\n2y = 8\ny = 4\n\n现在我们知道兔子的数量为4只。将y的值代入方程1中,我们可以求出鸡的数量:\n\nx + 4 = 10\nx = 6\n\n所以,这个问题的答案是:鸡有6只,兔有4只。\n----------------------------------------"
]
},
{
"id": 1,
"type": "Phi3mini_4k_Chat_Zho",
"pos": [
200,
540
],
"size": [
230,
660
],
"flags": {},
"order": 1,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "PHI3",
"link": 1,
"slot_index": 0
},
{
"name": "tokenizer",
"type": "TK",
"link": 2
}
],
"outputs": [
{
"name": "text",
"type": "STRING",
"links": [
4
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "Phi3mini_4k_Chat_Zho"
},
"widgets_values": [
"鸡兔同笼问题:鸡和兔一共10只,脚一共28只,求问鸡几只兔几只?\n用中文回答",
"You are a helpful AI assistant.",
0
]
}
],
"links": [
[
1,
2,
0,
1,
0,
"PHI3"
],
[
2,
2,
1,
1,
1,
"TK"
],
[
4,
1,
0,
4,
0,
"STRING"
]
],
"groups": [],
"config": {},
"extra": {},
"version": 0.4
}