logical-reasoning / scripts /eval-mgtv-qwen2.5_3b.sh
dh-mc's picture
0.5/1.5/3b results
d94ae74
raw
history blame
619 Bytes
#!/bin/sh
BASEDIR=$(dirname "$0")
cd $BASEDIR/..
echo Current Directory:
pwd
BASEDIR=`pwd`
nvidia-smi
uname -a
cat /etc/os-release
lscpu
grep MemTotal /proc/meminfo
# $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-3B-Instruct
# $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-1.5B-Instruct
# $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-0.5B-Instruct
# $BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-3B-Instruct
# $BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-1.5B-Instruct
# $BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-0.5B-Instruct
export START_NUM_SHOTS=40
$BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-0.5B-Instruct