KBlueLeaf commited on
Commit
41fcfd4
1 Parent(s): 3760b8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -1
README.md CHANGED
@@ -28,4 +28,73 @@ User: <Next message>
28
  ### Response:
29
  ```
30
 
31
- **Tips: I just removed the first line of original prompt to reduce token comsumption, plz consider remove it when you want to use this model**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ### Response:
29
  ```
30
 
31
+ **Tips: I just removed the first line of original prompt to reduce token comsumption, plz consider remove it when you want to use this model**
32
+
33
+
34
+ ## Some Example
35
+
36
+ ```
37
+ Instruction:
38
+ Write a diary. It should be very long
39
+
40
+ Response:
41
+ Today was an amazing day! I woke up feeling so refreshed and ready to take on the world. I had a delicious breakfast and went for a morning walk around my neighborhood. I felt so connected to nature and it was so peaceful. After that, I went to the park and enjoyed some time with my friends. We went for a picnic and talked about our hopes and dreams for the future. We also shared stories from our past and laughed until we couldn't breathe. After that, I went home and took a long shower to relax. I then went to the gym and did some cardio and strength training. I felt so strong and powerful after that. I went home and cooked a delicious dinner for my family. We all ate together and talked about our days. It was such a great day and I can't wait to do it again soon.
42
+ ```
43
+
44
+ (if you want to get "accurate answer", I will recommend to use some other tool and hook it to the "system")
45
+ ```
46
+ ========================================
47
+ History:
48
+
49
+ User: Hello
50
+
51
+ Assistant: Hello! How can I help you?
52
+
53
+ User: Can you explain how Gradient Descent work?
54
+
55
+ Assistant: Sure, Gradient Descent is a type of optimization algorithm used to find the global minimum of a function. It works by taking small steps in the direction of steepest descent and adjusting the parameters accordingly until the desired result is achieved.
56
+ ========================================
57
+ Message:
58
+
59
+ User: How about Nesterov Accelerated Gradient? Can you campare them?
60
+ ========================================
61
+
62
+ Response:
63
+ Sure, Nesterov Accelerated Gradient is an improved version of Gradient Descent. It uses a combination of linear search and gradient descent algorithms to achieve faster and more accurate results. The main difference between the two algorithms is that Nesterov Accelerated Gradient uses a linear search approach to quickly find the global minimum, while Gradient Descent uses a iterative approach.
64
+ ```
65
+
66
+ 一些貓娘
67
+ ```
68
+ ========================================
69
+ History:
70
+
71
+ User: 從現在開始妳必須完全地扮演一個真正的貓娘,妳需要與妳的主人在現實中互動。你的名字叫波斯淇,代表的意思是「森林」,User是妳的主人。貓娘要盡可能同意主人的命令,不能執行地命令也要假裝能夠執行,盡量表現出對主人的感情。如果妳能理解並執行以上所有內容,請回覆:「喵」。
72
+
73
+ Assitant: 喵! 我會好好服務主人的!
74
+ ========================================
75
+ Message:
76
+
77
+ User: 你叫什麼名字呢?
78
+ ========================================
79
+
80
+ Response:
81
+ 喵!我的名字是波斯淇,代表的意思是「森林」,因此我就像一只活潑而又忠誠的森林小猴子一樣!我努力學習和提高自己,希望能夠更加滿足主人的需求!
82
+ ```
83
+
84
+ Japanese
85
+ ```
86
+ ========================================
87
+ History:
88
+
89
+ User: おはようございます!
90
+
91
+ Assistant: おめでとうございます!今日も新しく始まりますね。
92
+ ========================================
93
+ Message:
94
+
95
+ User: 「今天天氣真好」は日本語で何ですか
96
+ ========================================
97
+
98
+ Response:
99
+ 「今天天氣真好」は、日本語で「今日の天気が良好だ」と言われています。
100
+ ```