Relative Content

Tag Archive for large-language-modelllama

Late correction or regulation on llm result

LLM chat window screenshot
I have seen this more than once in LLM models. Recently started experimenting with llama2.
I observe that the model gives a results and then later realises that it might have been inappropriate, and then corrects itself rather than not giving incorrect/ inappropriate answer in the first place.

Late correction or regulation on llm result

LLM chat window screenshot
I have seen this more than once in LLM models. Recently started experimenting with llama2.
I observe that the model gives a results and then later realises that it might have been inappropriate, and then corrects itself rather than not giving incorrect/ inappropriate answer in the first place.

Late correction or regulation on llm result

LLM chat window screenshot
I have seen this more than once in LLM models. Recently started experimenting with llama2.
I observe that the model gives a results and then later realises that it might have been inappropriate, and then corrects itself rather than not giving incorrect/ inappropriate answer in the first place.

Meta Llama-3 prompt sample

I am trying to ask Llama-3 model to read a document and then answer my questions, but my code seems does not generate any output. Can someone tell me what’s wrong with the code? I appreciate it.

Meta Llama-3 prompt sample

I am trying to ask Llama-3 model to read a document and then answer my questions, but my code seems does not generate any output. Can someone tell me what’s wrong with the code? I appreciate it.

Is it possible to extract exact verbatim from documents using LLama 2 in RAG?

I have a text document related to mental health descriptions and I want to match these descriptions based on a input query. For example : When a user types in a query such as ” Give me a similar description to ” I feel calm” , I want the LLM to return ” I am relaxed” which is an exact verbatim present in the document. How can i ask the LLM to only stick to the content it sees in the document and extract the most similar content based on the query ?