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

Open source models support #143

Closed
artias13 opened this issue Apr 4, 2023 · 5 comments
Closed

Open source models support #143

artias13 opened this issue Apr 4, 2023 · 5 comments

Comments

@artias13
Copy link

artias13 commented Apr 4, 2023

Any thoughts on adding support for custom open source models like LLaMa, Alpaca, Alpaca-lora, etc?

@MarkSchmidty
Copy link

There's a closed PR from two days ago that added local model support. #29

Not sure what the status is right now. But I don't see anywhere in the current code capable of sending requests anywhere other than the OpenAI API, which is disappointing.


Alpaca, Alpaca-lora, etc

On a bit of a tangent, the recently released Vicuna is far superior to Alpaca and other fine tunes. While Alpaca is trained on 60k synthetic question/answer pairs by GPT-3.5 and GPT4All is trained on 400k GPT-3.5 synthetic question/answers, Vicuna is trained on 90k full conversations (multiple question/answers each) between real humans and GPT-4 or GPT-3.5. The dataset for this comes from ShareGPT and can be accessed here: https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/tree/main/HTML_cleaned_raw_dataset

@MarkSchmidty
Copy link

This issue might be a duplicate of #25

@spergware
Copy link

+1

1 similar comment
@Kenshiro-28
Copy link

+1

@Pwuts
Copy link
Member

Pwuts commented Apr 18, 2023

Closing as duplicate of #25

@Pwuts Pwuts closed this as not planned Won't fix, can't repro, duplicate, stale Apr 18, 2023
tgonzales pushed a commit to tgonzales/Auto-GPT that referenced this issue Apr 19, 2023
dwrtz pushed a commit to dwrtz/Auto-GPT that referenced this issue May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants