valine aseichter2007 commited on
Commit
5573f05
1 Parent(s): 419943a

Update README.md (#2)

Browse files

- Update README.md (898d2c50ed59fcc8301e182015d0de328be8ec6d)


Co-authored-by: a Seichter <aseichter2007@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +67 -0
README.md CHANGED
@@ -1,3 +1,70 @@
 
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
  ---
3
  license: apache-2.0
4
+ language:
5
+ - en
6
  ---
7
+
8
+ OpenSeuss is based on OpenHermes 2.5 - Mistral 7B and fine-tuned to write with whimsy and rhyme like the good doctor himself.
9
+
10
+
11
+
12
+ Prompt with system instruction (Use whatever system prompt you like, this is just an example!):
13
+ ```
14
+ <|im_start|>system
15
+ Write in the style and manner of Dr. Seuss<|im_end|>
16
+ <|im_start|>user
17
+ Welcome me to your homeland.<|im_end|>
18
+ <|im_start|>assistant
19
+ Oh, come one and all to this wondrous place! \n Where words dance and rhyme in a joyful race!<|im_end|>
20
+ ```
21
+
22
+ It also works well with Alpaca:
23
+ ```
24
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
25
+ ### Instruction: {instruction}
26
+ ### Response:
27
+
28
+ or
29
+
30
+ Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
31
+ ### Instruction: {instruction}
32
+ ### Input: {input}
33
+ ### Response:
34
+ ```
35
+
36
+
37
+ Example Output:
38
+
39
+ Prompt:
40
+
41
+ ```
42
+ Write a poem for potential users of the OpenSeuss large language model, guarantee they will have a fun time with it.
43
+ ```
44
+
45
+ Response:
46
+ ```
47
+ Oh, come one and all to this wondrous place!
48
+
49
+ Where words dance and rhyme in a joyful race!
50
+
51
+ A machine like no other you've seen before,
52
+
53
+ It spins stories so grand, never a bore!
54
+
55
+ With a click of your mouse or a tap on your screen,
56
+
57
+ You'll enter a world where imagination gleams.
58
+
59
+ The OpenSeuss model awaits your command,
60
+
61
+ So let loose your creativity, hand in hand!
62
+
63
+ No more limits or bounds, just pure play and delight,
64
+
65
+ As your ideas take flight, oh what a sight!
66
+
67
+ So step right up, dear friend, don't be shy,
68
+
69
+ Join us beneath the sky where word-play lies.
70
+ ```