Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenChat #44

Closed
mdingemanse opened this issue Jul 14, 2023 · 0 comments
Closed

Add OpenChat #44

mdingemanse opened this issue Jul 14, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@mdingemanse
Copy link
Collaborator

mdingemanse commented Jul 14, 2023

https://github.com/imoneoi/openchat

OpenChat is a series of open-source language models based on supervised fine-tuning (SFT). We release two versions (v1 and v2) models. Specifically, v1 uses only ~6K GPT-4 conversations directly filtered from the ~90K ShareGPT conversations, while v2 adopts cleaned ~80k ShareGPT conversations with a conditioning strategy and weighted loss. Despite our methods being simple, OpenChat has demonstrated remarkable performance. Our final vision is to develop a high-performance, open-source and commercially available large language model, and we are still moving on.

How to add a new model:

  1. Make a copy of AA_sample.yaml
  2. Give it the name of the model (e.g. gtp4all.yaml
  3. Fill out as many of the features you can find information for. Be sure to provide evidence and arguments in the form of links and notes.
  4. File a pull request. The repo maintainers will have a look and hopefully merge your contributions to main.
  5. Voilà, it will appear in the live table
@mdingemanse mdingemanse added the good first issue Good for newcomers label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant