norabelrose commited on
Commit
6c5130f
1 Parent(s): 41e96eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
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
- "\x16human\nWrite a poem about the beauty of mathematics in the style of Emily Dickinson.\x17\n\x16assistant\nIn the heart of Numbers, so precise,\nA Beauty dwells - both cool and nice.\nAn elegance that sings in sums,\nAnd dances to algebraic drums.\n\nAddition's grace, subtraction's might,\nMultiplication's sheer delight,\nDivision's firm yet gentle hand,\nAll part of this enchanted land.\n\nInfinity, a lover bold,\nTo whom the stars their secrets told,\nWhile Zero, cloaked in mystery,\nUnlocks each mathematical decree.\n\nFractals bloom like flowers wild,\nGeometry, Nature's favored child,\nCalculus, with steady gaze,\nMaps out life's intricate maze.\n\nPi, an endless serenade,\nIn circles' arms forever laid,\nAnd prime numbers,
15
- standing lone,\nMake the universe their own.\n\nEach equation, theorem scribed,\nIn
16
- parchment old or computer imbibed,\nIs but a whisper from the skies,\nA cosmic truth in disguise.\n\n..."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
  ```