alpayariyak
commited on
Commit
•
9136c02
1
Parent(s):
32eb045
Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,19 @@ pinned: false
|
|
28 |
}
|
29 |
</style>
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
|
32 |
|
33 |
<div align="center">
|
@@ -40,7 +53,7 @@ pinned: false
|
|
40 |
<p align="center" style="margin-top: 0px;">
|
41 |
<a href="https://openchat.team">
|
42 |
<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;"/>
|
43 |
-
<span class="link-text">OpenChat
|
44 |
</a> |
|
45 |
<a href="https://github.com/imoneoi/openchat">
|
46 |
<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;"/>
|
@@ -69,18 +82,18 @@ pinned: false
|
|
69 |
</span>
|
70 |
</a>
|
71 |
<br>
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
|
85 |
</p>
|
86 |
|
|
|
28 |
}
|
29 |
</style>
|
30 |
|
31 |
+
<style>
|
32 |
+
.common-button {
|
33 |
+
background-color: white;
|
34 |
+
color: #3c72db;
|
35 |
+
border: 2px solid #3c72db;
|
36 |
+
padding: 5px 15px;
|
37 |
+
border-radius: 0.3em;
|
38 |
+
margin: 5px;
|
39 |
+
font-size: 1em;
|
40 |
+
text-decoration: none;
|
41 |
+
}
|
42 |
+
</style>
|
43 |
+
|
44 |
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
|
45 |
|
46 |
<div align="center">
|
|
|
53 |
<p align="center" style="margin-top: 0px;">
|
54 |
<a href="https://openchat.team">
|
55 |
<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;"/>
|
56 |
+
<span class="link-text">OpenChat Online Demo</span>
|
57 |
</a> |
|
58 |
<a href="https://github.com/imoneoi/openchat">
|
59 |
<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;"/>
|
|
|
82 |
</span>
|
83 |
</a>
|
84 |
<br>
|
85 |
+
<a href="https://huggingface.co/openchat/openchat_3.5">
|
86 |
+
<button class="common-button">Model Repo</button>
|
87 |
+
</a>
|
88 |
+
<a href="https://openchat.team">
|
89 |
+
<button class="common-button">OpenChatUI Demo</button>
|
90 |
+
</a>
|
91 |
+
<a href="https://huggingface.co/spaces/openchat/openchat_3.5">
|
92 |
+
<button class="common-button">HuggingFace Space</button>
|
93 |
+
</a>
|
94 |
+
<a href="https://arxiv.org/pdf/2309.11235.pdf">
|
95 |
+
<button class="common-button">Paper</button>
|
96 |
+
</a>
|
97 |
|
98 |
</p>
|
99 |
|