run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.43k stars 728 forks source link

Simple short-form Self-RAG Pack #907

Closed MarouaneMaatouk closed 5 months ago

MarouaneMaatouk commented 6 months ago

Description

Simple short-form Self-RAG implementation using llama_cpp adapted from the author's code Paper: https://arxiv.org/abs/2310.11511 Model: https://huggingface.co/m4r1/selfrag_llama2_7b-GGUF

Fixes #8502 (https://github.com/run-llama/llama_index/issues/8502)

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Suggested Checklist:

review-notebook-app[bot] commented 6 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

MarouaneMaatouk commented 5 months ago

@anoopshrma could you please review this?

anoopshrma commented 5 months ago

@anoopshrma could you please review this?

Hey! Sure will do by tomorrow. Currently away from machine.

anoopshrma commented 5 months ago

Hey @jerryjliu , since all the comments have been resolved. Can I go ahead and merge it or do you want to take another look.