template to llm desc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user