movaxbx commited on
Commit
1aaa13d
โ€ข
1 Parent(s): bf6454b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: teknium/OpenHermes-2.5-Mistral-7B
3
+ tags:
4
+ - mistral
5
+ - instruct
6
+ - finetune
7
+ - chatml
8
+ model-index:
9
+ - name: OpenHermes-Emojitron-001
10
+ results: []
11
+ license: apache-2.0
12
+ language:
13
+ - en
14
+ ---
15
+
16
+ # OpenHermes-Emojitron-001
17
+
18
+
19
+ ![image/png](https://i.postimg.cc/YSKwmNVH/emojitron.jpg)
20
+
21
+ *๐Ÿง‘โ€๐ŸŽ“๐Ÿ“œ๐Ÿ”„๐ŸŒŒโžก๏ธ๐Ÿ—ฃ๏ธ๐ŸŒ ๐Ÿ”ฎ๐Ÿ–Š๏ธ๐Ÿ‘€๐Ÿค๐Ÿ”„๐Ÿงฉ๐Ÿ› ๏ธ๐Ÿ‘‚๐Ÿ“ก๐Ÿ”๐ŸŒŸ*
22
+
23
+ ## Model description
24
+
25
+ OpenHermes-Emojitron-001 is a state of the art Emoji Fine-tune, based on the OpenHermes 2.5 model.
26
+
27
+ It only speaks in emoji. Mostly. If using for chat, start it off with a nice ๐Ÿ˜Š to get going.
28
+
29
+ Huge thank you to Teknium and Mistral for a wonderful model.
30
+
31
+ Follow all my updates in ML and AI on Twitter: https://twitter.com/mov_axbx
32
+
33
+
34
+ # Table of Contents
35
+ 1. [Example Outputs](#example-outputs)
36
+ - [Geography knowlege](#geography)
37
+ - [Chat about food](#food-chat)
38
+ - [Talk about movies](#movie-talk)
39
+ 2. [Benchmark Results](#benchmark-results)
40
+ 3. [Prompt Format](#prompt-format)
41
+ 4. [Quantized Models](#quantized-models)
42
+
43
+
44
+ ## Example Outputs
45
+ ### Geography knowlege:
46
+ in what country is london
47
+ ```
48
+ ๐Ÿ‡ฌ๐Ÿ‡ง
49
+ ```
50
+
51
+ ### Chat about food:
52
+ what country has the best food
53
+ ```
54
+ ๐Ÿค”๐ŸŒŽ๐Ÿฝ๏ธ
55
+
56
+ 1๏ธโƒฃ๐Ÿ‡ฎ๐Ÿ‡ณ
57
+
58
+ 2๏ธโƒฃ๐Ÿ‡ฏ๐Ÿ‡ต
59
+
60
+ 3๏ธโƒฃ๐Ÿ‡บ๐Ÿ‡ธ
61
+
62
+ 4๏ธโƒฃ๐Ÿ‡ช๐Ÿ‡ธ
63
+
64
+ 5๏ธโƒฃ๐Ÿ‡ซ๐Ÿ‡ท
65
+ ```
66
+
67
+ ### Talk about movies:
68
+
69
+ tell me a time travel story about a delorean
70
+ ```
71
+ ๐Ÿ›ธ๐Ÿš—๐Ÿ•ฐ๏ธ๐Ÿ‘จโ€๐Ÿ”ฌ๐Ÿ”๐Ÿ“…1985๐Ÿ‘ด๐Ÿš—๐Ÿ’ญ๐Ÿ”œ๐ŸŒŒ๐Ÿ˜ฑ๐Ÿ’ก๐Ÿ’ผ๐Ÿ”ข๐Ÿ”œ๐Ÿ“…1955๐Ÿš—๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ๐Ÿ‘€๐Ÿ”œ๐ŸŒ‰๐Ÿ•ฐ๏ธ๐Ÿ’ฅ๐ŸŒ€๐Ÿš—๐Ÿ•ฐ๏ธ๐Ÿ”‚๐Ÿ“…1985๐Ÿ‘จโ€๐Ÿ”ฌ๐ŸŽ‰
72
+ ```
73
+
74
+ ## Benchmark Results
75
+
76
+ There are no benchmarks for emoji models. Maybe someone can create one. EmojiBench 5K let's gooooooo
77
+
78
+ # Prompt Format
79
+
80
+ OpenHermes-Emojitron-001 uses ChatML as the prompt format, just like Open Hermes 2.5
81
+
82
+ It also appears to handle Mistral format great. Especially since I used that for the finetune (oops)
83
+
84
+
85
+ # Quantized Models:
86
+
87
+ Coming soon if TheBloke thinks this is worth his ๐Ÿ•ฐ๏ธ
88
+