Text Generation
Transformers
PyTorch
mistral
openchat
C-RLFT
conversational
Inference Endpoints
text-generation-inference
alpayariyak commited on
Commit
7e65595
•
1 Parent(s): a11af6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -36,10 +36,9 @@ pipeline_tag: text-generation
36
 
37
  **🤖 #1 Open-source model on MT-bench scoring 7.81, outperforming 70B models 🤖**
38
 
39
- <div style="display: flex; justify-content: center; align-items: center">
40
- <img src="https://raw.githubusercontent.com/imoneoi/openchat/master/assets/openchat.png" style="width: 45%;">
41
- <img src="https://raw.githubusercontent.com/imoneoi/openchat/master/assets/openchat_grok.png" style="width: 45%;">
42
- </div>
43
 
44
  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. Our models learn from mixed-quality data without preference labels, delivering exceptional performance on par with ChatGPT, even with a 7B model. Despite our simple approach, we are committed to developing a high-performance, commercially viable, open-source large language model, and we continue to make significant strides toward this vision.
45
 
 
36
 
37
  **🤖 #1 Open-source model on MT-bench scoring 7.81, outperforming 70B models 🤖**
38
 
39
+ <div align="center" style="justify-content: center; align-items: center; "'>
40
+ <img src="https://github.com/alpayariyak/openchat/blob/master/assets/Untitled%20design-17.png?raw=true" style="width: 100%; border-radius: 0.5em">
41
+ </div>
 
42
 
43
  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. Our models learn from mixed-quality data without preference labels, delivering exceptional performance on par with ChatGPT, even with a 7B model. Despite our simple approach, we are committed to developing a high-performance, commercially viable, open-source large language model, and we continue to make significant strides toward this vision.
44