Forráskód Böngészése

changed folder name and wordlist.txt

Kai Wu 9 hónapja
szülő
commit
a3a5deec97

+ 2 - 0
.github/scripts/spellcheck_conf/wordlist.txt

@@ -1405,3 +1405,5 @@ distractors
 frac
 numRefusal
 totalQA
+DirectoryLoader
+SitemapLoader

+ 1 - 1
recipes/use_cases/end2end-recipes/raft/README.md

@@ -238,6 +238,6 @@ python recipes/inference/local_inference/inference.py --model_name raft-8b
 
 For more details,please check [local_inference recipe](../../../quickstart/inference/local_inference/README.md)
 
-## Acknowledgements
+## Acknowledgement
 
 Finally, we would like to extend special thanks to Tianjun Zhang, the first author of the [RAFT paper](https://arxiv.org/pdf/2403.10131), for collaborating with us on this tutorial and providing valuable guidance throughout our experiments. Our code is also partially inspired by the [RAFT section in Gorilla github](https://github.com/ShishirPatil/gorilla/tree/main/raft).

recipes/use_cases/end2end-recipes/raft/config.py → recipes/use_cases/end2end-recipes/RAFT-Chatbot/config.py


recipes/use_cases/end2end-recipes/raft/eval_llama.json → recipes/use_cases/end2end-recipes/RAFT-Chatbot/eval_llama.json


recipes/use_cases/end2end-recipes/raft/format.py → recipes/use_cases/end2end-recipes/RAFT-Chatbot/format.py


recipes/use_cases/end2end-recipes/raft/images/Answers_Precision.png → recipes/use_cases/end2end-recipes/RAFT-Chatbot/images/Answers_Precision.png


recipes/use_cases/end2end-recipes/raft/images/LLM_score_comparison.png → recipes/use_cases/end2end-recipes/RAFT-Chatbot/images/LLM_score_comparison.png


recipes/use_cases/end2end-recipes/raft/images/Num_of_refusal_comparison.png → recipes/use_cases/end2end-recipes/RAFT-Chatbot/images/Num_of_refusal_comparison.png


recipes/use_cases/end2end-recipes/raft/images/RAFT.png → recipes/use_cases/end2end-recipes/RAFT-Chatbot/images/RAFT.png


recipes/use_cases/end2end-recipes/raft/raft.py → recipes/use_cases/end2end-recipes/RAFT-Chatbot/raft.py


recipes/use_cases/end2end-recipes/raft/raft.yaml → recipes/use_cases/end2end-recipes/RAFT-Chatbot/raft.yaml


recipes/use_cases/end2end-recipes/raft/raft_eval.py → recipes/use_cases/end2end-recipes/RAFT-Chatbot/raft_eval.py


recipes/use_cases/end2end-recipes/raft/raft_eval_config.yaml → recipes/use_cases/end2end-recipes/RAFT-Chatbot/raft_eval_config.yaml


recipes/use_cases/end2end-recipes/raft/raft_utils.py → recipes/use_cases/end2end-recipes/RAFT-Chatbot/raft_utils.py


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 207
recipes/use_cases/end2end-recipes/raft/chatbot.md