You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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?
@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.
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.
The text was updated successfully, but these errors were encountered: