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

Long term: bring the AI integration in house #80

Open
pjc09h opened this issue May 28, 2023 · 0 comments
Open

Long term: bring the AI integration in house #80

pjc09h opened this issue May 28, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pjc09h
Copy link
Contributor

pjc09h commented May 28, 2023

I've been experimenting with Facebook Galactica and it seems entirely possible to at least generate quality "recommended research" suggestions with it, validating its output against the Semantic Scholar API to resolve a set of relevant open access papers for a torrent group title or an array of keywords.

OpenAI will likely remain useful for the foreseeable future because the text-davinci-003 model excels at producing fluent summarization of arbitrary lengths (our implementation specifies 100 words), while Galactica's TLDR token only seems to produce a single sentence comparable to a Semantic Scholar entry.

The planned implementation is to expose the standard 6.7b model through a simple Flask API that can enqueue and retrieve jobs. This may be proxied through the Gazelle API for arbitrary donor use, as it does require a significant hardware investment.

I don't actually own a GPU, but was thinking that either dual RTX A4000's, a single RTX 4000 SFF Ada Generation, or a single GeForce RTX 3090 Turbo would suffice.

@pjc09h pjc09h added the enhancement New feature or request label May 28, 2023
@pjc09h pjc09h self-assigned this May 28, 2023
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