logical-reasoning / scripts /eval-mgtv-qwen2.5.sh
inflaton's picture
7b
a36def6
raw
history blame
1.03 kB
#!/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-epochs.sh Qwen Qwen2.5-7B-Instruct
$BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-7B-Instruct
# $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-3B-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-shots.sh Qwen Qwen2.5-1.5B-Instruct
# $BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-0.5B-Instruct
# $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-0.5B-Instruct
export START_NUM_SHOTS=5
$BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat
$BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat-1m
$BASEDIR/scripts/eval-shots.sh shenzhi-wang Llama3.1-8B-Chinese-Chat
export START_NUM_SHOTS=40
$BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-3B-Instruct
$BASEDIR/scripts/eval-shots.sh shenzhi-wang Mistral-7B-v0.3-Chinese-Chat