davidshtian / Bedrock-ChatBot-with-LangChain-and-Streamlit

A simple and clear example for implement a chatbot with Bedrock (Claude and Mistral) + LangChain + Streamlit.
60 stars 21 forks source link

Use of a custom model #7

Open ChrisD-7 opened 3 months ago

ChrisD-7 commented 3 months ago
ChrisD-7 commented 3 months ago

@davidshtian

davidshtian commented 3 months ago
  • Pretty much new to using this wanted to fine tune and load my custom dataset.
  • Login screen option for Google and others !!?

Hi~ This repo mostly focus on AWS Bedrock, you want to add some custom models? Do you have any example? Thanks~

ChrisD-7 commented 3 months ago

Yes I have fine-tuned my own model and want to use that from hugging face as well @davidshtian

ChrisD-7 commented 3 months ago

@davidshtian

davidshtian commented 2 months ago

Yes I have fine-tuned my own model and want to use that from hugging face as well @davidshtian

Ideally, the fine-tuned HF model can be loaded and invoked, while this project is focusing on leveraging existing Bedrock models to further build something. For HF models, not sure if chat-ui project could help. Thanks~