template to llm desc

This commit is contained in:
2026-02-04 01:03:23 +08:00
parent bb95c77b63
commit f9beacf476
31 changed files with 39563 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
# custom config
DATA="/path/to/dataset/folder"
DATA="~/Datasets/CoOp"
TRAINER=PromptSRC
DATASET=$1
@@ -50,4 +50,4 @@ else
--eval-only \
DATASET.NUM_SHOTS ${SHOTS} \
DATASET.SUBSAMPLE_CLASSES ${SUB}
fi
fi