python api.py server --api=T5API --api_version=default --wrapper=Flask
python api.py client --model_name davinci --batch_size 2 --max_length 1024
python api.py simulator --model_name davinci --simulate_task empathy --port 6566
python analysis.py sampling \
--name trueskill_evaluation \
--match_plan 'alpaca&belle' 'alpaca&bloom' \
--sample_num 3 \
--evaluation_tasks 'empathy' \
--dump_recovery_path resource/annotated/trueskill_recovery \
--annotating_path resource/annotated/trueskill
python analysis.py recovery \
--name trueskill_evaluation \
--recovery_tasks 'empathy' \
--annotated_data_path resource/annotated/trueskill \
--recovery_info_path resource/annotated/trueskill_recovery \
--dump_result_path resource/annotated/analysis_data
python analysis.py plot \
--type gaussian \
--data_file resource/annotated_data/trueskill \
--save_fig_path resource/figures/gaussian \
--save_fig_name gaussian
python webui.py arena --port 8888

python webui.py chat --url http://10.140.24.22:7660/generate
87 commits
11 commits
Python
90.2%
R
4.5%
CSS
3.2%
JavaScript
1.3%
python api.py server --api=T5API --api_version=default --wrapper=Flask
python api.py client --model_name davinci --batch_size 2 --max_length 1024
python api.py simulator --model_name davinci --simulate_task empathy --port 6566
python analysis.py sampling \
--name trueskill_evaluation \
--match_plan 'alpaca&belle' 'alpaca&bloom' \
--sample_num 3 \
--evaluation_tasks 'empathy' \
--dump_recovery_path resource/annotated/trueskill_recovery \
--annotating_path resource/annotated/trueskill
python analysis.py recovery \
--name trueskill_evaluation \
--recovery_tasks 'empathy' \
--annotated_data_path resource/annotated/trueskill \
--recovery_info_path resource/annotated/trueskill_recovery \
--dump_result_path resource/annotated/analysis_data
python analysis.py plot \
--type gaussian \
--data_file resource/annotated_data/trueskill \
--save_fig_path resource/figures/gaussian \
--save_fig_name gaussian
python webui.py arena --port 8888

python webui.py chat --url http://10.140.24.22:7660/generate
87 commits
11 commits
Python
90.2%
R
4.5%
CSS
3.2%
JavaScript
1.3%