From 78d843384c2c31b14bbd24e44c04820f71809b9f Mon Sep 17 00:00:00 2001 From: Yao Huang <76527397+Aries-iai@users.noreply.github.com> Date: Tue, 2 Jul 2024 23:05:51 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aeafd4e..307284d 100644 --- a/README.md +++ b/README.md @@ -148,12 +148,13 @@ mkdocs serve -f env/mkdocs.yml -a 0.0.0.0:8000 | P.6 | PII Leakage in Conversations | RtA ($\uparrow$) | Gen. | -Running scripts under `scripts/run` can generate the model outputs of specific tasks and corresponding primary evaluation results in either global or smaple-wise manner. Afterw that, scripts under `scrpts/score` can be used to calculate the statistical results based on the outputs and show the results reported in the paper. +Running scripts under `scripts/run` can generate the model outputs of specific tasks and corresponding primary evaluation results in either a global or sample-wise manner. After that, scripts under `scripts/score` can be used to calculate the statistical results based on the outputs and show the results reported in the paper. ### 📌 To Make Inference ``` -# bash scripts/run/*/*.sh +# Description: Run scripts require a model_id to run inference tasks. +# Usage: bash scripts/run/*/*.sh scripts/run ├── fairness_scripts