alpayariyak
commited on
Commit
Β·
ed22ba7
1
Parent(s):
a9d27f0
Update README.md
Browse files
README.md
CHANGED
@@ -7,35 +7,54 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
<div align="center">
|
11 |
-
<h1 style="font-size: 2.
|
12 |
</div>
|
13 |
-
|
14 |
-
<p align="center" style="margin-bottom: 0px;">
|
15 |
-
<a>
|
16 |
-
<img src="https://github.com/imoneoi/openchat/raw/master/assets/logo_new.png" style="width: 65%">
|
17 |
-
</a>
|
18 |
<a href="https://openchat.team">
|
19 |
<img src="https://github.com/alpayariyak/openchat/blob/master/logo_new-removebg-preview.png?raw=true" alt="OpenChat Logo" style="width:20px; vertical-align: middle; display: inline-block; margin-right: 5px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px;"/>
|
20 |
-
<span
|
21 |
</a> |
|
22 |
<a href="https://github.com/imoneoi/openchat">
|
23 |
<img src="https://camo.githubusercontent.com/4133dc1cd4511d4a292b84ce10e52e4ed92569fb2a8165381c9c47be5edc2796/68747470733a2f2f6564656e742e6769746875622e696f2f537570657254696e7949636f6e732f696d616765732f706e672f6769746875622e706e67" alt="GitHub Logo" style="width:20px; vertical-align: middle; display: inline-block; margin-right: 5px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px;"/>
|
24 |
-
<span
|
25 |
</a> |
|
26 |
<a href="https://arxiv.org/pdf/2309.11235.pdf">
|
27 |
<img src="https://github.com/alpayariyak/openchat/blob/master/arxiv-logomark-small-square-border.png?raw=true" alt="ArXiv Logo" style="width:20px; vertical-align: middle; display: inline-block; margin-right: 5px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px;"/>
|
28 |
-
<span
|
29 |
</a> |
|
30 |
<a href="https://discord.gg/pQjnXvNKHY">
|
31 |
<img src="https://cloud.githubusercontent.com/assets/6291467/26705903/96c2d66e-477c-11e7-9f4e-f3c0efe96c9a.png" alt="Discord Logo" style="width:20px; vertical-align: middle; display: inline-block; margin-right: 5px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px;"/>
|
32 |
-
<span
|
|
|
|
|
|
|
33 |
</a>
|
34 |
</p>
|
35 |
|
36 |
-
|
37 |
<!-- Removed <br> tags to reduce space -->
|
38 |
-
<p align="center" style="margin-top:
|
39 |
<strong>π₯ First 7B model that Achieves Comparable Results with ChatGPT (March)! π₯</strong>
|
40 |
<br>
|
41 |
<strong>π€ #1 Open-source model on MT-bench scoring 7.81, outperforming 70B models π€</strong>
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
<style>
|
11 |
+
a {
|
12 |
+
text-decoration: none; /* Removes the default underline */
|
13 |
+
color: inherit; /* Inherits the color from the parent element */
|
14 |
+
}
|
15 |
+
|
16 |
+
a:hover, a:focus {
|
17 |
+
text-decoration: underline; /* Adds underline on hover or focus for better accessibility */
|
18 |
+
}
|
19 |
+
|
20 |
+
.link-text {
|
21 |
+
display: inline-block;
|
22 |
+
vertical-align: middle;
|
23 |
+
font-size: 1.26em;
|
24 |
+
margin-right: 10px;
|
25 |
+
margin-left: 0px;
|
26 |
+
margin-top: 0px;
|
27 |
+
margin-bottom: 0px;
|
28 |
+
}
|
29 |
+
</style>
|
30 |
+
|
31 |
<div align="center">
|
32 |
+
<h1 style="font-size: 2.00em;">OpenChat: Advancing Open-source Language Models with Mixed-Quality Data</h1>
|
33 |
</div>
|
34 |
+
<p align="center" style="margin-top: 0px;">
|
|
|
|
|
|
|
|
|
35 |
<a href="https://openchat.team">
|
36 |
<img src="https://github.com/alpayariyak/openchat/blob/master/logo_new-removebg-preview.png?raw=true" alt="OpenChat Logo" style="width:20px; vertical-align: middle; display: inline-block; margin-right: 5px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px;"/>
|
37 |
+
<span class="link-text">Online Demo of OpenChat 3.5</span>
|
38 |
</a> |
|
39 |
<a href="https://github.com/imoneoi/openchat">
|
40 |
<img src="https://camo.githubusercontent.com/4133dc1cd4511d4a292b84ce10e52e4ed92569fb2a8165381c9c47be5edc2796/68747470733a2f2f6564656e742e6769746875622e696f2f537570657254696e7949636f6e732f696d616765732f706e672f6769746875622e706e67" alt="GitHub Logo" style="width:20px; vertical-align: middle; display: inline-block; margin-right: 5px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px;"/>
|
41 |
+
<span class="link-text">GitHub</span>
|
42 |
</a> |
|
43 |
<a href="https://arxiv.org/pdf/2309.11235.pdf">
|
44 |
<img src="https://github.com/alpayariyak/openchat/blob/master/arxiv-logomark-small-square-border.png?raw=true" alt="ArXiv Logo" style="width:20px; vertical-align: middle; display: inline-block; margin-right: 5px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px;"/>
|
45 |
+
<span class="link-text">Paper</span>
|
46 |
</a> |
|
47 |
<a href="https://discord.gg/pQjnXvNKHY">
|
48 |
<img src="https://cloud.githubusercontent.com/assets/6291467/26705903/96c2d66e-477c-11e7-9f4e-f3c0efe96c9a.png" alt="Discord Logo" style="width:20px; vertical-align: middle; display: inline-block; margin-right: 5px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px;"/>
|
49 |
+
<span class="link-text">Discord</span>
|
50 |
+
</a>
|
51 |
+
<a>
|
52 |
+
<img src="https://github.com/imoneoi/openchat/raw/master/assets/logo_new.png" style="width: 65%">
|
53 |
</a>
|
54 |
</p>
|
55 |
|
|
|
56 |
<!-- Removed <br> tags to reduce space -->
|
57 |
+
<p align="center" style="margin-top: 0px;"> <!-- Reduce top margin of this paragraph -->
|
58 |
<strong>π₯ First 7B model that Achieves Comparable Results with ChatGPT (March)! π₯</strong>
|
59 |
<br>
|
60 |
<strong>π€ #1 Open-source model on MT-bench scoring 7.81, outperforming 70B models π€</strong>
|