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

[BUG] <Utterance Generation Huggingface model file does not appear to load> #129

Open
cgibson6279 opened this issue Jun 11, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@cgibson6279
Copy link
Collaborator

cgibson6279 commented Jun 11, 2023

Issue Summary

The current Huggingface utterance generation model appears to produce and error when loading file. Had also talk about moving to Google internal model, so now is a good time.

Expected Behavior

Huggingface model should load during call for utterance generation tool for agents.

Current Behavior

FileNotFound Error generated when trying to load model to utterance_generator class.

Possible Solution

Replace current Huggingface model with Google internal pretrained LLM via Vertex AI API.

Context (Environment)

Easy training phrase generation for intent creation not possible at present. Necessary for scaling up CCAI project quickly and efficiently.

@cgibson6279 cgibson6279 added the bug Something isn't working label Jun 11, 2023
@cgibson6279 cgibson6279 self-assigned this Jun 11, 2023
@cgibson6279
Copy link
Collaborator Author

@kmaphoenix we talked about this a while back, but would we want to redo this entirely to use genAI from prompts (e.g. text-bison) or do we still want like a T5 model that just does paraphrases?

@kmaphoenix
Copy link
Member

@cgibson6279 Most definitely incorporate the new VertexAI models here. I was waiting for them to go GA before starting any development on that, but now is a great time to start.

There are several areas we can incorporate the GenAI stuff to bolster features/tools we already have in scrapi. Feel free to take a shot and submit a PR when ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants