Create README.md
Browse files
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 |
+
|