Relative Content

Tag Archive for large-language-model

Finetuning LLM with SQL Metadata

I am currently working on a text2sql project. To avoid sending a large text of metadata as a part of the prompt as context, I created a set of question and answer pairs as fine tuning training data. I included all SQL metadata along with every question and the correct SQL as the answer in the training data

ImageBind LLM checkpoint

i want to use imagebind llm model for my task, but i can not import llama and find out the checkpoints for ImageBind-LLM.enter image description here

LLM to convert binary to decimal

So, I’m a complete beginner on how to use any LLMs, given below is the code which I was using on my jupyter notebook to run a prompt to convert binary to decimal. However I was getting completely incorrect responses on Llama 3.

Using LLM to create playlist

I am creating a system that creates playlist through text description and have decided to use LLM by fine-tuning it