Open djghosh13 opened 9 months ago
Is there any way to run the full pipeline replacing ChatGPT with LLaMA 2? It looks like if use_llama is set, LLaMA is used for only stage 1, but ChatGPT is still used for stage 2.
use_llama
same question
I created a pull request https://github.com/bcdnlp/FAITHSCORE/pull/6 addressing this issue. I hope it helps! Any feedback is also welcome to help me test it :)
Is there any way to run the full pipeline replacing ChatGPT with LLaMA 2? It looks like if
use_llama
is set, LLaMA is used for only stage 1, but ChatGPT is still used for stage 2.