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

@@ -1,7 +1,7 @@
#!/bin/bash
# custom config
DATA="/path/to/dataset/folder"
DATA="~/Datasets/CoOp"
TRAINER=PromptSRC
DATASET=$1
@@ -34,4 +34,4 @@ else
--output-dir ${DIR} \
DATASET.NUM_SHOTS ${SHOTS} \
DATASET.SUBSAMPLE_CLASSES base
fi
fi