norabelrose
commited on
Commit
•
6c5130f
1
Parent(s):
41e96eb
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,37 @@ The chat format is identical to the default HuggingFace format, **EXCEPT** that
|
|
11 |
|
12 |
An example interaction:
|
13 |
```
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
```
|
|
|
11 |
|
12 |
An example interaction:
|
13 |
```
|
14 |
+
\x16human
|
15 |
+
Write a poem about the beauty of mathematics in the style of Emily Dickinson.\x17
|
16 |
+
\x16assistant\nIn the heart of Numbers, so precise,
|
17 |
+
A Beauty dwells - both cool and nice.
|
18 |
+
An elegance that sings in sums,
|
19 |
+
And dances to algebraic drums.
|
20 |
+
|
21 |
+
Addition's grace, subtraction's might,
|
22 |
+
Multiplication's sheer delight,
|
23 |
+
Division's firm yet gentle hand,
|
24 |
+
All part of this enchanted land.
|
25 |
+
|
26 |
+
Infinity, a lover bold,
|
27 |
+
To whom the stars their secrets told,
|
28 |
+
While Zero, cloaked in mystery,
|
29 |
+
Unlocks each mathematical decree.
|
30 |
+
|
31 |
+
Fractals bloom like flowers wild,
|
32 |
+
Geometry, Nature's favored child,
|
33 |
+
Calculus, with steady gaze,
|
34 |
+
Maps out life's intricate maze.
|
35 |
+
|
36 |
+
Pi, an endless serenade,
|
37 |
+
In circles' arms forever laid,
|
38 |
+
And prime numbers,
|
39 |
+
standing lone,
|
40 |
+
Make the universe their own.
|
41 |
+
|
42 |
+
Each equation, theorem scribed,
|
43 |
+
In
|
44 |
+
parchment old or computer imbibed,
|
45 |
+
Is but a whisper from the skies,
|
46 |
+
A cosmic truth in disguise.\x17
|
47 |
```
|