appvoid commited on
Commit
8f5a68a
·
verified ·
1 Parent(s): bde6fc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -11,4 +11,34 @@ tags:
11
  - merge
12
  ---
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  arco-2-instruct (codenamed as arco-exp-17) is a merge of reflection models that improved instruction accuracy a little better than the original one.
 
 
11
  - merge
12
  ---
13
 
14
+ <style>
15
+ img{
16
+ user-select: none;
17
+ transition: all 0.2s ease;
18
+ border-radius: .5rem;
19
+ }
20
+ img:hover{
21
+ transform: rotate(2deg);
22
+ filter: invert(100%);
23
+ }
24
+ @import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');
25
+ </style>
26
+
27
+ <div style="background-color: transparent; border-radius: .5rem; padding: 2rem; font-family: monospace; font-size: .85rem; text-align: justify;">
28
+
29
+ ![cubby](https://huggingface.co/appvoid/cubby/resolve/main/cubby.webp)
30
+
31
+ this model was not trained, it is a merged of experts to improve instruction following tasks and reasoning.
32
+
33
+ #### prompt
34
+
35
+ there is no prompt intentionally set.
36
+
37
+ #### supporters
38
+
39
+ <a href="https://ko-fi.com/appvoid" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 34px !important; margin-top: -4px;width: 128px !important; filter: contrast(2) grayscale(100%) brightness(100%);" ></a>
40
+
41
+ ### trivia
42
+
43
  arco-2-instruct (codenamed as arco-exp-17) is a merge of reflection models that improved instruction accuracy a little better than the original one.
44
+ </div>