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

chatBot: Add support for non openai text generation models #6

Open
7 of 9 tasks
Axlfc opened this issue Mar 15, 2023 · 1 comment
Open
7 of 9 tasks

chatBot: Add support for non openai text generation models #6

Axlfc opened this issue Mar 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Axlfc
Copy link
Owner

Axlfc commented Mar 15, 2023

Implement a solution when calling conversate.py or bot.py "if first or second argument is a matching language model".
By default is calling the model "gpt-3.5-turbo-0301" by openai.

This models are downloaded in ~/.cache/huggingface/hub

MODELS:

Version Disk Space
gpt-neo-125M 526 MB
gpt-neo-1.3B 5.31 GB
gpt-neo-2.7B 10.7GB
Version Disk Space
bloom-560m 1.12 GB
bloom-1b1 2.13 GB
bloom-1b7 3.44 GB
bloom-3b 6.01 GB
bloom-7b1 14.11 GB
bloom 700 GB
Version Disk Space
flan-t5-small 308 MB
flan-t5-base 990 MB
flan-t5-large 3.13 GB
flan-t5-xl 11.4 GB
flan-t5-xxl ~45 GB
Version Disk Space
galactica-125m 250 MB
galactica-1.3b 2.63 GB
galactica-6.7b 13.73 GB
galactica-30b ~61 GB
galactica-120b ~250 GB
  • (facebook) OPT
Version Disk Space
opt-125m x GB
opt-350m x GB
opt-1.3b x GB
opt-2.7b x GB
opt-6.7b x GB
opt-13b x GB
opt-30b x GB
opt-66b x GB
Version Disk Space
pygmalion-350m 1.32 GB
pygmalion-1.3b 2.93 GB
pygmalion-2.7b 5.44 GB
pygmalion-6b 16.34 GB
Version Disk Space
santacoder 4.6 GB
  • flan-ul2

  • OpenAssistant

@Axlfc Axlfc changed the title chatBot: Add support for GPT-J 6B, OPT, GALACTICA, LLaMA, and Pygmalion models chatBot: Add support for non openai text generation models Mar 16, 2023
@Axlfc Axlfc self-assigned this Mar 16, 2023
Axlfc added a commit that referenced this issue Mar 20, 2023
@Axlfc
Copy link
Owner Author

Axlfc commented Jan 26, 2024

Add our favorite LLM's from HuggingFace to this!

('StabilityLM 2' and beyond)

@Axlfc Axlfc added the enhancement New feature or request label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant