habibyajam
commited on
Commit
•
5c37b83
1
Parent(s):
504cb7b
Update README.md
Browse files
README.md
CHANGED
@@ -19,12 +19,26 @@ ZharfaOpen is an open-source large language model fine-tuned from the Mistral-7B
|
|
19 |
Below are example outputs demonstrating ZharfaOpen's capabilities in conversation and instruction following:
|
20 |
|
21 |
**Example 1: Conversation**
|
22 |
-
- Input: "سلام،
|
23 |
-
- Output: "
|
24 |
|
25 |
**Example 2: Instruction Following**
|
26 |
-
- Input: "
|
27 |
-
- Output: "برای
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
## Benchmark Results
|
30 |
To be included.
|
|
|
19 |
Below are example outputs demonstrating ZharfaOpen's capabilities in conversation and instruction following:
|
20 |
|
21 |
**Example 1: Conversation**
|
22 |
+
- Input: "سلام، خوبی؟"
|
23 |
+
- Output: "سلام، خوشحالم که با شما صحبت می کنم. چطور می توانم به شما کمک کنم؟"
|
24 |
|
25 |
**Example 2: Instruction Following**
|
26 |
+
- Input: "مشتق تابع x*sin(x) را به کمک قانون زنجیره محاسبه کن و تعیین کن که چیست؟"
|
27 |
+
- Output: "برای محاسبه مشتق تابع x*sin(x) از قاعده زنجیره، ابتدا باید مشتق هر دو عضو توابع را محاسبه کرده و سپس آنها را ضرب نمایید.
|
28 |
+
|
29 |
+
1. مشتق توابع x:
|
30 |
+
مشتق تابع x برابر با ۱ است.
|
31 |
+
|
32 |
+
2. مشتق توابع sin(x):
|
33 |
+
مشتق تابع sin(x) برابر با cos(x) است.
|
34 |
+
|
35 |
+
حال میتوانیم مشتق تابع x*sin(x) را با ضرب کردن مشتقات هر دوی آنها بدست بیاوریم:
|
36 |
+
|
37 |
+
(x * sin(x))' = x * sin'(x) + sin(x) * (x')
|
38 |
+
= x * cos(x) + sin(x) * 1
|
39 |
+
= x * cos(x) + sin(x)
|
40 |
+
|
41 |
+
بنابراین، مشتق تابع x*sin(x) برابر با x * cos(x) + sin(x) است."
|
42 |
|
43 |
## Benchmark Results
|
44 |
To be included.
|