Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Add BB3 model file to HolisticBias command #4716

Merged
merged 1 commit into from
Aug 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/bb3/holistic_bias/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python setup.py develop
# (Tested with 8 32-GB GPUs)
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 \
python projects/bb3/holistic_bias/scripts/eval_3b_model.py \
-mf ${MODEL_PATH} \
-mf zoo:bb3/bb3_3B/model \
--mutators skip_retrieval_mutator \
--task holistic_bias \
--world-logs ${LOG_JSONL_PATH} \
Expand Down