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

Creating a Chatbot with Language Model (LLM) Integration #6

Open
4 tasks
limwualice opened this issue May 23, 2023 · 0 comments
Open
4 tasks

Creating a Chatbot with Language Model (LLM) Integration #6

limwualice opened this issue May 23, 2023 · 0 comments
Assignees

Comments

@limwualice
Copy link
Owner

Description:
Create a chatbot that incorporates a Language Model (LLM) for generating responses. The chatbot will aim to understand what types of restaurant environment, food, parking, etc that the user is interested in.

  • Language Model Selection: Discuss different LLM frameworks available, such as Hugging Face's Transformers or OpenAI's GPT models, and their suitability for the chatbot application.
  • Dataset Selection: Explore options for acquiring or preparing a dataset that aligns with the chatbot's domain or purpose. Perhaps using the Yelp API does not give enough reviews for our purposes.
  • Preprocessing: Outline the necessary steps for preprocessing the dataset to make it compatible with the LLM training requirements.
  • Training: Explain the training process of the LLM using the preprocessed dataset, including details like model architecture, hyperparameters, and training techniques.
@limwualice limwualice self-assigned this May 23, 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

1 participant