File size: 902 Bytes
9be21ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23b0ad9
 
9be21ef
 
a516c87
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
python -m services.chat_service



cd FRONTEND
npm install
npm run build - build React frontend for Flask to serve
npm run dev
then run backend in another terminal: python -m app.app

python -m eval.evaluate_emotion_classifier - accuracy
python -m eval.evaluate_response_generation - responseGen accuracy

python -m eval.compare_emotion_vs_noemotion - comparison
python -m eval.compare_kb_vs_nokb - kb vs no kb comparison
python -m eval.compare_rag_vs_nonrag - rag vs non-rag comparison

python -m eval.llm_judge - flan-t5-large
python -m eval.llm_judge_qwen - Qwen2.5-1.5B-Instruct
python -m eval.llm_judge_smollm - SmolLM2-1.7B-Instruct
python -m eval.llm_judge_mt0 - mt0-base
python -m eval.llm_judge_llama - TinyLlama judge


Copies changes from EmpowerHer_Chatbot to hf-space
powershell -ExecutionPolicy Bypass -File "D:\FYP IMPLEMENTATION\deploy-hf-space.ps1" -Message "Update chatbot responses"