bcdnlp / FAITHSCORE

MIT License
25 stars 4 forks source link

Is LLaMA 2 only used for Stage 1? #2

Open djghosh13 opened 9 months ago

djghosh13 commented 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.

DingchenYang99 commented 9 months ago

same question

artemisp commented 6 months ago

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 :)