openchat
openchat copied to clipboard
OpenChat: Advancing Open-source Language Models with Imperfect Data
At the start of readme, there is a figure that shows the comparison between OpenChat and Grok on datasets GSM8K and Math, could you provide details of how to train...
Is OpenChat trained by supervised learning or reinforcement learning?
Any plan to train OpenChat on Mamba from Gu and Dao?
Quick question for the team. Has the "Code User", "Code Assistant" prompt structure been deprecated in the latest models?
Downloading smmap-5.0.1-py3-none-any.whl (24 kB) ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the...
Hi, thank you for open sourcing this wonderful project. I want to make a code quality control contribution. As your project is growing, I've noticed that it's becoming essential to...
In the readme, there is a section of Preparing Your Data. It shows the two data formats: SFT and C-RLFT. Where can we find the actual data files formatted with...
I'm a GPU poor testing various AIs. With Ollama for example, I can pass --gpu 0 if I want to use only CPU. Is it possible here? I managed via...
Hi there, I used to retrieve the model name from the server as follows: curl -X 'GET' 'http:///v1/models' -H 'accept: application/json' There are two models in the list: - "openchat_v3.2_mistral"...
Thanks for your great work! I know openchat-3.5 use the padding-free training strategy. May I ask if it is necessary to add pad_token during the inference stage? The example code...