Get-Things-Done-with-Prompt-Engineering-and-LangChain
Get-Things-Done-with-Prompt-Engineering-and-LangChain copied to clipboard
LangChain & Prompt Engineering tutorials on Large Language Models (LLMs) such as ChatGPT with custom data. Jupyter notebooks on loading and indexing data, creating prompt templates, CSV agents, and us...
14.fine-tuning-llama-2-7b-on-custom-dataset.ipynb gives me the error "AttributeError: 'LlamaForCausalLM' object has no attribute 'merge_and_unload'" when I try to run it on Google Colab Pro at this line: "merged_model = model.merge_and_unload()". Any ideas?...
I tried to run your google collab notepad: ["06.private-gpt4all-qa-pdf.ipynb"](https://colab.research.google.com/github/curiousily/Get-Things-Done-with-Prompt-Engineering-and-LangChain/blob/master/06.private-gpt4all-qa-pdf.ipynb#scrollTo=-x1lI0qbh0nK). I didn't edit your code, but just started the cells step by step. In this section of the code: ``` images...
Dependency Error on [15.langchain-quickstart-with-llama-2.ipynb](https://github.com/curiousily/Get-Things-Done-with-Prompt-Engineering-and-LangChain/blob/master/15.langchain-quickstart-with-llama-2.ipynb) ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency...
can I use the Falcon-7b or 40b model to query my custom document, Similar to this tutorial as referred in youtube- https://www.youtube.com/watch?v=k_aURLKTrvU
Hello I need to load my custom model from pre trained model Here is the code but he giving error like 'HFValidationError: Repo id must use alphanumeric chars or '-',...
Hi , Thanks for veery helping notebooks Hope all of you are doing great. I am developing a chatbot/question-answer agent using GPT-4 on pandas dataframe in langchain. I am able...
In the llava.ipynb file you used ``` def create_prompt(prompt: str): conv = conv_templates[CONV_MODE].copy() roles = conv.roles prompt = DEFAULT_IMAGE_TOKEN + "\n" + prompt conv.append_message(roles[0], prompt) conv.append_message(roles[1], None) return conv.get_prompt(), conv...
Hey there! This is AG2 👋 First of all, thank you for using pyautogen! We've seen you're using pyautogen, and we're here to help you migrate to ag2. This pull...