alpayariyak commited on
Commit
0f52dd9
Β·
1 Parent(s): ed22ba7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -10
README.md CHANGED
@@ -29,9 +29,14 @@ pinned: false
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>
@@ -48,24 +53,27 @@ pinned: false
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>
61
- <br>
62
  </p>
63
 
64
 
65
- <div align="center" style="display: flex; justify-content: center; align-items: center;">
66
  <img src="https://github.com/imoneoi/openchat/raw/master/assets/openchat.png" style="width: 35%; margin-right: 2%;">
67
  <img src="https://github.com/imoneoi/openchat/raw/master/assets/openchat_grok.png" style="width: 37%;">
68
- </div>
69
 
70
  - OpenChat is an innovative library of **open-source language models**, fine-tuned with [**C-RLFT**](https://arxiv.org/pdf/2309.11235.pdf) - a strategy inspired by offline reinforcement learning.
71
  - Our models learn from mixed-quality data without preference labels, delivering exceptional performance on par with `ChatGPT`, even with a `7B` model which can be run on a **consumer GPU (e.g. RTX 3090)**.
 
29
  </style>
30
 
31
  <div align="center">
32
+ <h1 style="font-size: 2em;">OpenChat </h1>
33
+ <h1 style="font-size: 1.50em;">Advancing Open-source Language Models with Mixed-Quality Data</h1>
34
  </div>
35
+
36
  <p align="center" style="margin-top: 0px;">
37
+ <a>
38
+ <img src="https://github.com/imoneoi/openchat/raw/master/assets/logo_new.png" style="width: 65%">
39
+ </a>
40
  <a href="https://openchat.team">
41
  <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;"/>
42
  <span class="link-text">Online Demo of OpenChat 3.5</span>
 
53
  <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;"/>
54
  <span class="link-text">Discord</span>
55
  </a>
 
 
 
56
  </p>
57
 
58
+ <hr>
59
+
60
+ <p align="center" style="margin-top: 0px; font-size: 1.5em;">
61
+ <a href="https://huggingface.co/openchat/openchat_3.5" style="text-decoration: none; color: black; background-color: white; border-radius: 0.6em; padding: 0.03em 0.6em; display: inline-block; ">
62
+ <span style="color: black; font-weight: bold;">OPENCHAT</span>
63
+ <span style="color: #0056b3; font-weight: bold;">3.5</span>
64
+ </a>
65
+ <br>
66
+ <strong>πŸ”₯ First 7B model that Achieves Comparable Results with ChatGPT (March)!
67
+ πŸ”₯</strong>
68
  <br>
69
  <strong>πŸ€– #1 Open-source model on MT-bench scoring 7.81, outperforming 70B models πŸ€–</strong>
 
70
  </p>
71
 
72
 
73
+ <div align="center" style="display: flex; justify-content: center; align-items: center;">
74
  <img src="https://github.com/imoneoi/openchat/raw/master/assets/openchat.png" style="width: 35%; margin-right: 2%;">
75
  <img src="https://github.com/imoneoi/openchat/raw/master/assets/openchat_grok.png" style="width: 37%;">
76
+ </div>
77
 
78
  - OpenChat is an innovative library of **open-source language models**, fine-tuned with [**C-RLFT**](https://arxiv.org/pdf/2309.11235.pdf) - a strategy inspired by offline reinforcement learning.
79
  - Our models learn from mixed-quality data without preference labels, delivering exceptional performance on par with `ChatGPT`, even with a `7B` model which can be run on a **consumer GPU (e.g. RTX 3090)**.