logical-reasoning / scripts /eval-mgtv-shots.sh
inflaton's picture
mistral 5-shot
5158692
raw
history blame
518 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
export START_NUM_SHOTS=5
$BASEDIR/scripts/eval-shots.sh shenzhi-wang Mistral-7B-v0.3-Chinese-Chat
$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 Qwen Qwen2-7B-Instruct
$BASEDIR/scripts/eval-shots.sh shenzhi-wang Llama3.1-8B-Chinese-Chat